html, body, #wrapper {
	height: 100%;
	margin: auto;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #fff;

}


body {
	background-color: #000;
	background-image: url(/images/template/background.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
h3 {
	font-size: 20px;
	font-family: Helvetica, Arial;
	color: #fff;
	line-height: 18px;
	padding: 0;
	margin: 20px 0 0 10px;
	padding-top: 20px;
	text-align: center;
}

div#overlap_dialogue {
	position: fixed;
	overflow: auto;
	top: 100px;
	left: 50%;
	background: #FFFFFF;
	width: 650px;
	margin-left: -270px;
	border: 1px solid #888;
	height: 400px;
	padding: 15px;
	z-index: 1000;
	color: #000;
	font-size: 12px;
}

div#overlap_dialogue a.close {
	color: #00a;
	position: absolute;
	right: 20px;
	top: 5px;
}

div#overlap_dialogue h1 {
	margin-bottom: 10px;
}

div#product_list_addnote {
	position: absolute;
	left: -109px;
	top: 9px;
}

div#overlap_dialogue input.cancel {
	position: absolute;
	top: 230px;
	left: 390px;
}
div#overlap_dialogue input.confirm {
	position: absolute;
	top: 230px;
	left: 450px;
}


#seminar_forms span, #event_forms span {
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}
#event_forms span {
	width: 200px;
}

#seminar_forms {
	color: #808080;
	font-size: 12px;
	line-height: 16px;

}
#seminar_forms label {
	color: #808080;
	line-height: 14px;

}

#event_forms {
	color: #808080;
	font-size: 16px;
	line-height: 22px;
}

#event_forms label {
        color: #808080;
        font-size: 14px;
        line-height: 22px;
	width: 190px;
	display: block;
	float: left;
}

#seminar_forms a, #event_forms a {
	color: #808080;
}

#seminar_forms a:hover, #event_forms a:hover {
	color: #aaa;
}

#wrapper {
	position:relative;
	width:920px;
	height:100%;
	display: table;
	overflow: hidden;
	margin: 0 auto;
}


#container {
	position: relative;
	height: 100%;
	width: 100%;
}

.login_text {
	padding-top: 11px;
}

#login {
	height: 26px;
	text-align: right;
	width: 902px;
	color: #fff;
	top: 0;
	margin: 0px auto 0px;
	padding-top: 4px;
}

#login a {
	color: #fff;
	text-decoration: none;
}

#login a:hover {
	text-decoration: underline;
}

#header {
	width: 902px;

	top: 0;
	margin: 0px auto 0px;
	padding-top: 0px;
}

#footer {
	width: 902px;
	margin: 0px auto 0px;
	background-color: #000;
	font-size: 10px;
	text-align: center;
	color: #fff;
	padding-top: 1px;
}

.orange {
	color: #E75E0E;
	padding: 0 2px;
}
.ltblue {
	color: #85CFF2;
}


#lower_scroll {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: auto;
	z-index: 10;

}

#lower_container {
	width: 902px;
	top: 0;
	margin: 0px auto 0px;
}


.table {
	display: table;
	width: 902px;
	top: 0;
	margin: 0px auto 0px;
	color: #000;
	clear: left;

}


#t_left {
	width: 902px;
	margin: 0px auto 0px;
	color: #000;
	float: left;
	min-height: 20px;
	background-color: #E6E6E6;
}

#cell_left {
	width: 135px;
	padding-left: 15px;
	min-height: 20px;
	float: left;
}

#content {
	float: left;
	background-color: #fff;
	min-height: 400px;
	float: left;
	width: 540px;
}

#content_wide {
	float: left;
	background-color: #fff;
	min-height: 400px;
	float: left;
	width: 744px;
}


#cell_right {
	width: 200px;
	padding-left: 4px;
	min-height: 20px;
	float: left;
	padding-top: 5px;
}

td {
	vertical-align: top;
}

.tr {
	display: table-row;
}
.td {
	display: table-cell;
	background: #fff;
}

#td_left {
	background-color: #E6E6E6;
	width: 110px;
	padding-left: 15px;
}

#td_center {
	background-color: #fff;
	width: 798px;
}

.grey {
	color: #898989;
	padding: 0 3px;
}
#td_right {
	background-color: #E6E6E6;
	width: 205px;
}

.padding_10 {
	padding: 10px;
}
.padding_15 {
	padding: 15px;
}
.padding_20 {
	padding: 20px;
}

h1 {
	font-size: 16px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

.subhead {
	font-size: 12px;
	padding-bottom: 6px;
}


special_header_education {
	border: 1px solid black;
}

.adpanel {
	padding-bottom: 5px;
}


.ed_formlabel {
	width: 135px;
	font-weight: bold;
	float: left;
	padding-top: 4px;


}
#seminar_forms label {
	width: 155px;
	font-weight: bold;
	float: left;
	padding-top: 4px;
	text-align: right;
	padding-right: 10px;
}

.login_button {
	background-color: inherit;
	border: none;
	color: #fff;
	font-size: 11px;
}
.login_button:hover {
	cursor: pointer;
	text-decoration: underline;
}

#seminar_forms div.input {
	margin-bottom: 3px
}

div.ultimate_margin_div {
	padding: 10px;
}
form#another_form {
	margin: 20px auto 0 auto;
	width: 400px;
}

form#another_form label {
	font-weight: bold;
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
	position: relative;
	top: 5px;
}

form#another_form div.input {
	margin-bottom: 3px;
}

form#another_form div.submit {
	margin: 20px 0 20px 0;
	padding-left: 150px;
}

h3#booking {
	margin: 0;
}

div#clearance_entry_holder {
	background-color: #000;
	background-image: url(/images/template/background.jpg);
	display: none;
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -230px;
	width: 540px;
	border: 1px solid #555;
	height: 230px;
	padding: 30px;
	z-index: 1000;
}

div#clearance_ajax_body {
	background-color: #fff;
	padding: 5px;
	height: 239px;
}
h1.ajax_heading {
	background: url(/images/template/menu_bg.jpg);
	font-size: 11px;
	padding: 1px;
	border: 1px solid #ccc;
	padding-left: 5px;
}

div#clearance_ajax_body label {
	display: block;
	float: left;
	font-weight: bold;
	width: 100px;

}

div#clearance_ajax_body span#close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

form.standard_form {
	margin-top: 30px;
}

form.standard_form label {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	display: block;
	width: 100px;
	float: left;
	padding-top: 3px;

}

form.standard_form input {
	width: 200px;
}

tr.list th {
	border-bottom: 1px solid black;
}

tr.wysecare_purchase td, tr.wysecare_purchase th{
	padding-bottom: 5px;
	background-color: #FFF4EB;
	border-bottom: 1px solid #fff;
	padding: 3px 6px;
	vertical-align: top;
	line-height: 20px;
}

tr.wysecare_purchase th{
	text-align: left;
}
tr.wysecare_purchase_hover:hover td,
tr.wysecare_job_hover:hover td{
	background-color: #F3FFED;
	cursor: pointer;
}
tr.wysecare_job td {
	background-color: #E8F4FF;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	vertical-align: top;
	padding: 3px 6px;
}

tr.wysecare_job th{
	padding: 3px 6px;
	background-color: #E8F4FF;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	vertical-align: top;
	width: 115px;
	text-align: left !important;
}

div.dialogue_wrapper {
	position: relative;
}
div.dialogue {
	position: fixed;
	width: 630px;
	height: 300px;
	border: 1px solid #888;
	margin-left: 50px;
	margin-top: 0px;
	background-color: #fff;
	overflow: auto;
}

li.auth_submenu a{
	margin-left: 20px;
}

li.auth_menu_selected {
	font-weight: bold;
}
li.auth_menu_spacer {
	line-height: 4px !important;
	font-size: 4px;
	height: 10px;
	border: none !important;
}

label {
	float: left;
	display: block;
	width: 80px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.hover_click:hover {
	cursor: pointer;
}