﻿/* SIMPLE TABLE*/

TABLE.simpleTable
{
	background-color: #aaa;
}

TABLE.big
{
	width:762px;
}

TABLE.small
{
	width: 380px;
}

TABLE.simpleTable TH
{
	margin: 0px;
	font-weight: normal;
	padding-left: 4px;
	height: 18px;
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	color: White;
	background: #006699;
}
.centered
{
	text-align: center;
}
TABLE.simpleTable TH A
{
	text-decoration: underline;
}
TABLE.simpleTable TD
{
	padding: 4px 5px;
	font-family: Verdana;
	font-size: 10px;
	background: #fff;
	color: #000;
}
TABLE.simpleTable TD.input
{
	padding: 1 3 1 3px;
}
TABLE.
 TD.input IMG
{
	vertical-align: top;
	margin-top: 1px;
}
TABLE.simpleTable TD.input INPUT
{
	vertical-align: middle;
}
TABLE.simpleTable TD.input LABEL
{
	vertical-align: middle;
}
TABLE.simpleTable TR.even TD
{
	background: #EFEFEF;
}
TABLE.simpleTable TD.actions
{
	white-space:nowrap;	
	padding: 2px;
	text-align: center;
}
TABLE.simpleTable TD.actions INPUT, TABLE.simpleTable TD.actions BUTTON
{
	border: 1px solid;
	border-color: #dfddd6 #888372 #888372 #dfddd6; /*background: #fff url(/Images/bg13.gif) 0 100% repeat-x;*/
	background-color: #ffff22;
	overflow: visible;
	padding: 0 6px;
	color: black;
	font-size: 10px;
	cursor: pointer;
}
TABLE.simpleTable TH.subheading
{
	background: #fafafa url(/Images/bg12.gif) 0 100% repeat-x;
	padding: 15px 2px 5px 5px;
	font-weight: bold;
	color: #888372;
	text-align: left;
}
TABLE.simpleTable TH.subheading DIV.buttons
{
	float: right;
}
TABLE.simpleTable TH.subheading DIV.buttons INPUT, TABLE.simpleTable TH.subheading DIV.buttons BUTTON
{
	border: 1px solid;
	border-color: #dfddd6 #888372 #888372 #dfddd6;
	background: #fff url(/Images/bg13.gif) 0 100% repeat-x;
	overflow: visible;
	padding: 0 6px;
	color: #608199;
	font-size: 9px;
	font-weight: normal;
	cursor: pointer;
	float: left;
	margin: 0 0 0 3px;
}
TABLE.simpleTable TD.level2
{
	padding-left: 20px;
}
TABLE.simpleTable TD.level3
{
	padding-left: 30px;
}
TABLE.simpleTable TR.error TD
{
	color: #c41919;
	background: #fff2f2;
}
TABLE.simpleTable TR.error TD A
{
	color: #c41919;
	text-decoration: underline;
}
TABLE.simpleTable TR.info TD
{
	color: #960;
	background: #fffcd4;
}
TABLE.simpleTable TR.info TD A
{
	color: #960;
	text-decoration: none;
}
TABLE.simpleTable TR.info TD A:hover
{
	text-decoration: underline;
}

