/* ================================
    CSS STYLES FOR PABST .NET PROJECT 
    v1.0, 01/2001
   ================================
*/

/* GENERIC */

/* background color for the content part of the pages */

/*
Body
{
	scrollbar-base-color: #99B3CC;
	scrollbar-face-color: #99B3CC;
	scrollbar-track-color: #000080;
	scrollbar-arrow-color: #000080;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #24369C;
	scrollbar-shadow-color: #24369C;
	scrollbar-darkshadow-color: #24369C;
}
*/

Form
{
	font-weight: normal;
	font-size: smaller;
	line-height: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}

H1
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: navy;
}

H2
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: navy;
}

H3
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: navy;
}

H4
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: darkred;
}

H5, DT
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkred;
}

H6
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkred;
}

TFOOT, THEAD
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: darkred;
}

TH
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: baseline;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
}

A:link
{
	color: navy;
	text-decoration: none;
}

A:visited
{
	color: navy;
	text-decoration: none;
}

A:active
{
	color: navy;
	text-decoration: none;
}

A:hover
{
	color: navy;
	text-decoration: underline;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}

LI
{
	list-style-type: square;
}

UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

HR
{
	color: dimgrey;
	height: 1pt;
	text-align: left;
}

.Dots
{
	border-bottom:1px dotted #999999;
}
/* Table cell default font

This is very important because most code will be inside
a table cell, and we need to give it the default font we
want, and developer can override it with a class="style"
*/
TD
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

/* Login screen */

.LoginPrompt
{
	font-weight: bold;
	font-size: 11px;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
}

.LoginSubmit
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: gray 1px solid;
	color: white;
	border-bottom: gray 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: navy;
}

/* Application space */

.AppTable
{
	
}

/* AppWorkSpace is used for defining the area that contains user input controls i.e., asp:panel or regular table */
.AppWorkspace
{
	font-weight: normal;
	font-size: 11px;
	color: navy;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: ghostwhite;
	border: gray 1px solid;
}

.AppContent
{
	font-weight: normal;
	font-size: 11px;
	text-transform: capitalize;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.AppText
{
	font-weight: normal;
	font-size: 11px;
	line-height:normal;
	font-family: Verdana, Helvetica, sans-serif;
	color: Black;
	font-style: normal;
	text-transform:none;
}

.AppLabelText
{
	font-weight: normal;
	background-color: White;
	border: solid, 1px, black;
}

.AppCheckBox
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	color: Black;
}

/* We use AppModule to frame our AppWorkSpace */
.AppModule
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}


.AppButton
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: gray 1px solid;
	color: white;
	border-bottom: gray 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: navy;
}

.AppDropDown
{
	border: black 1px solid;
	font-family: Arial, Helvetica, Sans-Serif;
	color: Black;
	font-size: 11px;
}

/* Form Input Control Labels, this style is reserved for text that appears above  */
.AppInputControlLabel
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;	
}

/* Textbox Style */
.AppTextBox
{
		
}

/* Best used to Label the AppModule */
.AppBoldLabel
{
	font-weight: bold;
	font-size: 12px;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
}

/* Page layout Template */

.AppTitle
{
	font-weight: bold;
	font-size: larger;
	text-transform: capitalize;
	color: white;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-variant: small-caps;
}

.AppFooter
{
	padding-right: 5pt;
	padding-left: 5pt;
	font-weight: normal;
	font-size: xx-small;
	padding-bottom: 2pt;
	text-transform: capitalize;
	color: white;
	padding-top: 2pt;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}

.AppBackground
{
	height: 1pt;
	background-color: navy;
}

.AppVersion
{
	border-right: #50B4CCE 1px solid;
	padding-right: 2px;
	border-top: #50B4CCE 1px solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: xx-small;
	padding-bottom: 1px;
	color: White;
	padding-top: 1px;
	border-bottom: #50B4CCE 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: black;
	height:18px;
}

.AppUser
{
	padding-right: 2px;
	border-top: #50B4CCE 1px solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: xx-small;
	padding-bottom: 2px;
	text-transform: capitalize;
	border-left: #50B4CCE 1px solid;
	border-bottom: #50B4CCE 1px solid;
	color: White;
	padding-top: 2px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: black;
}

.AppUserTitle
{
	font-weight: bold;
	font-size: xx-small;
	color: #50B4CCE;
	font-family: Verdana, Helvetica, sans-serif;
}

/* Print Layout Template */

.AppTitlePrint
{
	font-weight: bold;
	font-size: large;
	text-transform: capitalize;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-variant: small-caps;
}

.AppVersionPrint
{
	font-size: xx-small;
	font-family: Verdana, Helvetica, sans-serif;
}

.AppUserPrint
{
	text-transform: capitalize;
	font-family: Verdana, Helvetica, sans-serif;
}

.AppUserTitlePrint
{
	font-size: xx-small;
	font-family: Verdana, Helvetica, sans-serif;
}

.AppSeperatorPrint
{
	background-color: black;
}

.TableHeight100Percent
{
	height: 100%;
}

/* Dashboard styles */

.DashboardModule
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.DashboardModuleTitle
{
	font-weight: bold;
	font-size: small;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #eeeeff;
}

.DashboardModuleAdminLink
{
	font-weight: normal;
	font-size: xx-small;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #eeeeff;
}

.DashboardModuleItemTitle
{
	font-weight: bold;
	font-size: 11px;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
}

.DashboardModuleContent
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

/* Layout styles for Dashboard administration */

.LayoutZonesContainer
{
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
}
.LayoutZones
{
	width: 100%;
	height: 4in;
}
.LayoutZoneTop
{
	text-align: left;
	vertical-align: top;
	height: 40px;
	border: 1px solid lightgray;
}
.LayoutZoneBottom
{
	text-align: left;
	vertical-align: top;
	height: 40px;
	border: 1px solid lightgray;
}
.LayoutZoneLeft
{
	text-align: left;
	vertical-align: top;
	border: 1px solid lightgray;
	width: 25%;
}
.LayoutZoneCenter
{
	text-align: left;
	vertical-align: top;
	border: 1px solid lightgray;
}
.LayoutZoneRight
{
	text-align: left;
	vertical-align: top;
	border: 1px solid lightgray;
	width: 25%;
}
.LayoutDropZone
{
	border: 1px solid #ffae31;
}
.LayoutWebPartFrame
{
	border: 0px none;
	width: 100%;
}
.LayoutWebPart
{
	background-color: #CED7EF;
	text-align: center;
	cursor: hand;
	border: 1px solid #3169ce;
}
.LayoutIBeam
{
	display: none;
	border-collapse: collapse;
	table-layout: fixed;
	height: 20px;
	width: 50px;
	position: absolute;
}
.LayoutIBeamTDTop
{
	border-left: 2px solid #ffae31;
	border-right: 2px solid #ffae31;
	border-bottom: 2px solid #ffae31;
}
.LayoutIBeamTDBottom
{
	border-left: 2px solid #ffae31;
	border-right: 2px solid #ffae31;
}
.LayoutIBeamTR
{
	height: 5px;
}

.TopPane
{
	text-align: left;
	vertical-align: top;
	height: 40px;
	border: 1px solid gray;
}

.BottomPane
{
	text-align: left;
	vertical-align: top;
	height: 40px;
	border: 1px solid gray;
}

.LeftPane
{
	text-align: left;
	vertical-align: top;
	width: 25%;
	border: 1px solid gray;
}

.RightPane
{
	text-align: left;
	vertical-align: top;
	width: 25%;
	border: 1px solid gray;
}

.MiddlePane
{
	text-align: left;
	vertical-align: top;
	border: 1px solid gray;
}


/*---------------------------------------------------------------------------*/
/* Site menu.                                                                */
/*---------------------------------------------------------------------------*/

.LeftNav
{
	border-right: gray 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 5px;
	color: black;
	padding-top: 5px;
	border-bottom: gray 1px;
	font-family: verdana;
	background-color: #eeeeff;
}

.TopNav
{
	border-right: gray 1px;
	padding-right: 2px;
	border-top: gray 1px solid;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	border-bottom: gray 1px solid;
	font-family: verdana;
	height: 25px;
	background-color: #eeeeff;
}


div.menuBar, div.menuBar a.menuButton, div.menu, div.menu a.menuItem, div.menu div.menuItemHdr, div.vmenu div.menuItemHdr,
div.vmenu, div.vmenu a.menuItem, div.vmenu div.menuItemHdr
{
	font-size: 11px;
	color: black;
	font-family: verdana;
}

div.menuBar
{
	border-right: gray 1px solid;
	padding-right: 2px;
	border-top: gray 1px solid;
	padding-left: 2px;
	padding-bottom: 4px;
	border-left: gray 1px solid;
	padding-top: 4px;
	border-bottom: gray 1px solid;
	background-color: white;
	text-align: left;
}

div.menuBar a.menuButton
{
	border-right: white 1px solid;
	padding-right: 6px;
	border-top: white 1px solid;
	padding-left: 6px;
	z-index: 100;
	left: 0px;
	padding-bottom: 2px;
	margin: 1px;
	border-left: white 1px solid;
	cursor: default;
	padding-top: 2px;
	border-bottom: white 1px solid;
	/*position: relative;*/
	top: 0px;
	background-color: transparent;
}

div.menuBar a.menuButton:hover
{
	border-left-color: white;
	border-bottom-color: white;
	border-top-style: solid;
	border-top-color: white;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #eeeeff;
	border-right-color: white;
	border-bottom-style: solid;
	text-decoration: none;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
	border-left-color: gray;
	border-bottom-color: gray;
	border-top-style: solid;
	border-top-color: gray;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #eeeeff;
	border-right-color: gray;
	border-bottom-style: solid;
}

div.menu
{
	border-right: gray 2px solid;
	padding-right: 1px;
	border-top: gray 1px solid;
	padding-left: 0px;
	z-index: 101;
	left: 0px;
	visibility: hidden;
	padding-bottom: 1px;
	border-left: gray 1px solid;
	padding-top: 0px;
	border-bottom: gray 2px solid;
	position: absolute;
	top: 0px;
	background-color: white;
}

div.vmenu
{
	border-right: gray 1px solid;
	padding-right: 1px;
	border-top: gray 1px solid;
	padding-left: 0px;
	padding-bottom: 1px;
	border-left: gray 1px solid;
	padding-top: 0px;
	border-bottom: gray 1px solid;
	background-color: white;
}

div.menu a.menuItem, div.vmenu a.menuItem, 
div.menu div.menuItemHdr, div.vmenu div.menuItemHdr
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	cursor: default;
	border-bottom: white 1px solid;
	WHITE-SPACE: nowrap;
}

div.menu a.menuItem, 
div.menu div.menuItemHdr, div.vmenu div.menuItemHdr
{
	display: block;
}
div.menu div.menuItemHdr, div.vmenu div.menuItemHdr
{
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 187;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight, div.vmenu a.menuItem:hover
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #eeeeff;
	text-decoration: none;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemHdr,
div.vmenu div.menuItemHdr {
  font-weight: bold;
}

div.menu div.menuItemSep, div.vmenu div.menuItemSep
{
	border-top-width: 1px;
	margin: 2px;
	border-top-color: gray;
	border-bottom: #d4d0c8 1px solid;
}

/* Menu Classes */

DIV.clsMenu
{
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 8px;
	font-size: 90%;
	visibility: hidden;
	padding-bottom: 5px;
	border-right: gray 1px solid;
	border-left: white 1px solid;
	border-bottom: gray 1px solid;
	width: 130px;
	padding-top: 5px;
	position: absolute;
	background-color: #eeeeff;
}

.MenuGroup
{
	background-color: white;
	border: 1px;
	border-style: solid;
	border-color: Gray;
}

.menuItem
{
	font-family: verdana;
	font-size: 11px;
	border: 1px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 15px;
	width: 187;
}

.MenuItemOver
{
	border-top-width: 1px;
	padding-right: 15px;
	padding-left: 5px;
	font-size: 10px;
	padding-bottom: 2px;
	cursor: hand;
	color: black;
	padding-top: 2px;
	font-family: verdana;
	background-color: #eeeeff;
}

.Error
{
	border-right: gray 1px solid;
	padding-right: 8px;
	border-top: gray 1px solid;
	padding-left: 8px;
	padding-bottom: 8px;
	border-left: gray 1px solid;
	padding-top: 8px;
	border-bottom: gray 1px solid;
	background-color: #eeeeff;
}

.ErrorMessage
{
	color: red;
}

/* Application related styles */
.BodyTitle
{
	color:Navy;
	font-size:large;
	font-weight:bold;
	text-align:left;
	font-family:Times New Roman;
}


.TitleLine
{
	background-color:Navy;
	height:2;
}