﻿#titlebar {
	width: 735px;
	height: 25px;
	margin-top: 10px;
	background: url('/images/main/titlebar.jpg') no-repeat right top;
}
#titlebar h1 {
	float: right;
	margin-top: 2px;
	margin-right: 7px;
	font: normal 9pt tahoma;
	color: black;
}
#titlebar img {
	float: left;
	vertical-align: middle;
}
/* NAVIGATION */
.nav-band {
	width: 755px;
	background: #F6F4E8;
	border-top: solid 1px #D3D1C2;
	border-bottom: solid 1px #D3D1C2;
}
.nav-items {
	padding: 6px 6px 4px 6px;
	border-bottom: solid 1px #fff;
}
.nav-pages {
	width: 100%;
	float: right;
}
.nav-pages .text {
	display: block;
	float: right;
	width: 45px;
	font-size: 12px;
}
.nav-pages .cur-button, .nav-pages a
{
	display: block;
	float: right;
	margin-left: 1px;
	padding: 0 4px;
	font-size: 12px;
	background: #E5E3D3;
	border: solid 1px #D1CDAB;
}
.nav-pages  a:hover, .nav-pages .cur-button {
	color: #B23F33;
	background: #FCFCF7;
	border: solid 1px #B23F33;
	text-decoration: none;
}
.sub-hl {
	margin-bottom: 1px;
	padding: 0 6px 4px 6px;
	font-size: 11px;
	color: #666;
	background: #FCFCF7;
}
.sub-hl a {
	text-decoration: underline;
}

/* TABLE */
table .datalist {
	width: 745px;
	float: right;
	border-width: 0px;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 10px;
}
input, option, textarea, select {
	font-family: Tahoma;
	font-size: 9pt;
	border: solid 1px #c1c1c1;
}
.checkbox-input, .checkbox-input input
{
	border-width: 0;
	border-style: none;
}
.image-input {
	border: solid 1px #c1c1c1;
	cursor: hand;
}
.datalist th {
	height: 25px;
	color: white;
	background-image: url('/images/table-header-bg.gif');
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
.datalist td {
	height: 25px;
	color: black;
}
.even 
{
	background-color: #EFF3FB;
}
.odd
{
	background-color: #FFFFFF;
}
.two-line 
{
	line-height: 1.7;
}


.cell-id {
	width: 35px;
}
.cell-title {
	width: 360px;
}
.cell-number {
	width: 80px;
}
.cell-edit {
	width: 75px;
}
.cell-date {
	width: 125px;
}
.cell-name 
{
	width: 150px;
}


.form-table 
{
	width: 745px;
}
.form-table .titles
{
	width: 145px;
	background-color: #f6f6f6;
	vertical-align: top;
	padding: 5px;
}
.form-table .controls
{
	width: 600px;
}
.form-table .controls input
{
	padding-top: 2px;
	padding-bottom: 2px;
}
.controls .size-1
{
	width: 600px;
}
.controls .size-2
{
	width: 450px;
}
.controls .size-3
{
	width: 300px;
}
.controls .size-4
{
	width: 150px;
}
.controls .size-5
{
	width: 100px;
}
.controls .button 
{
	padding-right: 7px;
	padding-left: 7px;
	height: 25px;
	border: outset 1px #c1c1c1;
	background-color: #e7e7e7;
}

/* Message */
.message
{
	width: 765px;
	float: right;
	text-align: right;
	margin-top: 10px;
	border: 1px solid #c1c1c1;
	background-color: #fff;
}
.message img
{
	float: right;
	padding: 10px 10px 10px 0;
}
.message .text
{
	float: right;
	padding: 27px 10px 10px 10px;
}
.error 
{
	color: Red;
}
.success 
{
	color: Green;
}

/* News */

.title 
{
	width: 745px;
	margin-bottom: 10px;
	float: right;
	text-align: right;
}
#mid-col h1, #law h1 {
	padding: 4px 6px;
	font-size: 18px;
	font-family: B Titr, B Titr Bold, Titr, Arial;
	font-style: normal;
	color: #4B3C23;
	background: #FCFCF7;
}
.treeview {
	width: 745px;
	float: right;
	text-align: right;
	border-width: 0px;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 10px;
}

td .treeview-root
{
	display: block;
	width: 725px;
	height: 25px;
	color: white;
	background-image: url('/images/table-header-bg.gif');
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}

span.treeview-root
{
	color: White;
}
td .treeview-node 
{
	width: 725px;
	height: 25px;
	color: black;
}
#magazine h1 
{
	font-family: Arial;
	font-size: 14pt;
}
.BulletedList li
{
	line-height: 150%;
	list-style-type: circle;
	list-style-position: inside;
	display: list-item;
}