
/* Style for the Body */
/* Begin */
BODY {	background-color: #ffffff; 
	color: #000000;
	font-family: Comic Sans MS,Helvetica,sans-serif;
	font-size: 9pt;	
	margin: 0px 0px 0px 0px;
}
/* End */


/* Style for the Table - Globally */
/* Begin */
TABLE {
	border-bottom: 0px; 
	border-left: 0px;
	border-right: 0px; 
	border-top: 0px; 
	font-family: Comic Sans MS,Helvetica,sans-serif;
	font-size: 9pt
}
/* End */


/* Style for the table column - Globally */
/* Begin */
TD      { 	
	font: 8pt;
	font-family: Comic Sans MS,Helvetica,sans-serif;
	color: #000000;
	}
/* End */


/* Style for the table column header cell - Ex. <td class="colhead"> */
/* Begin */
TD.colhead {
	font: 12pt;
	color: #ffffff; 
	font-family: Comic Sans MS,Helvetica,sans-serif;
	font-weight: bold;
	/*background-color: #663366;*/
	/*background-color: #987395;*/
	background-color: #660033;
	height:18px;
	} 
/* End */


/* Style for the main header page title - Ex. <td class="maintop"> */
/* Begin */	
TD.maintop { 
	font-family:  Comic Sans MS,Helvetica,sans-serif;
	font-size: 16pt;
	font-weight: bold;
	COLOR: #663366; 
	text-decoration: none }
/* End */	

/* Style for the main header page subtitle - Ex. <td class="maintop2"> */
/* Begin */	
TD.maintop2 { 
	font-family:  Comic Sans MS,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	COLOR: #663366; 
	text-decoration: none }
/* End */
	
	
/* Style for the table cells to be bold (Black Font) - Ex. <td class="cellbold"> */
/* Begin */	
TD.cellbold { 
	font-family:  Comic Sans MS,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000; 
	text-decoration: none }
/* End */	
	

/* Style for the table cells to be bold (White Font) - Ex. <td class="cellboldWhite"> */
/* Begin */	
TD.cellboldWhite { 
	font-family:  Comic Sans MS,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF; 
	text-decoration: none }
/* End */	
	

/* Style for the table cells to be Red - Ex. <td class="cellfont_red"> */
/* Begin */		
.cellfont_red { 
	font-family: Comic Sans MS,Helvetica,sans-serif;
	font-size: 9pt;
	color: #ff0000; 
	text-decoration: none }	
/* End */	

	
/* Style for the Global Fonts - Ex. <font>XYZ</font> */
/* Begin */		
font { 
	font-family: Comic Sans MS,Helvetica,sans-serif;
	font-size: 9pt;
	color: #000000; 
	text-decoration: none }
/* End */	


/* Style for the Global Fonts - Ex. <div class="font">XYZ</div> */
/* Begin */		
.font { 
	font-family: Comic Sans MS,Helvetica,sans-serif;
	font-size: 10pt;
	color: #000000; 
	text-decoration: none }
/* End */	


/* Style for the Heading - Fonts with Bold - Ex. <font class="fonthead"> */
/* Begin */		
.fonthead { 
	font-family:  Comic Sans MS,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000; 
	text-decoration: none }
/* End */	


/* Style for the Global Paragraph - Ex. <p>xyz</p> */
/* Begin */		
P {	font: 9pt;
	font-family:  Comic Sans MS,Helvetica,sans-serif;
	font-weight: normal; 
	margin:left: 10px }
/* End */

/* -----------  Ex. <a href=""> -------------- */
/* To Define Global style for the anchor Link - This style is applied, 
where we haven't used any CSS class for the anchor*/
/* Begin */

A:link {	color: #330033;
	font-family:  Comic Sans MS,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 9pt; 
	text-decoration: none } 

A:visited {color: #330033;
	font-family: Comic Sans MS,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 9pt; 
	text-decoration: none } 

A:hover { color: #ff00ff;
	font-family: Comic Sans MS,Helvetica,sans-serif; 
	font-weight: bold; 
	font-size: 9pt;
	text-decoration: underline }
/* End */

/* Style for the Button - Ex. <input type="button" class="subutn"> */
/* Begin */
.subutn {
	BACKGROUND: #987395; 
	BORDER-BOTTOM: #663366 1px solid; 
	BORDER-LEFT: #663366 1px solid; 
	BORDER-RIGHT: #663366 1px solid; 
	BORDER-TOP: #663366 1px solid; 
	COLOR: #FFFFFF; 
	CURSOR: hand; 
	FONT-FAMILY: Comic Sans MS,Helvetica,sans-serif; 
	font-weight: bold;
	FONT-SIZE: 9pt; 
	HEIGHT: 22px; 
	TEXT-DECORATION: none
}
/* End */

/* Style for the Textfield - Ex. <input type="text" class="textfield"> */
/* Begin */
.textfield {
	BACKGROUND: #ffffff; 
	COLOR: #663366;
	CURSOR: hand; 
	FONT-FAMILY: Comic Sans MS,Helvetica,sans-serif; 
	FONT-SIZE: 9pt; 
	HEIGHT: 19px; 
	TEXT-DECORATION: none
}
/* End */

/* Style for the TextArea - Ex. <textarea class="txtarea"> */
/* Begin */
.txtarea
{
	BACKGROUND: #ffcc99; 
	COLOR: #663366;
	FONT-FAMILY: Comic Sans MS,Helvetica,sans-serif; 
	FONT-SIZE: 9pt; 
}
/* End */

/* Style for the LabelField - Ex. <asp:label cssClass="labelfield"> */
/* Begin */
.labelfield {
	BACKGROUND: #6699CC; 
	COLOR: #1C146B;
	FONT-FAMILY: Comic Sans MS,Helvetica,sans-serif; 
	FONT-SIZE: 9pt; 
	HEIGHT: 18px; 
	TEXT-DECORATION: none;
	BORDER-BOTTOM: #66523D 1px solid; 
	BORDER-LEFT: #66523D 1px solid; 
	BORDER-RIGHT: #66523D 1px solid; 
	BORDER-TOP: #66523D 1px solid; 
	WIDTH:80px;
}
/* End */	

/* Style for the Dropdown - Ex. <select class="dropdown"> */
/* Begin */
.dropdown {
	BACKGROUND-COLOR: #FFFFFF;
	font-size: 9pt;
	COLOR: #663366; 
	FONT-FAMILY: Comic Sans MS,Helvetica,sans-serif; 
	
	
}
/* End */


/* Style for the RadioButton - Ex. <input type="radio" class="rdbutton"> */
/* Begin */
.rdbutton {
	font-size: 9pt;
	COLOR: #000000; 
	FONT-FAMILY: Comic Sans MS,Helvetica,sans-serif; 
}
/* End */

/* Style for the Table Cells - Ex. <td class="cell"> */
/* Begin */
.cell {	FONT-FAMILY: Comic Sans MS,Helvetica,sans-serif; 
	font-size: 9pt;
	font-weight : bold;
	color: #ffffff;
	cursor: hand;
	text-decoration: none;
	background: #6699CC;
	border: 3 outset #E3E3E3 }
/* End */

	
/* Style for the Global Bullet list */
/* Begin */
LI      {	font: 9pt;
	FONT-FAMILY: Comic Sans MS,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #660033;
	padding: 4  }
/* End */

/* Style for the Global Bullet list */
/* Begin */
.LIMainPageBullet      
{
	font: 10pt;
	FONT-FAMILY: Comic Sans MS,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #800000;
	padding: 4  }
/* End */


/*Style for the Module Heading  - Ex. <tr class="celldrk"> */
/* Begin */
.celldrk 
{
	BACKGROUND-COLOR: #b0c4de;
	font-size: 10pt;
	font-weight: bold;
	COLOR: #000000; 
	FONT-FAMILY: Comic Sans MS,Helvetica,sans-serif; 
}
/* End */

/*Style for the 9200 Config Page */
.cellConfigLgt 
{
	BACKGROUND-COLOR:#99cccc;
	font-size: 10pt;
	COLOR: #000000; 
	FONT-FAMILY: Comic Sans MS,Helvetica,sans-serif; 
}
/* End */

/*Style for the 9200 Config Page */
.cellConfigDrk
{
	font-size: 10pt;
	color: #000000;
	font-family: Comic Sans MS,Helvetica,sans-serif;
	background-color: #99cccc;
}
/* End */


/* Style for the Error Message Ex. <asp:label cssclass="error_msg"> */
/* Begin */
.error_msg
{
	Font-Size:10pt;
	Font-Family: Comic Sans MS,Helvetica,sans-serif;
	background-color: #CCCCCC;
	Color: #ff0000;
	Font-Weight: bold;
	height: 2px;	
}	
/* End */


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* The Following Styles are only applicable for Datagrid related screens */
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* Style for the Datagrid Ex. <asp:datagrid  CssClass="datagrid_style" ForeColor="#000099"> */
/* Begin */
.datagrid_style
{
	Font-Size:9pt;
	Font-Family: Comic Sans MS,Helvetica,sans-serif;
	background-color: #996699;
	Border-Color :#ffcc99;
	Color: #ffffff;
}
/* End */


/* Style for the Datagrid Header Ex. <HeaderStyle CssClass="datagrid_header_style"> */
/* Begin */
.datagrid_header_style 
{
	Font-Size:10pt;
	Font-Family: Comic Sans MS,Helvetica,sans-serif;
	/*Background-Color: #996699;*/
	Background-Color: #6699FF;
	Border-Color :#6699FF;
	Border-Width :2;
	Font-Weight : bold;
	Color: #660033;
} 
/* End */

/* Style for the Datagrid Header Ex. <HeaderStyle CssClass="datagrid_header_style"> */
/* Begin */
.datagrid_header_stylebigger 
{
	Font-Size:12pt;
	Font-Family: Comic Sans MS,Helvetica,sans-serif;
	/*Background-Color: #996699;*/
	Background-Color: #6699FF;
	Border-Color :#6699FF;
	Border-Width :2;
	Font-Weight : bold;
	Color: #660033;
} 
/* End */

/* Style for the Datagrid Header Ex. <HeaderStyle CssClass="datagrid_header_style"> */
/* Begin */
.datagrid_header_stylebigger2 
{
	Font-Size:14pt;
	Font-Family: Comic Sans MS,Helvetica,sans-serif;
	/*Background-Color: #996699;*/
	Background-Color: #6699FF;
	Border-Color :#6699FF;
	Border-Width :2;
	Font-Weight : bold;
	Color: #660033;
} 
/* End */


/* Style for the Datagrid Item Ex. <ItemStyle CssClass="datagrid_item_style"> */
/* Begin */
.datagrid_item_style
{
	Font-Size:9pt;
	Font-Family: Comic Sans MS,Helvetica,sans-serif;
	Background-Color: #ffffff;
	Border-Color :#663366;
	Border-Width :1;
	Color: #660033;	
}
/* End */

/* Style for the Datagrid Selected Item Ex. <SelectedItemStyle CssClass="datagrid_selecteditem_style"> */
/* Begin */
.datagrid_selecteditem_style
{
	Font-Size:9pt;
	Font-Family: Comic Sans MS,Helvetica,sans-serif;
	Background-Color: #cc99cc;
	Border-Color :#663366;
	Border-Width :1;
	Color: #cc66cc; 
}
/* End */

/* Style for the Datagrid EditItem Ex. <EditItemStyle CssClass="datagrid_edititem_style"> */
/* Begin */
.datagrid_edititem_style
{
	Font-Size:9pt;
	Font-Family: Comic Sans MS,Helvetica,sans-serif;
	Background-Color: #cc99cc;
	Border-Color :#663366;
	Border-Width :1;
	Color: #663366; 
}
/* End */

/* Style for the Datagrid AlternatingItemStyle Ex. <AlternatingItemStyle CssClass="datagrid_alternatingitemstyle"> */
/* Begin */
.datagrid_alternatingitemstyle
{
	Font-Size:9pt;
	Font-Family: Comic Sans MS,Helvetica,sans-serif,bold;
	Background-Color: #987395;
	Color: #FFFFFF; 
	
}	
/* End */ 

/* Style for the Datagrid AlternatingItemStyle Ex. <AlternatingItemStyle CssClass="datagrid_alternatingitemstyle"> */
/* Begin */
.datagrid_alternatingitemstylebigger
{
	Font-Size:12pt;
	Font-Family: Comic Sans MS,Helvetica,sans-serif;
	Background-Color: #987395;
	Color: #FFFFFF; 
	
}	
/* End */ 

/* Style for the Datagrid ErrorItemStyle Ex. <ErrorItemStyle CssClass="datagrid_erroritemstyle"> */
/* Begin */
.datagrid_erroritemstyle
{
	Font-Size:9pt;
	Font-Family: Comic Sans MS,Helvetica,sans-serif;
	Background-Color: #CCCCCC;
	Color: #ff0000; 
	height: 2px;
	
}	
/* End */ 

/* Style for the Datagrid select column Ex. <ItemStyle CssClass="datagrid_select"> */
/* Begin */
.datagrid_select
{
	Font-Size:9pt;
	Font-Family: Comic Sans MS,Helvetica,sans-serif;
	Background-Color: #ffffff;
	Border-Color :#663366;
	Border-Width :1;
	Color: #663366;
	
}
/* End */

/* Style for the Datagrid Pager Ex. <PagerStyle CssClass="pager_style"> */
/* Begin */
.pager_style
{
	Font-Size:9pt;
	Font-Family: Comic Sans MS,Helvetica,sans-serif;
	background-color: #336699;
	Color: #ffffff;
}	



/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*-----------------------------Miscellaneous Styles ----------------------  */
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* For Login Page Body only */
/* Begin */
body.bLoginPage
{	background-color: #003989;
	margin:0px 0px 0px 0px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00000000', EndColorStr='#dDFFFFFF');
}
/* End */

/* For Main Page Body only */
/* Begin */
body.bMainPage
{	
  	background-color: #5B75A3;  
	margin:0px 0px 0px 0px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#005B75A3', EndColorStr='#dDFFFFFF');

}
/* End */


/*Style for the Table Cell Row, where we are 
displaying Rows of values without using Datagrid, 
then this style may be applied for the alternative Rows. 
Alternative with this "celllgt" style class and white color row.
Meaning the Cell background is Light color - Ex. <tr class="celllgt"> */
/* Begin */
.celllgt 
{
	BACKGROUND-COLOR:#EEF5FF;
	font-size: 10pt;
	COLOR: #000000; 
	FONT-FAMILY: Comic Sans MS,Helvetica,sans-serif; 
}
/* End */


/* Begin */
.headerHeading
{
	font-weight:bold;
	font-size: 18px;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* End */

/* Begin */
.headerSubHeading
{
	font-weight:normal;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
/* End */

/* This style creates the Horizontal Bar with the Gradient color */
/* Begin */
.mbar
{
	font-weight:normal;
	font-size: 12px;
	COLOR: #EDEDDC;
	height:20px;
	width:100%;
	text-align: right;
	padding-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#00000000', startColorstr='#2c5884', gradientType='0')
}
/* End */

/* -----------  Ex. <a href="" class="web"> -------------- */
/* To Define different style for the anchor Link */
/* Begin */
A:link.web
{
	font-weight: bold;
	font-size: 12pt;
	color: #330033;
	font-family: Comic Sans MS,Helvetica,sans-serif;
	text-decoration: none;
} 
/* Anchor Visited Link */
A:visited.web
{
	font-weight: bold;
	font-size: 12pt;
	color: #330033;
	font-family: Comic Sans MS,Helvetica,sans-serif;
	text-decoration: none;
} 
/* Anchor MouseOver Link */
A:hover.web
{
	font-weight: bold;
	font-size: 12pt;
	color: #ff00ff;
	font-family: Comic Sans MS,Helvetica,sans-serif;
	text-decoration: underline;
}
/* End */


/* -----------  Ex. <a href="" class="access"> -------------- */
/* To Define different style for the anchor Link */
/* Begin */
A:link.access
{
	font-weight: bold;
	font-size: 10pt;
	color: #330033;
	font-family: Comic Sans MS,Helvetica,sans-serif;
	text-decoration: none;
} 
/* Anchor Visited Link */
A:visited.access
{
	font-weight: bold;
	font-size: 10pt;
	color: #330033;
	font-family: Comic Sans MS,Helvetica,sans-serif;
	text-decoration: none;
} 
/* Anchor MouseOver Link */
A:hover.access
{
	font-weight: bold;
	font-size: 10pt;
	color: #ff00ff;
	font-family: Comic Sans MS,Helvetica,sans-serif;
	text-decoration: underline;
}
/* End */

/* General styles for the Fonts with White Color */
/* Begin */
.whiteFont { 
	font-family: Comic Sans MS,Helvetica,sans-serif;
	font-size: 9pt;
	color: #ffffff; 
	text-decoration: none }
/* End */

	
/* Style for the Paragraph ex. <p class="p"> */
/* Begin */
.p
{
	position:relative;
	vertical-align:top;
	top:10px;
}
/* End */


/* Style for the Tabel cell column background. ex. <td class="bg"> */
/* Begin */
TD.bg {background-color: #ffffff;
	}
/* End */

/* Style for the Tabel cell Row background. ex. <td class="bg"> */
/* Begin */
TR.bg {background-color: #93bee2;}
/* End */



TD.cellfont { 
	font-family: Comic Sans MS,Helvetica,sans-serif;
	font-size: 9pt;
	color: #000000; 
	text-decoration: none }
	
TD.footfont { 
	font-family: Comic Sans MS,Helvetica,sans-serif;
	font-size: 7pt;
	color: #696969; 
	text-decoration: none }

