.ApplicationTitle
{
	color: #ffffff;
	font-size: x-large;
	filter: progid:DXImageTransform.Microsoft.Glow(color=#333333,strength=1),	
		progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=215,strength=5);	
	width: 95%;
	padding-right: 0px;
	text-align: center;
	white-space: nowrap;
}
.HeaderImage
{
	background-color: #5979ce;
}
.HeaderGradient
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#5979ce, EndColorStr=#DAE3F8);
	background-color: #5979ce;
}
.Panel
{
	background-color: #DDDDDD;
	border: none 0px white;
}
.GradientBackground
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ABBBE6, EndColorStr=#DAE3F8);
	background-color: #003366;
}
.MasterBackground
{
	background-color: #FFFFFF;
}
.PageBackground
{
	background-color: #c7d2e4;
}
.InnerPageBackground
{
	background-color: #ffffff;
}
.BorderColor
{
	background-color: #003366;
}
.BoldText
{
	font-weight: bold;
}
.UnderlineText
{
	text-decoration: underline;
}
.BoldBlackText
{
	font-weight: bold;
	color: #000000;
}
.UnderlineBlueText
{
	color: #0000FF;
	text-decoration: underline;
}

.ErrorText
{
	font-weight: bold;
	font-size: medium;
	font-style: italic;
	color: #ff0000;
}
.SuccessText
{
	font-weight: bold;
	color: #009900;
	font-size: medium;
	font-style: italic;
}
.TitleBoldText
{
	font-weight: bold;
	font-size: 24pt;
}
.NavigationLink
{
	font-weight: bold;
	font-size: medium;
	color: #ff0000;
	text-decoration: none;
}
.NavigationLink:hover
{
	text-decoration: underline;
	color: #00ccff;
}
.HeaderLink
{
	font-weight: bold;
	color: #00cc00;
	text-decoration: none;
	margin-left: 10px;	
}
.HeaderLink:Hover
{
	text-decoration: underline;
	color: #00cc00;
}
.ButtonLink
{
	font-weight: bold;
	font-size: medium;
	color: #0000ff;
	text-decoration: none;
}
.ButtonLink:hover
{
	color: #2222ff;
	text-decoration: underline;
}
TR.DataGridColumnDescription
{
	font-weight: bold;
	font-size: medium;
	color: #000000;
	background-color: #0099ff;
}
.HelpStyle
{
	font-weight: bold;
	font-size: x-small;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFF99, EndColorStr=#FFFFFF);
	color: #003366;
	background-color: #ffff99;
}
TABLE.DataGrid
{
	color: Black;
	background-color: white;
}

.TabIndent
{
	margin-left: 10px;
}
.FitWidth
{
	width: 98%;
}

A 
{
	font-family: Arial;
	font-size: 10pt;
}

A.PageLink:hover
{
	color: #FF0099;
}

A.PageLink:active
{
	color: #FF0099;
}

A.PageLink:link
{
	color: #000099;
}

A.PageLink
{
	color: #000099;
}

P.Centered
{
	text-align: center;
}

TH.DataGridHeader
{
	font-weight: bold;
	color: #000000;
	background-color: #003366;
}
TR.DataGridRowAlternate
{
	background-color: #eae6dd;
}
TR.DataGridRowHighlight
{
	color: #000000;
	background-color: #ff0000;
}
TR.DataGridRowSelected
{
	color: #000000;
	background-color: #ffff00;
}
.ThinBorder
{
	border: solid black 1px;
}
.Hidden
{
	visibility: hidden;
}
.NoBorder
{
	border: none black 0px;
}
.BodyCell
{
	background-color: #CDE195; /* light olive green */
	border: solid black 2px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
.BodyCellNoBorder
{
	background-color: #CDE195; /* light olive green */
	border: solid black 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
.RightAlign
{
	text-align: right;	
}

.TableHeader
{
	/*background-color: #c7d2e4;*/
	/*border-bottom: solid 1px black;*/
	text-align: left;
	font-weight: bold;
	font-family: Arial;
	font-size:large;
}

.TableCell
{
	background-color: #dddddd;
	font-family: Arial;
	font-size:medium;
}

/*************** Sub-Window Styles **********************/
.TableSubWindowHeader
{
	padding: 5px 5px 5px 5px;
	border: solid 1px #000000;
	background-color: #c7d2e4;
	text-align: left;
	font-weight: bold;
	font-family: Arial;
	font-size: large;
}

.TableSubWindowCell
{
	padding: 20px 20px 20px 20px;
	border: solid 1px #000000;
	background-color: #dddddd;
	font-family: Arial;
	font-size: medium;
	text-align: center;
}

/*************** Image Styles **********************/
.ImageTable
{
	border: solid 2px #000000;
	background-color: #FFCC33;
	text-align: center;
}
.ImageIconCell
{
	color: #ff0000;
	font-weight: bold;
	font-size: 8pt;
	/*padding:  7px 5px 5px 5px;*/	
	vertical-align: top;
	
}
.ImageCell
{
	font-family: arial; 
	font-size: large;
	color: #000000;
	font-weight: bold;
	/*padding: 10px 20px 10px 10px;*/
	text-align: left;
    vertical-align: middle;
}

/*************** Alert Styles **********************/
.AlertTable
{
	border: solid 2px #000000;
	background-color: #FFCC33;
	text-align: center;
}
.AlertIconCell
{
	color: #ff0000;
	font-weight: bold;
	font-size: 8pt;
	padding:  7px 5px 5px 5px;	
	vertical-align: top;
	
}
.AlertCell
{
	font-family: arial; 
	font-size: large;
	color: #000000;
	font-weight: bold;
	padding: 10px 20px 10px 10px;
	text-align: left;
    vertical-align: middle;
}

/*************** Tab Strip Styles **********************/
.TabTable 
{
	width: 100%;
	font-family: Arial;
	font-size:10pt;
	border-collapse:collapse;
	padding:-1;
}

/*************** Printing Styles **********************/
.HiddenPrint
{
	visibility: hidden;			
	height:0px;
	width:0px;
	padding:0px;
	margin:0px;	
	position:absolute;
}
	
.VisiblePrint
{
	visibility: visible;
}

/***  The style for the dual list box actions (move, move all, etc.) ***/
.dlbActions
{
	cursor: hand;
	font-family: Arial;
	font-size: 9pt;
	color: #666666;
	white-space: nowrap;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #eeeeee;
	font-weight: bold;
}

/************************	Button Styles	*********************/
.niceButton
{
	border: solid 1px #94A85C;
	font-family: Arial;
	
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	cursor: hand;
	background-color:#FFFF33;
	background-image:url("../images/background/yellow_dots_bg.gif");
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3),
		progid:DXImageTransform.Microsoft.Gradient(GradientType=1, 
			StartColorStr=#FFFF33, EndColorStr=#FFFFFF);*/
	
}

/************************	Page Message	*********************/
.PageMessage
{
	font-weight: bold;
	color: #009900;
	font-size: medium;
	font-style: italic;
}

.PageMessageError
{
	font-weight: bold;
	color: #FF0000;
	font-size: medium;
	font-style: italic;
}

.PageMessageSuccess
{
	font-weight: bold;
	color: #008800;
	font-size: medium;
	font-style: italic;
}

/*** Calendar Extender Styles ***/
.CalendarCtrl .ajax__calendar_container 
{
	color: #666666;
    background-color: white;
    border:1px solid #646464;
}

.CalendarCtrl .ajax__calendar_title
{
	color: blue;
	text-decoration: underline;
	font-weight:bold;
}

.CalendarCtrl .ajax__calendar_next
{
	color: blue;
	text-decoration: underline;
	font-weight:bold;
}

.CalendarCtrl .ajax__calendar_prev
{
	color: blue;
	text-decoration: underline;
	font-weight:bold;
}

.CalendarCtrl .ajax__calendar_today
{
	color: blue;
	background-color: #FFFF99;
	text-decoration: underline;
	font-weight:bold;
}

.CalendarCtrl .ajax__calendar_dayname
{
	color: #649CBA;
    background-color: #DEDDBA;
}

.CalendarCtrl .ajax__calendar_day
{
	color: #666666;
    background-color: #EAEAEA;
	border:1px solid #FFFFFF;
}

.CalendarCtrl .ajax__calendar_other .ajax__calendar_day,
.CalendarCtrl .ajax__calendar_other .ajax__calendar_year 
{
    color: #666666;
    background-color: white;
}

.CalendarCtrl .ajax__calendar_hover .ajax__calendar_day,
.CalendarCtrl .ajax__calendar_hover .ajax__calendar_month,
.CalendarCtrl .ajax__calendar_hover .ajax__calendar_year,
.CalendarCtrl .ajax__calendar_hover .ajax__calendar_title,
.CalendarCtrl .ajax__calendar_hover .ajax__calendar_today,
.CalendarCtrl .ajax__calendar_hover .ajax__calendar_next,
.CalendarCtrl .ajax__calendar_hover .ajax__calendar_prev
{
    color: red;
}

.CalendarCtrl .ajax__calendar_active .ajax__calendar_day,
.CalendarCtrl .ajax__calendar_active .ajax__calendar_month,
.CalendarCtrl .ajax__calendar_active .ajax__calendar_year 
{
    color: #666666;
    background-color: #FFFF99;
    font-weight:bold;
}

/***  MaskedEdit Related Styles ***/
.MaskedEditFocus
{
    background-color: #FFFFCC;
    color: #000000;
}

.MaskedEditError
{
    background-color: #FFCCCC;
}

/*** Textbox Watermark Styles ***/

.Watermarked 
{
	background-color:#F0F8FF;
	color:gray;
}

/*** ListSearch Styles ***/
.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color: yellow;
	font-size:small;
}

/*** AJAX (Disabled Control Extender) Update Panel Styles **/
.updateProgress
{
    border-width:1px; 
    border-style:solid; 
    background-color:#FFFF33; 
    position:absolute;
    width:250px; 
    height:75px;  
}

.updateProgressMessage
{
    margin:3px; 
    font-size:medium;
    font-weight:bold;
    font-family: arial;
    vertical-align:middle;
    text-align: center;   
}

.disabled
{
    background-color:gray; 
    filter:alpha(opacity=10); 
    opacity:0.4; 
}

/************************	Data-Entry Labels	*********************/

.DataEntryLabelCell
{
	/*font-size: medium;*/
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding:  2px 10px 2px 0px;
	/*white-space: nowrap;*/
}

.DataEntryLabelCellImportant
{
	/*font-size: medium;*/
	color: red;
	font-weight: bold;
	text-align: right;
	padding:  2px 10px 2px 0px;
	/*white-space: nowrap;*/
}

.DataEntryLabelCell_CenteredWrap
{
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.DataEntryLabelCell_Left
{
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding:  2px 10px 2px 0px;
	/*white-space: nowrap;*/
}

.DataEntryLabelCell_NoRightPad
{
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding:  2px 0px 2px 0px;
	white-space: nowrap;
}

.DataEntryDataCell
{
	text-align: left;
}  
