﻿/*
#001E32  body background
#007AC9  Other background
BlueText #0077c6
#FDC82F  Written
#
*/

.tableListPanelUserRole
{
	width: 350px;
	height: 285px;
	padding-Top:0px;	
}

.tableListPanel
{
	width: 200px;
	height: 285px;
	padding-Top:0px;
}

.tableListUserRole
{
	border-width: 1px;
	border-color:Gray;
	border-style:ridge;
}

.userRoleTableListGrid td, th
{
	border-style:dotted;
	border-color:Gray;
	border-width:1px;
	vertical-align:top;
	border-collapse:collapse;
}

.roleTableList div
{
	border-width:1px;
	border-color: #001E32;
	border-style:solid;
	width:150px;
	height:280px;
	font-family: Verdana;
	overflow:auto;
}

.tableList
{
	border-width: 1px;
	border-color: #241773;
	width:200px;
	height: 400px;
	text-align:left;
	overflow:auto;
}

.tableListHeader
{
	color: white;
	height: 18px;
	cursor: pointer;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	text-align:left;
	background-image: url('/Images/button_back.jpg' );
	background-repeat: repeat-x;
}

.tableListRowSelected
{
	cursor: default;
	color: White;
	background-color: #0077c6;
	height: 15px;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
}

/*.tableListRowSelected:hover
{  
  cursor: default;
  color: White;
  background-color:#001E32;
  cursor:pointer;
  height: 15px;
  font-family: Verdana;
  font-size: small;
  font-weight: normal;
}*/

.tableListRow
{
	cursor: default;
	color: #241173;
	background-color: Transparent;
	height: 15px;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
}

.tableListNonActiveRow
{
	cursor: default;
	color: #241173;
	background-color: #f6afaf;
	height: 15px;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
}

.tableListRow:hover
{
	cursor: default;
	color: White;
	background-color: #0077c6;
	height: 15px;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	cursor: pointer;
}

.tableListNonActiveRow:hover
{
	cursor: default;
	color: #241173;
	background-color: #0077c6;
	height: 15px;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	cursor: pointer;
}

.tableListCellNullValue
{
	font-style: italic;
}
