body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
body,span,p,div{ font:normal 11px/14px Verdana, Arial, Helvetica, sans-serif;}
.footer-text{ font:normal 11px/14px Verdana, Arial, Helvetica, sans-serif; color:#999;}
.instruct_txt {
	font:normal 11px/14px Verdana, Arial, Helvetica, sans-serif; color:#d1d1d1;
}

/* Fixed Div */

/*BORDER: #7f7f7f 1px solid; PADDING: 2px; LEFT: 441px; MARGIN: 1px; VERTICAL-ALIGN: middle; WIDTH: 81px; COLOR: white; POSITION: fixed; TOP: 1px; HEIGHT: 21px; BACKGROUND-COLOR: #676768; TEXT-ALIGN: center
*/
.fixedDiv
{
	position: fixed;
	width: 100px;
	left: 40%;
	top: 10px;
	background-color: #fce0cd;
	border: 1px solid #8f3b00;
	padding: 5px;
	color:#8f3b00;
}

* html .fixedDiv
{ 
	/*IE6 only rule, applied on top of the default above*/
	position: absolute;
	top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+10+"px" : body.scrollTop+10+"px");
	left: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollLeft+10+"px" : body.scrollLeft+10+"px");
}


#pageGuard
{
	position: fixed;
	width: 100%;
	height:100%;
	left: 0px;
	top: 0px;
	border: 1px solid black;
	padding: 10px;
	background-color:#FFF;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
* html #pageGuard
{ 
	/*IE6 only rule, applied on top of the default above*/
	position: absolute;
	top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+"px" : body.scrollTop+"px");
	left: 0px;
	width: 100%;
	height: expression(document.documentElement.clientHeight -22 + "px");
}

/* End Fixed Div */

/* Start Loading */
#loading
{
	position: fixed;
	width: auto;
	left: 300px;
	top: 150px;
	border: 0px solid black;
	padding: 0px;
	z-index:100;
}

* html #loading
{ 
	/*IE6 only rule, applied on top of the default above*/
	position: absolute;
	top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+150+"px" : body.scrollTop+150+"px");
}

.loading_outer{
	width:300px;
	float:left;
	position:relative;
	margin:0px 1px 1px 0px;
}

.loading_border {
	background: transparent; 
	margin:0px;
	width:100%
}
.loading_border h1, .loading_border h2, .loading_border p {
	margin:0 10px; 
	letter-spacing:1px;
}
.loading_content {
	display:block;
	border:0 solid #979797;
	border-width:0 1px;
	margin:0px;
	background-color: #d2d2d2;
}
.loading_text{
	text-align:center;
	font-size:11px;
	font-weight:bold;
	padding: 0px 5px 1px 5px;
	color: #303030;
}

.loading_top{
	display:block; 
	background:transparent; 
	font-size:1px;
}

.loading_bottom {
	display:block; 
	background:transparent; 
	font-size:1px;
}
.lb1, .lb2, .lb3, .lb4 {
	display:block; 
	overflow:hidden;
}
.lb1, .lb2, .lb3 {
	height:1px;
}
.lb2, .lb3, .lb4 {
	background:#d2d2d2; 
	border-left:1px solid #979797;
	border-right:1px solid #979797;
 }
.lb1 {
margin:0 5px; background:#979797;
}
.lb2 {
margin:0 3px; border-width:0 2px;
}
.lb3 {
margin:0 2px;
}
.lb4 {
height:2px; margin:0 1px;
}
/* End Loading*/

/* Start Fixed ErrorBox */
.ErrorBox
{
	position: fixed;
	width: 0px;
	left: 300px;
	top: 200px;
	background-color:#000000;
	padding: 0px;
}

* html .ErrorBox
{ 
	/*IE6 only rule, applied on top of the default above*/
	position: absolute;
	top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+200+"px" : body.scrollTop+200+"px");
}
/* End Fixed ErrorBox */

/* Start Message */
.msg_outer
{
	left:0px;
	top:0px;
	height:auto;
	width:auto;
	text-align:center;
	margin:7px 7px 7px 7px;
}
.msg_border{
	width:auto;
	text-align:left;
	height:auto;
	margin:0 auto;
}

.msg_border h1, .msg_border h2, .msg_border p {
	margin:0 10px; 
	letter-spacing:1px;
}
.mxtop, .mxbottom {
	display:block; 
	background:transparent; 
	font-size:1px;
}
.mxb1, .mxb2, .mxb3, .mxb4 {
	display:block; 
	overflow:hidden;
}
.mxb1, .mxb2, .mxb3 {
	height:1px;
}
.mxb2, .mxb3, .mxb4 {
	background:#fcb871;  /* BG color */
	border-left:1px solid #c07527;  /* Border color  Left corners*/
	border-right:1px solid #c07527; /* Border color  Right corners*/
 }
.mxb1 {
margin:0 5px; background:#c07527;  /* Border color Top/ Bottom */
}
.mxb2 {
margin:0 3px; border-width:0 1px;
}
.mxb3 {
margin:0 2px;
}
.mxb4 {
height:2px; margin:0 1px;
}
.msg_content {
	display:block; 
	background:#fcb871;  /* BG color */
	border:0 solid #c07527; /* Border color Left/ right */
	border-width:0 1px;
	margin:0px;
	FONT-SIZE: 13px;
}
.msg_text{
	text-align:left;
	padding:0px 15px 0px 15px;
}
.msg_title{padding:0 0 0 13px;}
.Success{ color:#000066;} 
.Failure{ color:#281600;font-size:11px;}
.Warning{color:#572400;}
.Warning a{color:#cc1f00; text-decoration:underline;}
.Warning a:hover{text-decoration:none;}

.General{color:#552c00;}
.Critical{color:#552c00;}
/* End Message */
/*Start GridView Css*/
.GridView {
	BORDER-COLLAPSE: collapse;
	FONT-SIZE: 11px;
	background-color: #bfc0c0; /* Default Background color */
	color: #2f3336;           /* Default Font color */
}
.GridViewAlt{
	background-color: #DDEEFF; /*#e8f4f4; /* Alternate Background color */
}
.GridView TD {
	BORDER-LEFT: 0px;   BORDER-TOP: 0px; BORDER-RIGHT: #a3a3a4 1px solid;  BORDER-BOTTOM: #a3a3a4 1px solid;
	PADDING-LEFT: 2px; PADDING-TOP: 2px; PADDING-RIGHT: 2px; PADDING-BOTTOM: 2px;
}

.GridView TBODY {
	BORDER-LEFT: #8f9091 1px solid;  BORDER-TOP: #8f9091 1px solid; BORDER-RIGHT: 0px; BORDER-BOTTOM: 0px;
}
.GridView TH {
	BORDER-LEFT: 0px; 	BORDER-TOP: 0px; BORDER-RIGHT: #383c3e 1px solid; BORDER-BOTTOM: #383c3e 1px solid;
	PADDING-LEFT: 2px; PADDING-TOP: 2px; PADDING-RIGHT: 2px; PADDING-BOTTOM: 2px; 
	BACKGROUND-COLOR: #2f3336;  /*Header Background color*/
	color: #c1c2c3;             /*Header Font color*/
	HEIGHT: 18px; FONT-WEIGHT: bold;
}
.GridView A {
	color: #000;
	text-decoration: none;
}
.GridView A:hover {
	color: #000;
	text-decoration: underline;
}
.GridOnMouseOver{
	background-color:#FF0000;
}
.GridOnMouseOut{
	background-color:#000;
}
.GridBorder{
	BORDER-LEFT:  #999999 1px solid; 
	BORDER-TOP:  #999999 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
}

.GridView_add {
	BORDER-COLLAPSE: collapse;
	FONT-SIZE: 11px;
	background-color: #c9c9c9; /* Default Background color */
	color: #2f3336;           /* Default Font color */
}
.GridView_addAlt{
	background-color: #DDEEFF; /*#e8f4f4; /* Alternate Background color */
}
.GridView_add TD {
	BORDER-LEFT: 0px;   BORDER-TOP: 0px; BORDER-RIGHT: #a3a3a4 1px solid;  BORDER-BOTTOM: #a3a3a4 1px solid;
	PADDING: 10px 10px 10px 10px;
}

.GridView_add TBODY {
	BORDER-LEFT: #8f9091 1px solid;  BORDER-TOP: #8f9091 1px solid; BORDER-RIGHT: 0px; BORDER-BOTTOM: 0px;
}
.GridView_add TH {
	BORDER-LEFT: 0px; 	BORDER-TOP: 0px; BORDER-RIGHT: #383c3e 1px solid; BORDER-BOTTOM: #383c3e 1px solid;
	PADDING:2px 2px 2px 10px;
	BACKGROUND-COLOR: #707070;  /*Header Background color*/
	color: #fff;             /*Header Font color*/
	HEIGHT: 18px; FONT-WEIGHT: bold;
}
.GridOnMouseOver{
	background-color:#FF0000;
}
.GridOnMouseOut{
	background-color:#000;
}
.GridBorder{
	BORDER-LEFT:  #999999 1px solid; 
	BORDER-TOP:  #999999 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
}
/*End GridView Css*/

/* Start Paging Css */
.Paging{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.Paging TD{	font-weight: normal;}
.Paging A{font-weight: normal;color: #ff9a24;text-decoration: underline;}
.Paging A:hover {text-decoration: none;}
.Paging label {color: #ff9a24;text-decoration: none;}

.Paging span{color: #ff9a24;font-weight: bold;}

/* End paging Css */


.GridViewInnerTable TD
{
    border:0px;

}


/* Start GridViewSponsored */

.GridViewSponsored {
	BORDER-COLLAPSE: collapse;
	FONT-SIZE: 11px;
	background-color: #c9c9c9; /* Default Background color */
	color: #2f3336;           /* Default Font color */
}
.GridViewSponsoredInnerTable
{
    border:0px;
	background-color: #c9c9c9;
}
.GridViewSponsoredInnerTable TD
{
    border:0px;
	background-color: #c9c9c9; 
}
.GridViewSponsored TD {
	BORDER-LEFT: 0px;   BORDER-TOP: 0px; BORDER-RIGHT: #383c3e 1px solid;  BORDER-BOTTOM: #383c3e 1px solid;
	PADDING:10px 10px 10px 10px;
}

.GridViewSponsored TBODY {
	/*BORDER-LEFT: #c9c9c9 1px solid;  BORDER-TOP: #c9c9c9 1px solid; BORDER-RIGHT: 0px; BORDER-BOTTOM: 0px; */
}
.GridViewSponsored TH {
	BORDER-LEFT: 0px; 	BORDER-TOP: 0px; BORDER-RIGHT: #383c3e 1px solid; BORDER-BOTTOM: #383c3e 1px solid;
	PADDING:2px 2px 2px 10px; 
	BACKGROUND-COLOR: #707070;  /*Header Background color*/
	color: #fff;             /*Header Font color*/
	HEIGHT: 18px; FONT-WEIGHT: bold;
}
.GridViewSponsored A {
	color: #000;
	text-decoration: none;
}
.GridViewSponsored A:hover {
	color: #000;
	text-decoration: underline;
}

/*End SponsoredGridView Css*/

