﻿/* ============================================
CSS file for Default theme.
background-color used in the theme: #F3F2F9 
===============================================*/
.gridOverall
{
	font-family:Verdana;
	font-size:10px;
	padding:4px;
	 
}
.gridHeaderRow
{
	background-color: #C1D5B0;
	color:Black;
}
.gridRow
{
	 
}
.gridAlternatingRow
{
  background-color:#f8f8f8;
  
}
.gridSelectedRow
{
  font-weight: bold;
}
.gridHeaderCellCentered
{
    text-align: center;
}

html
{
	background-color:#ffffff;
}
.HeaderStyle
{
	Font-Size: small;
	text-align: left;
	background-color: #c1d5b0;
	height: 30px;
	color: #080808;
	font-weight: bold;

}

.HeaderStyle a{color: black !important}

.HeaderStyle1
{
	Font-Size: small;
	text-align: center;
	background-color: #c1d5b0;
	height: 30px;
	color: #080808;
	font-weight: bold;
	text-decoration: none;
}

.RowStyle
{
	Font-Size: small;
	text-align: left;
	height: 30px;
	border-width: 1px;
	border-color: #c4c4c4;
	font-weight: normal;
}

.RowStyle1
{
	Font-Size: small;
	text-align: center;
	height: 30px;
	border-width: 1px;
	border-color: #c4c4c4;
	font-weight: normal;
}

.ItemStyle
{
	Font-Size: small;
	height: 30px;
	background-color: #ffffff;
	font-weight: normal;
}

.AlternateItemStyle
{
	Font-Size: small;
	height: 30px;
	background-color: #F6F6F6;
	text-align: left;
	font-weight: normal;
}

.FooterStyle
{
	Font-Size: small;
}

Table.GridDataTable
{
	font-size: small;
    /*width: 100%!important;*/
	padding: 5px 5px 5px 5px;	
	margin: 0 !important;
}

    Table.GridDataTable td, Table.GridDataTable th {padding:5px !important;
                                                    width: 0px !important;
    }

Table.GridDataTable td, Table.GridDataTable th, Table.GridDataTable

{	
	border-bottom: solid 1px #C4C4C4!important;
	border-top: solid 1px #C4C4C4!important;
	border-right: solid 1px #C4C4C4!important;
	border-left: solid 1px #C4C4C4!important;	
}

.NumericColumnStyle
{
    text-align: right;
}

.CenteredTextStyle
{
    text-align: center;
}

#content #nav-container h3 a {background-color:#085100!important;}


    