﻿.tableOutline
{
	height: 110px;
	margin: 5px;
	border-color: #F6F7F9;
	border-style: solid;
	border-width: 5px;
}
.tableHeader
{
	height: 15px;
	border: solid 5px #F6F7F9;
	color: #003366;
}
.tableHCell
{
	float: left;
	width: 190px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	height: 20px;
	background: #F6F7F9;
}
.tableCell
{
	height: 100px;
	float: left;
	width: 190px;
	text-align: center;
	border-right-style: solid;
	border-width: 5px;
	border-color: #F6F7F9;
	background: #FFFFFF;
}
.tableRCell
{
	height: 100px;
	float: left;
	width: 185px;
	text-align: center;
	background: #FFFFFF;
}

.loginLeft
{
	padding-right: 5px;
	margin-top: 5px;
	color: #003366;
	width: 100%;
	margin: 5px;
	border-right-color: #E2EAF5;
	border-right-width: 1px;
	border-right-style: solid;
}
.loginRight
{
	margin-top: 5px;
	color: #003366;
	float: none;
	text-align: right;
	margin-right: 15px;
}

.LoggedinAs
{
	background-color: #F6F7F9;
	font-weight: bold;
}

.marginLeft
{
	margin-left: 5px;
}

.listViewCSS
{
	font-family: arial;
	font-size: small;
	border: solid 1px #7f7f7f;
    border-collapse:collapse;	

}

/* header cell style */
.listViewCSS th    
{
    background: url(../images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;

}  
.listViewCSS td 
{
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
}

.listViewCSS .row
{
	 background-color: #fff;
}
.listViewCSS .altrow
{
	background-color: #dbeaff;
}
.listViewCSS .selectrow
{
	background-color: #00FFCC;
	color: #0000FF;
}

