﻿body 
{
	margin:0px; 
	vertical-align: top;
	/*background-color:#E7F8F3; ffe0c0;*/
	/*background-color:#ffffff; #ffffff;*/
	background-color:#ffffff; 
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#ffffff, EndColorStr=#cecfde); */


	 /*background:url('img/pageback2.gif');*/
}
.RequiredField_TextBox		/*Class for required value object in Text Box */
{
	background-color:#E2F3F4;
	border:solid 1px #859394;
	font-family:Calibri, Arial, Tahoma, Verdana, MS Sans Serif; 
	font-size:11pt;
	font-weight:normal;
}
.RequiredField_DropDown		/*Class for required value object in Drop Down List */
{
	background-color:#E2F3F4;
	border:solid 1px #859394;
	font-family:Calibri, Arial, Tahoma, Verdana, MS Sans Serif; 
	font-size:11pt;
	font-weight:normal;
}
.Default_TextBox		/*Class for default object in Text Box */
{
	background-color:inherit;
	border:solid 1px #859394;
	font-family:Calibri, Arial, Tahoma, Verdana, MS Sans Serif; 
	font-size:11pt;
	font-weight:normal;
}
.Default_DropDown		/*Class for default object in Drop Down List */
{
	background-color:inherit;
	border:solid 1px #859394;
	font-family:Calibri, Arial, Tahoma, Verdana, MS Sans Serif; 
	font-size:11pt;
	font-weight:normal;
}
.Label_Normal					/*Class for default object form Label or any td text */
{
	background-color:inherit;
	border:inherit;
	font-family:Calibri, Arial, Tahoma, Verdana, MS Sans Serif; 
	font-size:11pt;
	font-weight:normal;
	color:black;
}
.Label_Special		/*Class for special object form Label or any td text */
{
	background-color:inherit;
	border:inherit;
	font-family:Calibri, Arial, Tahoma, Verdana, MS Sans Serif; 
	font-size:11pt;
	font-weight:bold;
	color:inherit;
}
.SpecialObject				/*for amount, gross, to show big*/
{
	background-color:inherit;
	/*border:inherit;*/
	font-family:Arial, Calibri, Tahoma, Verdana, MS Sans Serif; 
	font-size:18pt;
	font-weight:bold;
	color:inherit;
}

.OperationalButton
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	cursor: hand;
	width: 100px;
	height:25px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #7b9ebd;
}
.OperationalButton:Hover
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#C6FF00, EndColorStr=#C09603);
	cursor: hand;
	width: 100px;
	height:25px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	/*border:solid 3px #415E5E;*/
	
}

.OperationalButtonSmall
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	cursor: hand;
	height:25px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #C2C2C2;
	
}
.OperationalButtonSmall:Hover
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#C6FF00, EndColorStr=#ffffff);
	cursor: hand;
	height:25px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	border: solid 1px #C2C2C2;
	
}

.OperationalButton_Old
{
	font-family:Arial, Calibri, Tahoma, Verdana, MS Sans Serif; 
	background-color:lime;
	border:solid 1px #859394;
	width:100px;
	height:25px;
	color:inherit;
}
.OperationalButton_OLd:hover
{
	background-color:white;
	border:solid 3px #415E5E;
	width:100px;
	height:25px;
	color:inherit;
	font-weight:bold;
	cursor:pointer;
}

.Warning_Label
{
	font-family:Calibri, Arial, Tahoma, Verdana, MS Sans Serif; 
	font-size:11pt;
	color:Red;
	background-color:inherit;
	border:none;
	font-weight:bold;
	width:100%;
	text-align:left;
}
.Cell
{
	border:solid 1px #d7d7d7;
	}
.Report_Header_Label
{
	font-family:Calibri, Arial, Tahoma, Verdana, MS Sans Serif; 
	font-size:14pt;
	color:black;
	background-color:inherit;
	border:none;
	font-weight:bold;
	width:100%;
	text-align:left;
}
.modalBackground {
	background-color:black;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.setFocus
{
	background-color:#00F0FF;
}
.Info1
{
	font-family:Arial;
	font-size:9pt;
	color:black;
	background-color:#CECDC2;
	border:solid 1px #dddddd;
	font-weight:bold;
	width:100%;
	text-align:left;
}
.MessageText
{
	font-family:Arial;
	font-size:10pt;
	color:BLue;
	font-weight:bold;
	width:100%;
	text-align:left;
}

/*Class to fix the header for the page*/
#pagemainheader{
    position:fixed;
    top:0px;
    width:100%;
    background-color:#000000;
    background:url('img/logo/dynamicheaderback.png');
    height:75px;
    text-align:center;
    vertical-align:middle;
    /*margin-left:0px;*/
    border-bottom:solid 3px #000000;
    font-size:20pt;
    font-family:Arial,Times New Roman;
    font-weight:bold;
    cursor:hand;
    color:#ffffff;
}
#pagemainheader1:hover{
    position:fixed;
    top:0px;
    width:100%;
    background-color:#00BDE6;
    height:22px;
    text-align:center;
    vertical-align:middle;
    margin-left:0px;
    border-bottom:solid 3px #ccc111;
    font-size:15pt;
    font-family:Arial,Times New Roman;
    font-weight:bold;
    cursor:hand;
    color:#F0FF00;
}
#pagemainheadernexrow{
    padding-top:78px;
}


#bottomCell{
	position:fixed;
	bottom:0px;
	width:100%;
	background-color:#F7EFEF;
	height:25px;
	text-align:center;
	margin-left:0px;
	border-top:solid 3px #ccc111;
	font-family:verdana;
	cursor:hand;
	font-size:8pt;
	color:#515151;
	}
#bottomCell1:hover{
	position:fixed;
	bottom:0px;
	width:100%;
	background-color:#C7C8C8;
	height:25px;
	margin-left:0px;
	border-top:solid 3px #ccc111;
	font-family:Verdana;
	cursor:hand;
}

#bottomCell a
{
	font-family:Arial, Tahoma;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	color:#694D4D;
}
#bottomCell a:hover
{
	font-family:Arial, Tahoma;
	font-weight:bold;
	font-size:8pt;
	color:#00AEFF;
	text-decoration:none;
}
.TDBorder
{
	border:solid 1px #dddddd;
}


/* Modal Popup CSS Class: Created on 09/05/2013*/
.modalBackground {
	background-color:black;
	filter:alpha(opacity=50);
	opacity:0.5;
}	
.modalPopup {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#666;
	width:250px;
	font-size:15px;
	height:40px;
}
.WaterMark
{
	color:#666;
	font-family:arial;
	font-size:11px;
	font-style:italic;
}
.AutoComp
{
    font-family:Arial;
    font-size:10pt;
    background-color:#E2F3F4;
	border:solid 1px #859394;    
}
.waterMarkColor
    {
    color:#C89E9E;
    font-family:Verdana, Tahoma,arial;
    font-size:12px;
    font-style:italic;
    }
.AutoCompleteExtender
{
	 font-family:Courier New;
	 font-size:10pt;
	 text-decoration:none;
	 list-style-type:none;
	 margin-left:0;
	 margin-top:0;
	 top:0;
	 padding-left:0;
	 border:solid 1px #000000;
	 width:600px!important;
	 height:200px!important;
	 background-color:Gray;
	 cursor:hand;
	 z-index:0;
	 overflow:scroll;
}
.MainPageCenterImage
{
	position:absolute;
	width:200px;
	height:100px;
	left:50%;
	top:50%;
	margin-left:-100px;
	margin-top:-50px;
}


/* ===========start of blink text css class=========== */
@-webkit-keyframes blink {   
	0% {color:Red;}
	25% {color:Green;}
	50% {color:Maroon;}
	75% {color:Blue;}
	100% {color:Red;}
  }
 @-moz-keyframes blink {  
	 0% {color:Red;}
	25% {color:Green;}
	50% {color:Maroon;}
	75% {color:Blue;}
	100% {color:Red;}
 }
 @-ms-keyframes blink {  
	0% {color:Red;}
	25% {color:Green;}
	50% {color:Maroon;}
	75% {color:Blue;}
	100% {color:Red;}
 }
 @-o-keyframes blink {  
	0% {color:Red;}
	25% {color:Green;}
	50% {color:Maroon;}
	75% {color:Blue;}
	100% {color:Red;}
 }
 @keyframes blink { 
	 0% {color:Red;}
	25% {color:Green;}
	50% {color:Maroon;}
	75% {color:Blue;}
	100% {color:Red;}
 }

 .blink 
 {
	
  
    -moz-animation-duration: 2s;
  -moz-animation-name: blink;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  
  -webkit-animation-duration: 2s;
  -webkit-animation-name: blink;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  
  animation-duration: 2s;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
 }
 /* ===========end of blink text css class=========== */