/* html>body #ContainerMaster, html>body #ContainerMasterHomePage {height: auto; min-height: 100%;}  */


/*img, div { behavior: url(/templates/1/css/iepngfix.htc); }*/



/* MAIN PAGES */

#mainpage{
	width:808px;
	text-align:right;
	background-color:#F78E1E;
}
#mainpage span{
	margin-left:10px;
	margin-right:10px;
}
#mainpage a{
	color:#FFFFFF;
}

/*
#substance p{
	margin-top:5px;
	margin-bottom:5px;
}
#substance p,div,td{
	line-height:20px;
}
#substance a{
	color:#4636A0;
}*/


/* SHADOW DIVS */
#top-shadow{
	width:838px;
	height:15px;
	margin:0 auto;
	margin-top:15px;
	background-image:url(/templates/1/images/shadow-top-right.png);
	background-position:right;
	background-repeat:repeat-y;
}
#inner-shadow{
	width:808px;
	height:15px;
	background-color:#F78E1E;
	text-align:right;
}
#bottom-shadow{
	width:838px;
	height:20px;
	margin:0 auto;
}
#bottom-shadow-left{
	width:30px;
	height:20px;
	float:left;
	background-image:url(/templates/1/images/shadow-bottom-left.png);
	background-position:right;
}
#bottom-shadow-center{
	width:778px;
	height:20px;
	position:relative;
	top:0px;
	float:left;
	background-image:url(/templates/1/images/shadow-bottom.png);
	background-position:right;
	background-repeat:repeat-x;
}
#bottom-shadow-right{
	width:30px;
	height:20px;
	position:relative;
	top:0px;
	float:left;
	background-image:url(/templates/1/images/shadow-bottom-right.png);
	background-position:right;
	background-repeat:repeat-x;
}

/* AJAX RELATED */
#TB_overlay {
	display:none;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
	 height:0px;
	 width:0px;
}

.aAjax{
	cursor:pointer;
	cursor:hand;
}

* html #ajaxDiv { /* ie6 hack */
	position: absolute;
	min-height:700px;
}
#ajaxDiv{
	position:absolute;
	left:150px;
	top:0px;
	width:600px;
	height:auto;
	padding:25px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	display:none;
	z-index:2003;
}

/* INTERNAL DEFINITIONS */
#small_hr
{
	width:90%;
	padding:0px;
	margin:10px;
	margin-left:0px;
}
span.pad
{
	padding-left:10px;
	padding-right:10px;
}

/* COURSE DETAIL FLOATING DIVS */
#course_detail_left
{
	float:left;
	clear:none;
	width:67%;
	padding-right :30px;
}
#course_detail_left hr
{
	margin-left:0px;
}
#course_detail_right
{
	float:right;
	clear:none;
	width:25%;
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	text-align:left;
	border:1px solid #FDC388;
	background-color:#FFFFC6;
}
#course_detail_right hr
{
	width:100%;
}
#course_detail_right li{
	/*margin-left:-24px;*/
	list-style-position:inside;
}
#course_detail_right a{
	color:#990000;
}

#detail_header_options
{
	width:99%;
	clear:both;
	text-align:center;
}





#delegate_detail_left
{
	float:left;
	clear:none;
	width:55%;
	padding-right :10px;
	text-align:justify;
}

#delegate_detail_left hr
{
	width:98%;
}

#delegate_detail_right
{
	float:right;
	clear:none;
	width:40%;
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	text-align:left;
	border:1px solid #DDDDDD;
	background-color:#F4F4F6;
}

#delegate_detail_right td{
	vertical-align:top;
}

#horizontal-ul ul{
	padding:0px;
	margin:0px;
	display:inline;
}
#horizontal-ul li{
	background-image:url(/templates/1/images/globe-tiny.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	padding-left:20px;
	padding-right:25px;
	display:inline;
}

#shopping_cart{
	width:550px; 
	border:1px solid #CCCCCC; 
	padding:5px; 
	margin:0 auto; 
	margin-top:10px; 
	margin-bottom:10px;
}
#shopping_cart input{
	border:0px;
}

#courselisting {
	border: solid 1px #FF6600;
	padding: 10px;
	margin-top:10px;
	margin-bottom:10px;
}

#target_audience{
	border:1px solid #FDC388;
	background-color:#FFFFC6;
	text-align:center;
}

#submit_button{
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
	padding-bottom:4px;
	padding-left:20px;
	padding-right:20px;
	border:1px solid #000000;
	background-color:#FF6600;
	cursor:pointer;
}


.help_bubble{
	text-align:left;
	position: absolute;
	top: 0px;
	left: 0px;
	width:400px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	padding:20px;
	display:none;
}
body>.help_bubble{
	position:fixed;
}

.search_bubble{
	position: absolute;
	top: 0px;
	left: 0px;
	width:300px;
	border:1px solid #001F5B;
	background-color:#F9A348;
	color:#FFFFFF;
	padding:20px;
	display:none;
	z-index:4000;
	margin-right:100px;
}


/* MAIN TABLE AND DIVS */

#main-table {
	width:100%;
}
#main-table td{
	vertical-align:top;
	text-align:left;
	font-size:11px;
	padding-left:15px;
	width:25%;
	cursor:pointer;
	cursor:hand;
}
#main-table h2{
	font-size:12px;
	color:#FFFFFF;
}
#main-table div{
	margin:0px;
	margin-left:-15px;
	padding:0px;
	padding-top:5px;
	padding-right:10px;
	position:absolute;
	top:144px;
	width:190px;
	z-index:1000;
	display:none;
}
#main-table li{
	margin-left:-10px;
	font-size:1.1em;
}
#main-table a{
	text-decoration:none;
	color:#4636A0;
	font-weight:bold;
}

#td2{
	background-color:#A1DCAB;
}
#td2 div{
	background-color:#C8EFCE;
}
#td2 li{
	color:#006600;
}
#td2 a, a:visited{
	color:#006600;
}

#td3{
	background-color:#BDB85B;
}
#td3 div{
	background-color:#F1EFBD;
}
#td3 li{
	color:#928C25;
}
#td3 a, a:visited{
	color:#928C25;
}

#td4{
	background-color:#A0A3C2;
}
#td4 div{
	background-color:#D3D7EF;
}
#td4 li{
	color:#3C2068;
}
#td4 a, a:visited{
	color:#3C2068;
}

#td5{
	background-color:#E5BA81;
}
#td5 div{
	background-color:#F4DAB6;
}
#td5 li{
	color:#825109;
}
#td5 a, a:visited{
	color:#825109;
}

#all-courses {
	padding:0px;
	padding-left:60px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(/templates/1/images/icons/person.png);
	background-repeat:no-repeat; 
	background-position:left;
}

/*#all-courses h2,p {
	line-height:0.9em;
}  */

#details-nav {
	height:29px;
	/*width:497px;*/
	background-image:url(/templates/1/images/icons/info-box-bg.gif);
	background-repeat:repeat-x;
}
#details-box {
	/*width:477px;*/
	background-color:#F0EFFF;
	border:1px solid #C7C5D2;
	border-top:none;
	padding:10px;
}
#details-box p {
	margin:0px;
	padding-bottom:5px;
}


#preview_pane {
	position:absolute;
	top:40px;
	left:40px;
	width:640px;
	height:500px;
	display:none;
	background-color:#FFFFFF;
	border:1px solid #FF6600;
	background-image:url(/images/loading-advert.gif);
	background-repeat:no-repeat;
	background-position:center;
	z-index:2030;
}


