/************************  SCREEN STYLES **********************************/
/*________________________GROUND RULES__________________________________*/
html, body
{
	height: 101%;
	/*The 101% vs. 100% causes a virtical scrollbar in all cases and thus prevents page shift - Remove this line if you don't want a scrollbar*/
}

body
{
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #333;
}

body, p, ul, li, h1, h2, h3, h4, form, html, input, img, a
{
	/*Starts you off with no padding or margin which you can add later on a more specialized basis.*/
	margin: 0;
	padding: 0;
}

table, td
{
	/*This equates too: <table cellspacing="0" cellpadding="0" border="0"> thus, in your HTML your table tags can look like this <table>... </table>. Warning: if you're accommodating IE MAC use: <table cellspacing="0">... </table> */
	margin: 0;
	padding: 0;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
}

img, a img, a:link img, a:visited img
{
	border: none;
	background: none;
}

h3, h2, h1
{
	padding: 0;
	margin: 0;
}

/* Default links */
a:link
{
	color: #003366;
	text-decoration: underline;
}

a:hover
{
	color: #ccc;
	text-decoration: none;
}

a:visited
{
	color: #cc0033;
	text-decoration: underline;
}

a:visited:hover
{
	color: #ccc;
	text-decoration: none;
}

/*________________________SHARED STYLES__________________________________*/
#header
{
	width: 100%;
	height: 108px;
	text-align: center;
	border-top: 3px solid #ffcc00;
	border-bottom: 4px solid #ffffff;
	background-color: #000;
}

#main
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

#navigation
{
	height: 25px;
	padding-top: 3px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	background-color: #000;
	opacity: .80;
	filter: alpha(opacity=80);
}

#navigation ul, #home_navigation ul
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: inline;
}

#navigation ul li, #home_navigation ul li
{
	margin: 0;
	padding: 0 17px;
	display: inline;
	list-style: none;
	font-size: 15px;
	font-weight: normal;
	color: #ffcc00;
}

#navigation ul li a:link, #navigation ul li a:visited,
#home_navigation ul li a:link, #home_navigation ul li a:visited
{
	color: #ffcc00;
	text-decoration: none;
}

#navigation ul li a:hover, #navigation ul li a:visited:hover,
#home_navigation ul li a:hover, #home_navigation ul li a:visited:hover
{
	color: #df5a00;
	text-decoration: none;
}

#footer
{
	width: 100%;
	height: 50px;
	border-top: 1px solid #fff;
	background-color: #333;
	clear: both;
}

#footer_text
{
	width: 960px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}

#footer_text a:link
{
	color: #ffcc00;
	text-decoration: none;
}

#footer_text a:hover
{
	color: #ffcc00;
	text-decoration: underline;
}

#footer_text a:visited
{
	color: #ccc;
	text-decoration: none;
}

#footer_text a:visited:hover
{
	color: #ccc;
	text-decoration: underline;
}

#footer_text .pipe
{
	color: #ffcc00;
	font-size: 12px;
	padding: 0 2px;
}

/*||| COPY |||*/
p
{
	font: normal 12px/1.6em verdana;
	padding-bottom: 8px;
}

ul, ol
{
	padding: 0 0 0 15px;
	margin-left: 15px;
}

ul li, ol li
{
	font: normal 12px/1.4em verdana;
	padding-bottom: 6px;
}

/*________________________HOME ONLY STYLES__________________________________*/
#main_home
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/home_content_banner.jpg);
	background-repeat: no-repeat;
	/*
	border-width: 0 1px;
	border-color: #FFF;
	border-style: solid;
	*/
}

#home_banner
{
	position: relative;
	margin-bottom: 0px;
	width: 960px;
	height: 325px;
	
	border-bottom: 3px solid #ffffff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: transparent;
}

#banner
{
	margin-bottom: 0px;
}

#home_navigation
{
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 960px;
	height: 25px;
	
	padding-top: 3px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	background-color: #000;
	opacity: .80;
	filter: alpha(opacity=80);
}

#home_banner_right
{
	position: absolute;
	z-index: 999;
	top: 29px;
	left: 739px;
	width: 220px;
	margin: 0; padding: 0;
	height: 296px;
	border-left: 1px solid #fff;
}

#home_content_left
{
	width: 740px;
	height: 158px;
	margin: 0; padding: 0;
	color: #ccc;
	background: #000;
	float: left;
}

#home_content
{
	margin: 0;
	padding: 15px 20px 15px 0;
}

#home_content a:link
{
	color: #4477AA;
	text-decoration: underline;
}

#home_content a:hover
{
	color: #ccc;
	text-decoration: none;
}

#home_content a:visited
{
	color: #ff0000;
	text-decoration: underline;
}

#home_content a:visited:hover
{
	color: #ccc;
	text-decoration: none;
}

#home_content_right
{
	width: 219px;
	height: 158px;
	margin: 0; padding: 0;
	border-left: 1px solid #fff;
	background-color: #000000;
	float: right;
}



/*________________________INTERIOR ONLY STYLES______________________________*/
#main_interior
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/content_banner.jpg);
	background-repeat: no-repeat;
	border-width: 0 1px;
	border-color: #FFF;
	border-style: solid;
}

#content_container
{
	width: 739px;
	border-right: 1px solid #ffffff;
	background-color: transparent;
	float: left;
}

#content_banner
{
	height: 89px;
	border-bottom: 2px solid #ffffff;
	background-color: transparent;
}

#content_orange_header
{
	height: 30px;
	background: #df5a00;
}

#content
{
	margin: 0;
	padding: 15px 20px;
	background: #ffffff;
}

#sidebar_container
{
	width: 220px;
	background: #000000;
	float: right;
}

/*||| BREADCRUMB |||*/
#breadcrumb
{
	padding: 8px 15px 2px 0;
	float: right;
}

#breadcrumb ul
{
	margin: 0;
	padding: 0;
	display: inline;
}

#breadcrumb ul li.first
{
	margin-left: 0;
	border-left: none;
	list-style: none;
	text-transform: uppercase;
	display: inline;
	color: #fff;
}

#breadcrumb ul li
{
	font-size: 10px;
	margin-left: 0;
	padding: 0 4px;
	border-left: 1px solid #fff;
	list-style: none;
	display: inline;
	color: #fff;
}

#breadcrumb ul li a:link, #breadcrumb ul li a:visited
{
	color: #fff;
	text-decoration: underline;
}

#breadcrumb ul li a:hover, #breadcrumb ul li a:visited:hover
{
	color: #006699;
	text-decoration: none;
}

/*||| COPY STYLES |||*/
.orangehead
{
	padding: 5px 0 0 15px;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
}

.subhead
{
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	margin-bottom: 5px;
}

.subhead_rule
{
	border-bottom: 1px solid #333;
	margin-bottom: 7px;
}

.loginhead
{
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #006699;
	margin-bottom: 5px;
}

/*||| IMAGE STYLES |||*/
.gray_frame
{
	border: 10px solid #666;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 1px;
}

/*____________________________________ FORM STYLES ___________________________*/
#login
{
	margin: 0;
	padding: 10px 15px;
	color: #fff;
}

#login input
{
	margin-bottom: 7px;
	padding: 2px;
	font-size: 11px;
	color: #fff;
	border: 1px solid #fff;
	background-color: #000;
}

#login .username
{
	height: 13px;
	width: 180px;
}

#login .password
{
	height: 13px;
	width: 150px;
}

#login .button
{
	margin-top: -1;
	padding: 0;
	vertical-align: top;
	border: 0;
}

.required-field {
	color: red;
	font-weight: bold;
}





.form_table {
    border-spacing: 0px;
    margin:0; 
    border-collapse:collapse; 
}

.form_table td {
    vertical-align: top;
    text-align: left;
    padding: 0px 6px 12px 4px;
}

.form_table th {
    vertical-align: top;
    text-align: left;
    padding: 0;
}

.form_table .right, .form_table .title {
    vertical-align: top;
    text-align: right;
}

.form_table .center {
	text-align: center;
}

.form_table .white_txt {
	color: white;
	padding: 4px;
	text-transform: uppercase;
}


.errorMessage {
	color: red;
	font-weight: bold;
	padding-bottom: 18px;
}

#hiddenShortDescriptionLabel {
	display: none;
}
#hiddenShortDescriptionField {
	display: none;
}
#hiddenShortDescriptionMod {
	display: none;
}


.white_txt_table td {
	color: white;
}


#AuthorSection1,#AuthorSection2,#AuthorSection3,#AuthorSection4 {
	margin-bottom: 12px;
}

#fileEntryForm, #linkEntryForm, #releaseEntryForm {
	position: relative;
	top:  17px;
	left: 4px;
	padding: 8px;
	margin-bottom: 17px;
	background-color: #dcdcdc;
	border: 2px solid #406Cee;
	width: 317px;
	display: none;
}

#fileEntryForm { }

#linkEntryForm { }

#releaseFormBtn {
	display: none;
}

ul.sort { list-style: none; margin: 0; padding: 0; }
li.sort { background: #D1D1AE; color: #696969; width: 250px; margin: 5px; font-size: 10px; font-family: Arial; padding: 3px; vertical-align: middle; height: 21px; }
ul.nosort { list-style: none; margin: 0; padding: 0; }
li.nosort { background: #D1EAD1; color: #696969; width: 250px; margin: 5px; font-size: 10px; font-family: Arial; padding: 3px; vertical-align: middle; height: 21px; }

button {
	padding: 0;
	margin: 4px;
	background-color: #406Cee;
	color: white;
	border: 1px solid #121212;
}

