﻿/*******************************************
 Base styles
*******************************************/
body 
{
	background-color: #000000;
	background-image: url(/images/backround.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a 
{
	font-size: 11px;
}

a:link 
{
	color: #292929;
	text-decoration: none;
}

a:visited 
{
	color: #292929;
	text-decoration: none;
	
}

a:hover 
{
	color: #000066;
	text-decoration: underline;
}

a:active 
{
	color: #292929;
	text-decoration: none;
}

img 
{
	border: 0px;
}

h3, .title
{
    border-bottom: solid 1px #909090;
    color: #01112A;
    font-family: Arial,Verdana,Tahoma;
    font-size: 16px;
    width: 100%;
    margin: 4px 0 4px 0;
    padding-top: 5px;
}

h3.title
{
    background-color: #53617B;
    border-bottom: solid 1px #909090;
    color: white;
    font-family: Arial,Verdana,Tahoma;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin: 4px 0 4px 0;
    padding: 5px 0 0 3px;
}

h4, .subtitle
{
    color: #454e61;
    font-family: Arial,Verdana,Tahoma;
    font-size: 14px;
    width: 100%;
    margin: 0px;
}

h4.subtitle
{
    color: #8D192B;
    font-family: Arial,Verdana,Tahoma;
    font-size: 14px;
    width: 100%;
    margin: 0px;
}

.error
{
    color: #FF0000;
    font-weight: bold;
}

/********************************************************
 Standard styles
*********************************************************/
a.bluelink 
{
	color: Blue;
	text-decoration:underline;
}

a.redlink
{
    color: Red;
    text-decoration: underline;
}

.bold
{
    color: #000066;
    font-weight: bold;
    text-decoration: underline;
}


.boldtext
{
    font-weight:bold;
    text-decoration: none;
}
/********************************************************
 Header  Footer  Topbar
********************************************************/
#master 
{
    background-color: #FFFFFF;
    text-align: left;
    width: 980px;
}

#header 
{
    color: #FFFFFF;
    font-size: 10px;
    height: 74px;
    width: auto;
}

#header .img 
{
	background: #eaeaea url(/images/siteheader.jpg) no-repeat;
	height: 74px;
}

#header .navlinks 
{
    font-size: 10px;
    letter-spacing: 5px;
    padding: 2px 10px 0px 5px;
    text-align: right;
}

#header a 
{
    color: #FFFFFF;
    font-size:10px;
	font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
}

#topbar 
{
    background: #01112A;
    border-bottom: solid 1px #000000;
    color: #FFFFFF;
    font-weight: bold;
	height: 20px;
	padding: 4px 2px 2px 4px;
}

#topbar .left
{	
	float: left;
}

#topbar .right
{
    float: right;
}

#topbar .btn
{
    font-family: Verdana;
    font-size: 10px;
    height: 20px;
}

#topbar a
{
    color: #FFFFFF;
}

#footer 
{
    background: #01112A;
    clear: both;
    height: 26px;
    width: 980px;
}

/****************************************************
 Left Bar Content 
*****************************************************/
#leftbar 
{
    float: left;
    width: 200px;
}

.navgroup
{
    border-bottom: solid 1px #909090;
}

.navlink
{
    padding: 0px 2px 0px 2px;
}

.navlink a
{
    font-size: 12px;
    font-weight: bold;
    vertical-align: 80%;
}

.navlink span
{
    font-size: 12px;
    font-weight: bold;
    vertical-align: 50%;
}

.navsublink
{
    padding: 2px 0 2px 10px;
    width: 98%;
}

.navsublink a
{
    font-size: 12px;
}

/*********************************************
 Center Content
*********************************************/
#main 
{
    float: right;
    width: 780px;
    !width: 770px;
}

#pnlSplitLeft
{
    width: 58%;
    !width: 55%;
    float: left;
    padding: 13px 7px 7px 7px;
    !margin-top:5px;
}

#pnlSplitRight
{
    width: 38%;
    float: right;
    padding: 13px 7px 7px 7px;
    !margin-top:5px;
}

#maincontent
{
    float: right;
    padding: 13px 7px 7px 7px;
    width: 98%;
    !margin-top:5px
}

#maincontentarea
{
    float:right;
    padding: 5px;
    width:98%;   
}

/*****************************************/

.sectionheader 
{
    border: solid 1px #000000;
    background-color: #ccc000;
    color: #000000;
    font-weight:bold;
    margin: 5px 0 5px 0;
    padding: 5px;
    text-align: center;
    width: 98%; 
}

/****************************************
 Result Sets
*****************************************/
.resultdata 
{
	font-size: 10px;
    font-weight: normal;
    text-align: left;
    padding: 2px;
}
.resultheader 
{
	font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 4px;
}

/************************************
 Standard Form Styles
***************************************/

.formview 
{
    width: auto;
    height: auto;
    min-height: 500px;
    position: relative;
    left: 20px;
    top: 20px;
    margin-bottom: 50px;
}

.label {
    font-size: 11px;
    font-weight: bold;
}

.formfield, .dropdown
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

.formfielderror {
    background-color: #F4FA58;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

.formelement {
    float: left;
    padding: 3px;
}

.formbuttons 
{
	padding-left: 100px;
	padding-top: 30px;
}

.imagebutton {
    padding-right: 200px;
    padding-top: 10px;
}

.subtext 
{
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 10px;
}

/*************************************************/
