/* the div that holds the date picker calendar */
.dpDiv {
	}
.errors {
	font-family: Tahoma;
	font-weight:600;
	color:red;
}

.body{
	background-color:#ECFFD9;
	
}

.myBody{
width:95%;
background:#ECF5E9;
}
.myBodyindex{
background:#ECF5E9 url(../Images/arzyab_back.jpg) no-repeat center center;
}

/* the table (within the div) that holds the date picker calendar */
.ListTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	margin-left: auto;
	margin-right: auto;
	margin-top:80px;
	}
	.LightTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #EEFEFF;
	border: 1px solid #AAAAAA;
	margin-left: auto;
	margin-right: auto;
	}

	th{font-weight:600;}
	.trTitle{font-weight:600;}
	.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #faf9f2;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
	


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
.myTH {
	background-color:#CCCC99;
	border: 1px solid #AAAAAA;
	text-align:center;
	}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
.TDEdit {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	text-align:right;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
	.myTitleText {
	font-size: 12px;
	font-family:Tahoma;
	color: gray;
	font-weight: 600;
	width:148px;
	text-align:center;
	background-color:transparent;
	position:absolute;
	left: 26px;
	top: 25px;

	}



/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

.myTD {
	display: none;
}
input{font-family:Tahoma;font-size:12px;}
select {border-style:dotted;font-family:Tahoma;font-size:12px;}
.tb-rounded {
    border:0;
    background: transparent url(images/rounded.gif) no-repeat top left;
    height: 22px;
    width: 230px;
    padding-top:2px;	
}
.tdRight {
	text-align: right;
}
textarea{font-family:Tahoma;font-size:11px;border-style:solid;border-width:1px;text-align:right}
.myHighLight{
font-family:Tahoma;
font-size:12px;
font-weight:600;
text-align:center;
background-color:#dbfad0;
height:20px;
width:100%;
margin:0 0 0 0;
vertical-align:middle;
padding-top:5px;
padding-bottom:0px;
}.tdhighlighted {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 600;
	color: #000000;
vertical-align:middle;
	background-color:#33CC0
	white-space: nowrap;
	background-color: #ECF5CD;
	border: 1px solid #000000;
}
.tablelist {
align:center;
font-family: Tahoma;
	font-size: 11px;
text-align: center;
background-color: #E2F4D5;
	margin: 1px;
	padding: 1px;
	border: 1px solid #000000;
}
