body {
	/*				margin: 0 auto; */
	min-width: 1000px;
	background-color: #FF9800;
	background-repeat: repeat;
	padding-top: 45px;
	font-family:SolaimanLipi;
}

input, select, textarea { font-family:SolaimanLipi !important; }

.main{
	background-color: #FFFFFF;
}

.grid-view input, select{
	width: 100%;
}

/* calendar */
table.calendar    { border-left:1px solid #999; }
tr.calendar-row  {  }
td.calendar-day  { height: 120px; font-size:11px; position:relative; } * html div.calendar-day { height: 120px; }
td.calendar-day:hover  { background:#eceff5; }
td.calendar-day-np  { background:#eee; height: 120px; } * html div.calendar-day-np { height: 120px; }
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number    { background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }