﻿body
{
	background-image: url(images/background.gif);
	background-attachment: fixed;
	background-position: right top;
	background-repeat: repeat-x;
	background-color:#383736;
	font-family: Verdana, Helvetica, Arial;
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6
{
	color: #04498d;
}

p, li, dt, dd, blockquote
{
	text-shadow: #000 0 0 0; /*  allows thin text in Safari - set 000 to background color */
	-moz-opacity: 0.99; /*  allows thin text in Firefox - watchout it breaks flash when next to element */
}
.FloatLeft
{
	position: relative;
	float: left;
	clear: both;
	top: 0;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
.FloatRight
{
	position: relative;
	float: right;
	clear: both;
	top: 0;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
.KeepMargin
{
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

.WebPage
{
	position: relative;
	left: 0px;
	width: 825px;
	background-color: #FFFFFF;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.4em;
}

.WebPageDash
{
	position: relative;
	left: 0px;
	width: 950px;
	background-color: #FFFFFF;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.4em;
}
.BannerTop
{
	overflow: hidden;
	display: inline-block;
	background-color: #FFFFFF;
	width: 800px;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

.NavTop
{
	padding: 1em;
	background-color: #FFFFFF;
	color: #04498d;
	font-weight: bold;
	font-size: large;
	text-align: left;
	height: 95px;
}
.Page
{
	position: relative;
	overflow: hidden;
	display: inline-block;
	left: 0px;
	width: 100%;
	padding: 0em;
	
}
.PageLeft
{
	background-color: #FFFFFF;
	position: relative;
	float: left;
	height: 400;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 32767px;
	padding-left: 1em;
	margin-bottom: -32767px;
}
.NavLeft
{
	width: 90%;
	height: 100%;
	left: 10px;
	top:10px;
}
.NavLeftDash
{
	width: 90%;
	height: 100%;
	top:10px;
	text-align:center;
	border:solid 1px red;
}
.PageLeftFooter
{
	clear: both;
	position: relative;
	vertical-align: bottom;
	width: 100%;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 5em;
	padding-left: 2em;
	margin-bottom: 4em;
}
.PageCenterRight
{
	background-color: #FFFFFF;
	display: inline-block;
}

.PageCenter
{
	position: relative;
	float: left;
	overflow: hidden;
	display: inline-block;
	background-color: #eceae3;
	padding-right: auto;
	padding-bottom: 32767px;
	padding-left: auto;
	margin-right: 2em;
	margin-left: 2em;
	margin-bottom: -32767px;
	height: auto;
	color: #04498d;
}

.PageCenterDash
{
	position: relative;
	float: left;
	overflow: hidden;
	display: inline-block;
	background-color: #eceae3;
	height: auto;
	color: #04498d;
}

.ClearBoth
{
	clear: both;
	position: relative;
	width: 100%;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-bottom: 1em;
}

.Login
{
	position: relative;
	float: right;
	overflow: hidden;
	background-color: #FFFFFF;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.NewsHeadline
{
	font-size: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Helvetica, Arial;
}


/* jquery css */

DIV.sectionHeader
{
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-color: #005193;
	cursor: pointer;
	color: white;
	height: 20px;
	border: solid 1px darkblue;
	text-align: center;
	font-family: Arial, Verdana;
}

DIV.openedclass
{
	background-image: url('images/collapse_blue.jpg');
}

DIV.closedclass
{
	background-image: url('images/expand_blue.jpg');
}

DIV#divContent
{
	white-space: nowrap;
	text-align: center;
	border: solid 1px #c0c0c0;
	background-color: #e0e0e0;
	padding-bottom:5px;
}

#tblDashboard
{
	font-family: Arial, Verdana;
}

.MenuLinkButton
{
    font-size: 11px;
    color: #837E6A;
    background-color: #E6E4D5;
    border-top: 1px solid #837E6A;
    border-left: 1px solid #837E6A;
    border-right: 2px solid #837E6A;
    border-bottom: 2px solid #837E6A;
    text-decoration:none;
    padding:2px;
    width:99%;
    font-weight:bold;
}
.MenuLinkButton:hover
{
    background-color: #837E6A;
    border: 1px solid #413F34;
    border-top: 1px solid #413F34;
    border-right: 2px solid #413F34;
    border-bottom: 2px solid #413F34;
    color: #fff;
    text-decoration: none;
    padding:2px;
    width:99%;
    font-weight:bold;
}


.LinkButtonBlue
{
    font-size: 11px;
    color: #036;
    background-color: #BBD0DD;
    border-top: 1px solid #5285AB;
    border-left: 1px solid #5285AB;
    border-right: 2px solid #5285AB;
    border-bottom: 2px solid #5285AB;
    text-decoration:none;
    padding:2px;
    width:100%;
}
.LinkButtonBlue:hover
{
    background-color: #FFF4CD;
    border: 1px solid #FC6;
    border-top: 1px solid #FC6;
    border-right: 2px solid #FC6;
    border-bottom: 2px solid #FC6;
    color: #000;
    text-decoration: none;
    padding:2px;
}

.ImageHelp
{
	float:right;
	cursor:pointer;
}