/* CSS Document */


/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/
body {font-size: 62.5%; margin: 0em auto; padding: 0px; font-family: arial, tahoma, verdana, sans-serif; }

.textHeader3 {
  color:#666666;
  font-size:1.4em;
  padding: 4px 0 4px 0;
  
 }

/* Top page menu */
#topPageBox {
	background-color:#FFFFFF;
	border-bottom:1px solid #C9D7F1;
	padding: 2px 2px 2px 2px;
	font-size:0.9em;
	
	
}

/*the Heaedr */
#headerBox {height:auto; }


#headerBox h1 a{font-size: 2.8em; color:#0033FF; text-decoration:none;}

#topMenuBox {
	border-top:1px solid #3366CC;
	padding: 4px 2px 6px 2px;
	background-color: #D5DFF3;
	margin-bottom: 20px;
	
}

#sideBox1 {

    
	background-color:#ECF5FA;
	border-bottom:1px solid #8899DD;
	padding: 2px 2px 2px 2px;
	text-align:center;
	
}

#adBox {
	background-color:#FFFFCC;
	border:1px solid #FFCC33;
	padding: 2px 2px 2px 2px;
	text-align:center;
	
}

 
/*Session headers */
#menuTextHeaderBox {
	background-color:#FFFFFF;
	border-bottom:1px solid #C9D7F1;
	padding: 2px 2px 2px 2px;
	margin-bottom: 8px;
	
	
} 

/*Foot headers */
#FooterBox {
	background-color:#FFFFFF;
	border-top:1px solid #C9D7F1;
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 20px 0px;
	
	
} 


/* For the related image */

.imgThumb {
  width:100px;
  height: 75px;
  border: 1px solid 000;
}


.relatedTabs { 
 height:500px;
 overflow: auto; 
 padding-bottom: 8px;
 } 
 
 /* boxes */
 
 #box1 {
 
 	border:1px solid #cccccc;
	padding: 10px 10px 10px 10px;
	background-color: #EDF5FF;
	
	
 }
 
 #box2 {
 
 	border-top:1px solid #cccccc;
	padding: 10px 10px 10px 10px;
	background-color: #EDF5FF;
	
	
 }
 
 
 /* menus */
#menu ul.linklist-indent {margin: -0.3em 0px 0.5em 0px; padding: 0px 0px 0px 10px; list-style-type: none; line-height: 1.2em; font-size: 0.9em;}
#menu li {
padding:2px 0px 2px 0px;
}

#menu a, #FooterBox a {
	color:#4866FF;
	
	text-decoration:none;
}

#menu a:hover, #FooterBox a:hover {
	color:#808080;
	text-decoration:underline;	
}

 
 /* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color:#FFFF99;

display:block;
padding:2px;
margin-bottom:4px;
width:400px;
}

.separator {
  margin:5px;
  border-bottom:1px dotted #CCCCCC;
}

/* video listing */
#vertical_video_list {
 background-color:#FFFFFF;
 font-size: 0.9em;
}

#vertical_video_list A:link, A:visited, A:active, A:hover  
   { color:#0000FF;
     text-decoration:none;
   }  
#vertical_video_list A:hover  {
  text-decoration:underline;
}   

#vertical_video_list .descriptor {
  color:#666666;
 }
 #vertical_video_list img {  
   padding:4px;
   border:1px solid #999999;
   width:100px;
   height:75px;
 }
 
  #vertical_video_list img.rate { 
  padding:0px;
   border:0px ;
   width:10px;
   height:9px;
 }
 
  #vertical_video_list img.img_large{  
  
   width:200px;
   height:150px;
 }

 #vertical_video_list .video_info {  
   padding-left: 10px;
   padding-right: 14px;
   
   
 }
 
 
 /* top search box */
#top_search_form_box {
 background-color:#FFFFFF;
 font-size: 0.8em;
 padding:10px;
 border:1px solid #CCCCCC;
 margin-top:10px;
 margin-bottom:10px;
 height:40px;

}


 

#top_search_form_box A:link, A:visited, A:active, A:hover  
   { color:#0000FF;
     text-decoration:none;
	 
   }  
#top_search_form_box A:hover  {
  text-decoration:underline;
}   

#top_search_form_box input {

border:1px solid #000066;
height: 16px;
font-size: 12px;
font-weight:bold;
padding:4px;
vertical-align:middle;
}

#top_search_form_box .input_text {
 width: 300px;
}

#top_search_form_box .input_submit {
 background-color:#FFCC00;
 width: 100px;
 text-align:center;
height: 26px;
 
}


#top_search_form_box .submenu {
padding-top:4px;
padding-bottom:4px;


}
 
 


 
/* forms */


form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
}
form div.date{
margin-left: 0em;
}
label {
font-size: 14px;
color:#003366;
font-weight:bold;
display:block;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input, textarea {
font-size: 14px;
font-family: inherit;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}

div.required {
clear: both;
color:#222;
font-weight:bold;
}
div.optional {
clear: both;
color:#555;
}
div.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}


