﻿/*----------------------------------------------------------
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: #fff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #29567c;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: #29567c;
}
a:hover
{
    color: #0066cc;
    text-decoration: underline;
}
a:active
{
    color: #12eb87;
}

ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
p
{
	margin:0 0 10px 0;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2.0em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size: 1.8em;
    padding-bottom: 0;
    margin-bottom: 10px;
}
h3
{
    font-size: 1.5em;
    margin-bottom: 0px;
    color:#808080;
}
h4
{
    font-size: 1.2em;
    margin-bottom: 5px;
    color:#808080;
}
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: 960px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding:10px 0;
    background-color:#1f487c;
    height:100px;
}
#headercontent
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#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;
}

#main
{
    padding: 10px 30px 15px 30px;
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}
#feedback
{
	width:27px;
	height:100px;
	display:scroll;
	position:fixed;
	right:-1px;
	border:dotted 1px #c0c0c0;
}
#feedback:hover
{
	border:dotted 1px #fff;
	background-color:#d0d0d0;
	cursor:pointer;
	color:#000;
}
#footer
{
	position: relative;
	margin-top:20px;
    margin-bottom: 0px;
    color: #000;
    padding:20px 0 40px 0;
    background-color:#f5f5f5;
}
#footercontent
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
	
    margin-bottom: 30px;
    color: #999;
    font-size: .9em;
}
#copyright
{
	float:right;
}
#footerlinks
{
	float:left;
	color:#c0c0c0;
}
#footerlinks #footerlinksone
{
	margin-bottom:10px;
}
#footerlinks #footerlinkstwo
{
}
#footerlinks #footerlinkstwo a
{
	text-decoration:underline;
	color:#808080;
}

/* TAB MENU   
----------------------------------------------------------*/
div#menu
{
    position: relative;
    margin: 0;
    text-align: right;
}
div#menu .item
{
    float:right;
    text-align:center;
    width:100px;
	font-size:1.2em;
	margin-right:1px;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    background-color: #d0d0d0;
    color: #555;
    cursor:pointer;
}

div#menu #greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}
div#menu .itemon
{
    float:right;
    text-align:center;
    width:120px;
	font-size:1.4em;
	margin-right:1px;
    padding: 10px 20px 20px 20px;
    font-weight: bold;
    text-decoration: none;

	color:#1f487c;
	background-color:#fff;
	margin-top:-10px;
}
div#menu a
{
}

div#menu .item:hover
{
    background-color: #808080;
    text-decoration: none;
    color:#fff;
    cursor:pointer;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
    font-family: Verdana, Helvetica, Sans-Serif;
}
input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}
select
{
    font-family: Verdana, Helvetica, Sans-Serif;
}
select[multiple="multiple"]
{
    width: 207px;
    border: 1px solid #CCC;
    font-family: Verdana, Helvetica, Sans-Serif;
}
textarea
{
    font-family: Verdana, Helvetica, Sans-Serif;
    width: 200px;
    border: 1px solid #CCC;
}
textarea.MediumTextArea
{
	width:400px; height:80px;
}
textarea.LargeTextArea
{
	width:400px; height:200px;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border-collapse: collapse;
}

table td 
{
}

table th
{
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:37px;
}
div#title
{
    display:block;
    float:left;
    text-align:left;
    padding-left:10px;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    padding: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;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
div.loading
{
	visibility:hidden;
	margin-left:80px;
	margin-top:3px;
	position:absolute;
	padding-left:20px;
	width:100px;
	height:16px;
	font-style:italic;
	background-image:url("/Content/Images/Loading.gif");
	background-position:left;
	background-repeat:no-repeat;
}
