﻿body
{
	background-color: #fff;
	color: #585858;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

button, input, select, textarea, td
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

img
{
	border: none;
}

.clear
{
	clear: both;
}

.page
{
}

.text-wrapper
{
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 1.2em;
}
.text-wrapper .text-wrapper
{
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow:  ellipsis;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	top: 0px;
	left: 0px;
}

a
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.header
{
	background-image: url(Images/header_back.png);
	background-repeat: repeat-x;
	color: #fff;
	height: 85px;
	white-space: nowrap;
}

.header h1
{
	background-image: url(Images/logo_small.png);
	display: block;
	float: left;
	height: 19px;
	margin: 33px;
	width: 138px;
}

.header h1 a
{
	display: none;
}

h4
{
	display: block;
	font-weight: bold;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #e3e3e3;
	margin: 0 0 10px 0;
}

.header .header-right
{
	float: right;
	text-align: right;
}

.header ul
{
	display: block;
	margin: 0;
	padding: 0;
}

.header ul li
{
	display: inline-block;
	list-style: none;
	margin: 0 0 0 0.5em;
}

.header ul li:first-child
{
	margin: 0;
}

.header ul li a
{
	color: #c6f0f9;
	font-weight: bold;
	text-decoration: underline;
}

.menubar
{
	background-color: #c6f0f9;
	padding: 0 20px;
	white-space: nowrap;
}

.menubar ul
{
	display: block;
	margin: 0;
	padding: 0;
}

.menubar ul li
{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 10px 10px;
}

.menubar ul li:first-child
{
	margin-left: 0;
}

.menubar ul li.selected
{
	background-image: url(Images/menubar_selected_back.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.menubar ul li a
{
	color: #00a1c3;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.pager
{
	color: #00c2ec;
	margin-top: 20px;
}

.pager .links
{
	float: right;
}

.pager .links a
{
	background-color: #f7f7f7;
	border: solid 1px #585858;
	color: #585858;
	display: block;
	float: left;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	width: 20px;
}

.pager .links a.current-page
{
	background-color: #585858;
	color: #ffffff;
}

.pager .links span
{
	background-color: #f7f7f7;
	border: solid 1px #cccccc;
	color: #999999;
	display: block;
	float: left;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	text-align: center;
	width: 20px;
}

.pager .info
{
	color: #888888;
	float: left;
}

table.list
{
	border: solid 1px #d8d8d8;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

table.list tr.summary td
{
	font-size: 1.5em;
	font-weight: bold;
}

table.list tr.summary td .disclamer
{
	font-weight: normal;
	font-size: 10px;
}

table.list th
{
	background-image: url(Images/bar_back.png);
	background-repeat: repeat-x;
	border: solid 1px #d8d8d8;
	color: #888888;
	font-weight: bold;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding: 0 11px;
	text-align: left;
}

table.list td
{
	border: solid 1px #d8d8d8;
	padding: 5px;
}
table.list th.number,
table.list td.number
{
	text-align: right;
}

table.list tr.even td
{
	background-color: #f9f9f9;
}

.filter,
.actions
{
	color: #888888;
	font-weight: bold;
	margin-bottom: 20px;
}

.filter a.selected,
.actions a.selected
{
	color: #fa0057;
	text-decoration: underline;
}

.loader
{
	background-image: url(Images/progress-large.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
}

.fieldset
{
}

.fieldset .field
{
	margin-bottom: 20px;
	border: solid 1px #d8d8d8;
}

.fieldset .field .title
{
	background-image: url(Images/bar_back.png);
	background-repeat: repeat-x;
	color: #888888;
	font-weight: bold;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding: 0 11px;
}

.fieldset .field .title a
{
	color: #888888;
}

.fieldset .field .value
{
	padding: 15px;
}

.fieldset .field .info
{
	color: #7f7f7f;
	padding: 0 15px 10px 15px;
}

.fieldset .text-box,
.fieldset .checkbox-list,
.fieldset select
{
	background-color: #fff;
	background-image: url(Images/input_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: solid 1px #dbdbdb;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	padding: 8px 0;
	width: 100%;
}

.fieldset .checkbox-list .checkbox-list-item
{
	margin-top: 5px;
}

.fieldset .checkbox-list .checkbox-list-item:first-child
{
	margin-top: 0px;
}

button
{
	background-image: url(Images/button_back.jpg);
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

button.gray,
button[disabled=disabled]
{
	background-image: url(Images/button_back_gray.jpg);
}

.field-validation-error
{
	color: #b50000;
	display: block;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	margin: 0 15px 10px 15px;
	background-image: url(Images/field-validation-error-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
}
