﻿/*gray blue: lt-#c8ddff, md-#7d8dac, dk-#333380  */
/*gray green: lt-#c8e8dd, md-#7d9c8d, dk-#336033  */

Body
{
	margin: 0px 10px;
	text-align: center;
	font-family: Arial;
	font-size: small;
	/*background-color: #e0e0e0;*/
	/*background: url(../images/blue_fage_bkg.gif);*/
}

A:link
{
	color: #00c;
}

A:hover
{
	text-decoration: none;
}

/* TD */
#Path
{
	/*text-align: left;*/
	height: 18px;
	background: url(../images/lt_blue_highlight_20px.gif) center;
	border-bottom: #7d8dac 1px solid;
	margin-bottom: 10px;
}

#PathCorners
{
	padding-top: 5px;
}

#Navigation
{
	text-align: left;
	vertical-align: top;
}

.NavFont a
{
	color: #333380;
}

.VerticalMenuCorners
{
	padding: 5px 0;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#InformationCorners
{
	padding-bottom: 5px;
}

#Information
{
	height: 25px;
	background: url(../images/lt_blue_highlight_40px.gif) center;
	border-top: #7d8dac 1px solid;
	text-align: center;
}

/* DIV */
#HeaderContents
{
	border: 1px solid black;	
	margin: 0 auto;
}

#SearchCorners
{
	padding: 5px 0;
}

#Search
{
	background: url(../images/lt_blue_highlight_4x80px.gif) center;
	text-align: left;
	white-space: nowrap;
	height: 58px;
}

#SiteName
{
	font-weight: normal;
	font-style: italic;
	font-family: Arial;
	font-size: 36pt;
	color: #333380; /*#7283a6;*/
}

/* Class */
.BlueHeading
{
	font-weight: bold;
	font-size: large;
	color: #333380;
	white-space: nowrap;
}

.Container
{
	border: 1px solid #7d8dac;
}

.SmallSiteName
{
	font-size: xx-large;
	font-style: italic;
	font-family: Arial;
	color: #333380;
	white-space: nowrap;
}

.TextLeft
{
	text-align: left;
}

.PadRight
{
	padding-right: 4px;
}

.Error
{
	color: #8b0000;	
}

.Disabled
{
	color: #888888;
}

.XSmFont
{
	font-size: x-small;
}

.BoldFont
{
	font-weight: bold;
}

.DarkBlue
{
	color: #333380;
}

.Green
{
	color: #118011;
}

.LightGold
{
	color: #999966;
}

.Button
{
	cursor: pointer;
}

.GreenButton
{
	background: url(../images/dk_green_highlight_24px.gif) center;
	font-weight: bold;
	cursor: pointer;
	color: White;
}

.LtBlueButton
{
	border: 1px solid #7d8dac;
	background: url(../images/lt_blue_divider_25px.gif) center;
	cursor: pointer;
	color: #333380;
}

.VAlignMid
{
	vertical-align: middle;
}

.Wrapper
{
	margin: 0;
	padding: 0;
	border: 1px solid brown;
	float: left;
}

.NoWrap
{
	white-space: nowrap;
}

/* Paging */
.PageButton
{
	border: 1px solid #7d8dac;
	color: #333380;
	font-weight: bold;
	cursor: pointer;
	background-color: #c8ddff;
}
.PageButton_Hover
{
	border: 1px solid #7d8dac;
	color: #333380;
	font-weight: bold;
	cursor: pointer;
	background-color: #fff;
}
.PageButton_Highlight
{
	border: 1px solid #7d8dac;
	color: #333380;
	font-weight: bold;
	background-color: #fff;
}
.PageButton_Disabled
{
	border: 1px solid #7d8dac;
	color: #888888;
	font-weight: bold;
	background-color: #c8ddff;
}

/* PanelCollapse */
.CollapseBox
{
	border: 1px solid #7d8dac;
}
.CollapseHeading
{
	color: #333380;
	background: url(../images/lt_blue_highlight_20px.gif) center;
	border: 1px solid #7d8dac;
}
.CollapseContent
{
	padding: 10px;
	border-left: 1px solid #7d8dac;
	border-right: 1px solid #7d8dac;
	border-bottom: 1px solid #7d8dac;
}

/* Tree */
.Node
{
	margin-left: 2px;
}

.SelectedNode
{
	border: #7d8dac 1px solid;
	margin-left: 3px;
	margin-right: 3px;
}

.TreeDarkBlue A:link
{
	color: Black;
}

/* Sortable */
.Sort
{
	color: #333380;
	background: url(../images/lt_blue_highlight_20px.gif) center;
	border-bottom: 1px solid #7d8dac;
}
.Sort A:link
{
	color: #333380;
	text-decoration: none;
}
.Sort A:hover
{
	color: blue;
}

.ProgressBar
{
	border: 1px solid #aaaaaa;
}

.HighlightCell
{
	border: 1px solid #7d8dac;
	background-color: #fff;
}

