.admintable td {
	border: 1px solid #cde2ff;
	border-collapse: collapse;
	color: #003366;
}

.admintable_header{
	background-color : #a6c9ff;
	color: #27496d;
	font-weight : bold;
}

.admintable_row{
	background-color : #f6f8fa;
	color: #000000;
}


.atdropdownitems
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #d6d6d6;
	border: 1px solid #000000;
	min-width:100px;
}

.atdropdownitems a
{
	min-width:100px;
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #e9e9e9;
	color: #000000;
	font: 11px arial;
}

.atdropdownitems a:hover
{	background: #6f6f6f;
	color: #FFF
}

.at-row-odd
{
	background-color:#f6f8fa;
}

.at-row-pair
{
	background-color:#ffffff;
}

tr.admintable_row:hover td
{
	background-color:#cde2ff;
}

.at-highlight-error
{
	background: #f2dede;
	color:#ac2925;
}

.at-highlight-error:hover, .at-highlight-error:hover td
{
	background: #eed3d7!important;
	color:#ac2925;
}

.at-highlight-attention
{
	background: #ffba51;
}

.at-highlight-attention:hover, .at-highlight-attention:hover td
{
	background:#f0ad4e!important;
}

.at-highlight-warning
{
	background: #fcf8e3;
	color:#c09853;
}

.at-highlight-warning:hover, .at-highlight-warning:hover td
{
	background:#fbeed5!important;
}

.at-highlight-info
{
	background: #e1f5ff;
	color: #3a87ad;
}

.at-highlight-info:hover, .at-highlight-info:hover td
{
	background: #bce8f1!important;
}

.at-highlight-success
{
	background: #dff0d8;
	color: #468847;
}

.at-highlight-success:hover, .at-highlight-success:hover td
{
	background: #d6e9c6!important;
}

.at-align-left
{
	text-align:left;
}
.at-align-right
{
	text-align:right;
}
.at-align-center
{
	text-align:center;
}
.at-nobr
{
	white-space:nowrap;
}

.at-inlineimages
{
	padding-left:5px;
}