/* Default CSS Stylesheet for a new Web Application project */

BODY, TD, TEXTAREA {font-family: Verdana; 	 FONT-SIZE: x-small;}

BODY
{
	background-color : #970032;
	margin: 0px 0px 0px 0px
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT{    COLOR: #003366;	font-weight:bold}

/* H1	{		font-size:x-large;	}	
H2	{		font-size:large;	}
H3	{		font-size:medium;	}
H4	{		font-size:	medium;	}	
H5	{		font-size:	small;	}
H6	{		font-size:	x-small;	}	*/

.separator { border: solid 1px #970032; width:100%; height:1px;}
.provlogin {width:100%; height:1px;}
.enqsummary { margin-top:0px; margin-bottom:0px;}

.costdg { border: solid 1px #000000; }
	
.costdg td {margin:0px; padding-top:0px; padding-left:3px; padding-bottom:0px;
			border: none; vertical-align:top;}
.costdg input { position:relative; top:-2px; }
.costchk { position:relative; top:6px; }
.costpad { vertical-align:baseline; line-height:30px}
	
.formbutton { border: solid 2px #8080FF; background-color:#F8F8FF; }
	
A:link, A:visited, A:active	{		text-decoration:	none;	color:	#970032; font-weight:bold;	}	
A:hover	{		text-decoration:	underline;	color:	#970032; font-weight:bold;	}
	
.SMALL	{		font-size:xx-small;	}	

.TDHeader
	{ background-image: url(images/misc/Header_Bg.gif);		font-size:x-small;		font-weight: bold;		color:Silver;}

.TDFooter
	{ background-image: url(images/misc/Footer_Bg.gif);		font-size:x-small;		font-weight: bold;		color:#3e2d84;}

.Form
	{  background-color:#EEEEEE; border: dashed 1px #3e2d84; padding:2px 2px 2px 2px }
	
   .RowHighlight{font-weight:bold;}
 
 .ScrollPanel
	{
		overflow:auto;
		height:300px;
		border:solid 1px #000
	}
.ValidationSummary
	{
		 background-color:#FFFFC0; border: dashed 1px #ff0000; padding:2px 2px 2px 2px
	}
	
.Validator
	{
		font-size:large;
		font-weight:bold;
		color:#FF0000;
	}
	
   
/*############################*/
/*   RADTREE                                                   */

   .TextBox { WIDTH: 150px; HEIGHT: 20px }
   .TreeNode { FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: Tahoma }
   .TreeNodeOver { FONT-SIZE: 9pt; CURSOR: hand; COLOR: red; FONT-FAMILY: Tahoma }
   .TreeNodeSelect { FONT-SIZE: 9pt; BACKGROUND: blue; CURSOR: hand; COLOR: white; FONT-FAMILY: Tahoma }
   .TreeNodeDisabled { FONT-SIZE: 9pt; COLOR: gray; FONT-FAMILY: Tahoma }


/*############################*/
/*   STEPS                                                   */
.StepHeader
	{ background-color:#970032;
		font-size:x-small;
		font-weight:bold;
		color:#fff;
		}

.StepActive
	{background-color:#CA7982;
		font-size:x-small;
		font-weight:bold;
		text-align:center;
		color:#fff}
	
.StepInActive
	{background-color:#970032;
		font-size:xx-small;
		font-weight:normal;
		text-align:center;}
   
/*############################*/
/*   DATAGRID                                                   */
.dg
	{
		border: solid 1px #000000;
	}
	
.dg td {padding:3;
	border-left: none;
	border-right:none;
	border-bottom: none;
	border-top: none;}
	
.dgItem, .dgitem td
{
	background-color: #FFF;
	vertical-align:top;
	border-bottom: dashed 1 #CCC;
}
.dgItemAlternate, .dgItemAlternate td
{
	/*background-color:#DFF;*/
	vertical-align:top;
	border-bottom: dashed 1 #CCC;
}

.dgItemOver, .dgItemAlternateOver, .dgItemOver td, .dgItemAlternateOver td
	 {
	background-color: #DDD	;
	vertical-align:top;
	border-bottom: dashed 1 #CCC; }

.dgHeader, .dgHeader td 
{
	padding: 3px;
	background-color: #970032;
	color:#fff;
	font-weight: bold;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	vertical-align:top;}
	
.dgFooter { background-color: #A52726;
	color: White; }
	
.dgPager
	{
		background-color:#CA7982;
		font-size:small;
		font-weight:bold;
		border-bottom: none;
		border-top:none}
.dgPager A:link, .dgPager A:visited, .dgPager A:active
	{
		font-size:x-small;
		font-weight:bold;
		text-decoration:none;}
.dgPager A:hover
	{
		font-size:x-small;
		font-weight:normal;
		text-decoration:underline;}
.dgEdit
	{ background-color:#ffcc00;}