html 
{
    overflow: hidden;
}

body
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	background-color: #ffffff;
	height: 100%;
	max-height:100%;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

.cssHeader
{
	background-color: #3D5291;
}
.cssUsername
{
	color: White;
	font-family: Verdana;
	font-size: 8pt;
}
.cssErrText
{
	color: Red;
	font-family: Verdana, Arial;
	font-size: 8pt;
}

.cssError
{
	color: Red;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
}

.cssHighLightRed 
{
    color:#FF0000;
}
.cssChizTest
{
	background-color: #FFFFE8;
}

.selectedTreeNode
{
	background-color: Silver;
	color: Gray;
}
.cssGridColumn_Left
{
	padding-left: 5px;
	padding-right: 5px;
	/*white-space:nowrap;*/
	text-align:left;
}
.cssGridColumn_NoWrap
{
	padding-left: 5px;
	padding-right: 5px;
	white-space:nowrap;
	text-align:left;
}
.cssForgotPasswordText
{
	color: blue;
	font-family: Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
	border-width: 0;
	border-color: White;
	background-color: White;
	cursor: pointer;
	text-align: left;
	margin-top: 5px;
}
.cssForgotPasswordTextHover
{
	color: #0099FF;
	font-family: Verdana, Arial;
	font-size: 8pt;
	text-decoration: underline;
	border-width: 0;
	border-color: White;
	background-color: White;
	cursor: pointer;
	text-align: left;
	margin-top: 5px;
}

.cssCandidateResourceExpiring
{
	color: Red;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.cssCandidateResourceEnded /* Dark Orange */
{
	color: #FD7E00;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.cssCandidateResourceCompleteBy
{
	color: #999999;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.cssCandidateResourceStartsOn
{
	color: #006400;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.cssCandidateResourceDescription
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.cssCandidateResourceCpdWorth
{
	color: #999999;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.cssCandidateHelp
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
}
.chizTop
{
	padding: 20px;
	background-color: #00FFFF;
}
/* for hyperlinks used in displaying Candidate Resources */
a.CandidateResourceLink:link
{
	font-size: 8pt;
	color: blue;
	text-decoration: none;
}
a.CandidateResourceLink:visited
{
	font-size: 8pt;
	color: #9933CC; /* purple */
	text-decoration: none;
}
a.CandidateResourceLink:active
{
	font-size: 8pt;
	color: #9933CC; /* purple */
	text-decoration: none;
}
a.CandidateResourceLink:hover
{
	font-size: 8pt;
	color: #0099FF; /* light blue */
	text-decoration: underline;
}
.cssAdminResourceStartsOn /* Green */
{
	color: #00A800;
	font-family: Verdana, Arial;
	font-size: 8pt;
	cursor: help;
}
.cssAdminResourceExpiring /* Dark Orange */
{
	color: #FD7E00;
	font-family: Verdana, Arial;
	font-size: 8pt;
	cursor: help;
}
.cssAdminResourceEnded /* Red */
{
	color: Red;
	font-family: Verdana, Arial;
	font-size: 8pt;
	cursor: help;
}
.cssAdminResourceCurrent
{
	color: Black;
	font-family: Verdana, Arial;
	font-size: 8pt;
	cursor: help;
}
.cssSysAdmin
{
	color: Black;
	font-family: Verdana, Arial;
	font-size: 9pt;
}
.cssUserLoginInMessage
{
	color: Red;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.cssNavigatorOLAMS
{
	background-color: #344781;
}
.cssConentBackground
{
	background-color: #344781;
}
.cssNavigatorROD
{
	border-top: #3D5291 2px solid;
	background-color: #344781;
}
.cssMenu
{
	width: 100%;
	background-color: #344781;
}
.cssCandidateTabHeader
{
	font-size: 10pt;
	font-weight: bold;
	color: #2e407e;
	font-family: Verdana, Arial;
}
/* use this style when you have some text that you don't have space to display the entire text. Use the tooltip to display the entire text. */
.cssTextExpand
{
	font-size: 9pt;
	color: #000000;
	cursor: help;
}
.cssTextExpand_8
{
	font-size: 8pt;
	cursor: help;
	color: #000000;
}
.cssDialogBox
{
	position: absolute;
	left: 400px;
	top: 300px;
	width: 500px;
	height: 500px;
}
.cssDialogBoxAreaLightGrey
{
	font-size: 10pt; /*	    BORDER-RIGHT: #D4D4D4 1px solid; 	BORDER-TOP: #D4D4D4 1px solid; 	BORDER-LEFT: #D4D4D4 1px solid; 	BORDER-BOTTOM: #D4D4D4 1px solid; */
	border: #AAAAAA 1px solid;
	font-family: Verdana, Arial;
	background-color: #FCFCFC;
}
.cssDialogBoxHeader
{
	background-image: url(../Images/img_DialogBox_Blue.png);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.cssDialogBoxScroll
{
	height: 250;
	overflow: auto;
}
.cssCloseDialogBox
{
	background-color: #EEEEEE;
	cursor: hand;
}
.cssHand
{
	cursor: hand;
}
.cssTextTooltip
{
	color: #000000;
	cursor: help;
}

/* ---------------------------------------------------------------- */

.cssPageExplanationNormal
{
	font-size: 8pt;
	font-family: Verdana, Arial;
	line-height: 16px;
}

/* ---------------------------------------------------------------- */
/* for hyperlinks used in SuperGrids */
.gridNoLink
{
	font-size: 8pt;
	text-decoration: none;
}
.cssText_9
{
	font-size: 9pt;
	font-family: Verdana, Arial;
}
.cssText_8
{
	font-size: 8pt;
	font-family: Verdana, Arial;
}
.cssTextSmallGrey
{
	font-size: 8pt;
	color: #A9A9A9;
	font-family: Verdana, Arial;
}
.cssTextBold_11
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Arial;
}
.cssPropertyCardBorder
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	border-right: #999999 2px solid;
	border-top: #999999 2px solid;
	border-left: #999999 2px solid;
	border-bottom: #999999 2px solid;
	background-color: #ffffff;
}
.cssHoverHelp
{
	cursor: help;
}
.cssTextPointer
{
	cursor: auto;
	font-size: 10pt;
	font-family: Verdana, Arial;
}
.cssFilterVerticalBar
{
	background-image: url(../Images/imgReport_FilterVertical.gif);
	background-repeat: repeat-y;
}
.cssFilterVerticalBar
{
	background-image: url(../Images/imgReport_FilterVertical.gif);
	background-repeat: repeat-y;
}
.cssCanidateFooterLeftOLAMS
{
	background-color: #F2F2F2;
	font-weight: normal;
	font-size: 8pt;
	color: #A4A4A4;
	text-align: left;
}
.cssCandidateFooterCentreOLAMS
{
	background-color: #F2F2F2;
	font-weight: normal;
	font-size: 8pt;
	color: #A4A4A4;
	text-align: center;
}
.cssCandidateFooterRightOLAMS
{
	background-color: #F2F2F2;
	font-weight: normal;
	font-size: 8pt;
	color: #A4A4A4;
	text-align: right;
}
.cssCandidateFooterHiddenOLAMS
{
	background-color: #F2F2F2;
	font-weight: normal;
	font-size: 8pt;
	color: #F2F2F2;
	text-align: left;
}
.cssFooterCentreOLAMS
{
	background-color: #344781;
	font-weight: bold;
	font-size: 8pt;
	color: WHITE;
	text-align: center;
}
.cssFooterRightOLAMS
{
	background-color: #344781;
	font-weight: bold;
	font-size: 8pt;
	color: WHITE;
	text-align: right;
}
.cssFooterLeftOLAMS
{
	background-color: #344781;
	font-weight: bold;
	font-size: 8pt;
	color: WHITE;
	text-align: left;
}
.cssFooterHiddenOLAMS
{
	background-color: #344781;
	font-weight: bold;
	font-size: 8pt;
	color: #344781;
	text-align: right;
}
.cssFooterCentreROD
{
	background-color: WHITE;
	font-size: 8pt;
	color: BLACK;
	text-align: left;
}
.cssFooterRightROD
{
	background-color: WHITE;
	font-size: 8pt;
	color: BLACK;
	text-align: right;
}
.cssFooterLeftROD
{
	background-color: WHITE;
	font-size: 8pt;
	color: BLACK;
	text-align: left;
}
.cssFooterHiddenROD
{
	background-color: WHITE;
	font-size: 8pt;
	color: WHITE;
	text-align: right;
}
.cssContent
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}
.cssRodSummary
{
	font-size: 9pt;
	font-family: Verdana, Arial;
}
.cssRodSummaryTitle
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial;
}
.cssContentTitle
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5px;
	color: #ffffff;
	padding-top: 5px;
	font-family: Verdana, Arial;
	background-color: #344781;
}
.cssContentButton
{
}
.cssLogin .cssTitle
{
	font-weight: bold;
	padding-bottom: 20px;
	font-family: Arial, Verdana;
}
.cssLine
{
	height: 1px;
	background-color: Black;
}
.cssText
{
	font-size: 10pt;
	font-family: Verdana, Arial;
}
.cssTextRed
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	color: red;
}
.cssReportTitle
{
	font-weight: bold;
	font-size: 13pt;
	font-family: Verdana, Arial;
}
.cssReportSubTitle
{
	font-weight: bold;
	font-size: 11pt;
	color: navy;
	font-style: italic;
	font-family: Verdana, Arial;
}
.cssTextWarning
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
	font-family: Verdana, Arial;
}
.cssTextTabTitle
{
	font-size: 10pt;
	color: White;
	font-family: Verdana, Arial; /*background-color: #6b92de;*/
	background-color: #3D5291;
}

.cssTextTabTitleEnds
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	background-color: #FFFFFF;
}

.cssTextTabContentRed
{
	font-size: 10pt;
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
	font-family: Verdana, Arial;
	background-color: #FFFFEA;
}

/* Places a light blue box around the cell with light blue*/
/*.cssTextTabContentBlue
{
	font-size: 10pt;
	BORDER-RIGHT: #6b92de 2px solid;
	BORDER-TOP: #6b92de 2px solid;
	BORDER-LEFT: #6b92de 2px solid;
	BORDER-BOTTOM: #6b92de 2px solid;
	font-family: Verdana, Arial;
	background-color: #D6E1F5;
}*/
.cssTextTabContentBlue
{
	font-size: 10pt;
	border-right: #3D5291 2px solid;
	border-top: #3D5291 2px solid;
	border-left: #3D5291 2px solid;
	border-bottom: #3D5291 2px solid;
	font-family: Verdana, Arial;
	background-color: #D6E1F5;
}

.cssTextTabContentROD
{
	border-right: #9B9B9B 2px solid;
	border-top: #9B9B9B 2px solid;
	font-size: 10pt;
	border-left: #9B9B9B 2px solid;
	border-bottom: #9B9B9B 2px solid;
	font-family: Verdana, Arial;
	background-color: #B7B7B7;
}
.cssTextTabContentWhite
{
	font-size: 10pt;
	border-right: #3d5291 2px solid;
	border-top: #3d5291 2px solid;
	border-left: #3d5291 2px solid;
	border-bottom: #3d5291 2px solid;
	font-family: Verdana, Arial;
	background-color: #F8F8FF;
}
.cssCandidateTabContentLightGrey
{
	font-size: 10pt;
	border-right: #D4D4D4 1px solid;
	border-top: #D4D4D4 1px solid;
	border-left: #D4D4D4 1px solid;
	border-bottom: #D4D4D4 1px solid;
	font-family: Verdana, Arial;
	background-color: #FCFCFC;
}
.cssCandidateTabContentLightGreyTopOnly
{
	font-size: 10pt;
	border-top: #D4D4D4 1px solid;
	font-family: Verdana, Arial;
	background-color: #FCFCFC;
}
.cssCandidateTabFooterBox
{
	font-size: 10pt;
	background-image: url(../Images/imgCL_NavigationTabFooter.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
}
.cssCandidateTabBlank
{
	background-image: url(../Images/imgCL_NavigationTabRHS.gif);
	background-repeat: repeat-x;
}
.cssTextTabContentGhostWhiteNoBorder
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	background-color: #F8F8FF /*GhostWhite*/;
}
.cssResourceHeaderBand_LRD
{
	border-right: #D4D4D4 1px solid;
	border-top: #D4D4D4 1px solid;
	border-left: #D4D4D4 1px solid;
	background-color: #7D95D2;
    width:100%;	
	color: #FFF;		
	font-weight:bold;
	height:40px;
}

.cssResourceHeaderBand_ACT
{
	border-right: #D4D4D4 1px solid;
	border-top: #D4D4D4 1px solid;
	border-left: #D4D4D4 1px solid;
	background-color: #F2D2A8;
	width:100%;	
	color: #000;		
	font-weight:bold;
	height:40px;
}
.cssResourceHeaderBand_CMP
{
	border-right: #D4D4D4 1px solid;
	border-top: #D4D4D4 1px solid;
	border-left: #D4D4D4 1px solid;
	background-color: #D9BEE7;
	width:100%;	
	color: #000;		
	font-weight:bold;
	height:40px;
}
.cssResourceHeaderBand_COR
{
	font-family:Verdana,Arial;
	border-right: #D4D4D4 1px solid;
	border-top: #D4D4D4 1px solid;
	border-left: #D4D4D4 1px solid;
	background-color: #A5ADC0;
	width:100%;	
	color: #000;		
	font-weight:bold;
	height:40px;
	font-size:10pt;
}
.cssResourceHeaderBand_COR_Light
{
	background-color: #D3D8E2;
}
.cssResourceHeaderBand_ASM
{
	border-right: #D4D4D4 1px solid;
	border-top: #D4D4D4 1px solid;
	border-left: #D4D4D4 1px solid;
	background-color: #A6C0F0;
	width:100%;	
	color: #000;		
	font-weight:bold;
	height:40px;
}
.cssResourceHeaderBand_EVL
{
	border-right: #D4D4D4 1px solid;
	border-top: #D4D4D4 1px solid;
	border-left: #D4D4D4 1px solid;
	background-color: #FFF1B9;
	width:100%;	
	color: #000;		
	font-weight:bold;
	height:40px;
}
.cssTimeZone
{
	font-size: 8pt;
	font-family: Verdana, Arial;
}
.cssTextBoxLabel
{
	font-size: 10pt;
	font-family: Verdana, Arial;
}


.cssTextBox
{
	width: 300px;
	font-size: 10pt;
	font-size: 10pt;
	font-family: Arial, Verdana;
	border: solid 1px black;
}

.cssTextBoxDisabled
{
	background-position: LightGray;
	width: 300px;
	font-size: 10pt;
	font-size: 10pt;
	font-family: Arial, Verdana;
	border: solid 1px Silver;
	background-color: #D3D3D3 /*LightGray*/;
	color: Gray;
	visibility: hidden;
	display: none;
}

.cssTextBoxWide
{
	width: 400px;
	font-size: 10pt;
	font-size: 10pt;
	font-family: Arial, Verdana;
	border: solid 1px black;
}
.cssTextArea
{
	width: 300px;
	height: 60px;
	font-size: 10pt;
	font-family: Arial, Verdana, Courier, Courier New;
	font-size: 10pt;
}
.cssTextArea_TextIsVisible
{
	font-size: 10pt;
	background-image: url(../Images/imgTextIsVisible.gif);
	width: 300px;
	background-repeat: no-repeat;
	font-family: Arial, Verdana, Courier, Courier New;
	height: 60px;
}
.cssTextArea_TextIsNotVisible
{
	font-size: 10pt;
	background-image: url(../Images/imgTextIsNotVisible.gif);
	width: 300px;
	background-repeat: no-repeat;
	font-family: Arial, Verdana, Courier, Courier New;
	height: 60px;
}
.cssTextBoxLogin
{
	font-size: 10pt;
	font-family: Arial, Verdana;
}
.cssTextBoxNumber
{
	font-size: 10pt;
	width: 30px;
	border: solid 1px black;
}
.cssDateTextBox
{
	width: 55pt;
	font-size: 10pt;
	font-family: Arial, Verdana;
	border: solid 1px black;
}
.cssEmailTextBoxLabel
{
	width: 10%;
	font-size: 10pt;
	font-family: Arial, Verdana;
	font-family: Arial, Verdana;
	text-align: right;
	font-weight: bold;
}
.cssEmailTextBox
{
	width: 100%;
	font-size: 10pt;
	font-family: Arial, Verdana;
	border: solid 1px black;
}
.cssEmailTextArea
{
	width: 100%;
	height: 150px;
	font-size: 10pt;
	font-family: Arial, Verdana, Courier, Courier New;
	border: solid 1px black;
}
.cssEmailTextBox1
{
	width: 100%;
	font-size: 10pt;
	font-family: Arial, Verdana;
	border: none;
}
.cssWizard
{
	text-align: right;
}
.cssStep
{
	font-size: 12pt;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: Arial, Verdana;
}
.cssStepSubTitle
{
	font-size: 10pt;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: Arial, Verdana;
}
.cssPropertiesTitle
{
	font-size: 10pt;
	font-weight: bold;
	padding-top: 20px;
	font-family: Arial, Verdana;
}
.cssQuestionPresentTextArea
{
	width: 100%;
	height: 120px;
	font-size: 10pt;
	font-family: Arial, Verdana, Courier, Courier New;
	font-size: 8pt;
	border: solid 1px black;
}




.cssWorkArea
{
	width: 100%;
}
.cssFindArea
{
	height: 150px;
	width: 100%;
	background-color: #d6dff7;
}
.cssListArea
{
	width: 100%;
}
.cssDropDownList
{
	width: 200px;
	height: 22px;
}
.cssDate:link
{
	color: #7398dc;
	text-decoration: none;
}
.cssDate:visited
{
	color: #7398dc;
	text-decoration: none;
}
.cssDate:hover
{
	color: #6666cc;
	text-decoration: none;
}
.cssListHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: White;
	background-color: #6B92DE;
	height: 20px;
}

.cssList
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.cssListHeaderFixed
{
	font-weight: bold;
	font-size: 10pt;
	color: White;
	background-color: #6B92DE;
	height: 20px;
	width: 70px;
}
.cssGroupSelect
{
	font-size: 10pt;
	font-family: Arial, Verdana;
	background-color: #ffffff;
}

.cssGroupSelect INPUT
{
	font-size: 9pt;
	font-family: Arial, Verdana;
	background-color: #ffffff;
}
.cssTreeView
{
	font-weight: normal;
	font-size: 8pt;
	padding-right: 10px;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}
.cssTreeView A:link
{
	color: #0033ff;
	text-decoration: none;
}
.cssTreeView A:visited
{
	color: #0033ff;
	text-decoration: none;
}
.cssTreeView A:hover
{
	color: #0033ff;
	text-decoration: none;
}
.cssGroupedSchedule
{
	font-weight: normal;
	font-size: 8pt;
	padding-right: 10px;
	font-family: Arial, Verdana;
	background-color: #ffffff;
	/*filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color= 'gray' , Positive= 'true' );*/
	border: Solid 1px Black;
}
.cssGroupedSchedule A:link
{
	color: #0033ff;
	text-decoration: none;
}
.cssGroupedSchedule A:visited
{
	color: #0033ff;
	text-decoration: none;
}
.cssGroupedSchedule A:hover
{
	color: #0033ff;
	text-decoration: none;
}
.cssGroupedScheduleItem
{
	background-color: White;
}
.cssGroupedScheduleItemAlt
{
	background-color: #D3D3D3 /*LightGrey*/;
}
.cssSelectColumn
{
	width: 15px;
}
.cssUserListColumn1
{
	width: 33%;
}
.cssUserListColumn2
{
	width: 33%;
}
.cssUserListColumn3
{
	width: 33%;
}
.Col1
{
	width: 40%;
}
.Col2
{
	width: 18%;
}
.Col3
{
	width: 12%;
}
.Col4
{
	width: 15%;
}
.Col5
{
	width: 15%;
}
.UserDefCol1
{
	/*width: 20px;*/
}
.UserDefCol2
{
	/*width: 15%;*/
}
.UserDefCol3
{
	/*width: 15%;*/
}
.UserDefCol4
{
	/*width: 20%;*/
}
.UserDefCol5
{
	/*width: 15%;*/
}
.UserDefCol6
{
	/*width: 18%;*/
}
.UserDefCol7
{
	/*width: 22%;*/
}
.ColWidthLastName
{
	width: 50px;
}
.ColWidthFirstName
{
	width: 50px;
}
.ColWidthDescription
{
	/* deliberately not set */
}
.ColWidthUserName
{
	width: 50px;
}
.ColWidthDateTime
{
	/*width: 50px;*/
}
.ColWidthDate
{
	width: 50px;
}
.ColWidthUserType
{
	width: 50px;
}
.ColWidthEmail
{
	width: 50px;
}
.UserFndCol1
{
	width: 150px;
}
.UserFndCol2
{
	width: 150px;
}
.UserFndCol3
{
	width: 150px;
}
.UserFndCol4
{
	width: 150px;
}
.UserFndCol5
{
	width: 180px;
}
.UserFndCol6
{
	width: 220px;
}
.UserFooter
{
	background-color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	color: WHITE;
	text-align: Left;
}

.CalendarSelectedLink
{
	background-color: #0000C0;
	color: White;
}

.CalendarUnSelectedLink
{
	background-color: White;
	color: #0000C0;
}

A
{
	text-decoration: none;
	color: Blue;
}
a.acontent:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: blue;
	text-decoration: none;
}
a.acontent:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #9933CC; /* purple */
	text-decoration: none;
}
a.acontent:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #9933CC; /* purple */
	text-decoration: none;
}
a.acontent:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0099FF; /* light blue */
	text-decoration: underline;
}
/* for hyperlinks used in SuperGrids */
a.gridLink:link
{
	font-size: 8pt;
	color: blue;
	text-decoration: none;
}
a.gridLink:visited
{
	font-size: 8pt;
	color: #9933CC; /* purple */
	text-decoration: none;
}
a.gridLink:active
{
	font-size: 8pt;
	color: #9933CC; /* purple */
	text-decoration: none;
}
a.gridLink:hover
{
	font-size: 8pt;
	color: #0099FF; /* light blue */
	text-decoration: underline;
}

/* for hyperlinks used in Reporting (when gridLink is too small) */
a.reportLink:link
{
	font-size: 10pt;
	color: blue;
	text-decoration: none;
}
a.reportLink:visited
{
	font-size: 10pt;
	color: #9933CC; /* purple */
	text-decoration: none;
}
a.reportLink:active
{
	font-size: 10pt;
	color: #9933CC; /* purple */
	text-decoration: none;
}
a.reportLink:hover
{
	font-size: 10pt;
	color: #0099FF; /* light blue */
	text-decoration: underline;
}
TD
{
	font-family: Verdana;
}
.cssBoldText
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Verdana;
}

/* Styles for Crystal Reports Only */

.cssReportHeader
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.cssReportColumn
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

.cssReportSection
{
	font-family: Arial;
	font-size: 10pt;
}

.SuperGridPaddedCell
{
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}


.TabButton
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 92px;
	height: 20px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: none;
	text-align: center;
	vertical-align: text-bottom;
	color: #FFFFFF;
	display: block;
}

.ItemListTab
{
	color:#fff;
}

.ItemListTabSelected
{
	color:yellow;
	font-weight:bold;
	font-size: 16px;
}

/* Items list background */

.ItemsListLeft
{
	background: url(../Images/SmoothCornerGreyBox/Blue/bg.gif) repeat-y left;
}

.ItemsListRight
{
	background: url(../Images/SmoothCornerGreyBox/Blue/bg.gif) repeat-y right;
}

.ItemsListTopLeft
{
	background: url(../Images/SmoothCornerGreyBox/Blue/TL.gif) no-repeat top left;
}

.ItemsListTop
{
	background: url(../Images/SmoothCornerGreyBox/Blue/TitleBG.gif) repeat-x top;
}

.ItemsListTopRight
{
	background: url(../Images/SmoothCornerGreyBox/Blue/TR.gif) no-repeat top right;
}

.ItemsListBottomLeft
{
	background: url(../Images/SmoothCornerGreyBox/Blue/BL.gif) no-repeat bottom left;
}

.ItemsListBottom
{
	background: url(../Images/SmoothCornerGreyBox/Blue/bg.gif) repeat-x bottom;
}

.ItemsListBottomRight
{
	background: url(../Images/SmoothCornerGreyBox/Blue/BR.gif) no-repeat bottom right;
}


.RadTreeView_Default
{
    font: 8pt/1.27em verdana, arial !important;
}

/* End items list background */

/* Start Grid */

.RadGrid table
{
	font-family: Verdana;
}

.RadGrid th.GridHeader_Default
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #6B92DE;
	height: 10px;
	margin:3px;
	padding:3px;
	white-space: nowrap;
}

.RadGrid tr.GridRow_Default td
{
	border: 0px;
	color: #000;
	font-size: 11px;
	background: GhostWhite;
	white-space: nowrap;
}

.RadGrid tr.GridRow_Default td a a:hover
{
	font-size: 10px;
	font-family: Verdana;
}

.RadGrid tr.GridAltRow_Default td
{
	color: #000;
	border: 0px;
	font-size: 11px;
	background: #D6E1F5;	
	white-space: nowrap;
	white-space: nowrap;	
}

.RadGrid tr.GridAltRow_Default td a a:hover
{
	font-size: 10px;
	font-family: Verdana;
}

.RadGrid tr.SelectedRow_Default td
{
	color: #000;
	border: 0px;
	font-size: 10px;
	white-space: nowrap;
}

.RadGrid tr.SelectedRow_Default td a a:hover
{
	font-size: 10px;
	font-family: Verdana;
}

.RadGrid tr.ActiveRow_Default td
{
	color: #000;
	border: 0px;
	font-size: 10px;
	white-space: nowrap;
}

.RadGrid tr.ActiveRow_Default td a a:hover
{
	font-size: 10px;
	font-family: Verdana;
}

.RadGrid tr.GridEditRow_Default td
{
	color: #000;
	border: 0px;
	font-size: 10px;
	white-space: nowrap;
}

.RadGrid tr.GridEditRow_Default td a a:hover
{
	font-size: 10px;
	font-family: Verdana;
}

/* End Grid */


/* End */

.cssWizard2
{
    visibility:hidden;
    display:none;
        
}

.DebugPanel
{
    background-color:Red;
    visibility:hidden;
}
