﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
	background: #FFFFFF;
	font-size: .80em;
	font-family: "Helvetica Neue" , "Arial" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
}

a:link, a:visited
{
	color: #034af3;
	text-decoration: none;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #034af3;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

td
{
	color: Black;
	padding: 5px 5px 5px 5px;
}

.PageHeading
{
	color: #063396;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
}
.PageSubHeading
{
	color: #063396;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	/*   width: 960px; */
	background-color: #fff;
	margin: 0px auto 0px auto;
	border: 1px solid #496077;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	width: 100%;
}

.header h1
{
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #f9f9f9;
	border: none;
	line-height: 2em;
	font-size: 2em;
}

.main
{
	padding: 0px 12px;
	margin: 12px 8px 8px 8px;
	min-height: 420px;
}

.instructions
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 800px;
}

.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer
{
	padding: 20px 20px 20px 20px;
	margin: 10px auto;
	text-align: left;
	line-height: normal;
}

.centerhref
{
	text-align: center;
	font: bold 11px Arial;
	text-decoration: none;
	background-color: #EEEEEE;
	color: #333333;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	height: 20px;
}

.button
{
	font: bold 11px Arial;
	text-decoration: none;
	background-color: #EEEEEE;
	color: #333333;
	padding: 2px 6px 2px 6px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}

tbody > tr > td.alignright
{
	text-align: right;
}

tbody > tr > td.aligncenter
{
	text-align: center;
}


tbody > tr > td.grnbold
{
	font-weight: bold;
	color: Green;
}


/* TAB MENU   
----------------------------------------------------------*/
div.centerelement
{
	display: block;
	margin-left: 15%;
	margin-right: 15%;
}
div.hideSkiplink
{
	background-color: #5f6a72;
	width: 100%;
}

div.menu
{
	padding: 4px 0px 4px 8px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
	background-color: #5f6a72;
	border: 1px #394a59 solid;
	color: #e2e1dd;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu ul li a:hover
{
	background-color: #a5acb0;
	color: #465c71;
	text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}

div.menu2
{
	padding: 4px 0px 4px 8px;
}

div.menu2 ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.menu2 ul li a
{
	background-color: #f9f9f9;
	color: Green;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
}


div.title1
{
	margin: 0px;
	padding: 10px 60px 0px 0px;
	color: #063396;
	border: none;
	line-height: 1em;
	font-size: 1.5em;
}

tr.bgltblue, td.bgltblue
{
	background: #DDE8FF;
	text-align: center;
	color: Black;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
tr.bgltyellow, td.bgltyellow
{
	background: #FBDE81;
	text-align: center;
	color: Black;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
tr.bgltgreen, td.bgltgreen
{
	background: #77B800;
	text-align: center;
	color: Black;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

tr.altrowblue, td.altrowblue
{
	background-color: #DDE8FF;
	color: Black;
	padding: 5px 5px 5px 5px;
}

tr.bgltgren, td.bgltgren
{
	background: #97c5eb;
	text-align: center;
	color: Black;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}



tbody > tr.altrowblue > td
{
	background-color: RED;
}

tr.cellbold
{
	font-weight: bold;
}

td.tdcellbold
{
	font-weight: bold;
}

.bgltblue
{
	background: #DDE8FF;
	text-align: center;
	color: Black;
}
tr.bgltgren, td.bgltgren
{
	background: #cfea8b;
	text-align: center;
	color: Black;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
.bgltgren
{
	background: #cfea8b;
	text-align: center;
	color: Black;
}

.fontboldblue
{
	color: #0039A6;
	font-weight: bold;
}

.fontboldred
{
	color: #9E1B32;
	font-weight: bold;
}

linkbutton
{
	color: Black;
	font-weight: bold;
}


span.menu
{
	padding: 5px 0px 5px 30px;
}

tbody > tr.GridAltCellStyle > td
{
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	height: 20px;
	padding: 2px 2px 2px 2px;
	border-bottom: none;
	border-right: 1px solid rgb(190,198,178);
	background-color: Green;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}
navitems
{
	padding: 2px 4px 8px 4px;
}
input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	width: auto;
}

.loginDisplay
{
	font-size: 1.1em;
	text-align: right;
	padding-top: 10px;
	color: #063396;
	margin-right: 50px;
}

.loginDisplay a:link
{
	color: #063396;
}

.loginDisplay a:visited
{
	color: #063396;
}

.loginDisplay a:hover
{
	color: #063396;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.bold
{
	font-weight: bold;
}

.txtunderline
{
	text-decoration: underline;
}

.submitButton
{
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
}

.editbox
{
	border-style: double;
	border-color: #0000FF;
	text-align: right;
}
.morelink
{
	text-decoration: underline;
	color: #666666;
	font-size: 1.1em;
}
.h2header
{
	color: #666666;
	text-transform: none;
	margin-bottom: 0px;
	font-size: 1.5em;
	font-weight: 600;
}
.SuccessfulOperation
{
	margin-bottom: 5px;
	font-weight: bold;
	color: Green;
	text-align: center;
	padding: 8px,0,5px,5px;
	height: 30px;
}
.FailedOperation
{
	margin-bottom: 5px;
	font-weight: bold;
	color: Red;
	text-align: center;
	padding: 8px,0,5px,5px;
	height: 30px;
}

table.bidbkgd
{
	color: #E2E2E2;
}
