﻿/* CSS Document */

/* ---------------------------------- */
/* ---------------------------------- */

/* Author : Prabha Parasuram */
/* Project Name: Circle Spring  */
/* Date	:August 2008 */

/* ---------------------------------- */
/* ---------------------------------- */



/*=================================================================================================================================*/
.Admin_gridwrapper
{
	margin-top: 23px;
	border: 0px solid black;
	background-image: url(../Images/AdminGridbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #8ed7f7;
	width: 850px;
	padding-top: 23px;
}

.Admin_gridcover
{
	margin: 0px auto;
	width: 820px;
	border: 0px solid black;
}

.Admin_gridsmallwrapper
{
	
	border: 0px solid black;
	background-image: url(../Images/AdminGridSmallbg_650px.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #8ed7f7;
	width: 650px;
	height:30px;
	
}

.gridheaderborderstyle
{
	border-bottom: 1px solid white;
}

.admingridheaderstyle
{
		background-color: #8ed7f7;
		color: #005983;
	font-size: 12px;
	font-weight: Bold;
}

/* Arul */
.TabMenu
{
	font-size: 10px; /*border: 1px solid black; */
	height: 30px;
	width: 150px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle; /*background-color: #EFF3FB;*/
	background-color: #8ed7f7;
	border: 1px;
	border-style: solid;
}


.TabMenuSelected
{
	width: 150px;
	font-size: 10px;
	color: White;
	height: 30px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	background-color: #89c765;
	border: 1px solid #89c765;
}

.TabMenuHover
{
	width: 150px;
	font-size: 10px; /* border: 1px solid black; */
	height: 30px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
		background-color: #89c765;
	/*background-color: #d3d3d3;*/
	border-style: solid;
	border-width: 1px;
}
.TabArea
{
	background-color: white;
	font-size: 10px; /*	border: 1px solid black; */
	border-bottom: 10px solid #89c765;
	border-left: 10px solid #89c765;
	border-right: 10px solid #89c765;
}
.TableHeader
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	background-color: #89c765;
	text-decoration: none; /*text-align: center;*/
}

.divGridRowCount
{
	float:right ;
}




