﻿*{
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
}

body{
	background-color:#ffffff; 
	font-family:times New Roman;
	text-align:left;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	
}
#main
{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	width: 100%;
	text-align:center;
	background-color:Transparent;
}

/*START Plan Text have this class*/

.t9
{
	font-size:9px;
	font-family:times New Roman;
}
.t10
{
	font-size:10px;
	font-family:times New Roman;
}
.t11
{
	font-size:11px;
	font-family:times New Roman;
	font-weight:bold;
}
/*TextWithout */
.t11WB
{
	font-size:11px;
	font-family:times New Roman;
	font-weight:normal;
}

.t12
{
	font-size:12px;
	font-family:times New Roman;
}
.t12A
{
	font-size:12px;
	font-family:times New Roman;
	font-weight:normal;
}
.t13
{
	font-size:13px;
	font-family:times New Roman;
}
.t13WB
{
	font-size:13px;
	font-family:times New Roman;
	font-weight:normal;
}
.t14
{
	font-size:14px;
	font-family:times New Roman;
}
.t15
{
	font-size:15px;
	font-family:times New Roman;
}

/*START Bold Text have this class*/
.b9
{
	font-size:9px;
	font-family:times New Roman;
	font-weight:bold;
}
.b10
{
	font-size:10px;
	font-family:times New Roman;
	font-weight:bold;
}
.b11
{
	font-size:11px;
	font-family:times New Roman;
	font-weight:bold;
}
.b12
{
	font-size:12px;
	font-family:times New Roman;
	font-weight:bold;
}
.b13
{
	font-size:13px;
	font-family:times New Roman;
	font-weight:bold;
}
.b14
{
	font-size:14px;
	font-family:times New Roman;
	font-weight:bold;
}
.b15
{
	font-size:15px;
	font-family:times New Roman;
	font-weight:bold;
}

/*START Heading Text have this class*/
.h14
{
	font-size:14px;
	font-family:times New Roman;
	font-weight:bold;
}
.h16
{
	color:#000000;
	font-size:16px;
	font-family:times New Roman;
	font-weight:bold;
	text-decoration:underline;
}

/*START Login Page Text have this class*/
.l18
{
	color:#FFFFFF;
	font-size:18px;
	font-family:times New Roman;
	font-weight:bold;
	text-decoration:underline;
}
.l22
{
	color:#FFFFFF;
	font-size:22px;
	font-family:times New Roman;
	font-weight:bold;
	text-decoration:none;
}


/*START Page Name CSS Start Here  */
.PageNameHeadingCSS
{
	background-color:#AB2322;
	/*background-image:url(../../Images/Content_New.gif);*/ 
	color:#FFFFFF; 	
	border-style:double;
	font-size:14px;
	font-family:times New Roman;
	font-weight:bold;
	text-decoration:none;
}	

.PageNameHeadingCSS_2
{
	background-color:#AB2322;
	/*background-image:url(../../Images/content_2.gif);*/ 
	color:#FFFFFF; 	
	border-style:double;
	font-size:14px;
	font-family:times New Roman;
	font-weight:bold;
	text-decoration:none;
}	
/*End Page Name CSS End Here  */

/*START Error msg. have this class*/
.errormsg
{
	font-size:12px;
	font-family:times New Roman;
	font-weight:bold;
	color:#FF0000;
}

/*START Success msg. have this class*/
.successmsg
{
	font-size:12px;
	font-family:times New Roman;
	font-weight:bold;
	color:#00883C;
}



/*START Controls CSS Start From Here Please Add here only */

/* Textbox have this class*/
.textbox
{
	border:#384467 1px solid;
	height:17px;
	color:#000000;
	font-family:times New Roman;
	font-size:11px;	
}

/* Textbox Right Align have this class*/
.textboxRA
{
	border:#384467 1px solid;
	height:17px;
	color:#000000;
	font-family:times New Roman;
	font-size:11px;
	text-align:right	
}

/* Textbox have this class*/
.textbox-medium
{
	border:#384467 1px solid;
	height:17px;
	color:#000000;
	font-family:times New Roman;
	font-size:11px;	
	width:80px
}


/* Textarea have this class*/
.textarea
{
	border:#384467 1px solid;
	color:#000000;
	font-family:times New Roman;
	font-size:11px;	
}

/* Label have this class*/
.lbl
{
	border:#384467 1px solid;
	height:17px;
	color:#000000;
	font-family:times New Roman;
	font-size:11px;	
}

/* DropDown have this class*/
.dropdown
{
	border-color:#384467;
	border-style:solid;
	border-width:1px;
	height:17px;
	color:#000000;	
	font-family:times New Roman;
	font-size:11px;
}

/* Radio Button have this class*/
.radiobtn
{
	border:#384467 1px solid;
	height:17px;
	color:#000000;	
}

/* CheckBox Button have this class*/
.chkbtn
{
	border:#384467 1px solid;
	height:17px;
	color:#000000;	
}

/* Button have this class*/
.button {
	background:url("../../Images/btn_bg.gif") repeat-x;
	border:#AB2322 1px solid;
	height:22px;
	color:#AB2322;
	font-weight:bold;
	cursor:hand;
}

/*END Controls CSS End Here Please Add here only */

/*START GRID CSS Start From Here Please Add here only */

.GridBaseStyle
{
	border-color:#FFFFFF;
	border-style:ridge;
	border-width:2px;
	width:100%;
}
	
.Grid_Header
{
	font-family:times New Roman;
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AB2322;
	text-align: center;
}

.Grid_Item
{
	font-family:times New Roman;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	background-color:#FFaaaa;
	text-align:left;
}

.Grid_Item_Alternaterow
{
	font-family:times New Roman;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	background-color:#FFcccc;
	text-align:left;
}

.Grid_Selected
{
	font-family:times New Roman;
	font-size:11px;
	font-weight:normal;
	color:#0E2E7D;
	background-color:#99CDFF;
	text-align:left;
}

.Grid_Footer
{
	font-family:times New Roman;
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006599;
	text-align:right;
}

/*END GRID CSS End Here */

/*START Main Div CSS Start Here */

#Div_ContentPlaceHolder
{
	background-color:#FFFFFF;
	border-color:#000000;
	border-style:solid;
	border-width:5px;
	float:left;
	margin-bottom:-20px;
	margin-top:0px;
	margin-left:auto;
	margin-right:0px;
	width:98%;
	min-width:98%;
	height:100%;
	min-height:100%;
	overflow:auto;
	text-align:center;
	vertical-align:top;
}

/*END Main Div CSS End Here */

/*START Main Footer CSS Start Here */
#footer 
{
	border-color:#0E2E7D;
	border-style:double;
	border-width:5px;
	clear: left; 
	font-size: 10px; 
	width: 98%; 
	line-height: 20px; 
	height: 20px; 
	text-align: center;
	background-color:#FFFFFF;
}
/*End Main Footer CSS End Here */

#push 
{
	CLEAR: left; 
	FONT-SIZE: 10px; 
	WIDTH: 100%; 
	LINE-HEIGHT: 20px; 
	HEIGHT: 20px; 
	TEXT-ALIGN: center;
}

.heading {
	FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: #000000; FONT-FAMILY: times New Roman, Helvetica, sans-serif
}
.heading B {
	FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: #000000; FONT-FAMILY: times New Roman, Helvetica, sans-serif
}
.heading A {
	COLOR: #000000; TEXT-DECORATION: underline
}
.heading A:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}
.text {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, times New Roman, Helvetica, sans-serif
}
.textw {
	FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana, times New Roman, Helvetica, sans-serif
}
.textw A {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
.textw A:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
.coname {
	FONT-WEIGHT: bold; FONT-SIZE: 36px; COLOR: #ffffff; FONT-FAMILY: times New Roman, Helvetica, sans-serif
}
.coname2 {
	FONT-WEIGHT: bold; FONT-SIZE: 55px; COLOR: #ffffff; FONT-FAMILY: times New Roman, Helvetica, sans-serif
}
.captionname {
	FONT-SIZE: 14px; COLOR: #ffffff; FONT-FAMILY: Verdana, times New Roman, Helvetica, sans-serif
}
.Pad
{
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}
.Treeview
{
	font-family:Arial;
	font-size:12px;
	color:Black;
	font-weight:bold;
	
}
.Treeview a
{
	font-family:Arial;
	font-size:12px;
	color:Black;
	font-weight:bold;
	line-height: 20px;
	text-align: left;
	text-decoration: underline;
	
}
.Treeview a:hover
{
	color:Maroon;
	text-decoration:none;
	
}
.gdataimg{
	color: #777777;
	font-family: Tahoma, Arial, Helvetica;
	font-size:12px;
	padding: 3px;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #EAEAEA;
}

 .gdataimg a{
	color: #777777;
	line-height: 20px;
	text-align: left;
	text-decoration: underline;
}

 .gdataimg a:hover{
	text-decoration: none;
}