﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

#masterdiv
{
	float: left;
	width: 830px;
}

#masthead 
{
	height:80px;
	padding:10px;
	
	text-align: center;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}

#content div 
{
	float:left;
}

#navigation {
	margin-top: 5px;
	position: relative;
	width: 120px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}

#content-main 
{
	float: left;
	width: 690px;
	margin-top: 5px;
	margin-left: 5px;
	color: #333333;
	border: solid 1px #7f7f7f;
    border-bottom: solid 1px #BBD9EE;
    border-collapse: collapse;	
    background-color: #fff;
    padding: 0 5px 0 5px;
}

.content-window
{
	margin: 3px;
	float: left;
	width: 670px;
	color: #333333;
    background-color: #fff;
}
.google-map
{
	color:#333333;
	height:340px;
	width:680px;
}

#content-center
{
	width: 650px;
	margin-top: 5px;
	margin-left: 5px;
}
	
#content-right 
{
	margin-left: 5px;
	margin-top: 5px;
	width: 500px;
}
	
#footer {
	text-align: center;
	clear: both;
	width: 830px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
#content h1,h2,h3,h4 {
	color: #3d6c87;
}
#content h5
{
	font-weight: bold;
	color: #3d6c87;
	/* color: #990000; */
}
#content h6 
{
	color: #990000;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

fieldset
{
	border: 1px solid #808080;
}

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: #FAFAFA url('../styles/images/menu-bg.gif') repeat-y 0 0;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}
.imageTextAlign
{
	vertical-align: middle;
}
.navigationLabel
{
	color: #3d6c87;
	font-size: 0.9em;
	display: block;
	padding: 2px;
	padding-right: 25px;
}
.navigationLabelText
{
	color: #800080;
	font-size: 1.2em;
	display: block;
	padding: 2px;
	padding-right: 50px;
	font-weight: normal;
}
.listViewGrid
{
    border-collapse: collapse;	
	border: solid 1px #7f7f7f; 
	border-bottom: solid 1px #BBD9EE;
}

.listViewGrid th 
{
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
}  

.listViewGrid th a
{
	color: #333333;
    font-weight: bold;
	text-decoration: none;
	display: inline;
}

/* Required for sort direction indicator */
.listViewGrid th img
{
	display: inline;
}

.listViewGrid td 
{
	color: #333333;
    padding: 4px 10px 4px 10px;
    border-bottom: solid 1px #BBD9EE;
}

.listViewGrid .itemRow
{
    background-color: #fff;
} 

.listViewGrid .altItemRow
{
    background-color: #F7F7DE;
} 

.listViewGrid .selItemRow
{
    background-color: #FAFAD2;
} 

.listViewGrid .footerRow
{
    background-color: #F7F7DE;
}  

.listViewGrid .footerAltRow
{
    background-color: #DFE2F3;
}  

.listViewGrid .rownum
{
    text-align: center;
    padding-left: 0px;
    font-weight: bold;
    color: #333333;
}