﻿body
{
	background-color: #8888aa;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

.page
{
	width: 80%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#mainContent
{
	padding: 30px 30px 15px 30px;
	border-bottom: 3px groove #4b6f92;
	margin-bottom: 30px;
	background-color: #ffffff;
}

.columnsContainer
{
	background-image: url(Images/ARI_Logo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 500px;
}

.leftColumn
{
	width: 25%;
	margin-right: 4%;
	float: left;
}

.rightColumn
{
	float: right;
	width: 70%;
}

.clear
{
	clear: both;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.editor-field input, .editor-field select, .editor-field textarea
{
	width: 100%;
}

.numeric-field input {
    text-align: right;
}

.editor-field-checkbox input
{
	width: 100%;
	text-align: left;
}

.field-validation-error
{
	font-weight: bold;
	color: Red;
}

.search
{
	background-image: url(Images/search.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.leftColumn ul
{
	margin: 0;
	padding: 0 0 30px 0;
}

.leftColumn ul li
{
	list-style: none;
	margin-top: 5px;
	line-height: normal;
}

.leftColumn ul li a
{
	list-style: none;
	padding: 5px;
	border: 1px solid #e8eef4;
	line-height: normal;
	display: block;
	text-decoration: none;
	background-color: #e8eef4;
	font-size: .9em;
}

.leftColumn h2
{
	font-size: 1.1em;
	padding: 5px;
	margin: 0px;
}

fieldset
{
	padding: 20px;
}

#list
{
	border: 1px solid #ccc;
	width: 100%;
	text-align: left;
	table-layout: fixed;
	font-size: 0.8em;
}

#header
{
	width: 100%;
	border-bottom: none;
	text-align: left;
	table-layout: fixed;
	font-size: 0.8em;
}

#header th
{
	cursor: pointer;
}

.sorted-asc
{
	background-repeat: no-repeat;
	background-image: url(Images/asc.png);
	background-position: left center;
	padding-left: 18px;
}

.sorted-desc
{
	background-repeat: no-repeat;
	background-image: url(Images/desc.png);
	background-position: left center;
	padding-left: 18px;
}

#footer
{
	width: 100%;
	border-top: none;
	table-layout: fixed;
	font-size: 0.8em;
}

#footer span.pager
{
	cursor: pointer;
	padding: 0 10px 0 10px;
}

td, th
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

td.sorted-column
{
	background-color: #eeeefc;
}

a.detail
{
	background-image: url(Images/Document.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 25px;
	height: 20px;
	text-decoration: none;
}

a.void
{
	background-image: url(Images/Delete.gif);
	background-repeat: no-repeat;
	display: block;
	width: 25px;
	height: 20px;
	text-decoration: none;
}

a.search
{
	background-image: url(Images/Search.png);
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
}

tr.void-row
{
	background-color: #FEE;
	text-decoration: line-through;
}

tr.void-row td
{
	background-color: #fee !important;
}

tr.trial-row
{
	background-color: #ffffdd;
}

tr.trial-row td
{
	background-color: #ffffdd !important;
}

td.key-trial
{
	border: 1px solid #e8eef4;
	padding: 5px;
	background-color: #ffffdd;
}

td.key-void
{
	border: 1px solid #e8eef4;
	padding: 5px;
	background-color: #fee;
}
