body
{
	font: normal 10pt Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	
	background-image:url(../../web/images/img/body_bg.png);
	background-position:center top;
	background-repeat:repeat-x;
}

a, a:visited
{
	color: #F26725;
	background: inherit;
	text-decoration: none;
}

a:hover
{
	color: #F26725;
	background: inherit;
	text-decoration: underline;
}

pre
{
	border-left: 5px solid #F5F5F5;
	font-family:"Courier New",Courier,mono;
	margin:0.3em;
	padding:0.5em;
}

.clear {
clear:both;
}

.hidden {
display:none;
visibility:hidden;
}

.page #container
{

	margin: 0 auto;
	text-align: left;
}

.page #header
{
	width:1000px;
	height:390px;
	margin:auto;
}

.page #headerRight {
width:709px;
float:right;
margin:0;
padding:0;

}

.page #header h1
{
	margin: 0;
	padding: 10px 0;
}

.page #header a
{
	color: #F26725;
	text-decoration: none;
}

.page #header a:hover
{
text-decoration:underline;
}

#logo {
width:214px;
float:left;
margin:0;
}


#nav {
width:709px;
float:right;
margin-top:85px;
font-size:11px;
}

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

#nav li {
margin:0;
padding:0;
float:right;
}

#nav li a {
color:#F26725;
border-right:2px solid #F26725;
font-weight:bold;
text-decoration:none;
padding-left:8px;
padding-right:8px;
margin:2px 0;
display:block;
}

#nav li a:hover {
color:#F26725;
}

#nav .active a {
text-decoration:none;

}
#nav li.last a {
border-right:none;
}

#headerBanner {
width:1000px;
height:263px;
clear:both;
margin-top:10px;
display:block;
}

.page #sidebar
{
	float: right;
	width: 200px;
	padding: 15px 10px;border:
}

.page #content
{
	clear:both;
	width:1000px;
	margin:auto;
	font-size:11px;
	line-height:14px;
}


.page #footer
{
	background-image:url(../../web/images/img/footer_rpt.png);
	background-repeat:repeat-x;
	height:33px;
	margin-top:20px;
}

.page #footer p
{
	margin:auto;
	font-size:11px;
	color:#fff;
	width:1000px;
}

.page #footer a {
	/*color:#FFFFFF; removed to make admin controls visible*/
	text-decoration:none;
	font-size:11px;
	}
	
.page #footer a:hover {
	text-decoration:underline;
}

.clearfloat
{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.portlet
{
	-moz-border-radius:7px;
	font-size:0.9em;
	margin: 0;
	padding: 3px;
	margin-bottom:15px;
	/*background-color:#EEE;*/
}

.portlet .header
{
	color:#555;
	font-size:1.2em;
	font-weight:bold;
	line-height:1;
	padding:5px 10px 6px;
	margin: 0;
	text-align:center;
}

.portlet .content
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background:#F5F5F5;
	padding:5px 5px 10px 5px;
}

.portlet ul, .portlet ol
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 0 5px;
	padding: 0;
}

.portlet li
{
	padding: 2px 0 4px 0px;
}

.portlet .row
{
	margin: 0 0 5px 0;
}

.portlet .row .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

.errorMessage
{
	color: red;
}

.form
{
	-moz-border-radius:7px;
	border: 3px solid #EEE;
	background:#F5F5F5;
	padding:10px;
	margin: 0;
}

.form .row
{
	margin: 5px 0;
}

.form .row label
{
	display: block;
	font-weight: bold;
}

.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

.form label.error,
.form span.error
{
	color: #C00;
}

.form input.error,
.form textarea.error,
.form select.error
{
	background: #FEE;
	border-color: #C00;
}

.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

.form .errorSummary ul li
{
	list-style: square;
}

.post
{
	margin: 10px 0;
}

.post .title
{
	font-size: 1.8em;
	border-bottom: 1px solid silver;
	font-weight:bold;
	color:#F26725 !important;
	padding-bottom:8px;
	
}

.post .title a
{
	color: #F26725;
	text-decoration: none;
}

.post .author
{
	color: #888;
}

.post .nav
{
	-moz-border-radius:7px;
	padding: 5px;
	background: #F5F5F5;
}

.post .draft
{
	color: red;
}

.post .published
{
	color: green;
}

.post .archived
{
	color: yellow;
}

.comment
{
	-moz-border-radius:7px;
	padding: 5px;
	background: #F5F5F5;
	margin: 5px 0;
}

.comment .author a
{
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

.comment .author a:hover
{
	color: #333;
	border-bottom: 1px solid gray;
}

.comment .time
{
	color: #888;
	font-size: 0.8em;
}

.comment a.cid
{
	color:#CCC;
	float:right;
	font-size:1.5em;
	font-weight:bold;
	padding:0 5px 5px 5px;
	text-decoration: none;
}

.comment a.cid:hover
{
	color:#555;
}

.comment .pending
{
	color:red;
}

span.tag
{
	padding: 0 4px 0 0;
}

table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #AAA solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #DDD;
	text-align: center;
}

table.dataGrid th a
{
	color: #555;
	text-decoration: none;
}

table.dataGrid th a:hover
{
	color: #333;
	border-bottom: 1px solid gray;
}

table.dataGrid tr.odd
{
	background: #F5F5F5;
}

