@charset "UTF-8";
/* CSS Document */
/* ############################## */
/* Entire Site   text-decoration: none; */
/* ############################## */
body {
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
}

body, td, th {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;

}
a {
	border: 0px;
	
	 color:#03F;
}
a:link {
   color:#03C;
}
a:visited {
   color:#3a8ae4;
}
a:active {
   color: #666666;
}
a:hover {
   color:#C30;
}
img {
	border:0px;
}



/* ############################## */
/* Nav all but index */ text-align: center;
/* ############################## */
#top_div_nav p {
	text-align: center;
	
}


span.left {
	margin: 0px;
position: absolute;
left: 0;

  
  
  
}
span.right {
position: absolute;
right: 0;
}

/* ############################## */
/* Index */
/* ############################## */
#index_div_nav p {
	text-align: center;
}

#index_div_content {	
	width: 100%;
}



/* ??? */
#header {
	background-color:#FFF;
	width: 100%;

}


#leftcol {
	float: left;
	width: 20%;
	
	background-color: #CCC;
}
#rightcol {
	float: right;
	width: 80%;
	background-color: #CCC;
}

/* ############################## */
/* Video page */
/* ############################## */

#table-video
{
width: 100%;
border-width: 1px 1px 1px 1px;
border-collapse: collapse;
background-color:#FFF;
border: 1px;
}

#td-video-left {
width: 30%;
height: 100%;
}

#td-video-right {
width: 70%;
height: 100%;

}


/* HR */
hr.video_hr {
	border: 0;
	width: 80%;
	float:left;
	background-color:#999;
	height: 5px;
}

#nav_hr {
	
	border: 0;
	width: 95%;
	background-color:#CCC;
	color:#CCC;
	height: 2px;	
	margin: 18px;
	padding: 0px;
	
	
}



/* DIV */	
	
#div_video_welcome_box
{
	width: 90%;	
	background-color: #ffffff;
	margin: 2em;
	border: 3px double #dddddd;
	
}

#make_box {
	
	font-weight:500;
	width: 60%;
	background-color: #cccccc;
	border:thick;
	border-color:#333;
	padding:12;
	margin: 2em;
	border: 5px double #9040d3;
}


#div_video_startpage
{
	width: 100%;
	background-color: #ffffff;
	border: 0px;
}

#video_div_maker{
	width: 100%;
	background-color:#D8F6F3;
	text-align: left;
}
#video_div_topranked{
	width: 100%;
	text-align: left;
	float: right;
	width: 40%;
	font-size:10px;
}

/* DIV  links nav_text*/
#div_nav_text {
	width: 100%;
	background-color2:#bed9e8;
	background-color:#C4D9E7;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;

}

#div_nav_text a{
	border: 0px;
	text-decoration: none; 
	
}

/* DIV  links maker*/
#video_div_maker a{
	border: 0px;
	text-decoration: none; 
}
#video_div_maker a:link {
   color:#03F;
}
#video_div_maker a:visited {
    color:#009;
}
#video_div_maker a:active {
   color: #666666;
}
#video_div_maker a:hover {
   color:#C30;
}

/* DIV  links az ::  text-decoration: none;  */
#div-video-nav {
	background-color:#bed9e8;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/* DIV  links ref ::  text-decoration: none;  */
#div-video-ref {
	background-color:#bed9e8;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width: 40%;
	border: 2px;
	padding:2px;
	
}

/* DIV  links az ::  text-decoration: none;  */
#div-video-az {
	background-color:#bed9e8;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#div-video-az a{
	border: 0px;	
}
#div-video-az a:link {
   color:#03F;
}
#div-video-az a:visited {
   color:#03F;
}
#div-video-az a:active {
   color: #666666;
}
#div-video-az a:hover {
   color:#C30;
}

/* DIV  div-video-searchresults ::  text-decoration: none;  */
#div-video-searchresults a{
	border: 0px;	
	text-decoration:underline;
}
#div-video-searchresults a:link {
   color:#03F;
}
#div-video-searchresults a:visited {
   color:#009;
}
#div-video-searchresults a:active {
   color: #666666;
}
#div-video-searchresults a:hover {
   color:#C30;
}


#video_hr_OLD {
	border: 0;
	width: 80%;
	float:left;
	background-color:#999;
	height: 5px;

}
/* Video search form  */
#form_input_videosearch_button {
	font-size: 10px;
	color: #006;
	background-color:#DDDDDD;
	border: 1px solid #AAAAAA;	
}
#form_input_videosearch_text {
	font-size: 10px;
	color: #006;
	background-color:#FFF;
	border: 1px solid #AAAAAA;	
}

/* Video text  */
.span_video_title {
  color: #558;
  font-size: 18px;
} 

/* Video text  */
.span_video_text {
  color: #558;
  font-size: 12px;
} 
/* Video text  */
.span_video_text_sm {
  color: #558;
  font-size: 10px;
} 
/* Video text  */
#vid_summary {
	background-color:#9FB7C8;
	padding: 15px;
}

#vid_text {
 color:#558;
 font-size:12px;
}

#video_font_title {
 font-size:16px;
}


/* Others */
#content {
	background: #fff;	
	width: 60%;
}


#footer {
	background: #DDD;
	clear: both;
	width: 100%;
}

#text {
	background-color:#FFF;
	 font-size:11px;
	 font-weight:lighter;
}

#text_padding {
	padding: 10px;
}

#title {
	background-color:#69F;
	border:solid;
}
#nav {
	border:solid;
	position:absolute;
}

#sidebar1 {
	text-align:left;
	background-color: #d6e3f2;
	border: 0px;
	padding: 1px;
	margin-left:0px;
	margin-right:44px;
}
#main {
	text-align:left;
	background-color: #d6e3f2;
	border: 0px;
	padding: 1px;
	margin-left:0px;
	margin-right:44px;
}

#index_div_content p {
	text-align: center;
}


#footer vid {
	text-align: center;
}


#footer p {
	text-align: center;
}

/* ############################## */
/* END 
.thrColHybHdr #container #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.thrColHybHdr {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
}
.thrColHybHdr #container #sidebar1 {
	width: 120px;
}
.twoColFixLtHdr #container #mainContent {
	border-left-width: 120px;
}

.emsg {
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	color:#FF0000;
}
*/


