﻿body {
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin: 0px;
	background-color: Black;
	color: White;
    font-size: 0.9em;
    float: inherit;
}
a:link
{
    color: #cbffff;
    font-size: 10pt;
    text-decoration: underline;
}
a:visited
{
    color: #cbffff;
     font-size: 10pt;
     text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: #cc99ff;
    font-size: 11pt;
    text-decoration: underline;
}
a:active
{
    color: #FEFFBD;
    text-decoration: none;
     font-size: 10pt;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
   color: #FFFFFF;
}

h1
{
    font-size: 28px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #FFFFFF;
}

#masthead {
	width: 670px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color:#00CCFF;
}

/* Navigation strips */
#navtop
{
    background: url(~/images/background_nav_mainTop3.gif) repeat-x; 
    font-size: 11px;
    font-weight:bold;
    margin-right: auto;
    margin-left: auto;
    width: 670px;
    height: 25px;
}

#navbottom
{
    background: url(~/images/background_nav_main3.gif) repeat-x;
    font-size: 11px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    width: 670px;
    height: 45px;
}

#footer
{
    width: 670px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: White;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    margin-right: 25px;
}
#fullwidth ul li
{
	text-align: left;
}
#fullwidth a:link
{
	color: Blue;
}
#fullwidth a:visited
{
	color: #cc99ff; 
}


/* 3 column layout */
.tablebody
{
    text-align: center;
    width: 670px;
}
#tablemain
{
    width: 670px;
    
}
#leftcolumn
{
    width: 160px;
    vertical-align: top;   
}
#middlecolumn
{
    width: 350px;
    vertical-align: top;
}
#rightcolumn
{
    width: 160px;
    vertical-align: top;
    text-align: center;
    padding-right: 10px;
}


/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
    color: White;
}

.dashlinenopadding
{
	border-top: 1px dashed;
	margin-top: 10px;
	color: White;
}

/* A full width block on the page */

.fullwidth, #loginbanner
{
    width: 638px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    color: White;
}

.greentext
{
    color: White;
    font-size: 11pt;
    font-weight: normal;
}
.paleyellowtext
{
	color: #ffffc9;
	font-size: 10pt;
	font-weight: normal;
}
.none
{
    display: none;
}
.imagepadding
{
	padding-left: 5px;
	padding-top: 20px;
}
.imagepadding2
{
	padding-top:5px;
}
.warning
{
	font-size:9pt;
	color: Red;
}
.button
{
	font-size:10pt; 
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00ccff;
}
#smallfont
{
	font-size: 8pt;
}
 .changePassword
{
    font:14px Verdana,Sans-Serif;
    background-color: #EFF3FB;
    border:solid 3px black;
    padding:10px;
    width: 300px;
}
.changePassword_title
{
    background-color:#00ccff;
    color: White;
    font-weight:bold;
    font-size: 12pt;
}
.changePassword_instructions
{
    font-size:12px;
    text-align:left;
    padding:10px;
    color: Gray;
}
.changePassword_button
{
    border:solid 1px black;
    padding:3px;
}
.passwordRecovery
    {
        font:14px Verdana,Sans-Serif;
        background-color:#EFF3FB;
        border:solid 3px black;
        padding:10px;
    }
    .passwordRecovery_title
    {
        background-color:#00ccff;
        color:white;
        font-weight:bold;
        padding: 4px;
    }
    .passwordRecovery_instructions
    {
        font-size:12px;
        text-align:left;
        padding:10px;
        color: Gray;
    }
    .passwordRecovery_button
    {
        border:solid 1px black;
        padding:3px;
    }