body {
	background-color: #bbbdc1;
	margin: 0;
	padding: 0;
	font: .8em "Lucida Grande", Calibri, Verdana, Arial, sans-serif;
	text-align: center;
}

#wrapper {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width: 800px;
	text-align: left;
}

#header {
	padding-top: 20px;
}

#toolbar
{
	background: #637585;
	margin-bottom: 10px;
	border-left: solid 1px #637585;
}
#toolbar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#toolbar li
{
	width: auto;
	float: left;
	background: #839baf;
	border-top: solid 1px #637585;
	border-bottom: solid 1px #637585;
	border-right: solid 1px #637585;
}

#toolbar a {
	border: none;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 5px 15px 5px 15px;
}

#toolbar a:hover {
	background: #738799;
}
#toolbar .active
{
	background: #738799;
}
#toolbar img
{
	float: left;
	margin-right: 8px;
}

.bubble
{
	text-align: left;
	font-size: 0.85em;
	color: #4c4c4c;
	background: url(../images/bubble.png) no-repeat;
	width: 116px;
	height: 62px;
	position: absolute;
	float: left;
	margin: 0;
	padding: 2px 1px 0 5px;
	visibility: hidden;
}

#content {
	width: 800px;
}

#footer {
	text-align: center;
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top-color: #7f7f7f;
	border-top-style: solid;
	border-top-width: 1px;
}

#login-box input.textbox {
	padding: 5px;
	width: 95%;
	font-size: 1.3em;
	color: #666;
	font-weight: bold;
	border: solid 3px #bbb;
}

#login-box {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	width: 500px;
	padding: 50px;
	text-align: left;
}

#login-box label {
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: .9em;
	display: block;
}

#login-box form {
	margin: 0;
}

#login-box p {
	margin: 0 0 10px 0;
}

#register-form .col
{
	margin: 0 0 10px 0;
	padding: 0;
	width: 32%;
	float: left;
}
#register-form label
{
	padding-left: 2px;
	padding-bottom: 0px;
	padding-right: 2px;
	padding-top: 2px;
	font-weight: bold;
}
#register-form label .info
{
	color: #666;
	font-size: .9em;
	font-weight: normal;
	font-style: italic;
}
#register-form .required
{
	background: #fff9c3;
}
#register-form .textbox
{
	display: block;
	width: 220px;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
	border: none;
	background: #eee;
}
#register-form .disabled_textbox
{
	font-style: italic;
	display: block;
	width: 220px;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
	border: none;
	background: #eee;
}
#register-form .demos
{
	display: block;
}

#register-form .date {
	font-style: italic;
	border-bottom-style: none;
	padding-left: 25px;
}

#register-form .group_demos {
	padding-left: 25px;
}

#register-form #groups
{
	display: none;
}

fieldset
{
	background-color: #fafafa;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding:10px;
}
legend
{
	font-weight: bold;
	color: #49698a;
	margin: 0 5px;
	padding: 0 5px;
}

/*.f_checkbox,.f_radio{background-repeat:no-repeat;background-position:3px center;height:20px;display:block;cursor:pointer;line-height:120%}
.checked,.selected{color:#444}
.f_radio:hover,.f_checkbox:hover{color:#666 !important}
.f_radio{padding:4px 24px !important; margin-left: 0 !important}
.f_checkbox{padding:0.5em 24px 0 24px !important; margin-left: 0 !important}
.unchecked{background-image:url(../images/chk_off.png)}
.checked{background-image:url(../images/chk_on.png)}
.unselected{background-image:url(../images/rdo_off.png)}
.selected{background-image:url(../images/rdo_on.png)}*/

.f_checkbox,.f_radio{
	display: inline-block;
	padding: 0 !important;
	margin: 5px !important;
	font-weight: normal !important;
}
.f_checkbox input[type="checkbox"],.f_radio input[type="radio"] {
	padding: 0 !important;
	margin: 0 10px 0 0 !important;
}

.btn_ok {
	padding-left: 25px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-top: 5px;
	margin: 5px 5px 0 0;
	background: #bfd2bb url(../images/accepted.png) no-repeat;
	border: solid 1px #808c7d;
	color: #000;
	text-decoration: none;
	font-size: 1em;
	cursor: pointer;
}

.btn_ok:hover {
	background: #080 url(../images/accepted.png) no-repeat;
	border: solid 1px #000;
	color: #fff;
}

.btn_cancel {
	padding-left: 25px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-top: 5px;
	margin: 5px 5px 0 0;
	background: #f9c7ca url(../images/cancel.png) no-repeat;
	border: solid 1px #d27272;
	color: #000;
	text-decoration: none;
	font-size: 1em;
	cursor: pointer;
}

.btn_cancel:hover {
	background: #800 url(../images/cancel.png) no-repeat;
	border: solid 1px #000;
	color: #fff;
}

.btn_add {
	padding-left: 25px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-top: 5px;
	margin: 5px 5px 0 0;
	background: #bfd2bb url(../images/add.png) no-repeat;
	border: solid 1px #808c7d;
	color: #000;
	text-decoration: none;
	font-size: 1em;
	cursor: pointer;
}

.btn_add:hover
{
	background: #080 url(../images/add.png) no-repeat;
	border: solid 1px #000;
	color: #fff;
}

.btn_generic
{
	margin: 5px 5px 0 0;
	padding: 5px 8px;
	background: #cfb38c;
	border: solid 1px #520;
	color: #000;
	text-decoration: none;
	font-size: 1em;
	cursor: pointer;
}

.btn_generic:hover
{
	background: #f80;
	border: solid 1px #000;
	color: #520;
}

.error-message
{
	background: #f9d9d9 url(../images/knob_attention.png) 5px no-repeat;
	margin: 0 0 20px 0 !important;
	padding: 10px 10px 10px 40px;
	border: solid 1px #e78c8c;
}

.info-message
{
	background: #fff5c0 url(../images/knob_info.png) 5px no-repeat;
	margin: 0 0 20px 0 !important;
	padding: 10px 10px 10px 40px;
	border: solid 1px #d4c780;
}

.input-integrated-label {
	font-size: 0.8em;
	color: #000;
}

span.spacer
{
	margin: 0 10px;
	color: #b2b2b2;
}

.disabled
{
	color: #8b8b8b;
	font-style: italic;
}

.clear
{
	clear:both;
	height:0;
	overflow:hidden;
}

img {
	border: none;
}

h1
{
	font-variant: small-caps;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 5px;
	border-bottom-color: #7f7f7f;
	border-bottom-width: 1px;
	border-left-style: none;
	border-bottom-style: dotted;
	border-right-style: none;
	border-top-style: none;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px;
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0;
}

p
{
	margin: 0 0 10px;
}

a {
	border-bottom-width: 1px;
	border-style: dotted;
	margin: 0;
	padding: 0;
	color: #0084c7;
	text-decoration: none;
}
a:hover {
	color: #004568;
}

.external-link {
	background: url(../images/icon-external-link.png) no-repeat right;
	padding: 0 20px 0 0;
}

#demos th
{
	font-weight: bold;
	border-bottom: 1px dotted #717171;
}
#demos td
{
	padding-bottom: 5px;
}
#result
{
	margin-bottom: 30px;
}
#result th
{
	font-weight: bold;
	border-bottom: 1px dotted #717171;
}
#result td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

b, strong
{
	font-weight: bold;
}