@charset "utf-8";

/* Stylesheet for Orbis CMS - an innovation by Novo Web Solutions
Copyright (c) 2008-2009, Novo Web Solutions - www.novo-ws.com
All rights reserved.
Be nice. Please don't steal.
*/ /* OVERRIDES */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-align: justify;
	color: #3D3D3D;
	background: #FCF5F8 url(../img/hub-ui-bgwrap.jpg) repeat-x scroll left
		top;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: normal;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	width: 100%;
	border-bottom: 2px dotted #EEE;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 17px;
	font-weight: normal;
	width: 100%;
}

p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: justify;
}

a {
	color: #E8A113; /*!important;*/
	text-decoration: none;
}

a:hover {
	color: #3D3D3D; /*!important*/
	text-decoration: none;
}

hr {
	border: none;
	border-bottom: 2px dotted #EEE;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

/* SITE-WIDE ELEMENT STYLES */
#page {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 89px;
	clear: both;
}

#subheader {
	width: 960px;
	height: 75px;
	clear: both;
	border-bottom: dotted 1px #666;
}

#content {
	padding: 10px;
	width: 960px;
	/*border:5px solid #FDFAFB;
	background:#FFF;*/
}

#footer {
	margin-top: 10px;
	padding: 10px 10px 0;
	width: 960px;
	border-top: solid thin #e8a113;
}

/* GENERAL CLASSES */
.section {
	clear: both;
	padding: 5px 0;
	margin: 5px auto;
	border-bottom: solid thin #e8a113;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* GENERAL FORM STYLING */
label {
	font-weight: bold;
}

form {
	margin: 0 !important;
}

input.btn,input.submit {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #000;
	background: #050054 url(../img/gen_button_shade.png) bottom;
}

input.btn:hover {
	background: #E8A113 url(../img/gen_button_shade.png) bottom;
}

input.btn[disabled] {
	color: #825534;
	background: #CE9D5B url(../img/gen_button_shade.png) bottom;
}

input.btn[disabled]:hover {
	background: #CE9D5B url(../img/gen_button_shade.png) bottom;
}

/* 	NAVIGATION LIST
		================================================
		*/
#navcontainer {
	margin: 1.5em 0;
}

#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist li {
	border-right: 1px solid #000;
	float: left;
	line-height: 1.2em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

.flash{ border-top: #999 1px solid; margin-top: 5px; padding-top: 5px;}
#divStatus{ margin: 5px 0; padding: 5px 0;}
