﻿/* MASTER CSS Document */
/* Replace #0054C2 for the Side Menu, Header and Footer areas
Don't forget to also change the Tables.css */


body
{
	background-color: #CAC9C6;
	font-family:Arial, Helvetica, sans-serif;
	color:#323231;
}


h1
{
	color: #333333;
}

h2
{
	color: #333333;
}

h3
{
	font-weight:bold;
	color: #333333;
}

h4
{
	color: #333333;
}

.titleCaps
{
	color: #333333;
}

a:link
{ color: #476D8F; }

a:visited
{ color: #555; }

a:hover, a:active
{ color: #0054C2; }

#container
{
	background-color: #FFF;
	color: #333;
}


hr {
	border-top: 1px solid #a1a37d;
	border-bottom: 1px solid #FFF;
}

.formWrapper,
.filterWrapper
{
	color:#333333;
}

/* ----- HEADER STYLES ----- */

#header
{
	background-color: #0054C2;
}

#headerLogo {
	background: url(images/header_logo.jpg) no-repeat;
}

#header h1
{
	font-weight: bold;
	color: #FFFFFF;
}
		
#header p, #header a
{
	color: #fff;
}

#headerBrd
{
	border-bottom:1px solid #0054C2;
}




/* ----- FOOTER STYLES ----- */

	
#footer
{
	background-color: #0054C2;
	background-image:url(images/footer_curve.gif);
	background-repeat: no-repeat;
}



#footerBrdr
{
	border-top:1px solid #0054C2;
}

#footerShdw
{
	background:url(images/footer_shadow.gif) repeat-x;
}

#footer p
{
	color:#c3c5a2;
}


#footerClear
{
	background: #FFF /*url(images/ftr_bckgrd.gif) no-repeat 0px 0px*/;
/*	position:relative;*/
}

#footerLogo
{
	border: none;
	background-image: url(images/no_logo.gif);
	background-repeat: no-repeat;
}



/* ----- LEFT NAV STYLES ----- */

#leftnav
{
	background-position:0px 0;
	margin-top:10px;
	height: 500px;
	width: 175px;
	background-color: #0054C2;
	background-image: url(images/noimage.jpg);
	background-repeat: repeat-y;
	border: 1px solid #999999;
	margin-left:10px;
}

#leftnavTop
{
	background: url(images/noimage.jpg) no-repeat;
	background-position:0px 0;
	margin-top:0px;
}
/*
#leftnavBody
{
	color:#0054C2;
	border-bottom-color:#FF0000;
	border:thick;
}
  */
    

a.leftnav, a.leftnav:active, a.leftnav:visited
{ 
	color:#FFFFFF;
 }

a.leftnav:hover
{
	color:#999999;
	text-decoration:underline;
 }
 
#leftnavBody ul ul
{
	color:#6c6d61;
	background-color:ghostwhite;
	border-top: 0px;
	border-bottom: 0px;
	height: auto;
	width: auto;
	left: 10px;
}


a.leftSubnav:hover 
{
	color:#333333;
	border-top: 1px solid #3A3D0E;
	border-bottom: 1px solid #3A3D0E;
	background-color:#FFFACD;
}

a.leftSubnav
{
	background-color:#eaeae9;
	color:#0054C2;
	border-top: 1px solid #eaeae9;
	border-bottom: 1px solid #eaeae9;
}



.arrow {
	font-weight: normal;
}



#leftnavBody ul ul ul
{
	background-color: #999999;
	border-right: silver 1px outset;
	border-top: silver 1px outset;
	border-left: silver 1px outset;
	border-bottom: silver 1px outset;
}


#leftnavBody ul ul ul a
{
	color:#333333;
}

#leftnavBody ul ul ul a:hover
{
	color:#FFFFFF;
    background-color:#0054C2
}        


/* Popups */
.popupDialog
{
	background-color: #FFF;
	border: solid 1px #AAA;
}

/* Popups */
.popupNotes
{
	background-color: #FFF;
	border: solid 1px #AAA;
}

.popupHeadingBar
{
	background-color:#8b8b87;
	color:#FFF;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* ----- SECONDARY PAGE MAIN CONTENT AREA ----- */

#contentTwoCol
{
	background-color:#FFF;
}


/* ----- SECONDARY PAGE COLUMN STRETCH ----- */

#bodyWrapper
{ 
	background-color:#FFF;
 }
 

.calendarHide
{
	display:none;
}

.calendarShow
{
	display:block;
	position:absolute;
	height:150px;
	width:150px;
	background-color:Blue;
	margin:0;
	padding:0;
}

/* Hierarchial View */

.hView
{
	margin:0;
	padding:0;
}

.hView li.show, .hView li.hide
{
	margin: 0;
	padding: 12;
	line-height: 15px;
	list-style-type: none;
	cursor: default;
}

div.node
{
	font-weight:bold;
}

li.show > div,
li.hide > div
{
	margin: 0 0 0 -12px;
	padding: 0 0 0 12px;
}

li.show > div.node
{
	background-image: url(Images/expanded.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}


li.hide > div.node
{
	background-image: url(Images/collasped.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

.hView li
{
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 15px;
	list-style-type: none;
}


li.hide > ul
{
	display:none;
	visibility:hidden;
}

li.show > ul,
.hView li ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}

/* Date Control */

.DisabledDateControl
{
	background-color: whitesmoke;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}

/* Information Bar Sytles */

#infoText
{
	color: #333333;
}

