﻿
body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

#divMain
{
	width: 100%;
	border: solid 1px red;
}

#tdMenu
{
	height: 30px;
	background-color: #333333;
	width: 714px;
	text-align: center;
}

#tdMenu a:link, #tdMenu a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.whiteDate
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.divBox
{
	width: 203px;
	height: 201px;
	float: left;
	margin: 8px;
}

.divBox_content
{
	width: 170px;
	height: 80px;
	margin: 55px 10px 0px 20px;
	font-size: 11px;
}

#tdLanguage a:link, #tdLanguage a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: Gray;
	text-decoration: none;
}

#tdLanguage a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

A:link, A:Visited, #divMenu A:link, #divMenu A:Visited
{
	text-decoration: none;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

A:hover
{
	text-decoration: none;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

#divMenu A:link, #divMenu A:Visited
{	
	padding-left: 5px;
	font-size: 12px;
	color: #CC0066;
	line-height: 20px;	
	font-weight: normal;
	
}

#divMenu A:hover
{
	text-decoration: underline;	
	color: #282828;	
}

.mainHeading
{
	font-size: 11pt;
	color: maroon;
	font-weight: bold;
}





/* ------------------------- GridViewCSS ------------------------- */

.GridViewStyle
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	table-layout: auto;
	border-collapse: collapse;
	width: 800px;
	margin-top: 10px;
	
}

/*Header and Pager styles*/

.HeaderStyle /*Common Styles*/
{
	background-color: #5D7B9D;
	height: 25px;
	color: #fff;
}



.HeaderStyle th
{
	padding: 5px;
	color: #F4F4F4;	
	text-align: left;
}



.PagerStyle
{
	background-color: #fff;
}

.PagerStyle table
{
	text-align: center;
	margin: auto;
	margin-top: 5px;
	
}

.PagerStyle table td
{
	border: 0px;
	padding: 2px;
	
}

.PagerStyle td
{
	border-top: #5D7B9D 1px solid;
}

.PagerStyle a
{
	color: #ffffff;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	background-color: #282828;
}

.PagerStyle span
{
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	background-color: #CC0066;
	border-bottom: #282828 3px solid;
}

/*RowStyles*/

.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
	padding: 5px;	
}

.RowStyle td a:link, .RowStyle td a:visited, .AltRowStyle td  a:link, .AltRowStyle td  a:visited  
{
	text-decoration: none;
	color: #CC0066;		
	font-weight: bold;
}

.RowStyle td  a:hover, .AltRowStyle td  a:hover
{
	text-decoration: underline;
	color: #282828;	
}


.RowStyle td, .AltRowStyle td
{
	background-color: #EFF3FB;
	line-height: 20px;
	color: #282828;	
}

.AltRowStyle td
{
	background-color: #fff;	
}

.HoverRowStyle td
{
	background-color: red;
}

.SelectedRowStyle td
{
	background-color: #ffff66;
}


/* ------------------------- GridViewCSS End ------------------------- */

.leftMenu
{
	background-image: url("../images/admin_pannel/menu.gif");
	background-repeat: no-repeat;
	height: 543px;
	width: 284px;
	padding-left: 80px;
	padding-top: 30px;
}
.topLeft
{
	height: 135px;
	width: 284px;
}

.topLeft1
{
	height: 135px;
	width: 242px;
}
.WeeklyScheduleTxtBox
{
    width:50px; 
}


