﻿.StandardTable
{
	table-layout:auto;
	width:auto;
	margin:10px 0 10px 0;
	padding:none;
	border-collapse:collapse;
	color:#000;
	border:1px solid #000;
}

.C1Fix
{
}

.C1Fix th
{
	border:1px solid #7c9e4a !important;
}

.C1Fix td
{
	border:1px solid #e1e1e1 !important;
}

.StandardTable th
{
	border-top:1px solid #bcda7f;
	border-bottom:1px solid #3c6215;
	padding:4px;
	text-align:center !important;
	vertical-align:middle;
	font-weight:bold;
	color:#fff;
	background:#7c9e4a;
}

.StandardTable td
{
	padding:4px;
	border-top:1px solid #fff;
	border-bottom:1px solid #e1e1e1;
	text-align:center;
	vertical-align:middle;
	background:#fefefe;
}

.StandardTable .rgAltRow td
{
	background:#f3f3f3;
}

.StandardTable a, .StandardTable a:hover, .StandardTable a:visited
{
	color:#1c2c5b;
	text-decoration:none;
}

.StandardTable a:hover
{
	text-decoration:underline;
}

.StandardTable td img
{
	margin:0 0 2px 0;
}

.StandardTable .Disabled
{
	color:#7d7d7d;
}

.StandardTable .EditButton, .StandardTable .DelButton
{
	display:block;
	padding:0 0 0 18px;
	line-height:16px;
	vertical-align:middle;
	text-align:left;
	background:0 0 no-repeat;
}

.StandardTable .EditButton
{
	background-image:url(../Images/Edit.gif)
}

.StandardTable .DelButton
{
	background-image:url(../Images/Cross.gif);
}
