﻿body
{
	font-size: 80%;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 2px;
}

/* Fix images in IE, get default 2px. */
a img
{
	border-width: 0px;
}

.buttons
{
	background-color: #D1E294;
	border: outset 1px #B8CA62;
	background-image: url(Images/Gradient/ToolbarRotateDark.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible;
}

.buttons:hover
{
	background-color: #B8CA62;
	border: outset 1px #97BF0E;
	background-image: url(Images/Gradient/ToolbarRotateDarker.png);
	background-repeat: repeat-x;
}
.imgButtons
{
	background-color: #D1E294;
	border: outset 1px #D1E294;
	padding: 1px;
}
.imgButtonsDis
{
	background-color: #DDDDDD;
	border: solid 1px #AAAAAA;
	padding: 1px;
}

.imgButtons:hover
{
	background-color: #B8CA62;
	border: outset 1px #97BF0E;
}
td, tr, table, div
{
	white-space: nowrap;
	vertical-align: middle;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
td
{
	padding: 0px;
}

a:link
{
	text-decoration: none;
	color: #0041a1;
}
a:visited
{
	text-decoration: none;
	color: #0041D1;
}
a:hover
{
	text-decoration: underline;
	color: #0000FF;
}
a:active
{
	text-decoration: none;
	color: #0041D1;
}

table.banner
{
	padding: 0px;
	margin-bottom: 2px;
	vertical-align: bottom;
}
tr.banner
{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
td.banner
{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
a.banner
{
	padding: 0px;
	margin: 0px 3px 0px 3px;
	border-width: 0px;
}
table.toolbar
{
	width: 100%;
	margin-bottom: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #97BF0E; /*#97BF0E;*/
	background-color: #D1E294; /*#97BF0E;*/
}
tr.toolbar
{
	background-image: url(Images/Gradient/Toolbar.png);
	background-repeat: repeat-x;
	background-color: #EDF4D6;
}
.toolbarItem
{
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 4px;
	margin-right: 4px;
}

/* The main Table (Grid)*/
table.resultListFrame
{
	font-size: 95%;
	border: 1px solid #97BF0E; /*#97BF0E;*/
}
/* Split list view */
table.resultListFrameSplit
{
	font-size: 90%;
	border: 1px solid #97BF0E; /*#97BF0E;*/
}
/* Make splits have frames in correct color in IE */
table.resultListFrameSplit td, table.resultListFrameSplit th
{ 
	border:solid 1px #97BF0E;
	padding-left: 2px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* Change color for best split time/total */
span.s1
{
	color: #FF0000;
}

/* Change color for 2:nd and 3:rd split time/total */
span.s23
{
	color: #0000FF;
}
/* Change bg color for missed controls in split view */
span.sm
{
	width: 100%;
	background-color: #FFA0A0;
}

/* Header row in main table*/
tr.mh
{
	background-image: url(Images/Gradient/TableHeader.png);
	background-repeat: repeat-x;
}
th.mh
{
	padding-left: 3px;
	padding-right: 3px;
}

/*Rows in main table*/
tr.m
{
	background-color: #F7FAEC;
	color: #202020;
}

/*Alternating rows in the main table*/
tr.a
{
	background-color: #EDF4D6;
}

/*Hilighted Rows in main table*/
tr.h
{
	color: #CC0000;
}

/*Intermediate cells*/
tr.i
{
	color: #999999;
	font-style: italic;
}
/*Result cells*/
td.m
{
	padding-left: 2px;
	padding-right: 2px;
}

/*Rows in main table, when mouse over (hover)*/
tr.m:hover
{
	background-color: #E0EAB5;
}

.pager
{
	background-color: #D1E294;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
}

div.progress
{
	/*border-style:ridge*/
	cursor: wait;
	position: fixed;
	border: solid 1px #97BF0E;
	left: 30%;
	top: 30%;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 30px;
	background-image: url(Images/Gradient/Progress.png);
	background-repeat: repeat-x;
}

.myPagePanel
{
	width: 100%;
	margin-bottom: 15px;
}
.myPagePanelHeader
{
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #97BF0E; /*#D1E294;*/
	background-image: url(Images/Gradient/Toolbar.png);
	background-repeat: repeat-x;
	padding: 1px 5px 1px 5px;
	font-weight: bold;
}

td.myPageToolbar
{
	padding-left: 4px;
	padding-right: 4px;
}
.myPageEditPanelBody
{
	border: solid 1px #97BF0E; /*#D1E294;*/
	background-color: #EDF4D6;
	padding: 10px;
}

.myPageEditToolbarPanel
{
	margin: 10px 0px 10px 0px;
}

.watermarked
{
	color: Gray;
}
.largeHeader
{
	font-weight: bold;
	font-size: 130%;
}
.autoCompleteList
{
	white-space: nowrap;
	width: auto !important;
	overflow: auto !important;
	overflow-x: hidden !important;
	margin: 0px !important;
	padding: 2px 15px 2px 3px !important;
	height: auto !important;
	max-height: 200px !important;
	color: #333333;
	background-color: #FFFFFF;
	border: solid 1px #333333;
	cursor: 'default';
	text-align: left;
	list-style-type: none;
}
.autoCompleteHighlighted
{
	white-space: nowrap;
	background-color: #E0EAB5;
	color: #333333;
	padding: 0px 2px 0px 2px !important;
	margin: 0px !important;
}
.autoCompleteItem
{
	white-space: nowrap;
	background-color: window;
	color: #333333;
	padding: 0px 2px 0px 2px !important;
	margin: 0px !important;
}

/*Admin*/
td.wide
{
	padding: 2px 6px 2px 6px;
}

