﻿body 
{
	font-family:Arial,Helvetica;
	font-size:11pt;
	color:#cac7c7;
	padding:0;
	margin:0;
	border:0;
	/*background-color:Silver;*/
	text-align:center;
}

H1
{
	font-size:2.0em;
}

#outside-wrapper
{
	width:990px;
	text-align:center;
	margin:0 auto;
}

#content-wrapper
{
	background: /*url(../images/side.jpg) #222*/ black repeat-y;
	padding:5px 10px 5px 10px;
	text-align:left;
	margin-top: 5px;
}

.blackground
{
    background-color: #222;
}

.silver
{
	background-color:Silver;
	color:Black;
	padding:10px;
}

.silver a:link
{
	color:Blue;
}

.silver a:hover
{
	color:Maroon;
}

.silver a:visited
{
	color:Blue;
}
	
.listlink
{
	font-size:small;
}

.submissionlist
{
	font-size:small;
	width:750px;
}

.submissionlist td
{
	padding:3px;
}

.submissionlist .tableheader
{
	color: Black;
	background-color: #c0c0c0;
	font-weight:bold;
	
}

.submissionlist .row
{
	background-color:#cccccc;
	color:Black;
}

.submissionlist .alternaterow
{
	background-color:#ffffff;
	color:Black;
}

.submissionlist a:link
{
	color:#333366;
}

.submissionlist a:hover
{
	color:#333366;
}

.submissionlist a:visited
{
	color:#333366;
}

fieldset.requiredfields
{
	background:#cccccc url('../images/bg_grey_fade.gif') repeat-x;
	width:435px;
	padding:10px;
	border: 1px solid rgb(164, 211, 255);
	color:black;
	margin:0;
}

fieldset label
{
	clear: left;
	float: left;
	font: normal normal bold 12px/normal Arial, Helvetica, Verdana, sans-serif;
	margin-bottom: 10px;
	margin-top: 6px;
	width: 150px;
}

fieldset input, select, textarea, option
{
	border: 1px solid rgb(204, 204, 204);
	font: normal normal normal 14px/normal Arial, Helvetica, Verdana, sans-serif;
	padding: 2px 4px;
	width:175px;
}

fieldset .fieldset_divide
{
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(204, 204, 204);
	border-top-style: solid;
	border-top-width: 1px;
	clear: left;
	display: block;
	height: 2px;
	margin-bottom: 5px;
	margin-left: -9px;
	margin-right: 9px;
	margin-top: 5px;
	width: 435px;
}



fieldset .validation_error
{
	font: normal normal bold 12px/normal Arial, Helvetica, Verdana, sans-serif;
}

fieldset .field_note
{
	clear: left;
	color: rgb(102, 102, 102);
	font: normal normal normal 11px/normal Arial, Helvetica, Verdana, sans-serif;
}

.menu
{
	font-size:small;
}

a:link
{
	color: yellow;
}

a:visited
{
	color: yellow;
}

a:hover
{
	color:Blue;
}

.FormButton
{
	border:solid 1px black;
	padding:1px;
	margin:2px;
}

.FormButton:hover
{
	border:solid 1px red;
	padding:1px;
	background-color:Gray;
}

.AwardHeading
{
	color:Black;
	font-size:large;
	font-weight:bold;
}
.AwardHeading a:link
{
	color:Black;
	font-size:x-small;
	font-weight:normal;
}
.AwardTitle
{
    color: #ed9121;
    font-weight: bold;
}

#Footer
{
	/*background-image:url(../images/footer_bg.gif);*/
	background-color: black;
	text-align:center;
	width:990px;
	height:20px;
	color:White;
	/*margin-top:5px;*/
	padding-top:1px;
}

.submissionlink
{
	padding:5px 0 0 3px;
	font-weight:bold;
	border:solid 1px black;
	text-align:center;
	background-color:#c0c0c0;
}
.submissionlink a:link
{
	color:#333366;
	text-decoration:none;
}

.submissionlink a:hover
{
	color:#333366;
}

.submissionlink a:visited
{
	color:#333366;
	text-decoration:none;
}

.submissionCheckBox
{
	color:Black;
}

.formfields div.row
{
	clear: both;
	padding-top: 10px;
}

.formfields div.row span.label 
{
	float: left;
	width: 150px;
	text-align: right;
	padding:0;
	margin:0;
	border:0;
}

.formfields div.row span.formw 
{
	float: right;
	width: 650px;
	text-align: left;
	padding-top:4px;
} 

.formfields div.row span.formw input, textarea
{
	background-color:#f0f0f0;
}

.formfields div.buttons
{
	padding-top:10px;
	margin-top:5px;
	clear:both;
	text-align:center;
}

.manageyears
{
    border: solid 1px yellow;
    padding: 12px 15px 12px 15px;
    text-align: center;
}

.processEntryTable
{
    border-top: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
    border-left: solid 1px #f0f0f0;
}

.processEntryTable td
{
    border-bottom: solid 1px #f0f0f0;
}

.starsTabs
{
    background-color: inherit;
}
.starsTabs .ajax__tab_tab
{
    border: solid 1px Yellow; background-color: #8178AF; color: White; text-align: center; padding: 5px;
    font-size: 1.3em;
}
.starsTabs .ajax__tab_hover
{
    color: Yellow;
}
.starsTabs .ajax__tab_active
{
    color: Yellow;
    font-size: 1.3em;
}
.starsAccordionHeader
{
    background-color: #8178AF;
    color: White;
    border-bottom: solid 1px yellow;
    padding: 5px 0px 5px 5px;
    cursor: pointer;
}
.starsAccordionContent
{
    padding: 20px 0 20px 10px;
}
.starsBreakdownRow
{
}
.starsBreakdownHeader
{
    font-weight: bold;
    border-right: solid 1px #F0F0F0;
    padding-right: 10px;
}
.starsBreakdownWho, .starsBreakdownCount
{
    padding: 3px 5px 3px 5px;
    text-align: center;
}
.starsBreakdownWho
{
    border-top: solid 1px #F0F0F0;
    border-right: solid 1px #F0F0F0;
}
.starsBreakdownCount
{
    border-right: solid 1px #F0F0F0;
    border-bottom: solid 1px #F0F0F0;
}
.starsBreakdownLabel
{
    color: #D6D1EF;
    font-size: 1.1em;
}

.starsGridView
{
    color: Black;
}
.starsGridView .HeaderRow
{
    background-color: #8178AF;
    color: White;
    font-size: 1.1em;
}
.starsGridView .Row
{
    background-color: #f0f0f0;
}
.starsGridView .AltRow
{
    background-color: #D6D1EF;
}
.starsHeader { font-weight: bold; }
.starsRow { text-align: left; }

.TechTable { border-spacing: 0px; }
.TechTable td { padding: 4px; }
.TechLabel { color: #FF8000; }

.fee {background-color: #dfffa5;}
label.error {background-color:#ffebe8;color:Red;border:solid 1px #cc0000;margin:0 0 16px 8px;padding:5px;line-height:1.3em;
             -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}

