﻿/*--------------------------------DATE PICKER---------------------------------*/
/*Style for Calendar Control*/
.DateSaturday
{
	border-right: #b0c4de 1px solid;
	border-top: #b0c4de 1px solid;
	border-left: #b0c4de 1px solid;
	width: 22px;
	border-bottom: #b0c4de 1px solid;
	font-family: Verdana;
	height: 21px;
	background-color: #b0c4de;
	text-align: center;
}

.DateNormal
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	width: 22px;
	border-bottom: white 1px solid;
	font-family: Verdana;
	height: 21px;
	text-align: center;
}

.DateSunday
{
	border-right: #b0c4de 1px solid;
	border-top: #b0c4de 1px solid;
	border-left: #b0c4de 1px solid;
	width: 22px;
	border-bottom: #b0c4de 1px solid;
	font-family: Verdana;
	height: 21px;
	background-color: #b0c4de;
	text-align: center;
}

.DateHeader
{
	background-color: #b0c4de;
}

.DateHeaderSunday
{
	background-color: #b0c4de;
}
/*End*/
.logintextbox
{
	border: solid 1px #003C76;
	font-family: Verdan;
	font-size: 8pt;
	width: 150px; /*	font-family:Verdana; 	font-size:0.9em; 	font-weight:bold; */
}
.loginbutton
{
	background-color: White;
	border: solid 4px #507CD1;
	font-family: Verdana;
	font-size: 0.9em;
}
.logincommon
{
	text-align: left;
	background-color: #EFF3FB;
	border: solid 1px #B5C7DE;
	font-size: 0.8em;
	padding: 2 2 2 2;
}
.InnerFrameTitle
{
	/*background-color: #ed8f00;  #b9b9bc; #0046b0;#005fb5;#aaa9ae;#a2a0a7;*/
	color: Maroon;
	font-family: Verdana;
	font-size: small;
	height: 36px;
	padding-left: 8px;
	padding-bottom: 0px;
	background-image: url(../Admin/AdminImages/titleBarBg.PNG);
	background-repeat: repeat-x;
}
.ErrorPanelMessage
{
	font-family: Verdana;
	font-size: smaller;
	font-weight: lighter;
	padding-left: 10px;
	text-align: left;
}
.ErrorPanelTitle
{
	font-family: Verdana;
	font-size: small;
	font-weight: 600;
	background-color: Red;
	border-bottom: solid 1px Black;
	padding-left: 5px;
	text-align: left;
	color: White;
}



.AdminTablePanel
{
	border-collapse: collapse;
	border-color: #DADADA; /*border-bottom:solid 1px #DADADA;*/
}
.Mandatory
{
	font-family: Verdana;
	color: Red;
}
.FieldTextCell
{
	font-family: Verdana;
	height: 35px;
	width: 30%;
	padding-left: 30px;
}
.legentHead
{
	color: #7387ae;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}
.FieldValidatorCell
{
	height: 35px;
	width: 30%;
	font-family: Verdana;
	font-size: small;
	color: Red;
}
.LargeDropDown
{
	width: 180px;
	font-family: Verdana;
	font-size: x-small;
}
.DatesDropdown
{
	width: 70px;
	font-family: Verdana;
	font-size: x-small;
}
.SmallTextBox
{
	width: 75px;
}
.LargeBox
{
	width: 180px;
}
.gridview
{
	font-size: 11px;
	font-family: Verdana;
	padding-left: 10px;
}
.DynamicGrid
{
	font-size: 11px;
	font-family: Verdana;
	width: 94%;
	color: Gray;
}
TABLE.tabulardata
{
	font-family: arial;
	font-size: small;
	color: #555555;
	border: solid 1px #7f7f7f;
	width: 700px;
}
TABLE.tabulardata TR
{
	background-color: white;
}
TABLE.tabulardata TH
{
	border-right: solid 1px #7f7f7f;
	border-bottom: solid 1px #7f7f7f;
	background: url(../Admin/AdminImages/GridHeader.gif) repeat-x;
	color: #000;
	font-weight: normal;
	text-align: center;
}

TABLE.tabulardata TD
{
	padding: 2px 8px;
	border-bottom: solid 1px #d0d0d0;
}
.tabulardata .row-over
{
	background: url(../Admin/AdminImages/GridHeaderHoverSpl.gif) repeat-x;
}
.tblMsgConfirm
{
	font-family: Arial;
	font-size: small;
	background-color: #fffacd;
	color: #6396e8;
	border: solid 1px Gray;
}
/*User Control Styles*/

.MsgPnlLeft
{
	background-image: url(../Admin/AdminImages/MsgPnlLeft.PNG);
	background-repeat: no-repeat;
	background-position: right center;
	width: 6px;
	height: 31px;
}
.MsgPnlBg
{
	background-image: url(../Admin/AdminImages/MsgPnlBg.PNG);
	background-repeat: repeat-x;
	background-position: center center;
	height: 31px;
	color: #656565;
}
.MsgPnlContent
{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}
.MsgPnlRight
{
	background-image: url(../Admin/AdminImages/MsgPnlRight.PNG);
	background-repeat: no-repeat;
	background-position: left center;
	width: 6px;
	height: 31px;
}

.ErrPnlContent
{
	font-family: Arial;
	font-size: smaller;
	color: Red;
}
.okButton
{
	width: 60px;
	color: #606060;
	background-color: Transparent;
	border: 1px;
	border-color: red;
}
.slnoCell
{
	border-right: solid 1px black;
	width: 30px;
}
.innerCell
{
	border-right: solid 1px black;
	padding-left:3px;
}

.fullLegthCell
{
	border-right: solid 1px black;
	border-left: solid 1px black;
	
	width:100%;
}
.receiptLabel
{
	font-weight:bold;
	font-family:Arial;
}
