/*	basic
--------------------------------------------------*/
body {
	font-family: arial, verdana, sans-serif ! important;
	font-size: 12px ! important;
	padding: 0 0 20px 0;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

.top-navigation {
	border-top: 3px #55a51c solid;
}

#logo {
	margin: 10px 0;
}

a.logout {
	background-color: #ffb400 ! important;
	color: #fff ! important;
}

a.logout:hover {
	background-color: #ff9000 ! important;
	color: #fff ! important;
}

	.tabs-1 a, 
	.tabs-2 a {
		display: block;
		padding: 7px;
		float: left;
		margin: 0 1px 0 0;
		text-decoration: none;
		border-width: 1px 0;
		border-style: solid;
		border-color: #fff;
	}
	
	.tabs-1 a {
		background-color: #94b1dd;
		color: #fff;
	}
	
	.tabs-2 a {
		background-color: #aad28d;
		color: #fff;
	}
	
	.tabs-1 a:hover {
		background-color: #0046ad;
		color: #fff;
		/*border-color: #0046ad;*/
	}
	
	.tabs-2 a:hover {
		background-color: #55a51c;
		color: #fff;
		/*border-color: #55a51c;*/
	}
	
	.tabs-1 a.on {
		background-color: #0046ad;
		color: #fff;
		border-color: #0046ad;
	}
	
	.tabs-2 a.on {
		background-color: #55a51c;
		color: #fff;
		border-color: #55a51c;
	}
	
.content-1,
.content-2 {
	border-width: 3px 1px 3px 1px;
	border-style: solid;
	padding: 7px;
}

.content-1 {
	border-color: #0046ad;
}

.content-2 {
	border-color: #55a51c;
}

table.cf-matrix tr td {
	width: 200px;
}


/*	content
--------------------------------------------------*/
h1	{
	font-size: 18px;
	margin: 30px 0 20px 0;
}

h2 {
	font-size: 18px;
	margin: 20px 0 10px 0;
}

td {
	padding: 3px;
	/*vertical-align: top ! important;*/
}

td.main {
	width: 100%;
}

td.buttons {
white-space: nowrap;
}

.forms {
	margin: 5px 0;
}

.forms-button {
	margin: 20px 0;
}

.hr {
	height: 1px;
	background-image: url('/i/hr.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0;
	font-size: 0;
	margin: 20px 0 0 0;
}

label {
	display: block;
}

.no-block {
	display: inline;
}	

.f-text {
	width: 200px;
}

.f-select {
	width: 200px;
}

.f-textarea {
	width: 600px;
	height: 200px;
}

.f-textarea-small {
	width: 400px;
	height: 80px;
}

.table {
	margin: 20px 0;
}

.table-middle tr td {
	/*vertical-align: middle ! important;*/
}

	.table-middle tr td .forms {
		padding: 0 ! important;
	}
	
.add-container {
	width: 500px;
	background-color: #ccc;
	color: #000;
	padding: 10px;
}

tr.dark td {
	background-color: #e7e7e7;
	color: #000;
}

tr.light td {
	background-color: #eee;
	color: #000;
}

table {
	border-collapse: collapse;
}


/*	
--------------------------------------------------*/
*.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*.cf {
	display: inline-block;
}

* html .cf {
	height: 1%;
}

*.cf {
	display: block;
}