﻿.validator
{
	background-position: centre top;
	background-image: url( 'images/error_arrow.gif' );
	background-repeat: no-repeat;
	padding: 1px;
	padding-left: 18px;
	display: block;
	font-weight: bold;
}

.inputactive
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;	
	font-size: 8pt;
	border: 1px solid #999999;
	padding: 2px;
}

.datatablelarge
{
	width: 100%;
	font-size: 9pt;
}

.datatablelarge tr td, .datatablelarge tr th
{
	padding: 4px;
}

.datatablesmall
{
	font-size: 8pt;
}

.datatablesmall tr td, .datatablesmall tr td
{
	padding: 2px;
}

.datatablelight
{
	background-color: Transparent;
}

.datagridlightrow th,
.datagridlightrow td,
.datagridlightrowhover td
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;	
}

.datagridlightrow th
{
	background-color: #f3e4cb;
	color: #ff5811;
}

.datagridlightrow th a
{
	text-decoration: none;
	color: #ff5811;
}

.datagridlightrow td a
{
	text-decoration: none;
	color: #333333;
}

.datagridlightrow td a:hover
{
	background-color: #FF7133; 
	text-decoration: none;
	color: white;
}

.datagridlightrowhover td *
{
	text-decoration: none;
	color: White;
}

.datagridlightrowhover
{
	background-color: #FF7133; /*#fb5811;*/	
}



.datatabledark
{
	background-color: Transparent;
}

.datagriddarkrow th,
.datagriddarkrow td,
.datagriddarkrowhover td
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	background-color: #f3e4cb;
}

.datagriddarkrow th
{
	background-color: #ff5811;
}

.datagriddarkrow td a
{
	text-decoration: none;
	color: #333333;
}

.datagriddarkrow th a
{
	text-decoration: none;
	color: White;
}

.datagriddarkrowhover td a
{
	text-decoration: none;
	color: White;
}

.datagriddarkrowhover
{
	background-color: #ff5838;
}

.button
{
	cursor: hand;
}

a.button
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	display:inline-block;
	color: White;
}

.datagridlightrow th a.button
{
	text-decoration: none;
	color: White;
}
