/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
}

.textGeneral
{
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
}
.textGeneralCenter
{
	font-size: 10pt;
	font-family: Arial;
	text-align: center;
}
.textRedWarning
{
	font-weight: bold;
	font-size: 12pt;
	color: red;
	font-family: Arial;
	text-align: left;
}
.textHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #5c7299;
	font-family: Arial;
}
.textBold
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
}
.textAlignRight
{
	font-size: 10pt;
	font-family: Arial;
	text-align: right;
}
.textAlignCenter
{
	font-size: 10pt;
	font-family: Arial;
	text-align: center;
}
.textHudItem
{
	font-size: 10pt;
	padding-top: 3px;
	font-family: Arial;
	text-align: center;
}
.textFootNote
{
	font-size: 8pt;
	font-family: Arial;
	text-align: left;
}

.textEventLine
{
	font-weight: normal;
	font-size: 6pt;
	color: saddlebrown;
	font-family: Arial;
}
.inputBox
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
}

.popupWindow
{
	border-right: #5c7299 4px solid;
	border-top: #5c7299 4px solid;
	/*filter: alpha(opacity=80);*/
	border-left: #5c7299 4px solid;
	border-bottom: #5c7299 4px solid;
	background-color: white;
}
.popupHeader
{
	border-right: #5C7299 1px solid;
	padding-right: 0px;
	border-top: #5C7299 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #5C7299 1px solid;
	color: White;
	padding-top: 0px;
	border-bottom: #5C7299 1px solid;
	font-family: Arial;
	background-color: #5C7299;}
.menuHeader
{
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	color: #5c7299;
	font-family: Arial;
}
.tableHeader
{
	border-right: #5C7299 1px solid;
	padding-right: 0px;
	border-top: #5C7299 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #5C7299 1px solid;
	color: #5C7299;
	padding-top: 0px;
	border-bottom: #5C7299 1px solid;
	font-family: Arial;
	background-color: #D1DBF8;
}
.tableBody
{
	border-right: #5c7299 1px solid;
	border-top: #5c7299 1px;
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	border-left: #5c7299 1px solid;
	border-bottom: #5c7299 1px solid;
	font-family: Arial;
	letter-spacing: normal;
	background-color: #ededf9;
}
.tableBody2
{
	border-right: #5c7299 1px solid;
	border-top: #5c7299 1px;
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	border-left: #5c7299 1px solid;
	border-bottom: #5c7299 1px solid;
	font-family: Arial;
	letter-spacing: normal;
	background-color: white;
}
.itemHidden
{
	visibility: hidden;
}
.buttonBlue
{
	border-right: #8d9eb8 1px solid;
	border-top: #8d9eb8 1px solid;
	border-left: #8d9eb8 1px solid;
	cursor: hand;
	border-bottom: #8d9eb8 1px solid;
	background-color: #96b8e8;
}
.buttonGold
{
	border-right: #8d9eb8 1px solid;
	border-top: #8d9eb8 1px solid;
	border-left: #8d9eb8 1px solid;
	cursor: hand;
	border-bottom: #8d9eb8 1px solid;
	background-color: #fed599;
}
.gridScrollBar
{ BORDER-RIGHT: lightslategray 1px solid; BORDER-TOP: lightslategray 1px solid; SCROLLBAR-FACE-COLOR: #f3f4f5; SCROLLBAR-HIGHLIGHT-COLOR: #adb6bc; OVERFLOW: auto; BORDER-LEFT: lightslategray 1px solid; SCROLLBAR-SHADOW-COLOR: #adb6bc; SCROLLBAR-3DLIGHT-COLOR: #f3f4f5; SCROLLBAR-ARROW-COLOR: #adb6bc; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-BOTTOM: lightslategray 1px solid; SCROLLBAR-DARKSHADOW-COLOR: #f3f4f5 }

.gridCalHour
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 10pt;
	overflow: hidden;
	width: 16px;
	clip: rect(auto auto auto auto);
	font-family: Arial;
	height: 16px;
	background-color: #ededf9;
	text-align: right;
}
.gridCalMinute
{
	padding-left: 4px;
	font-size: 7.5pt;
	overflow: hidden;
	width: 16px;
	clip: rect(auto auto auto auto);
	font-family: Arial;
	height: 16px;
	background-color: #ededf9;
	text-align: left;
}
.gridCalRemark
{
	border-right: #5c7299 1px solid;
	border-top: #5c7299 1px solid;
	padding-left: 6px;
	font-size: 9pt;
	overflow: hidden;
	border-left: #5c7299 1px solid;
	width: 212px;
	clip: rect(auto auto auto auto);
	cursor: hand;
	border-bottom: #5c7299 1px solid;
	font-family: Arial;
	height: 16px;
	background-color: white;
}

.gridCalRemarkTop
{
	border-right: #5c7299 1px solid;
	border-top: #5c7299 1px solid;
	padding-left: 6px;
	font-size: 9pt;
	overflow: hidden;
	border-left: #5c7299 1px solid;
	width: 212px;
	clip: rect(auto auto auto auto);
	border-bottom: none;
	font-family: Arial;
	height: 16px;
	background-color: white;
}

.gridCalRemarkMiddle
{
	border-right: #5c7299 1px solid;
	border-top: none;
	padding-left: 6px;
	font-size: 9pt;
	overflow: hidden;
	border-left: #5c7299 1px solid;
	width: 212px;
	clip: rect(auto auto auto auto);
	border-bottom: none;
	font-family: Arial;
	height: 16px;
	background-color: white;
}
.gridCalRemarkBottom
{
	border-right: #5c7299 1px solid;
	border-top: none;
	padding-left: 6px;
	font-size: 9pt;
	overflow: hidden;
	border-left: #5c7299 1px solid;
	width: 212px;
	clip: rect(auto auto auto auto);
	border-bottom: #5c7299 1px solid;
	font-family: Arial;
	height: 16px;
	background-color: white;
}



.gridCalBar
{
	padding-left: 0px;
	font-size: 7.5pt;
	overflow: hidden;
	width: 5px;
	clip: rect(auto auto auto auto);
	font-family: Arial;
	height: 16px;
	background-color: #5c7299;
	text-align: left;
}
.gridCalBackground
{
	padding-left: 0px;
	font-size: 9pt;
	overflow: hidden;
	width: 500px;
	clip: rect(auto auto auto auto);
	font-family: Arial;
	height: 16px;
	text-align: left;
}

.gridColItem
{
	overflow: hidden;
	padding-left: 0px;
	font-size: 9pt;
	height: 16px;
	font-family: Arial;
	text-align: left;
}
.MainMenuItem
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 12px;
	border-right: none;
	border-top: none;
	border-left: none;
	cursor: hand;
	border-bottom: none;
	background-color: #FFFBF7;
	color: Black;
	font-family: Arial;
}
.MainMenuItemOver
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 12px;
	border-right: none;
	border-top: none;
	border-left: none;
	cursor: hand;
	border-bottom: none;
	background-color: #40506B;
	color: White;
	padding-top: 2px;
	font-family: Arial;
}
.MainMenuItemDisabled
{
	border-right: medium none;
	padding-right: 10px;
	border-top: medium none;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 2px;
	border-left: medium none;
	cursor: hand;
	color: darkgray;
	padding-top: 2px;
	border-bottom: medium none;
	font-family: Arial;
	background-color: lightgrey;
}
.GridRowHeight
{
	height: 21px;
}
