/* html>body #ContainerMaster, html>body #ContainerMasterHomePage {height: auto; min-height: 100%;}  */

html {
	height: 100%;
	/* background-color: #FFFFFF; */
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size:11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#606A78;
	background-image:url(/templates/1/images/pattern.jpg);
	background-repeat:repeat; 
}

p,div,td,th,span,form,tr,table,img{
  margin: 0px;
  padding:0px;
  font-size:1.0em;
}

img, div { behavior: url(/templates/1/css/iepngfix.htc); }

p,div,td{
	line-height:15px; }
	
ul{
	list-style-type:square;
	margin-left:20px;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px; }
li{
	color:#FF6600;
	font-size:1.2em;
	margin:0px;
	margin-bottom:3px;
	margin-top:3px;
	padding:0px; }

#wrapper{
	width:1000px;
	margin:0 auto;
	background-image:url(/templates/1/images/shadow.png);
	background-position:right;
	background-repeat:repeat-y;
	z-index:3000;
}

#mainpage{
	padding-top:60px;
	width:970px;
	text-align:center;
	background-color:#F78E1E;
}
#mainpage h4{
	color:#FFFFFF;
	font-size:1.4em;
}

#mainpage h2{
	font-size:1.4em;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	padding-bottom:3px;
	color:#001F5B;
}
#mainpage a{
	text-decoration:none;
	color:#001F5B;
	font-weight:bold;
}

#content{
	margin-top:50px;
	background-color:#FDC388;
}

#footer{
	margin-top:30px;
	padding-bottom:100px;
	text-align:center;
}


/* SHADOW DIVS */
#top-shadow{
	width:1000px;
	height:30px;
	margin:0 auto;
	margin-top:35px;
	background-image:url(/templates/1/images/shadow-top-right.png);
	background-position:right;
	background-repeat:repeat-y;
}
#inner-shadow{
	width:970px;
	height:30px;
	background-color:#F9A348;
	text-align:right;
	padding-top:7px;
}
#inner-shadow a{
	color:#FFFFFF;
	font-size:1.1em;
	text-decoration:none;
}
#inner-shadow span{
	padding-right:30px;
}

#bottom-shadow{
	width:1000px;
	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:940px;
	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;
}

#table-pad td{
	padding-right:20px;
}

.help_bubble{
	position: absolute;
	top: 0px;
	left: 0px;
	width:300px;
	border:1px solid #001F5B;
	background-color:#F9A348;
	color:#FFFFFF;
	padding:20px;
	display:none;
	z-index:103;
	margin-right:100px;
}

/* MAIN TABLE AND DIVS */

#main-table {
	width:100%;
}
#main-table td{
	vertical-align:top;
	text-align:left;
	color:#314F81;
	font-size:11px;
	padding-bottom:5px;
}
#main-table h2{
	font-size:12px;
	color:#FFFFFF;
	margin:0px;
}
#main-table p{
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
}
#main-table li{
	padding-right:10px;
	font-size:11px;
}
#main-table div{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
}

#td1{
	background-color:#C6E2EB;
}
#td1 div{
	background-color:#83B8C9;
}

#td2{
	background-color:#C8EFCE;
}
#td2 div{
	background-color:#A1DCAB;
}

#td3{
	background-color:#F1EFBD;
}
#td3 div{
	background-color:#BDB85B;
}
#td3 li{
	color:#928C25;
	padding-bottom:2px;
	padding-top:2px;
}
#td3 a, a:visited{
	color:#928C25;
}

#td4{
	background-color:#D3D7EF;
}
#td4 div{
	background-color:#A0A3C2;
}
#td4 li{
	color:#4A5084;
	padding-bottom:2px;
	padding-top:2px;
}
#td4 a, a:visited{
	color:#4A5084;
}

#td5{
	background-color:#F4DAB6;
}
#td5 div{
	background-color:#E5BA81;
}

#td6{
	background-color:#C6E2EB;
}
#td6 div{
	background-color:#83B8C9;
}

#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;
}

