/* GENERAL STYLES */
body	{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color:#333333;
	background-color: #4C4C4C;
	background-image:url(images/djax_background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	font: normal 14px "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

a { 
	text-decoration:underline;
	color:#0173AE; 
}
a:hover { 
	text-decoration:none;
	color:#0173AE; 
}
a:visited { 
	color:#0173AE; 
}



/* LIBRARY STYLES */
div.highlight_text{
	background-color:#D6F1F3;
	border: 2px solid #0173AE;
	margin: 15px 15px 30px 15px;
	padding: 10px;
	
}
li.horizontal_list_right{
	text-align: right;
	float: right;
	list-style: none;
}
li.horizontal_list_left{
	text-align: left;
	float: left;
	list-style: none;
}


/* TEXT STYLES */
ul{
	margin: 0px;
	padding: 0px;
}
li{
	padding: 0px;
}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
}
form{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h1{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font: bold 26px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
}
h3{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font: bold 18px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	border-bottom: 1px solid #666666;
}
h4{
	padding: 0px;
	margin: 0px;
	font: bold 16px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
}
.small_text{
	font-size:10px;
}
li.vertical_list{
	margin: 0px 0px 10px 15px;
}


/* TEMPLATE STYLES */

div.template_wrapper{
	margin: 0 auto;
	width: 850px;
	text-align: left;
	vertical-align: top;
}

	/* Applies to the container that wrapps around all of the content */
	div.template_container{
		margin: 0 auto;
		float: left;
		width: 850px;
		text-align:left;
		vertical-align:top;
	}
	
		
		
		div.template_header{
			clear: both;
			overflow:hidden;
			height: 178px;
			overflow:hidden;
		}
			div.template_header_brand{
				clear: both;
				height: 145px;
				overflow:hidden;
			}
				div.header_logo{
					width:327px;
					float:left;
					height: 145px;
					overflow:hidden;
				}
				div.header_photo{
					width:523px;
					float:right;
					height: 145px;
					overflow:hidden;
				}
			div.header_nav{
				clear: both;
				height: 33px;
				overflow:hidden;
				background-image:url(images/djax_web_11.gif);
				background-repeat:repeat-x;
			}

		div.template_body{
			clear: both;
			background-color:#E4D39A;
		}
			
				
			
				div.template_body_left{
					float: left;
					width: 522px;
				}
					div.template_left_content{						
						padding: 25px 15px 50px 15px;
					}
						div.template_body_title{
							height: 30px;
							overflow:hidden;
							background-image:url(images/djax_header_back.gif);
							background-repeat:no-repeat;
							color:#FFFFFF;
							font-size:16px;
							font-weight:bold;
							margin-bottom: 10px;
							padding: 5px;
						
						}
				div.template_body_right{
					float: right;
					width: 328px;
					
				}
					
				
				div.template_footer{
					clear: both;
					background-color:#A81933;
					overflow:hidden;
					height: 75px;
					color:#FFFFFF;
					padding: 15px;
				}
					div.template_footer_nav{
						font-size:14px;
						font-weight:bold;
					}
						li.footer_button{
							padding: 5px 25px 0px 0px;
						}
						.footer_button a{
							color: #FFFFFF;
						}
						.footer_button a:hover{
							color: #FFFFFF;
						}
						.footer_button a:visited{
							color: #FFFFFF;
						}
					div.template_footer_info{
						clear:both;
						padding-top: 15px;
						text-align:right;
					}
					
					
div.video_block{
	padding-top: 15px;
	text-align:center;
}
			
/* Module Style */

#notice {
	border: 2px solid #FF0000;
	color:#FF0000;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

#nice_notice {
	border: 2px solid #006600;
	color:#006600;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}
#field_label{
	vertical-align:top;
	padding-bottom:3px;
	padding-right:5px;
	padding-top:3px;
	text-align:right;
	font-size:12px;
}
#field_cell{
	vertical-align:top;
	padding-bottom:3px;
	padding-top:3px;
	text-align:left;
}




	
/* SPECIAL STYLES */
#dhtmltooltip{
	position: absolute;
	left: 0px;
	background-color: none;
	visibility: hidden;
	z-index: 100;
	
}

#dhtmlpointer{
	position:absolute;
	left: 0px;
	z-index: 101;
	visibility: hidden;
	display: none;
}