body {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
}

/* Links */

a {
	text-decoration: none;
	color: #3B5996;
}
a:hover {
	text-decoration: underline;
}
.container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.header {
	height: 60px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #3B5996;
}
.header-top {
	text-align: right;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.header-top a {
	color: #FFF;
}


/* Nav */

.mainnav {
	position: relative;
	left: 220px;
	top: 10px;
	width: 600px;
}
.nav {
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
}
.nav a {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 9px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}
.nav a:hover {
	text-decoration: none;
	background-color: #476AB4;
}
.nav, .nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 10px;
}
.nav li { /* all list items */
	float: left;
}
.nav li ul { /* second-level lists */
	left: -999em;
	position: absolute;
	width: 155px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #597ABD;
	border-bottom-color: #597ABD;
	border-left-color: #597ABD;
}
.nav li ul li a {
	font-family: Tahoma;
	display: block;
	background-color: #FFFFFF;
	width: 136px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-size: 11px;
	color: #3B5996;
	text-decoration: none;
	font-weight: normal;
}
.nav li ul li a:hover {
	font-family: Tahoma;
	display: block;
	background-color: #F8F8F8;
	font-size: 11px;
	color: #3B5996;
	text-decoration: underline;
	font-weight: normal;
}
.nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.message {
	color: #C24023;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

.content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.content-title {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #EEEEEE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #666666;
}
.content-leftcol {
	width: 350px;
	float: left;
}
.content-rightcol {
	float: right;
	width: 350px;
}
.content-rightcol .field {
	padding: 5px;
}
.content-login {
	padding-top: 15px;
	padding-right: 200px;
	padding-bottom: 15px;
	padding-left: 200px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.clearboth {
	clear: both;
}
.footer {
	background-color: #F5F5F5;
	text-align: center;
	padding: 5px;
	color: #999999;
	clear: both;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/* Table::div.tablelist */

.tablelist {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.tablelist th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	color: #3B5996;
}
.tablelist th a {
	text-decoration: none;
	color: #3B5996;
}
.tablelist th a:hover {
	color: #3B5996;
	text-decoration: none;
}
.tablelist tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	text-align: center;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}
.tablelist tr.altrow td {
	background: #f4f4f4;
}
.tablelist td.actions {
	text-align: center;
	white-space: nowrap;
}
.tablelist td.actions a {
	display: inline;
	margin: 0px 6px;
}
.tablelist td.leftalign {
	text-align: left;
	padding-left: 5px;
}
.tablelist td.rightalign {
	text-align: right;
	padding-right: 5px;
}

/*	Paging */

.paging {
	text-align: left;
}
.paging a {
	text-decoration: none;
	color: #3B5996;
	padding: 2px;
	font-weight: bold;
}
.paging a:hover {
	text-decoration: none;
	background-color: #F8F8F8;
}
.paging .current {
	color: #C24023;
	font-weight: bold;
	padding: 2px;
}
.paging .disabled {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #FF6701;
	color: #FF6701;
	display: none;
}
.nav-control {
	margin-bottom: 10px;
}

.link-button-red {
	float: right;
	margin-left: 10px;

}
.link-button-red a {
	font-weight: bold;
	color: #FFF;
	background-color: #C24023;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	width: 100px;
	text-align: center;
	font-size: 11px;
}
.link-button-red a:hover {
	background-color: #D74526;
	display: block;
	text-align: center;
	text-decoration: none;
}
.view {
	margin-bottom: 18px;
	font-size: 12px;
	clear: both;
	display: block;
}
.view-subtitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
}

.view .label {
	font-weight: bold;
	width: 145px;
	float: left;
	text-align: right;
	padding-right: 10px;
	clear: left;
}
.view .text {
	float: left;
	width: 500px;
}
.view-controls {
	padding-bottom: 10px;
	text-align: right;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
.view-controls a {
	font-weight: bold;
	color: #FFF;
	background-color: #C24023;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.text-red {
	color: #D74526;
}
.text-green {
	color: #339900;
}
.payments-sum {
	font-weight: bold;
	padding-left: 280px;
}