﻿body
{
	background: #000 url(/content/images/bg_1.jpg) no-repeat scroll 0 0;
    background-color: #000;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    line-height: 1.8em;
}

a:link, a:visited, a:active
{
    color: #999;
    text-decoration: none;
    border-bottom: 1px dashed #999;
}
a:hover
{
    color: #aaa;
    text-decoration: none;
}
p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

img
{
	border: none;
}
	

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.8em;
    color: #b8b8b8;
    font-family: "Myriad Pro Cond", Arial, Helvetica, sans-serif;
    letter-spacing: 0.04em;
}

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: 96%;
    margin-left: auto;
    margin-right: auto;
}

#content
{
	max-width: 60%;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#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: 30px 30px 15px 180px;
    background-color: Transparent;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    /* border-bottom: 12px #5C87B2 solid; */
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
    font: 16px "Arial narrow";
    
}

ul#menu li
{
    display: block;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: Transparent;
    color: #d9d9d9;
}

ul#menu li a:hover
{
    background-color: #003;
    text-decoration: underline;
}

ul#menu li a:active
{
	/*
    background-color: #a6e2a6;
    text-decoration: none;
    */
}


ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
    text-decoration: underline;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

#title
{
    display:block;
    padding-top: 20px;
    float: left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color: #ccc;
}

#logindisplay a:link
{
    color: #ccc;
    text-decoration: none;
}

#logindisplay a:hover
{
    color: #ccc;
    border-bottom: 1px dashed #ccc;
}

#logindisplay a:visited
{
    color: #ccc;
    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;
}
