/*
 *
 *	Global table styles, modifier classes
 *	--------------------------------------------------------------------------------
 *
*/

/*   GRID styles   */

.grid
{
   border: 0;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
    
}

.gridRowAlternate
{
    background-color: #EFF2F7;
}

.gridRowSelected
{
    background: #ADD8E6;
}
.grid td
{
    
   padding: 5px 10px 5px 10px;
    border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D1D1D1;
	border-right-color: #D1D1D1;
	border-bottom-color: #D1D1D1;
	border-left-color: #D1D1D1;
}

.grid tr th
{
	border: 0;
	border-bottom: solid 1px #fff;
	padding: 0;
 	background-image: url(../images/tables/second_row_between.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	font-family: "Myriad Pro", "Lucida Grande";
	font-size: 13px;
	line-height: 34px;
	text-align: center;
	
}



.firstRow {
	background-image: url(../images/tables/first_row_between.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 36px;
}



.newUser 
{
	
	background-image: url(../images/tables/AddNewUser/addUserBg.jpg);
	background-repeat: repeat-x;
	padding: 0;
	color: #0A1B5E;
	line-height: 28px;
	z-index: 1000;
	
	}
.border
	{
	
		border-left: solid 1px #d1d1d1;
		border-right: solid 1px #d1d1d1;
		border-bottom: solid 1px #d1d1d1;
		background-color: #F7F9FB;
		
		}
.ico a img
{
	float:right;
	}
	.icoH1
	{
		line-height: 53px;
		float: left;
		color: #0A1B5E;
		}
		.tabDown .firstRow
		{
			margin-top: 21px;
			
			}
