body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	margin: 0 auto;
}

a:link, a:visited, a:hover, a:active {
	color: #455CC5;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}



.width20 { width: 20%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width70 { width: 70%; }
.width90 { width: 90%; }
.width100percent { width: 100%; }
.width100 { width: 100px; }
.width200 { width: 200px; }
.alignRight {	text-align: right; }
.alignCenter {	text-align: center; }
.alignLeft { text-align: left; }
.paddingL5 { padding-left: 5px; }
.paddingR5 { padding-right: 5px; }
img { border: 0; }
.no-wrap { white-space: nowrap; }

#wrapper {
	width: 95%;
	margin: 0 auto 10px auto;
	text-align: center;
}
#header {
	background: #d8dff2 url(../images/header-cap-left.gif) top left no-repeat;
	text-align: left;
	height: 72px;
	padding: 0;
	margin: 0;
}
.right-cap {
	background: transparent url(../images/header-cap-right.gif) top right no-repeat;
}
#header h1 {
	color: #061968;
	font-weight: bold;
	font-size: 1em;
	padding: 4px;
	margin: 0;
	padding-left: 8px;
}
#header h2 {
	color: #061968;
	font-size: .8em;
	padding: 4px;
	margin: 0;
	border-top: 1px dotted #a2aee2;
	font-weight: normal;
	padding-left: 8px;
}
#header h2 label { font-weight: bold; margin-right: 10px; }

td { vertical-align: top; }
form { margin: 0; }
label { font-weight: bold; }
.dataL_noDots {
	height: 72px;
	width: 0px;
}
.dataL {
	height: 72px;
	border-left: 1px dotted #a2aee2;
	border-right: 1px dotted #a2aee2;
	color: #061968;
	font-size: .8em;
	white-space: nowrap;
}

.dataL_noRightDot {
	height: 72px;
	border-left: 1px dotted #a2aee2;
	border-right: 0px;
	color: #061968;
	font-size: .8em;
	white-space: nowrap;
}

.data1 {
	margin: 0;
	padding: 0;

}
.data1 label, .data2 label { margin-right: 10px; }

.data1 td, .data2 td {
	color: #061968;
	font-size: .8em;
	white-space: nowrap; 
	padding: 2px;
}
.dataR {
	padding-right: 8px;
	text-align: right;
	padding-top: 13px;
}
.data2 {
	text-align: right;
}

#language {
	color: #061968;
	font-size: .8em;
	padding-top: 2px;
	white-space: nowrap;
	text-align: right;
}
#language input {
	margin-right: 4px;
}
#language label {
	line-height: 1.8em;
	padding-right: 5px;
}

#display {
	color: #061968;
	font-size: .8em;
	padding-top: 2px;
	white-space: nowrap;
	padding-right: 5px;
	text-align: right;
}
#display input {
	margin-right: 4px;
}
#display label {
	line-height: 1.8em;
	padding-right: 5px;
}


/*++++++++++++++++++++++++++ PAGINATION +++++++++++++++++++++++++++++++++*/
#pagination-top, #pagination-bottom {
	width: 33%;
	text-align: center;
	margin: 0 auto;
	color: #061968;
	white-space: nowrap;
	font-size: .8em;
	line-height: 1.8em;
}
#pagination-top a:link, #pagination-top a:visited, #pagination-top a:active, #pagination-bottom a:link, #pagination-bottom a:visited, #pagination-bottom a:active {
	color: #061968;
	text-decoration: none;
	padding: 3px;
}
#pagination-top a:link.current, #pagination-bottom a:link.current {
	background: #C3CEDF;
}
#pagination-top a:link.no-backg, #pagination-bottom a:link.no-backg {
	background: #fff;
}

#pagination-bottom {
	line-height: 2.4em;
}
#pagination-top a:hover, #pagination-bottom a:hover{
	text-decoration: underline;
	cursor:pointer;
}
/*++++++++++++++++++++++++++ TABS-STATE +++++++++++++++++++++++++++++++++*/
.tabLOnEnd-state {
	background: url(../images/tabL-on-end-state.gif) no-repeat;
	width: 12px;
	height: 39px;
}
.tabLOffEnd-state {
	background: url(../images/tabLOff_end-state.gif) no-repeat;
	width: 12px;
	height: 39px;
}
.tabRROffEnd-state {
	background: url(../images/tabROff_end-state.gif) no-repeat;
	width: 12px;
	height: 39px;
}
.tabOnOff-state {
	background: url(../images/tab_on-off-state.gif) no-repeat;
	width: 47px;
	height: 39px;
}
.tabOffOff-state {
	background: url(../images/tab_off-off-state.gif) no-repeat;
	width: 47px;
	height: 39px;
}
.tabOffOn-state {
	background: url(../images/tab_off-on-state.gif) no-repeat;
	width: 47px;
	height: 39px;
}
.tabROffEnd-state {
	background: url(../images/tabR-off-end-state.gif) no-repeat;
	width: 47px;
	height: 39px;
}
.tabROnEnd-state {
	background: url(../images/tabR_on-end-state.gif) no-repeat;
	width: 47px;
	height: 39px;
}
.tabBarOn-state {
	background: url(../images/tab_barR_on-state.gif) bottom repeat-x;
	height: 39px;
}
.tabBarOnEnd-state {
	background: url(../images/tab_barR_on-end-state.gif) bottom no-repeat;
	width: 12px;
	height: 39px;
}
.tabTxtOn-state {
	background: url(../images/tabTxtOn-state.gif) repeat-x;
	height: 39px;
	color: #fff;
	font-weight: bold;
	line-height: 29px;
	white-space: nowrap;
}
.tabTxtOff-state {
	background: url(../images/tabTxtOff-state.gif) repeat-x;
	height: 39px;
}
.tabTxtOn-state a:link, .tabTxtOn-state a:visited, .tabTxtOn-state a:hover, .tabTxtOn-state a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 39px;
	line-height: 29px;
	text-align: left;
}
.tabTxtOn-state a:hover {
	text-decoration: underline;
}
.tabTxtOff-state a:link, .tabTxtOff-state a:visited, .tabTxtOff-state a:hover, .tabTxtOff-state a:active {
	color: #182f96;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 39px;
	line-height: 29px;
	text-align: left;
}
.tabTxtOff-state a:hover {
	text-decoration: underline;
}


/*++++++++++++++++++++++++++ TABS +++++++++++++++++++++++++++++++++*/
#tabs {
	margin-top: 10px;
}
.tabLOnEnd {
	background: url(../images/tabL-on-end.gif) no-repeat;
	width: 12px;
	height: 39px;
}
.tabLOffEnd {
	background: url(../images/tabLOff_end.gif) no-repeat;
	width: 12px;
	height: 39px;
}
.tabOnOff {
	background: url(../images/tab_on-off.gif) no-repeat;
	width: 47px;
	height: 39px;
}
.tabOffOff {
	background: url(../images/tab_off-off.gif) no-repeat;
	width: 47px;
	height: 39px;
}
.tabOffOn {
	background: url(../images/tab_off-on.gif) no-repeat;
	width: 47px;
	height: 39px;
}
.tabROffEnd {
	background: url(../images/tabR-off-end.gif) no-repeat;
	width: 47px;
	height: 39px;
}
.tabRROffEnd {
	background: url(../images/tabROff_end.gif) no-repeat;
	width: 12px;
	height: 39px;
	min-width:12px;
}
.tabROnEnd {
	background: url(../images/tabR_on-end.gif) no-repeat;
	width: 47px;
	height: 39px;
}
.tabBarOn {
	background: url(../images/tab_barR_on.gif) bottom repeat-x;
	height: 39px;
}
.tabBarOnEnd {
	background: url(../images/tab_barR_on-end.gif) bottom no-repeat;
	width: 12px;
	height: 39px;
}
.tabTxtOn {
	background: url(../images/tabTxtOn.gif) repeat-x;
	height: 39px;
	color: #182f96;
	font-weight: bold;
	white-space: nowrap;
}
.tabTxtOff {
	background: url(../images/tabTxtOff.gif) repeat-x;
	height: 39px;
	color: #4E5373;
}
.tabTxtOn a:link, .tabTxtOn a:visited, .tabTxtOn a:hover, .tabTxtOn a:active {
	color: #182f96;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 39px;
	line-height: 37px;
	text-align: left;
	font-size: .9em;
}
.tabTxtOn a:hover {
	text-decoration: underline;
}
.tabTxtOff a:link, .tabTxtOff a:visited, .tabTxtOff a:hover, .tabTxtOff a:active {
	color: #4E5373;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 39px;
	line-height: 37px;
	text-align: left;
	font-size: .9em;
}
.tabTxtOff a:hover {
	text-decoration: underline;
}

/*++++++++++++++++++++++++++ CONTENT +++++++++++++++++++++++++++++++++*/
#content-wrapper {
	background: #fff;
	border: 1px solid #c5c5c5;
	border-top: none;
	border-bottom: none;
	text-align: left;
	padding: 10px;
	padding-bottom: 5px;
}
td.map-background {
	background: #fff;
}
#content-footer {
	height: 10px;
	background: url(../images/content-cornerB.gif) bottom center repeat-x;
	position: relative;
}
#content-footerL {
	background: url(../images/content-cornerL.gif) bottom left no-repeat;
	width:  9px;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#content-footerR {
	background: url(../images/content-cornerR.gif) bottom right no-repeat;
	width:  9px;
	height: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#note {
	background: #fef7da; /*url(../images/note.gif) left no-repeat;*/
	border: 1px solid #5b5b5b;
	color: #006c99;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.5em;
	padding: 4px;
	padding-left: 30px;
	min-height: 25px;
	text-align: left;
	margin: 10px 0;
}
#crumbtrail {
	margin-top: 10px;
	font-size: .8em;
}
#crumbtrail a:link, #crumbtrail a:visited, #crumbtrail a:hover, #crumbtrail a:active {
	color: #455CC5;
	text-decoration: underline;
}
#crumbtrail a:hover {
	text-decoration: none;
}
#legend {
	background: #EFECEF;
	border-bottom: 1px solid #5b5b5b;
	color: #70757F;
	font-weight: bold;
	font-size: .8em;
	padding: 3px;
	padding-left: 3px;
	text-align: center;
}
#canvas_legend
{
	background:#EFECEF;
	border:1px solid #5b5b5b;
	color:#70757F;
	font-weight: bold;
	font-size: .8em;
	padding: 3px;
	padding-left: 3px;
	text-align: center;
	height:25px;
	line-height:25px;
	margin-top:5px;
}

#canvas_legend img
{
	vertical-align:text-top;
	margin:0 2px;
}

.divider {
	padding: 0 20px 0 0;
	margin: 0;
}

.select-checks {
	margin: 10px 0;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 4px;
	min-height: 25px;
	white-space: nowrap;
}
.select-checks a:link, .select-checks a:visited, .select-checks a:hover, .select-checks a:active {
	color: #383b40;
	text-decoration: none;
}
.select-checks a:hover {
	text-decoration: underline;
}

ul#contests {
	list-style-type: none;
}


/*++++++++++++++++++++++++++ MAIN CONTENT: Contests +++++++++++++++++++++++++++++++++*/
table.contest {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #5B5B5B;
}
table.contest thead {
	background: #c3cedf;
}
table.contest thead th { 
	color: #383b40;
	border-bottom: 1px solid #5b5b5b;
	padding: 3px 5px 3px 5px;
}
table.contest tbody th { 
	background: #fff;
	color: #606261;
	font-size: .9em;
}
table.contest thead, th, .alignLeft { 
	text-align: left;
}
table.contest tbody td.info { 
	padding: 4px;
	font-size: .8em;
	text-align: left;
}

table.contest a:link, table.contest a:visited, table.contest a:hover, table.contest a:active {
	color: #a9a9a9;
	text-decoration: none;
}
table.contest a:hover {
	text-decoration: none;
}

/*++++++++++++++++++++++++++ MAIN CONTENT: Contests - data +++++++++++++++++++++++++++++++++*/
table.contest-data {
	width: 100%;
}
table.contest-data thead th {
	background: #f0f0f0;
	border-bottom: none;
}
table.contest-data tr {
	background: url(../images/backgroundTD.gif) top repeat-x;
}
table.contest-data td {	
	min-height: 23px;
	padding: 3px 5px 3px 5px;
	vertical-align:middle;
}
table.contest-data th.data-head {
	width: 110px;
	border-bottom: 1px solid #333;
	text-align: right;
		padding: 3px 10px;
}
table.contest-data th.recount
{
	font:bold 14px sans-serif;
	color:#CC0000;
}

table.contest-data td.total {
	border-top: 1px solid #333;
	text-align: right;
}

table.contest-data tr.alt td {
	background: #e0e0e0;
}

table.contest-data tr.winner td
{
	background:#fcf5ba;
	border:1px solid #fea04d;
	border-width:1px 0;
	color:#490101;
}

table.contest-data tr.winner td div.winnerIndicator
{
	float:left;
	margin:2px 5px 0 5px;
	width:16px;
	height:16px;
	background:url(../images/ico_winner.gif) no-repeat top left;
}

table.contest-data tr.winner td div.winnerIndicator a
{
	display:block;
	height:16px;
	width:16px;
	position:relative; /*this is the key*/
    z-index:24; 
	text-decoration:none;
	cursor:default;
}

table.contest-data tr.winner td div.winnerIndicator a span
{
	display: none
}

table.contest-data tr.winner td div.winnerIndicator a:hover
{
	z-index:1000;
	display:block;
	height:16px;
	width:16px;
	background:none; /*must be set for IE6 to pick up the link*/
}

table.contest-data tr.winner td div.winnerIndicator a:hover span
{ 
    display:block;
    position:absolute;
    top:18px; 
	left:0px; 
	width:15em;
    border:1px solid #4e5373;
    background:#d8dff2; 
	color:#369;
    text-align: center
	padding:5px;
	font:12px sans-serif;
}
	

/*++++++++++++++++++++++++++ MAIN CONTENT: Contests - VTS data +++++++++++++++++++++++++++++++++*/
table.vts-data {
	width: 100%;
}
table.vts-data th {
	background: #fff;
	border-bottom: none;
	vertical-align: top;
	text-align: right;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 3px;
}
table.vts-data td {
	background: #fff url(../images/backgroundTD.gif) top repeat-x;
	min-height: 23px;
	padding: 3px;
	text-align: right;
	border-right: 1px solid #CCC;
}
table.vts-data th.data-head {
	width: 110px;
	border-bottom: 1px solid #333;
}
table.vts-data td.total {
	border-top: 1px solid #CCC;
	background: #E0EFE8;
}
table.vts-data td.alignLeft, table.vts-data th.alignLeft {
	text-align: left;
}
table.vts-data a:link, a:visited, a:hover, a:active {
	color: #455CC5;
	text-decoration: none;
}
table.vts-data a:hover {
	text-decoration: underline;
}
/*++++++++++++++++++++++++++ MAIN CONTENT: Contests - Map data +++++++++++++++++++++++++++++++++*/
table.map {
	width: 100%;
}
table.map thead th {
	background: #c3cedf;
	color: #383b40;
	border-bottom: 1px solid #5b5b5b;
	padding: 3px;
}
table.map-data {
	width: 95%;
	border: 1px solid #5B5B5B;
	margin-top: 10px;
	margin-left: 10px;
}
table.map-data thead th {
	background: #fff;
	border-bottom: none;
	vertical-align: top;
	text-align: right;
	border-right: 1px solid #CCC;
}
table.map-data td {
	background: #fff url(../images/backgroundTD.gif) top repeat-x;
	min-height: 23px;
	padding: 3px;
	text-align: right;
	border-right: 1px solid #CCC;
}
table.map-data td.alignLeft, table.map-data th.alignLeft { text-align: left; }

#map { text-align: center;}

.purple { padding-right: 2px; display: block; color: #fff; background: purple; }
.yellow { padding-right: 2px; display: block; color: #333; background: yellow; }
.brown { padding-right: 2px; display: block; color: #fff; background: #CC9966; }
.gray { padding-right: 2px; display: block; color: #fff; background: gray; }
.white { padding-right: 2px; display: block; color:#333; background: #fff; }



.red1 { display: block; width: 50px; height: 20px; background: #530302; }
.red2 { display: block; width: 50px; height: 20px; background: #710A0B; }
.red3 { display: block; width: 50px; height: 20px; background: #A80808; }
.red4 { display: block; width: 50px; height: 20px; background: #E80000; }
.red5 { display: block; width: 50px; height: 20px; background: #FD0100; }
.red6 { display: block; width: 50px; height: 20px; background: #FF1D2C; }
.red7 { display: block; width: 50px; height: 20px; background: #F85858; }
.red8 { display: block; width: 50px; height: 20px; background: #F97E80; }
.red9 { display: block; width: 50px; height: 20px; background: #FBADAB; }
.red10 { display: block; width: 50px; height: 20px; background: #fff; border: 1px solid #CCC; }

.green1 { display: block; width: 50px; height: 20px; background: #CDFCAC; }
.green2 { display: block; width: 50px; height: 20px; background: #AFF88D; }
.green3 { display: block; width: 50px; height: 20px; background: #A3F759; }
.green4 { display: block; width: 50px; height: 20px; background: #7EFB3D; }
.green5 { display: block; width: 50px; height: 20px; background: #00F100; }
.green6 { display: block; width: 50px; height: 20px; background: #39C83A; }
.green7 { display: block; width: 50px; height: 20px; background: #44A901; }
.green8 { display: block; width: 50px; height: 20px; background: #2E7D00; }
.green9 { display: block; width: 50px; height: 20px; background: #025505; }
.green10 { display: block; width: 50px; height: 20px; background: #152904; }


.white-background {
	background: #fff;
}

/*++++++++++++++++++++++++++ MAIN CONTENT: Contests - Reports data +++++++++++++++++++++++++++++++++*/
table.reports-data {
	width: 100%;
}
table.reports-data thead th {
	background: #fff;
	border-bottom: none;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #CCC;
}
table.reports-data td {
	background: #fff url(../images/backgroundTD.gif) top repeat-x;
	min-height: 23px;
	padding: 3px;
	text-align: left;
	border-right: 1px solid #CCC;
}
table.reports-data td.alignLeft, table.reports-data th.alignLeft {
	text-align: left;
}
table.reports-data a:link, table.reports-data a:visited, table.reports-data a:hover, table.reports-data a:active {
	color: #455CC5;
	text-decoration: underline;
}
table.reports-data a:hover {
	text-decoration: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++ Buttons +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.buttons {
	text-align: right;
}
.btn-printable {
	background: url(../images/btn-printer.gif) right no-repeat;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 4px;
	padding-right: 20px;
	min-height: 25px;
	white-space: nowrap;
	text-align: right;
}
.btn-printable a:link, .btn-printable a:visited, .btn-printable a:hover, .btn-printable a:active {
	color: #3e6f9f;
	text-decoration: none;
}
.btn-printable a:hover {
	text-decoration: underline;
}

table.contest div.btn-vote-type {
	background: url(../images/btn-table.gif) left no-repeat;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 4px;
	padding-left: 20px;
	min-height: 25px;
	white-space: nowrap;
}
table.contest div.btn-vote-type a:link, table.contest div.btn-vote-type a:visited, table.contest div.btn-vote-type a:hover, table.contest div.btn-vote-type a:active {
	color: #383b40;
	text-decoration: none;
}
table.contest div.btn-vote-type a:hover {
	text-decoration: underline;
}

table.contest div.btn-detail-map {
	background: url(../images/btn-map.gif) left no-repeat;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 4px;
	padding-left: 20px;
	min-height: 25px;
	white-space: nowrap;
}
table.contest div.btn-detail-map a:link, table.contest div.btn-detail-map a:visited, table.contest div.btn-detail-map a:hover, table.contest div.btn-detail-map a:active {
	color: #383b40;
	text-decoration: none;
}
table.contest div.btn-detail-map a:hover {
	text-decoration: underline;
}


table.contest div.btn-view {
	background: url(../images/btn-table.gif) left no-repeat;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 4px;
	padding-left: 20px;
	min-height: 25px;
	white-space: nowrap;
}
table.contest div.btn-view a:link, table.contest div.btn-view a:visited, table.contest div.btn-view a:hover, table.contest div.btn-view a:active {
	color: #383b40;
	text-decoration: none;
}
table.contest div.btn-view a:hover {
	text-decoration: underline;
}

table.contest div.btn-enlarge-map {
	background: url(../images/btn-map-enlarge.gif) left no-repeat;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 4px;
	padding-left: 20px;
	min-height: 25px;
	white-space: nowrap;
}
table.contest div.btn-enlarge-map a:link, table.contest div.btn-enlarge-map a:visited, table.contest div.btn-enlarge-map a:hover, table.contest div.btn-enlarge-map a:active {
	color: #383b40;
	text-decoration: none;
}
table.contest div.btn-enlarge-map a:hover {
	text-decoration: underline;
}


table.contest div.btn-printable-pop {
	background: url(../images/btn-printer.gif) left no-repeat;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 4px;
	padding-left: 20px;
	min-height: 25px;
	white-space: nowrap;
}
table.contest div.btn-printable-pop a:link, table.contest div.btn-printable-pop a:visited, table.contest div.btn-printable-pop a:hover, table.contest div.btn-printable-pop a:active {
	color: #383b40;
	text-decoration: none;
}
table.contest div.btn-printable-pop a:hover {
	text-decoration: underline;
}

table.contest div.btn-close {
	background: url(../images/btn-close.gif) left no-repeat;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 4px;
	padding-left: 20px;
	min-height: 25px;
	white-space: nowrap;
}
table.contest div.btn-close a:link, table.contest div.btn-close a:visited, table.contest div.btn-close a:hover, table.contest div.btn-close a:active {
	color: #383b40;
	text-decoration: none;
}
table.contest div.btn-close a:hover {
	text-decoration: underline;
}


table.contest div.btn-save {
	background: url(../images/btn-save.gif) left no-repeat;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 4px;
	padding-left: 20px;
	min-height: 25px;
	white-space: nowrap;
}
table.contest div.btn-save a:link, table.contest div.btn-save a:visited, table.contest div.btn-save a:hover, table.contest div.btn-save a:active {
	color: #383b40;
	text-decoration: none;
}
table.contest div.btn-save a:hover {
	text-decoration: underline;
}


div.btn-search {
	background: url(../images/btn-search.gif) left no-repeat;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 4px;
	padding-left: 20px;
	min-height: 25px;
	white-space: nowrap;
		display: inline;
}
div.btn-search a:link, div.btn-search a:visited, div.btn-search a:hover, div.btn-search a:active {
	color: #383b40;
	text-decoration: none;
}
div.btn-search a:hover {
	text-decoration: underline;
}

/*++++++++++++++++++++++++++ Percentage Bars +++++++++++++++++++++++++++++++++*/
.percentageBar 
{
    border: 1px solid #000000;
	height: 10px;
	background: #fff;
	text-align: left;
	width: 60%;
	margin: 5px 0;
	float:left;
}
.percentageBar img {
	border: 0px solid #555;
}
td.percentageWidth {
	width: 45%;
	text-align: center;
}

/*++++++++++++++++++++++++++ Search +++++++++++++++++++++++++++++++++*/
table.search-header {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #5B5B5B;
}
table.search-header thead {
	background: #c3cedf;
}
table.search-header thead th { 
	color: #383b40;
	padding: 3px;
}
table.search-header thead th a:link { 
	color: #383b40;
	text-decoration: underline;
}

table.search-header tbody th { 
	background: #fff;
	color: #606261;
	font-size: .9em;
}
table.search {
	text-align: center;
	margin: 10px auto;
}
table.search td {
	padding: 4px;
}
table.search label {
	font-size: .8em;
	line-height: 1.4em;
	white-space: nowrap;
}
.inner-content {
	background: #E8EEF2;
	border-top: 1px dotted #D2D8DB;
	color: #70757F;
	font-weight: normal;
	font-size: .8em;
	padding: 10px;
	text-align: left;
}

/*++++++++++++++++++++++++++ Footer Links +++++++++++++++++++++++++++++++++*/
#footer-links {
	margin: 10px 0;
	color: #333;
	font-size: .8em;
}
#footer-links a:link, #footer-links a:visited, #footer-links a:hover, #footer-links a:active {
	color: #333;
	text-decoration: underline;
}
#footer-links a:hover {
	text-decoration: none;
}
#ToolTip{position:absolute;top:0;left:0;background:#FFFFFF;border-color:#65d0e7;border-style:solid;border-width:1px 1px 1px 1px;visibility:hidden;}
.ToolTipTD {color:black;font-family:verdana;font-size:11}
#contestCount {
	color: #FF0000;
	font-size: .8em;
	padding-top: 2px;
	white-space: nowrap;
	padding-right: 5px;
	text-align: left;
}
#social {  float: left; width:50px; text-align:right; margin:3px 20px 0px 0px;  }
#social > img {  height:25px; width:25px; cursor:pointer;  }