/* CSS Document */

body {
	margin: 0 0 0 0;
	padding: 0;
	background-color:#000000;
	background-image:url(../images/videos/player/bkgrd_blk.gif);
	background-repeat: repeat-x;
	background-position:left top;
	color: #666666;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 70%;
}


.formBtn{
	margin: 1px;
	background: #333333;
	border: 1px solid #ededed;
	color:#fff;
}
.formBtn:hover {
	background-color: #EDEDED;
	text-decoration: none;
	color:#333333;
	border: 1px solid #333333;
}

h2 {
	margin: 6px 0 6px 0;
	font-size: 110%;
	color:#FFFFFF;
	}

h3 {
	margin: 6px 0 6px 0;
	font-size: 150%;
	font-weight: normal;
	color:#FFFFFF;
	}

hr {
	border: 1px solid #333333;
	}
/* default links */

a:link {
	text-decoration: none;
	color: #7398A0;
}
a:visited {
	text-decoration:none;
	color: #7398A0;
}
a:hover {
	text-decoration: underline;
	color:#ffffff;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}


/*Standard Text Styles*/
#reload {
	margin: 12px auto 0 auto;
	text-align:center;
	}
#header {
	margin: 0 0 0 0;
	width: 100%;
	height: 59px;
	}

.logo {
	position: relative;
	float: left;
	margin: 0 0 0 0;
	}
.toptext {
	position: relative;
	float:left;
	margin: 24px 5px 0px 15px;
	font: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color:#FFFFFF;
	}

/*Video CSS created by Camtasia Studio */
#cs_flashBody {
	margin: 15px auto 0px auto;
	font-size: 12pt;
	font-family: verdana,arial,helvetica,sans-serif;
	text-align: center;
}

#cs_noexpressUpdate {
	margin: 75px auto 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-align: left;
	background-image: url(small_short_nofp_bg.gif);
	background-repeat: no-repeat;
	width: 210px; 
	height: 200px;	
	padding: 40px;
}

#icons {
	clear: both;
	margin: 0px auto;
	text-align: center;
	}
.rightmargin {
	margin-right: 9px;
	}
	
#login {
	float:left;
	margin: 9px auto;
	padding: 9px;
	width: 178px;
	height: 200px;
	background: #555555;
	border: 3px solid #333333;
	color:#FFFFFF;
	}
	
.white {
	color: #FFFFFF;
	}
	
.alerttext {
	font-weight:bold;
	color:#FF9900;
	}
	
.attentiontext {
	color:#FF9900;
	}

/* Subsection Tabs
--------------------*/
.selectC {
	padding: 5px 0px 0px 3px;
	width: 210px;
	float: left;
	font-weight:bold;
	size: 1.2em;
	color:#FFFFFF
	}
	
#select_category {
	margin: 50px 15px 15px 21px;
	padding: 0 12px 12px 12px;
	width: 93%;
	background: #3F3F3F url(../images/videos/select_category_bkgrd.jpg) repeat-x top left;
	color:#FFFFFF;
	}

#select_video {
	margin: 50px 15px 15px 21px;
	padding: 0 12px 12px 12px;
	width: 93%;
	background: #3F3F3F url(../images/videos/select_category_bkgrd.jpg) repeat-x top left;
	color:#cccccc;
	}
#select_category ul.subsection_tabs {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	clear:both;
	/*border-bottom:1px solid #ccc;*/
	clear:both;
}

#select_category ul.subsection_tabs li.tab {
	display: block;
	/*float:left;*/
	margin:0 7px 0 7px;
	text-align:left;
}

#select_category ul.subsection_tabs li.tab a {
	display:block;
	height:20px;
	padding:3px 0 0 12px;
	color:#cccccc;
	width:99%;
}

#select_category ul.subsection_tabs li.tab a:hover {
	color:#fff;
	background-color:#527476;
	text-decoration: none;
}

#select_category ul.subsection_tabs li.tab a.active {
	background-color:#333;
}

#select_category ul.subsection_tabs li.source_code {
	float:right;
}


/*Subsection Tabs Videos*/
#select_video ul.subsection_tabsVideos {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	height:;
	clear:both;
	/*border-bottom:1px solid #ccc;*/
	clear:both;
}

#select_video ul.subsection_tabsVideos li.tabodd {
	display: block;
	margin:0 7px 0 7px;
	text-align:left;
}

#select_video ul.subsection_tabsVideos li.tabeven {
	display: block;
	margin:0 7px 0 7px;
	text-align:left;
}

#select_video ul.subsection_tabsVideos li.tabodd a {
	display:block;
	width:99%;
	height:;
	padding:6px 3px 6px 9px;
	color:#cccccc;
	background: #333333 url(../images/videos/play.gif) no-repeat right top;
	
}

#select_video ul.subsection_tabsVideos li.tabeven a {
	display:block;
	width:99%;
	height:;
	padding:6px 3px 6px 9px;
	color:#cccccc;
	background: #666666 url(../images/videos/play.gif) no-repeat right top;
	
}

#select_video ul.subsection_tabsVideos li.tabodd a:hover {
	color:#fff;
	background: #863E16 url(../images/videos/play_hover.gif) no-repeat right top;
	text-decoration: none;
}

#select_video ul.subsection_tabsVideos li.tabodd a.active {
	background-color:#333;
}

#select_video ul.subsection_tabsVideos li.tabeven a:hover {
	color:#fff;
	background: #863E16 url(../images/videos/play_hover.gif) no-repeat right top;
	text-decoration: none;
}

#select_video ul.subsection_tabsVideos li.tabeven a.active {
	background-color:#333;
}

#select_video ul.subsection_tabsVideos li.source_code {
	float:right;
}

/*anchor position fix*/

