body {
	background: #333;
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	height:100%;
}

* {
	margin: 0;
	padding: 0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th,td {
	padding: 10px 10px;
}

th {
	color: #fff;
	background: #E66000;
}

th.topleft {
	border-top-left-radius: 4px;
}

th.topright {
	border-top-right-radius: 4px;
}

td {
	border-bottom: 1px solid #ccc;
}
/*
td.first_col {
	border-left: 1px solid #ccc;
}

td.last_col {
	border-right: 1px solid #ccc;
}
*/
tr.first_row td {
	border-top: 1px solid #ccc;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

/** custom table */
table.list {
	width: 100%;
	text-align: left;
	margin-top: -10px;
}

table.filters {
	width: 100%;
	text-align: left;
}

table.filters td {
	text-align: left;
	padding: 5px 5px;
}

h3 img {
	margin-right: 10px;
	margin-bottom: -5px;
}

table.list img, img.in-text {
	margin-bottom: -4px;
	margin-top: -4px;
}

table.list tr.title h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

table.list th,table.list td {
	padding: 5px 5px;
	font-size: 11px;
	text-align: center;
}

table.tables th, table.tables td {
	text-align: left;
}

#pagination img {
	margin-bottom: -4px;
}

#pagination img.active {
	cursor: pointer;
}

table.list th.left,table.list td.left {
	text-align: left;
}

.even td, .inner .even td {
	background: #EAEAEA;
}

.odd td, .inner .odd td {
	background: none;
}

.even_hl td, .inner .even_hl td {
	background: #E0E000;
}

.odd_hl td, .inner .odd_hl td {
	background: #FFFF00;
}

table.list td.left35 {
	width: 35%;
	font-weight: bold;
	text-align: left;
}

table.list td.right65 {
	width: 65%;
	text-align: left;
}

table.list td.left30 {
	width: 30%;
	font-weight: bold;
	text-align: left;
}

table.list td.right70 {
	width: 70%;
	text-align: left;
}

table.list td.left20 {
	width: 20%;
	font-weight: bold;
	text-align: left;
}

table.list td.right80 {
	width: 80%;
	text-align: left;
}

table.list td.left40 {
	width: 40%;
	font-weight: bold;
	text-align: left;
}

table.list td.right60 {
	width: 60%;
	text-align: left;
}

p.table_section {
	margin-top: 10px;
	margin-bottom: 5px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

code,blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}

code {
	background-color: #222;
	color: #ccc;
	border: none;
}

blockquote {
	border-left: 3px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
	font-size: 12px;
}

a {
	color: #55A649;
}

a:hover {
	color: #A74956;
}

a:focus {
	outline: none;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

input,select,textarea {
	padding: 3px;
	color: #333333;
	border: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 4px;
}

input.form {
	padding: 2px;
	color: #333333;
	border: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form input.formbutton, #sidebar input.formbutton {
	border: none;
	background: #111;
	color: #ddd;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
	cursor: pointer;
	border-radius: 4px;
}

form input.formbutton:hover, #sidebar input.formbutton:hover {
	background: #333;
	color: #fff;
}

form input.disabled {
	background: #777;
	color: #fff;
	cursor: auto;
}

form input.disabled:hover {
	background: #777;
	color: #fff;
	cursor: auto;
}

form.searchform p {
	margin: 5px 0;
}

span.required {
	color: #ff0000;
}

h1,#content .box h1,#fullcontent .box h1 {
	color: #000;
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	background: none;
	border-bottom: none;
	text-transform: none;
	line-height: 1.0em;
	padding: 0 0 5px;
}

h2 {
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana,
		Sans-Serif;
	font-size: 22px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
}

h3 {
	color: #555;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #999;
}

h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #999;
}

.news h3 {
	margin-bottom: 5px;
	margin-top: 15px;
}

.news h5 {
	font-size: 11px;
	color: #555;
	font-weight: normal;
}

.news p {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 20px;
}

.news blockquote {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 30px;
}

ul,ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol,li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

#container {
	width: 1060px;
	margin: 0 auto;
	padding: 0;
	background-color: #ddd;
	border-right: 10px solid #555;
	border-left: 10px solid #555;	
}

#header {
	padding: 0px 15px;
	background: url('../img/header.jpg') repeat-x scroll top left;
	margin: 0 auto;
	height: 115px;
}

.minimized #header {
	height:30px;
}

.minimized div.header_content {
	display:none;
}

div.header_buttons {
	position: fixed;
	top: 0px;
	width: 930px;
	text-align:center
}

div.header_buttons img {
	cursor: pointer;
	margin: 0 auto;
}

#header h1 a {
	color: #fff;
	padding-top: 40px;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -3px;
	float: left;
}

#header h2 {
	color: #111;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
	margin-top: 48px;
	padding-left: 4px;
	letter-spacing: 0;
	font-weight: bold;
	font-style: italic;
}

#nav {
	margin: 0 auto;
	height: 35px;
	width: 1060px;
	background: #111 url('../img/nav-bg.jpg') repeat-x scroll;
}

.minimized #nav {
	top:30px;	
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	float: left;
	display: block;
}

#nav ul li a {
	display: block;
	color: #ddd;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Lucida, "Lucida Sans", Geneva, Arial, sans-serif;
	padding: 12px 15px 11px;
	text-decoration: none;
	height: 12px;
}

#nav ul li a.admin {
	color: #bb0;
}

#nav ul li a.admin:hover {
	color: #ff0;
}

#nav ul li a.logout {
	color: #b00;
	cursor: pointer;
}

#nav ul li a.logout:hover {
	color: #f00;
}

#nav ul li.selected {
	position: relative;
	top: -5px;
}

#nav ul li.selected a,#nav ul li.selected a:hover,#nav ul li.selected a.admin,#nav ul li.selected a.admin:hover
	{
	background: #ddd url('../img/nav-selected.jpg') repeat-x scroll;
	color: #333;
	padding: 17px 15px 13px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#nav ul li a:hover {
	color: #fff;
}

#nav-bottom {
	clear: both;
	border-bottom: 8px solid #ddd;
}

#menu {
	float: left;
	height: 35px;
}

#flags {
	float: right;
	margin-right: 4px;
	height: 35px;
}

img.flag {
	padding-top: 5px;
	padding-right: 5px;
}

#body {
	background: none;
	margin: 0 auto;
	padding: 20px 12px;
	width: 1036px;
	background-color: #ddd;
	clear: both;
	min-height: 666px;
}

.minimized #body {
	margin-top: 65px;
}

#content {
	float: left;
	width: 715px;
}

#content.large {
	width: 815px;
}

#content.full {
	width: 1036px;
}

#fullcontent {
	float: left;
	width: 1036px;
}

.box {
	margin: 0;
	padding: 10px;
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#sidebar {
	width: 300px;
	padding: 0;
	/*position: fixed;*/
	margin-left: 736px; 
}

#sidebar.slim {
	width: 200px;
	margin-left: 836px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 10px;
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	
}

#sidebar li ul li {
	display: block;
	border-top: none;
	padding: 6px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13px;
	border: none;
}

#sidebar li ul li a {
	font-weight: normal;
	color: #333;
}

#sidebar li ul li a:hover {
	color: #000;
}

#sidebar li ul.blocklist li {
	padding: 0;
	display: inline;
}

#sidebar li ul.blocklist li a {
	display: block;
	border-bottom: 1px solid #e0e0e0;
	padding: 1px 0px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}

#sidebar li ul.blocklist li a:hover {
	text-decoration: underline;
	color: #000;
}

.blocklist img {
	margin-bottom: -5px;
}

#sidebar h4,#content h1,#fullcontent h1 {
	color: #fff;
	font-family: Lucida, "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: -0.5px;
	border-bottom: 1px solid #366E30;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.9em;
	padding: 5px;
	padding-top: 7px;
	padding-left: 12px;
	font-weight: bold;
	background: #50A145 url('../img/header.jpg') repeat-x center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#sidebar h4.collapsed, #content h1.collapsed, #fullcontent h1.collapsed {
	border-radius: 6px;
	border: none;
	margin-bottom: 20px;
}

img.collapse {
	margin-top: -4px;
	margin-bottom: -4px;
	margin-right: 4px;
	cursor: pointer;
}

#content h1 .right,#fullcontent h1 .right {
	float: right;
	padding-right: 5px;
	text-transform: none;
}

.clear {
	clear: both;
}

#footer {
	margin-top: 0px;
}

#footer p {
	text-align: left;
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.footer-content {
	padding: 30px 15px 60px;
	background: #4C9B43 url('../img/header.jpg') repeat-x scroll center;
}

#footer .footer-content p {
	color: #666;
	position: relative;
	top: 12px;
	margin-left: 185px;
}

#footer .footer-content p a {
	color: #fff;
	font-family: "Lucida Grande", "lucida sans unicode", Verdana, Arial,
		Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin: 0 10px;
	padding-bottom: 2px;
	position: relative;
	top: 2px;
}

#footer .footer-content p a.admin {
	color: #ff0;
}

#footer .footer-content p a:hover {
	border-bottom: 2px solid #489140;
}

#footer .footer-content p a.backtotop {
	float: right;
	font-size: 12px;
	top: 15px;
}

#footer .footer-content span.sitename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #366E30;
	float: left;
}

#footer .footer-bottom {
	padding: 7px 15px 0;
	height: 24px;
	color: #666;
	background: #111 url('../img/nav-bg.jpg') repeat-x center;
	border-top: 8px solid #ddd;
}

#footer .footer-bottom p {
	color: #999;
	margin-top: -1px;
}

#footer .footer-bottom p a {
	color: #fff;
	font-weight: bold;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

select.width480,textarea.width480 {
	width: 480px;
}

input.width480 {
	width: 472px;
}

select.width400,textarea.width400 {
	width: 400px;
}

input.width400 {
	width: 392px;
}

select.width240 {
	width: 240px;
}

input.width240 {
	width: 232px;
}

select.width276 {
	width: 276px;
}

input.width276 {
	width: 268px;
}

select.width320 {
	width: 320px;
}

input.width320 {
	width: 312px;
}

select.width180 {
	width: 180px;
}

input.width180 {
	width: 172px;
}

select.width160 {
	width: 160px;
}

input.width160 {
	width: 152px;
}

select.width120 {
	width: 120px;
}

input.width120 {
	width: 112px;
}

select.width80 {
	width: 80px;
}

input.width80 {
	width: 72px;
}

select.width60 {
	width: 60px;
}

input.width60 {
	width: 52px;
}

select.width70 {
	width: 70px;
}

input.width70 {
	width: 62px;
}

select.width50 {
	width: 50px;
}

input.width50 {
	width: 42px;
}

select.width40 {
	width: 40px;
}

input.width40 {
	width: 32px;
}

select.width36 {
	width: 36px;
}

input.width36 {
	width: 28px;
}

select.width30 {
	width: 30px;
}

input.width30 {
	width: 22px;
}

input.width20 {
	width: 12px;
}

select.width100 {
	width: 100px;
}

input.width100 {
	width: 92px;
}

select.error,input.error,textarea.error {
	background-color: #ff9;
	border-color: #f00;
}

img.button {
	cursor: pointer;
}

img.button_dis {
	cursor: help;
}

.help {
	cursor: help;
}

img {
	border: none;
}

img.translate {
	margin-right: 5px;
}

.initials {
	float: right;
	padding-right: 4px;
}

.initials a,.initials a:hover {
	color: #fff;
	text-decoration: none;
}

.initials a:hover {
	text-decoration: underline;
}

div.login {
	margin-top: 26px;
	float: right;
	text-align: right;
	color: #222;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
}

div.login input {
	height: 14px;
	margin: 0;
	padding: 2px;
}

div.login input.formbutton {
	height: 20px;
	font-size: 11px;
	margin-top: 1px;	
}

div.login p {
	margin-top: 2px;
	font-size: 10px;
	color: #ddd;
}

div.login a {
	font-style: italic;
	color: #ddd;
	text-decoration: none;
}

div.login a:hover {
	color: #fff;
	text-decoration: underline;
}

input.mini {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: -3px;
	margin-bottom: -3px;
	height: 16px;
	font-size: 12px;
}

select.mini {
	padding: 1px;
	margin-top: -3px;
	margin-bottom: -3px;
	height: 20px;
	font-size: 12px;
}

div.box table.list {
	margin-top: 5px;
}

.right {
	text-align: right;
}

#faded {
  opacity: 0.6; 
  background: #000 url('../img/loading.gif') no-repeat center;
  width: 100%;
  height: 100%; 
  z-index: 10;
  top: 0; 
  left: 0; 
  position: fixed;
}

div.button_bar {
	text-align: center;
	margin-top: 10px;
	/*padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ccc;*/
	border-radius: 4px;
}

input.amount {
	text-align: right; 
	padding-right:5px; 
}

input.bold {
	font-weight: bold;
}

tr.footer td {
	border-top: 2px solid #ccc;
}
