﻿/*----------------------------------------------------------
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
{
    background-color: #446644;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

table
{
	margin: 0px;
	padding: 0px;
	table-layout: auto;
}

tr
{
	margin: 0px;
	padding: 0px;
}

td
{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #131;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height: 130px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#title
{
    display:block;
    float:left;
    text-align:left;
    height: 30px;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
	color: #fff;
}

#menucontainer
{
    margin-top: 40px;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#contentPlaceholder
{
		
}
/* TAB MENU   
----------------------------------------------------------*/
div.menu
{
	position: absolute;
	padding: 0 0 2px;
}

div.menu div.menuitem
{
    display: inline;
    margin: 2px;
    padding: 5px;
    float: left;
    min-width: 80px;
    max-width: 160px;
    background-color: #e8eef4;
    text-align: center;
}

div.menu div.menuitem#greeting
{
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

div.menu div.menuitem a
{
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    color: #262;
}

div.menu div.menuitem a:hover
{
	color: #393;
    text-decoration: none;
}

div.menu div.menuitem a:active
{
    text-decoration: none;
}

div.menu div.selected a
{
    background-color: #fff;
    color: #000;
}

/* Pop-out
----------------------------------------------------------*/

.subMenu
{
	text-align: left;
	background-color: #e8eef4;
	height: 250px;
	overflow: scroll;
	min-width: 60px;
    padding-left: 5px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.warning
{
	color: #FF6600;
	font-weight: bold;
	background-color: #FFFF99;
	border: 1px solid #FF6600;
	padding: 5px;
	margin: 5px;
}

.error
{
    color: Red;
    font-weight: bold;
    background-color: #FFEEEE;
    border: 1px solid Red;
    padding: 5px;
    margin: 5px;
}

.success
{
    color: Green;
    font-weight: bold;
	background-color: #EEFFEE;
	border: 1px solid Green;
	padding: 5px;
    margin: 5px;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* Container Styles
----------------------------------------------------------*/
input[type="text"], textarea, select, input[type="password"], input[type="button"], input[type="submit"]
{	
	border: solid 1px black;
	padding: 2px;
	font-family: Arial;
}

.genericContainer
{
	width: 100%;
}

.genericLeftHalf
{
	width: 45%;
	float: left;
}

.genericRightHalf
{
	margin-left: 50%;
}

.fauxTextBox
{
	padding: 2px;
	border: solid 1px black;
	background-color: #EEEEFF;
	color: #555555;
	display: inline-block;
	min-width: 75px;
}

.longTextBox
{
	width: 300px;
}

.shortTextBox
{
	width: 75px;
}

.emphasis
{
	font-weight: bold;
	color: #226;
}

/* Grid and Table	Styles
----------------------------------------------------------*/
.grid
{
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
	border-right: solid 2px #DDD;
	border-bottom: solid 2px #DDD;
	margin: 2px;
}

.grid td
{
	padding: 2px;
	margin: 0px;
}

.grid thead
{
	color: Black;
	font-weight: bold;
	background-color: #BBDDBB;
	border: solid 1px Black;
	text-align: center;
}

.grid a
{
	text-decoration: none;
	color: #262;
	font-weight: bold;
	margin: 2px;
}

.grid a:hover
{
	text-decoration: underline;
	color: #262;
	font-weight: bold;
}

.selectedRow
{
	background-color: #363;
	color: White;
	font-weight: bold;
}

.selectedRow a
{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.selectedRow a:hover
{
	text-decoration: underline;
	color: #FFF;
}

.oddRow
{
	background-color: #EFEFEF;
}

.evenRow
{
	background-color: #EEFFEE;
}