/**********************************************
         General Site Design Styles
**********************************************/

html,body{height:100%}

html,body,table,td{	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Arial, sans-serif;	
	font-size:12px;
}

body{
	background-color:#e6e6e6;
}

#site-wrapper{
	text-align:center;
}

#content-wrapper{
	width:995px;
	margin:0px auto;
	overflow: hidden;
}

#leftborder, #rightborder{
	width:15px;
	height:100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: -4000px; 
	padding-bottom: 4000px;
}

#leftborder{
	background:url(../assets/left-border.png) repeat-y top left;
	float:left;
}

#rightborder{
	background:url(../assets/right-border.png) repeat-y top left;
	float:right;
}

#footer {
	background:url(../assets/bottom-border.png) no-repeat top left;
	height:27px;
	width:995px;
	margin:0px auto;
	clear: both;
	font-size: 11px;
}

#centercolumn{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	margin:0px 15px;
	padding-top: 0px;
	background: white;
	text-align:left;
	float: none;
}


/**********************************************
               Menubar Styles
**********************************************/


div.menubar {
	float: left;
	height: 300px;
	width: 213px;
	background: url(../assets/grad2.jpg) repeat-x top left;
}

div.menubar a.nonactive {
	text-decoration: none;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-bottom: -20px;
	font-weight: bold;
}

div.menubar a.nonactive:hover {
	background: #999999;
	color: white;
}

div.menubar a.active{
	text-decoration: none;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-bottom: -20px;
	background: #cccccc;
	color: black;
	font-weight: bold;
}

div.menubar a.active:hover {
	border-left: 0.25em solid #999999;
	border-right: 0.25em solid #999999;
	background: #999999;
	color: white;
}

div.menubar a {
	color: blue;
	margin: 3px 0px 0px 5px;
	display: block;
	width: 90%
}

div.menubar h3 {
	font-size: 14px;
	margin: 5px 0px 5px 5px;
}


/**********************************************
             Admin Menubar Styles
**********************************************/


div.menubar2 {
	margin-top: 9px;
	text-align: center;
}

div.menubar2 a.nonactive {
	text-decoration: none;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-bottom: -20px;
	border-left: 0.25em solid white;
	border-right: 0.25em solid white;
	font-weight: bold;
}

div.menubar2 a.nonactive:hover {
	border-left: 0.25em solid #999999;
	border-right: 0.25em solid #999999;
	background: #999999;
	color: white;
}

div.menubar2 a.active{
	text-decoration: none;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-bottom: -20px;
	border-left: 0.25em solid #cccccc;
	border-right: 0.25em solid #cccccc;
	background: #cccccc;
	color: black;
	font-weight: bold;
}

div.menubar2 a.active:hover {
	border-left: 0.25em solid #999999;
	border-right: 0.25em solid #999999;
	background: #999999;
	color: white;
}

div.menubar2 a {
	color: blue;
}

div.menubar2 form{
	display: inline;
	margin-left: 15px;
}


/**********************************************
        Full Video List Menubar Style
**********************************************/


div.menubar3 {
	float: left;
	height: 300px;
	width: 213px;
}

div.menubar3 a.nonactive {
	text-decoration: none;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-bottom: -20px;
	font-weight: bold;
}

div.menubar3 a.nonactive:hover {
	background: #999999;
	color: white;
}

div.menubar3 a.active{
	text-decoration: none;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-bottom: -20px;
	background: #cccccc;
	color: black;
	font-weight: bold;
}

div.menubar3 a.active:hover {
	border-left: 0.25em solid #999999;
	border-right: 0.25em solid #999999;
	background: #999999;
	color: white;
}

div.menubar3 a {
	color: blue;
	margin: 3px 0px 0px 5px;
	display: block;
	width: 90%
}

div.menubar3 h3 {
	font-size: 14px;
	margin: 5px 0px 5px 5px;
}



/**********************************************
			Featured Video Styles
**********************************************/


div.featured{
	height: 300px;
	width: 750px;
	background: url(../assets/grad.jpg) no-repeat top center;
	float: right;
}

div.featured h1{
	font-size: 24px;
	margin-right: 10px;
}

div.featured p {
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}

div.featured p.datepost{
	text-align: right;
	font-weight: normal;
}

div.featured table{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

div.featured img.icon{
	margin: 15px 20px 10px 10px;
	width: 350px;
	height: 263px;
	border: 0px;
}

div.featured a{
	text-decoration: none;
	color: blue;
}

div.featured img.sidebox{
	border: 1px solid #2E3192;
	width: 55px;
	height: 280px;
	margin: 10px 0px 10px 0px;
}


/**********************************************
			Styles for Top 4 Recent
**********************************************/


div.topfour{
	clear: both;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}

div.topfour p{
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

div.topfour p.lead{
	margin-top: 3px;
	margin-bottom: 3px;
}

div.topfour table{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div.fouritem{
	background: #dddddd;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
}

div.fouritem div.contents {
	height: 302px;
}

div.fouritem h2{
	font-size: 16px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 10px;
}

div.fouritem a{
	text-decoration: none;
	color: blue;
}

div.fouritem p{
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
}

div.fouritem p.datepost{
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin-top: 0px;
	padding-top: 2px;
	margin-bottom: 0px;
}

div.fouritem img.icon{
	margin:10px 15px 10px;
	width: 180px;
	height: 135px;
	border: 0px;
}


/**********************************************
		Styles for other Portal Videos
**********************************************/


div.lastfeatured{
	padding-bottom: 10px;
}

div.lastfeatured2{
	padding-bottom: 10px;
	margin-right: 30px;
	float: right;
}

div.lastfeatured p{
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

div.lastfeatured p.lead{
	margin-top: 3px;
	margin-bottom: 3px;
}

div.featureditem{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	background: #d6d6d6;
}

div.featureditem table{
	width: 100%;
}

div.featureditem img.icon{
	margin:0px 10px 0px 10px;
	width: 180px;
	height: 135px;
	border: 0px;
}

div.featureditem p{
	font-weight: normal;
	font-size: 12px;
	margin-right: 10px;
}

div.featureditem h2{
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: normal;
}

div.featureditem a{
	text-decoration: none;
	color: blue;
}

div.featureditem p.datepost {
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
}

div.featureditem p.options{
	font-size: 14px;
}


/**********************************************
               Header Styles
**********************************************/


div.header{
	margin:0px;
	padding:0px;
}

div.header img{
	border:0 none;
	margin-top: 0px;
}

div.header table {
	border-bottom: 1px solid black;
}

div.header a{
	text-decoration: none;
}

div.header .stext {
	height: 12px;
	font-size: 12px;
}

div.header .sfind {
	height: 20px;
	font-size: 14px;
}

div.header .hlink {
	margin: 0px;
	vertical-align: 3px;
}

div.header form{
	display: inline;
}

.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 963px;
	height: 100px;
}


/**********************************************
			Rounded Corner Styles
**********************************************/


.toprowlight {
	background: url(../assets/trc.jpg) no-repeat top right;
}

.bottomrowlight {
	background: url(../assets/brc.jpg) no-repeat top right;
}

.toprowmed {
	background: url(../assets/trc2.jpg) no-repeat top right;
}

.bottomrowmed {
	background: url(../assets/brc2.jpg) no-repeat top right;
}

img.corner {
	width: 9px;
	height: 9px;
	border: none;
	display: block !important;
}


/**********************************************
			Miscellaneous Styles
**********************************************/

/* This defines the styling for page links on the admin pages */
.paging {
	margin-bottom: 0px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	clear: both;
}

.paging2 {
	margin-bottom: 0px;
	margin-right: 33px;
	text-align: right;
	clear: both;
}

/* This centers information on the login page */
div.login{
	text-align: center;
}

/* This highlights fields on the admin pages when there is an error
	in one of the forms */
.error {
	background: red;
	color: white;
}
