body 
{
    background-color: white;
    margin: 18px;
}
body, td, select, input, textarea
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

a 
{
	text-decoration: none;
	color: black;
}
a:hover
{
	color: #992D2A;
}

a img 
{
	border: none;
}

select 
{
    width: 265px;
    color: #666666;
    border: solid 1px #ADADAD;
}

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }
h5 { font-size: 10px; }
h6 { font-size:  9px; }

/* *** Index.aspx ************************************************************************ */
.borders
{
    border: dotted 1px #AAAAAA;
    border-top: none 0px #FFFFFF;
    margin-left: 0px;
    margin-bottom: 16px;
}

.simpleBorder 
{
	border: solid 1px #666666;
}

table.tableToggleHeader
{
    width: 100%;
    background-color: #E5EBEE;
    margin-top: 16px;
}

table.tableToggleHeader td
{
    height: 17px; 
	color: Black;
    font-weight: bold;
    padding-left: 7px;
}
		    

/* *** Filters *************************************************************************** */

table.filters td 
{
	padding: 8px 5px;
}

/* *** Tabs ****************************************************************************** */

table.Tabs 
{
    width: 100%;	
    background-color: #FFFFFF;
    border-collapse: collapse;
}
table.Tabs td
{
	background-color: #F0F4F5;
    border: solid 1px #FFFFFF;
    border-width: 1px 0px 1px 0px;
    padding: 0px;
    white-space: nowrap;
    text-align: center;
}
table.Tabs td div
{
    padding: 3px 16px 4px 16px;
	border-color: #AAAAAA;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
}

table.Tabs td.selected 
{
	background-color: #E5EBEE;
    border: solid 1px #666666;
	border-bottom-color: #E5EBEE;
}
table.Tabs td.selected div
{
	border: none;
}

table.Tabs td.spacer 
{
	background-color: transparent;
	border-style: none;
	padding: 0px;
	width: 4px;
}

table.Tabs td.selected a
{
	color: black;
}

/* *** PagingLine ************************************************************************ */

table.PagingLine 
{
    width: 100%;	
}
table.PagingLine td
{
	color: black;
    background-color: #E5EBEE;
    border: none;
    padding: 2px 6px 2px 6px;
}
table.PagingLine td.left
{
	text-align: left;
}
table.PagingLine td.center
{
	text-align: center;
}
table.PagingLine td.center span.selected
{
	font-weight: bold;
}
table.PagingLine td.right
{
	text-align: right;
}
table.PagingLine td a
{
	color: black;
}
table.PagingLine td a:hover
{
	color: black;
	text-decoration: underline;
}

/* *** MainList ************************************************************************ */
table.MainTable 
{
	width: 100%;
	table-layout: fixed;
}
table.MainTable tr.headerRow td 
{
    background-color: #E5EBEE;
}
tr.borderOver td 
{
    border-top: solid 1px #666666;
}
tr.borderUnder td 
{
    border-bottom: solid 1px #666666;
}
table.MainTable tr.List1 
{
	background-color: #F0F4F5;
}
table.MainTable tr.List2 
{
    background-color: #E5EBEE;
}
table.MainTable td
{
	padding: 2px 6px 2px 6px;
	white-space: nowrap;
	overflow: hidden;
}
table.MainTable td.left
{
	text-align: left;
}
table.MainTable td.center
{
	text-align: center;
}
table.MainTable td.right
{
	text-align: right;
}

input#SearchTextBox 
{
	width: 190px;
}

input.smallCheckBox 
{
	margin: 0px;
	padding: 0px;
	height: 13px;
}


/* *** HELP TEXTS ********************************** */

a.q img 
{
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

/* *** AUTO COMPLETE ******************************* */

/* .ac = AutoComplete from jQuery */
.ac_results {
	width: 400px;
	background: #FFFFFF;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 90%;
	z-index: 101;
}
.ac_results ul {
/*	width: 300px; */
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}
.ac_results iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	/*filter:mask();*/
	width:0px;
	height:0px;
}
.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
}
.ac_results a {
	width: 100%;
}
.ac_loading {
	background : url('im/loading.gif') right center no-repeat;
}
.over {
	background: yellow;
}

/***** more *****/

.positive 
{
	color: #007700;
}
.negative 
{
	color: #990000;
}


input.niceButton 
{
	background-color: #E5EBEE;
	color: Black;
	border: solid 1px #AAAAAA;
	height: 18px;
	padding: 0px 4px 0px 4px;
}
input.editButton 
{
	width: 80px;
	margin-top: 4px;
	margin-bottom: 3px;
	vertical-align: middle;
}
