﻿.PageHeader{font-family: Arial Narrow; background-color: AliceBlue; font-size: 170%; font-weight: bold; color: #2D308D; padding-bottom: 5px; border-bottom: solid 1pt #2D308D}
.PageHeaderSmall{font-family: Arial Narrow; background-color: AliceBlue; font-size: 150%; font-weight: bold; color: #2D308D; padding-bottom: 5px; border-bottom: solid 1pt #2D308D}
.PageSubHeader{font-family: Arial Narrow; font-size: 130%; font-weight: bold; color: #2D308D}

.NavContent{border: solid 1px black}
.NavHeader{font-family: Arial Narrow; background-color: Black; font-size: 170%; font-weight: bold; color: White; padding-bottom: 5px;}
.NavHeaderSmall{font-family: Arial Narrow; background-color: Black; font-size: 150%; font-weight: bold; color: White; padding-bottom: 5px;}
.NavButtonHeader{font-family: Arial Narrow; border: solid 1px black; background-color: #444444; font-weight: bold; color: White; padding-bottom: 5px;}
.NavButtonRow{line-height: 30px; Height: 30px;}
.NavButtonOn{Height: 30px; background: white url('images/PBMenuOn.gif') no-repeat left; font-family: Arial Narrow; padding-left: 30px; font-weight:bold; border-bottom: solid 1px black; border-top: solid 1px black; border-left: solid 1px black; }
.NavButtonOff{Height: 30px; background: #DDDDDD url('images/PBMenuOff.gif') no-repeat left; font-family: Arial Narrow; padding-left: 30px; font-weight:bold; border-bottom: solid 1px #aaaaaa; border-top: solid 1px #eeeeee; border-left: solid 1px #eeeeee; color: #444444 }
.NavButtonOver{Height: 30px; background: #DDDDDD url('images/PBMenuOver.gif') no-repeat left; font-family: Arial Narrow; padding-left: 30px; font-weight:bold; border-bottom: solid 1px #aaaaaa; border-top: solid 1px #eeeeee; border-left: solid 1px #eeeeee; color: black; cursor: hand}
.NavButtonSpacer{font-weight:bold;}

.StandardTable{border: ridge 2px #2D308D;}
.FormTable{border-collapse:separate; padding: 2px;}
.FormHeader{background-color: #2D903E; color: White; font-weight: bold; font-size: large}
.SectionHeader{color: #2D308D; font-weight: bold; font-size: large}
.SubSectionHeader{background-color: #DDDDDD; color: Black; font-weight: bold;}
.SubSectionOutline{border: solid 1pt #DDDDDD;}
.FormCaption{color: Black}
.FormCell{}
.SearchHeaderRow{font-size: 150%; padding-bottom: 5px; border-bottom: solid 1pt #2D308D}
.SearchHeader{font-weight: bold; color: #2D308D;}
.SearchCaption{color: Black; font-weight: bold; background-color: White}
.SearchCell{background-color: White; color: DarkSlateBlue;}
.FormInput{border-top: solid 1pt #2D308D;}
.CmdButton{padding: 3px 3px 3px 3px; background-color: DarkRed; border-top: solid 2pt Red; border-left: solid 2pt Red; border-right: solid 2pt #080000; border-bottom: solid 2pt #080000; color: White; font-weight: bold; font-size: 9pt}
.CmdButtonSmall{background-color: DarkRed; border-top: solid 2pt Red; border-left: solid 2pt Red; border-right: solid 2pt #080000; border-bottom: solid 2pt #080000; color: White; font-weight: bold; font-size: 8pt; padding: 2px 5px 2px 5px}
.LinkButton{color: Blue; font-weight: bold;}

.Normal{font-family: Arial Narrow;}
th{background-color: #CCCCCC; font-weight: bold; font-size: 90%;}
/*=============================================================*/
/* DATEPICKER STYLES																											*/
/*=============================================================*/
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-size: 11px;
	text-align: center;
	color: #9B8D7B;
	background-color: #F4F0E4;
	border: 1px solid #AAAAAA;
}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR 
{
}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR 
{
}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR 
{
}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR 
{
}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD 
{
	border: 1px solid #ece9d8;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD 
{
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover 
{
	background-color: #9B8D7B;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
}

/* the table cell that holds the name of the month and the year */
.dpTitleTD 
{
}

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD 
{
}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD 
{
	font-size: 10px;
}
