@charset "utf-8";

/* General styles */
body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background:#fff;
	min-width:600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
a { color:#369; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:none; }
h1, h2, h3 { margin:.5em 0 .5em 0; padding:0; color:#0d7a5d; }
h1 a, h2 a, h3 a { color:#0d7a5d; }
h1 { font-size:110%; }
h2 { font-size:105%; }
h3 { font-size:100%; }
p { margin:.4em 0 .8em 0; padding:0; }
ul { margin:0; list-style-type:none; }
table { font-size:100%; } /* IE6 */
td { vertical-align:top; }
form {
	margin:0;
	padding:0;
}

/* Main boxes
----------------------------------------------- */
#outer {
	margin:0 auto;
	padding:0;
	width:1050px;
}

#container {
	margin:0;padding:5px;
	width:860px;
	float:left;
	background:#0d7a5d;
}
#ads {
	margin:0;padding:0;
	width:180px;
	float:right;
	text-align:center;
}
#ads img, #sidebar img {
	margin-bottom:5px;
	padding:0;
	border:2px solid #ccc;
}
#wrapper {
	background:#fff;
}
#header {
	height:170px;
	clear:both;
}
#menu {
	height:34px;
	clear:both;
	background:#eee;
	border-bottom:1px solid #0d7a5d;;
}
#menu ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#menu ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#0d7a5d;
	border:1px solid #0d7a5d;
	color:#fff;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#menu ul li a:hover {
	background:#fff;
	color:#0d7a5d;
	border-top:1px solid #0d7a5d;
	border-right:1px solid #0d7a5d;
	border-bottom:1px solid #fff;
	border-left:1px solid #0d7a5d;
}
#menu ul li a.active,
#menu ul li a.active:hover {
	color:#0d7a5d;
	border-top:1px solid #0d7a5d;
	border-right:1px solid #0d7a5d;
	border-bottom:1px solid #fff;
	border-left:1px solid #0d7a5d;
	background:#fff;
	font-weight:bold;
}
#menu ul li a span {
	display:block;
}
#sidebar {
	margin:0;
	padding:.5em;
	width:175px;
	float:left;
}
#content {
	margin:0;
	padding:5px;
	width:655px;
	float:right;
}
#banner {
	padding:5px;
	text-align:center;
}
#footer {
	margin:0;
	padding:5px;
	clear:both;
	text-align:center;
	background:#eee;
	border-top:1px solid #0d7a5d;
	border-bottom:1px solid #0d7a5d;
}

/* More styles
----------------------------------------------- */
h1.events {
	padding-left:25px;
	background:url('/images/icons/calendar.png') no-repeat top left;
}
h1.feed {
	padding-left:20px;
	background:url('/images/icons/newspaper.png') no-repeat top left;
}
h1.magnifier {
	padding-left:25px;
	background:url('/images/icons/magnifier.png') no-repeat top left;
}
.post {
	margin-bottom:1em;
	display:block;
}
.post h2 {
	margin:0;
}
.post h2 a {
	color:#000;
	font-size:110%;
}
.post .date {
	font-size:80%;
	font-weight:bold;
	color:#999;
	clear:both;
}
table.data {
	width:100%;
	/*border-collapse:collapse;*/
}
table.data tr.on {
	background:#dde3e3;
}
table.data tr.off {
	background:#bbceca;
}
table.data td {
	padding:2px;
	border-spacing:2px; 
}
.paginator {
	margin:.5em 0;
	clear:both;
}

/* Custom styles
----------------------------------------------- */
.clear         { clear: both; }

.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }
.strike		   { text-decoration: line-through; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }

.small { font-size:90%; }

table.calendar { width:95%; margin-bottom:10px; border:1px solid #999; font-size:11px }
table.calendar th { border:1px solid #999; text-align:center; }
table.calendar td { border:1px solid #999; text-align:center; }
table.calendar td.today { font-weight:bold; }
table.calendar td.event { background-color:#fc6; }

#search {
	margin-bottom:15px;
}

#search #quick, #search #prod, #search #supp {
	padding: 5px;
}

#search input,#search select {
	font-size: 10px;
	margin-bottom: 2px;
}

ul.tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ffa425;
	height:20px;
	clear:both;
}

ul.tabs li {
	float:left;
	margin-right:3px;
	text-align:center;
}

ul.tabs li a {
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	height:20px;
	padding:0 3px 0 3px;
	background-color:#fc6;
	color:#fff;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	width:auto;
}

ul.tabs li a:hover {
	color:#fff;
}

ul.tabs li a.active {
	background-color:#ffa425;
}

label { 
	margin:3px;
	display:block;
}

.box { padding:5px 10px 5px 10px; background:#ff9; border:1px solid #e4b800; }

.input-text, select, textarea {
	padding:2px; 
	border:1px solid #ababab; 
	border-right:1px solid #e6e6e6; 
	border-bottom:1px solid #e6e6e6; 
	font-size:14px; 
	width:200px;
}

.dateselect select{
	width:auto;	
}
