﻿body
{
	margin: 0 auto;
}
.BackgroundStyle
{
	background-color: #f3f3f3;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=30);
	opacity: 0.3;
	z-index: 10000;
}

/*GridViewCSS Soft Grey Style*/
.GridViewStyle
{
	font-family: Arial, Sans-Serif;
	font-size: small;
	table-layout: auto;
	border-collapse: collapse;
	border: #91a7b4 1px solid;
}
/*Header and Pager styles*/
.GridViewStyle tr.HeaderStyle, .PagerStyle /*Common Styles*/
{
	background-image: url(Images/YahooSprite.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f3f4f2;
}
.GridViewStyle tr.HeaderStyle th
{
	padding: 5px;
	color: black;
}
.GridViewStyle tr.HeaderStyle a
{
	text-decoration: none;
	color: #000000;
	display: block;
	text-align: left;
	font-weight: normal;
}
.PagerStyle table
{
	text-align: center;
	margin: auto;
}
.PagerStyle table td
{
	border: 0px;
	padding: 5px;
}
.PagerStyle td
{
	border-top: #91a7b4 1px solid;
}
.PagerStyle a
{
	color: #16387c;
	text-decoration:underline;
	
	
}
.PagerStyle span
{
	font-weight: bold;
	color: #16387c;
	text-decoration: none;
}
/*RowStyles*/
.RowStyle tr, .AltRowStyle tr, .SelectedRowStyle tr, .EditRowStyle td /*Common Styles*/
{
	padding: 5px;
	border-right: solid 0px #91a7b4;
}
.GridViewStyle tr.RowStyle
{
	background-color: #f8f8f8;
}
.GridViewStyle tr.AltRowStyle
{
	background-color: #F4F4F4;
	background-image: url(Images/YahooSprite.gif);
	background-position: 0 -80px;
	background-repeat: repeat-x;
}
.GridViewStyle tr.SelectedRowStyle
{
	background-color: #d1dbe0;
	background-image: url(Images/YahooSprite.gif);
	background-position: center;
	background-repeat: repeat-x;
}

.ajax__calendar_close_button
{
	margin-right: 5px;
	margin-left: auto;
	width: 10px;
	font-weight: bold;
	cursor: pointer;
	text-align: right;
}

.ModalPopupBG
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.HellowWorldPopup
{
	min-width: 200px;
	min-height: 150px;
	background: white;
}


/*  Table */
input[type="text"], textarea, .textbox, select, .radio
{
	background: #fff;
	border: 1px solid #A3BFE3;
	padding: 2px;
}

textarea
{
	resize: none;
}

.table
{
	font-family: arial,helvetica,clean,sans-serif;
	font-size: small; /*border-bottom: solid 15px #c2e0fd;*/
}

.Heading
{
	font-weight: bold;
	background-color: #F2F3F3; /*#E0E6FF; /*#99CCFF*/
}


.field
{
	padding: 0 0 1em;
}

.button
{
	border: 1px solid #13376c;
	background: url(../images/bg_button.gif) repeat-x;
	padding: 0px 10px 0px 10px;
	color: #13376c;
	font-weight: bold;
	font-size: 12px;
	height: 23px;
	float: right;
	margin: 0 3px 0 0;
}
/*  Table */

.LeftHeading
{
	width: 300px;
	text-align: left;
}
.RightHeading
{
	width: 450px;
	text-align: left;
}
.GridViewStyle tr.RowStyle:hover, .GridViewStyle tr.AltRowStyle, .GridViewStyle tr.RowStyle:hover
{
	background-color: #f8f8f8;
	color: black;
	font-weight: normal;
}

/*.grid-view tr.normal:hover, .grid-view tr.alternate:hover*/

.grid-view
{
	background-color:#fff;
	padding:5px;
	border: 1px solid #dbdedf;
	font-family: Arial, Tahoma, Helvetica, sans-serif, Trebuchet MS;
	font-size:8pt;
	
}

.grid-view tr.header
{
    background-color: #f3f4f2;
	border: 1px solid #dbdedf;
	height:100%;
	color:#575757;
	padding:5px;
	cursor:pointer;	
	text-align: left;
	font-weight: bold;
	 font-size:8pt;	
	vertical-align: middle;
}

.grid-view tr.normal
{
     
    border:1px solid #dbdedf;
    cursor:pointer;   
    padding:5px;    
	color: #575757;
	font-family: Arial, Tahoma;
	
	vertical-align: middle;
	text-align: left;
	
}

.grid-view tr.normal1
{
     
    border:1px solid #dbdedf;
    cursor:pointer;   
    padding:5px;    
	color: #575757;
	font-family: Arial, Tahoma;
	
	vertical-align:top;
	text-align: left;
	
}


.grid-view tr.Selected
{
	cursor:pointer;   
    padding:5px;    
	font-family: Arial, Tahoma;
	color: #575757;
	border: 1px solid #dbdedf;
	background-color:#e8f2ff;
	text-align: left;
}

.grid-view tr.Alternate
{
	cursor:pointer;   
    padding:5px;    
	font-family: Arial, Tahoma;	
	border: 1px solid #dbdedf;
	background-color:#f3f4f2;
	text-align: left;
	color: #575757;
}
.grid-view tr.normal:hover, .grid-view tr.Alternate:hover
{
	background-color:#f9f7d7;
	color: #575757;
	font-weight: normal;
}

/*Another CSS for Gridview */

.Grid
{
	border: solid 1px #FFFFFF;
}
.Grid td
{
	border: solid 1px #FFFFFF;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	text-align: center;
}
.GridHeader
{
	font-weight: bold;
	background-color: #8b8dbb;
}
.GridItem
{
	background-color: #e6e6e6;
}

.GridAltItem
{
	background-color: white;
}

/*Another Css For gridview Style*/
.links1
        {
            text-decoration: none;
            color: #389BB7;
            font-weight: bold;
        }
.lnkbtn
    {
	    border: 0px solid #13376c;
	    /*background: url(../images/bg_button.gif) repeat-x;*/
	    background-color :white;
	    padding: 0px 10px 0px 10px;
	    color: #389BB7;
	    font-weight: bold;
	    font-size: 10px;
	    height: 15px;
	    /*float: right;*/
	    margin: 0 2px 0 0;
    }

.rf-dt{
		width:400px;    
	}

	.acent{
		text-align:left;
	}

	.gridtable
	{
		font-size:10pt;
		font:verdana;
		color:#c03c03;
		border:solid 1px #FFFFFF;
		/*border:solid 1px #000000;*/
	}
	
    .gridtable .hdr
     {
      font-weight: bold;
	  background-color : #389BB7;
	  height: 25px;
     }
	.gridtable .even
 	{
 	 background-color:#F4F4F4;
 	 font-size:10pt;
 	 font:verdana;
 	 border:solid 1px #c4c4c4;
	 width:220px;
  	 text-align:left;
 	}
 
 	.gridtable .odd
 	 {
 	 background-color:#CCFFFFF;
 	 font-size:10pt;
 	 font:verdana;
 	 border:solid 1px #c4c4c4;
 	 width:20px;
  	 text-align:left;
 	 }
  
  	.gridtable .even:hover
 	{
 		background-color:#ffffcc;
 		color:#000000;
 		cursor:pointer;
	}
	.gridtable .odd:hover
	 {
	 background-color:#ffffcc;
 	color:#000000;
 	cursor:pointer;	
	}
    
.Hder
{
    padding:5px;    
	font-family: Arial;
	text-align: left;
	font-size:9pt;
}
.Caption
{
    height:15px;    
	font-family: Arial;
	text-align: left;
	font-size:12pt;
	font-weight:bold;
	background-color:#C9BE62;
}	
	
.listTitle {
text-align: left;
font-size: 14px;
font-weight: bold;
background-color: #EDE8C6;
padding: 5px 5px 5px 5px;
}
.listTitlep {
text-align: left;
font-size: 15px;
font-weight: bold;

background-color: #EDE8C6;
}
.textBold 
{
font-size: 13px;
color: black;
}
.listHeading {
text-align: left;
font-size: 14px;
font-weight: bold;
background-color:whiteSmoke; /* #EDE8C6;*/
padding: 5px 5px 5px 5px;
}
/*By N.KHAN*/
.Hidden
{
	display:none;
}