﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #FFFFFF;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited
{
    color: #034af3;
}

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;
    font-variant: normal;
    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;
}

/* 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: 1000px;
	background-color: #fff;
	margin: 20px auto 0px auto;
	border: 1px solid #0000FE;
	/*border: 1px solid #496077;*/
}

.pageInside {
    width: 990px;
    background-color: #fff;
    margin: 20px auto 0px auto;
}

.header {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #4DEA5A; /*#00BC03;*/
	width: 100%;
	top: 0px;
	left: 0px;
}

.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 8px 0px 8px;
    margin: 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #0000FE;
    width: 100%;
	border:thin;
	border-color:black;
}


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: #0000CA;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover {
    background-color: #00BC03;
    color: #FFFFFF;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #00BC03;
    color: #FFFFFF;
    text-decoration: none;
}

/* 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;
}

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;
    /*text-align: left;
    height: 80px;*/
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 5px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 5px;
}

.linkTD
{
    text-align: left;
    padding-left: 3px;
    border-left: thin;
    border-left-style: solid;
    border-left-color: #C0C0C0;
    min-width: 120px;
    height: 20px;
    border-left-width: 1px;
}

.linkTDRight
{
    text-align: right;
    border-right: thin;
    border-right-style: solid;
    border-right-color: #C0C0C0;
    min-width: 120px;
    height: 20px;
    border-right-width: 1px;
}


.upperbold
{
    font-weight: bold;
    text-transform: uppercase;
}


/*Misc*/

.watermark
{
    font-style: italic;
    color: Gray;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 8pt;
}

.textboxStyle
{
    margin-top: 5px;
}

/*CSS INSERTIONS 06-16-2014 .......................*/
select
{
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
}

select :nth-child(odd)
{
    background-color: #FFFFCC; /*#ffffcc;*/
    min-height: 22px;
}

select :nth-child(even)
{
    background-color: transparent;
    min-height:22px;
}

.pager span /*e.g. used to highlight the current page in gridview */
{
    color: #003366;
    font-weight: bold; 
    font-size:16pt;  
}


.grid {
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.grid tr:nth-child(even) {
    background-color: #FFFFFF;
}

.grid tr:nth-child(odd) {
    background-color: #E8E8E8; /* #cccccc; */
}

.grid th {
    background-color: #00BC03; /*#3366FF;*/
    color: #000066; /*color: #ffffff;*/
    min-height: 30px;
}


input[type="submit"] {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	height: 24px;
	width: 120px;
	background-color: #4DEA5A; /*#66CCFF;*/
	color: #000066;
	cursor:pointer;
}

input[type="submit"]:disabled
{
    background-color: #CCCCFF;
    color: #808080;
}

input[type="button"] {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	height: 24px;
	width: 120px;
	background-color: #4DEA5A; /*#66CCFF;*/
	color: #000066;
	cursor:pointer;
}

input[type="button"]:disabled
{
    background-color: #CCCCFF;
    color: #808080;
}



.panelHelp
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 2px;
    margin: 2px;
    background-color: #FFFFFF;
    border: thin none #800080;
    min-height: 250px;
    width: 480px;
    text-align: left;
    position: relative;
}

.panelHelpOuter
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 2px;
    margin: 2px;
    background-color: #FFFFFF;
    border: thin ridge #800080;
    min-height: 300px;
    width: 520px;
}



.modalBackground
{
    background-color: #003366;
    filter: alpha(opacity=10);
    opacity: 0.8;
}

