﻿
.TableStyle
{
	font-family: arial;
	font-size: 8px;
	border-right: #dcdcdc 0px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 0px solid;
	border-bottom: #dcdcdc 1px solid;
	border-collapse: collapse;
	background-color: white;
	margin: 1pt;
}

.HeaderStyle
{
	color: #ffffff;
	background-color: #939393;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	border-right: #e2e2e2 0px solid;
	border-top: #e2e2e2 0px solid;
	border-left: #e2e2e2 0px solid;
	border-bottom: #e2e2e2 0px solid;
	text-decoration: none;
	vertical-align: middle;
}

.HeaderStyle a
{
	color: #ffffff;
	background-color: #939393;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-decoration:none;
	vertical-align:top;
}

.HeaderStyle a:visited 
{
	color: #ffffff;
	background-color: #939393;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-decoration:none;
	vertical-align:top;
}

.HeaderStyle a:active 
{
	color: #ffffff;
	background-color: #939393;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-decoration:none;
	vertical-align:top;
}

.HeaderStyle a:hover
{
	color: #ffcc66;
	background-color: #939393;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	display: block;
	margin: 0px;
	text-decoration: none;
	vertical-align: top;
}


.FooterStyle
{
	color: #000000;
    background-color: #ABABAB;
    font-family: arial;
    font-size: 9px;
    font-weight: bold;
}

.PagerStyle
{
	color: #000000;
    background-color: #dcdcdc;
    font-family: arial;
    font-size: 9px;
    font-weight: bold;
}


.RowStyle
{
	color: #000000;
	background-color: white;
	font-family: arial;
	vertical-align: top;
}

.AlternateRowStyle
{
    background-color: #FFFFC0;
}

.SelectedRowStyle
{
	color: #000000;
	font-family: arial;
	vertical-align: top;
	background-color: #ffffcc;
}

.EditRowStyle
{
	color: #000000;
    background-color: #f7f7f7;
    font-family: arial;
    vertical-align: top;
}



