body
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 5px;
	background-color: #ffffff;
	font-family: Verdana, Arial,Vrinda,Tahoma;
	line-height: 175%;
	font-size: 12px;
	color: #666;
}
form
{
	margin: 0px;
}
a
{
	color: #555;
	text-decoration: none;
}
a:hover
{
	color: #0099CC;
}
.textBox
{
	width: 100px;
	border: 1px solid #B4C9C6;
}
.mustInput
{
	color: #FF0000;
}
.user_info
{
	background-image: url(/library/images//library/images/AdminImages/manage_r2_c1.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding: 15px 0 0 55px;
}
.user_info a
{
	color: #0099CC;
}
.list_tilte
{
	background-image: url(/library/images//library/images/AdminImages/list_title.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	clear: both;
	height: 22px;
	width: 140px;
	padding-left: 30px;
	font-weight: bold;
	color: #0099CC;
	margin-top: 9px;
	cursor: pointer;
}
.tableForm
{
	background-color: #DBE6E3;
}
.tableForm tr
{
	background-color: #fff;
}
.left_title_1
{
	background-color: #F3F8F7;
	color: #73938E;
	font-weight: bold;
	text-align: right;
}
.left_title_2
{
	background-color: #fff;
	color: #73938E;
	font-weight: bold;
	text-align: right;
}
.left_title_3
{
	background-color: #F3F8F7;
	color: #73938E;
	font-weight: bold;
	text-align: left;
}
.page_tilte
{
	height: 22px;
	width: 100%;
	font-weight: bold;
	color: #0099CC;
	cursor: pointer;
	border-bottom: 1px solid #B4C9C6;
}
.page_content
{
	text-align: left;
	margin: 2px 0px 2px 0px;
	height: 420px;
	overflow: scroll;
}
.repeaterTd0
{
	text-align: left;
	background: #ffffff;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	color: #4f6b72;
	background: #fff url(/library/images/AdminImages/bullet1.gif) no-repeat;
	empty-cells: show;
	
	height:26px;
}
.repeaterTd1
{
	text-align: left;
	background: #ffffff;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	color: #4f6b72;
	background: #f5fafa url(/library/images/AdminImages/bullet2.gif) no-repeat;
	color: #797268;
	empty-cells: show;
	height:26px;
}
.repeaterTable
{
	padding: 0;
	margin: 0;
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-collapse: collapse;
}
.repeaterHead
{
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 2px 5px 2px 5px;
	background: #F4F5F4 url(/library/images/AdminImages/bg_header.jpg) no-repeat;
	empty-cells: show;
	font-weight: bold;
}
.repeaterMessage
{
	border: 1px solid #C1DAD7;
	letter-spacing: 2px;
	background: #CAE8EA url(/library/images/AdminImages/bg_header.jpg) no-repeat;
	text-align: left;
	color: Red;
}
.panel
{
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 2px 5px 2px 5px;
	background: #CAE8EA url(/library/images/AdminImages/bg_header.jpg) no-repeat;
	empty-cells: show;
	font-weight: bold;
}
.btnSearch
{
	border: 0px;
	width: 63px;
	height: 20px;
}
.checkBox
{
	border: 1px solid #B4C9C6;
}
.tabPanel
{
	border: 1px solid #B4C9C6;
}
.topButton
{
}
.button
{
	background: #fff;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	color: #4f6b72;
	background: #fff url(/library/images/AdminImages/bullet1.gif) no-repeat;
}
.validator
{
	font-size: 12px;
	color: Red;
}

.ajax__tab_tab
{
	font-size: 12px;
	padding: 4px;
	width: 105px; /* Your proper width */
	height: 16px; /* Your proper height */
	background-color: #EAEAEA;
}
/* When mouse over */
.ajax__tab_hover
{
	font-weight: bold;
	width: 105px; /* Your proper width */
	height: 16px; /* Your proper height */
	text-decoration: underline;
}
/* Current selected tab */
.ajax__tab_active
{
	background-color: #C2E2ED;
	width: 105px; /* Your proper width */
	height: 16px; /* Your proper height */
	font-weight: bold;
}
/* TabPanel Content */
.ajax__tab_body
{
	padding-top: 8px;
	margin-right: 9px; /* Your proper right-margin, make your header and the content have the same width */
	margin-top: 0px;
}
.MyCalendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: lemonchiffon;
	color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
	color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
	color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
	color: black;
	font-weight: bold;
}
.BtnFor2
{
    background: #E8F4FF;
    border: 1px #93BEE2 solid;
    color: #003399;
    cursor: hand;
    font: normal 9pt "Tahoma", "ËÎÌå";
    height: 22px;
}




.sTitle4{font-size:12px;font-weight:bold;color:Black;width:18%;text-align:right;height:34px}

.rightItem{padding-left:6px}

.NoRows{text-align:center; background-color:White;height:38px;color:Red}
.PagerClass{text-align:right; background-color:White; padding-right:4px; height:38px;}
.input1{font-size:12px;height:24px;font-weight:bold}
