﻿/* DEFAULTS
----------------------------------------------------------*/
body
{
	font-size: 1.0em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
	background-image: url('../Images/WebBody100F4.png');
}
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: small-caps;
    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: 960px;
	background-color: #FFFFFF;
	margin: 20px auto 0px auto;
	height: 760px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: auto;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.tl
{
	padding-left: 60px;
	padding-right: 15px;
	width: 200px;
	padding-top: 16px;
}
.opl
{
	padding-top: 20px;
	margin-left: 3px;
}
.main
{
	border: 4px ridge #333333;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding: 0px 12px;
	height: 553px;
	background-image: url('../Images/WebPageGray.png');
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.ltcolumn
{
	padding: 0px;
	width: 325px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	height: 553px;
	float: left;
	margin-left: -12px;
	color: #FFFFFF;
	border-right-style: ridge;
	border-right-width: 4px;
	border-right-color: #333333;
	background-image: url('../Images/WebLtPanelBlueBG100.png');
}
.ltcolumnsecond
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 250px;
	border-right-style: inset;
	border-right-width: 5px;
	border-right-color: #BE7E3F;
	background-color: #E3C9AE;
	height: 533px;
	float: left;
}
.rtcolumn
{	
	margin: 0px 0px 0px 0px;
	padding: 65px 0px 0px 50px;
	float: left;
}
.footer
{
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	text-align: center;
    height: 30px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	width: 936px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	margin-left: 8px;
	background-image: url('../Images/WebMenuButtonGray.png');
	height: 40px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	background-repeat: repeat;
}
div.menu
{
	padding-right: 0px;
}
div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}
div.menu ul li a, div.menu ul li a:visited
{
	background-position: center;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 500;
	background-image: url('../Images/WebMenuButtonGray.png');
	padding-right: 20px;
	padding-left: 20px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #C0C0C0;
	height: 40px;
	line-height: 40px;
}
div.menu ul li a:hover
{
	background-position: center;
	color: #000000;
	text-decoration: none;
	font-weight: 500;
	background-image: url('../Images/WebMenuButtonGray80Hover.png');
}
div.menu ul li a:active
{
	background-position: center;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url('../Images/WebMenuButtonGray.png');
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
.actinf
{
    color: #01364B;
}
fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #01364B;
	margin-left: 100px;
	width: 342px;
}
fieldset p 
{
    margin: 2px 12px 10px 10px;
}
fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
	color: #01364B;
}

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 #01364B;
}
input.passwordEntry 
{
    width: 320px;
    border: 1px solid #01364B;
}
.loginmargin
{
	margin-left: 165px;
	margin-top: 30px;
}
.pwdmargin
{
	margin-left: 165px;
	margin-top: 30px;
}
div.accountInfo
{
	width: 370px;
	margin-left: 165px;
}
.btnlogin
{
	margin-left: 400px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}
.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: #014D69;
}
.loginDisplay a:link
{
    color: #014D69;
}
.loginDisplay a:visited
{
    color: #014D69;
}

.loginDisplay a:hover
{
	background-color: #014D69;
	text-decoration: none;
	color: #FFFFFF;
}
.failureNotification
{
    font-size: 1.2em;
    color: Red;
}
.bold
{
    font-weight: bold;
}
.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.reportchoiceheadtop
{
	text-align: left;
	color: #FFFFFF;
	margin-left: 15px;
	font-weight: 600;
	margin-top: 30px;
}
.reportchoice
{
	font-size: 1.0em;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: -7px;
}
.reportchoicehead
{
	text-align: left;
	color: #FF633C;
	margin-left: 15px;
	font-weight: 600;
	margin-top: 25px;
}
.rch
{
	background-image: url('../Images/WebMenuDivider90.png');
	font-weight: 600;
	background-repeat: no-repeat;
	font-size: 1.0em;
	margin-left: 5px;
	margin-right: 5px;
}
div.ltcolumn a, div.ltcolumn a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

div.ltcolumn a:hover
{
	text-decoration: none;
	color: #09425E;
	background-color: #FFFFFF;
}

div.ltcolumn a:active
{
	text-decoration: none;
	color: #FFFFFF;
}
.aboutformat
{
	text-align: center;
	padding-top: 70px;
}
.abouttelconlink
{
	text-decoration: underline;
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
}
.abouttelconlink:hover
{
	text-decoration: underline;
	background-color: #015474;
	color: #FFFFFF;
}
.btnopweb
{
	color: #0066FF;
	text-decoration: underline;
	border-style: none;
	cursor: pointer;
	background-color: #FFFFFF;
	font-size: 1.0em;
}
.btnopweb:hover
{
	text-decoration: underline;
	background-color: #015474;
	color: #FFFFFF;
}
.welcome
{
	text-align: center;
	font-size: 1.75em;
	margin-top: 18%;
}
.welcomeabc
{
	color: #004A5C;
	font-style: oblique;
}
.welcomeloginstr
{
	font-size: 1.0em;
	text-align: center;
}
.aonly
{
	width: 920px;
	height: 25px;
	margin-top: 70px;
	text-align: right;
	margin-right: 30px;
}
.aonly a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.aonly a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.aonly a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.aonly a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
