﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: 75%;
    font-family: Verdana, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #262626;
}

a:link
{
    color: #1e90ff;
    text-decoration: underline;
}
a:visited
{
    color: #1e90ff;
}
a:hover
{
    color: #141a4d;
    text-decoration: none;
}
a:active
{
    color: #141a4d;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.3em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #7ba0d4;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
        padding-bottom: 0;
    margin-bottom: -6px;
  	
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#header
{
    position: relative;
    margin: 0px;
    padding: 0;
    width: 100%;
}

#header img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.header-row1{
	background-color: #141a4d;
	margin: 0px;
	padding: 0px;
	height: 67px;
}
.header-row2{
	background-color: #000033;
	padding: 0px;
	margin: 0px;
	height: 17px;
}
.header-row3{
	background-color: #7ba0d4;
	padding: 0px;
	margin: 0px;
	height: 12px;
}
.header-row4{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	height: 65px;
}

.page
{
    margin-left: 159px;
    position: relative;
    	top: -25px; 
    	width: 700px;
}

#main
{
    padding: 0px 30px 15px 0px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    padding: 20px 0;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

.copyright {
	padding: 10px 0 0 0;
}


/* TAB MENU   
----------------------------------------------------------*/
#menucontainer{
	position: relative; 
	top: -35px;  
	margin-left: 159px;
}


ul#menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    font-
}

ul#menu li
{
    display: inline;
    list-style: none;
    text-transform: uppercase;
    font-size:smaller;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 6px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8em;
    background-color: #e8eef4;
    color: #000033;
}

ul#menu li a:hover
{
    background-color: #e8eef4;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #e8eef4;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #e8eef4;
    color: #000;
}


/* FOOTER MENU   
----------------------------------------------------------*/

ul#footermenu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
}

ul#footermenu li
{
    display: inline;
    list-style: none;
}



ul#footermenu li a
{
    padding: 6px 10px 0px 0px;
    text-decoration: none;
    line-height: 1.8em;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

/*table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}*/

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}


div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logo{
 float: left;
 padding-right: 30px;
}

.result {
	background-color: #bffdc0;
	border: thin solid #98fb98;
	padding: 3px;
	width: 50%
}

/*#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}*/

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}
