* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

a, a:link {
	color: #F27F2C;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0.3em 0;
	line-height: 1.3em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}

ul {
	list-style-position: inside;
}
small {
	color: #999999;
	font-size: .9em;
}
hr {
	background: none;
	color: #CCCCCC;
	border-top: 1px #CCCCCC solid;
	margin: 10px 0;
}

body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family: "Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;*/
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	background: #F2F4F3 url(../images/header_bg.jpg) top repeat-x;
	text-align: center;
	font-size: 76%;
	line-height: 1.3em;
}
#container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	float: left;
	width: 290px;
	height: 115px;
}
#navtop {
	float: none;
	margin-left: 290px;
	padding-top: 50px;
}
#navtop ul {
	list-style: none;
}
#navtop ul li {
	display: inline;
}
#navtop ul li a {
	line-height: 34px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px;
	margin-left: -8px;
	border-left: 1px #FFFFFF solid;
}

/** html #navtop ul li a {
	padding: 0 14px;
}*/

#sidebar {
	float: left;
	width: 290px;
}
#sidebar .box {
	background: url(../images/box_c.jpg) repeat-y;
}
#sidebar .box .box_t {
	background: url(../images/box_t.jpg) top no-repeat;
}
#sidebar .box .box_b {
	background: url(../images/box_b.jpg) bottom no-repeat;
	padding: 10px 10px 15px 10px;
}

#sidebar1 {
	float: right;
	width: 194px;
}
#sidebar1 .box {
	background: url(../images/box1_c.jpg) repeat-y;
}
#sidebar1 .box .box_t {
	background: url(../images/box1_t.jpg) top no-repeat;
}
#sidebar1 .box .box_b {
	background: url(../images/box1_b.jpg) bottom no-repeat;
	padding: 10px 10px 15px 10px;
}

#sidebar h3, #sidebar1 h2 {
	color: #6A6A6A;
}

#sidebar1 h2, #homepage_latest h2 {
	background: url(../images/arrow_round.jpg) center left no-repeat;
	padding-left: 25px;
}


#homepage #sidebar #usermenu.box .box_b, #homepage #sidebar #loginbox.box .box_b {
	height: 156px;
}

#homepage #sidebar1 #featuredbox.box .box_b {
	height: 264px;
	overflow: hidden;
}


#breadcrumbs {
	padding-top: 5px;
}

#main {
	float: none;
	margin-left: 290px;
	margin-right: 194px;
}
#main.main_noright {
	margin-right: 0;
}
#main.main_noleft {
	margin-left: 0;
}
#main.main_nosidebars {
	margin-left: 0;
	margin-right: 0;
}

#main h1.pagename {
	color: #F27F2C;
}

#footer {
	clear: both;
	font-size: 0.9em;
	color: #999999;
	text-align: center;
}

.mainbox {
	background: #FFFFFF url(../images/mainbox_c.jpg) repeat;
}
.mainbox_t {
	background: url(../images/mainbox_t.jpg) top repeat-x;
}
.mainbox_r {
	background: url(../images/mainbox_r.jpg) right repeat-y;
}
.mainbox_b {
	background: url(../images/mainbox_b.jpg) bottom repeat-x;
}
.mainbox_l {
	background: url(../images/mainbox_l.jpg) left repeat-y;
}
.mainbox_t_r {
	background: url(../images/mainbox_t_r.jpg) top right no-repeat;
}
.mainbox_b_r {
	background: url(../images/mainbox_b_r.jpg) bottom right no-repeat;
}
.mainbox_b_l {
	background: url(../images/mainbox_b_l.jpg) bottom left no-repeat;
}
.mainbox_t_l {
	background: url(../images/mainbox_t_l.jpg) top left no-repeat;
	padding: 10px 15px 15px 10px;
	/*width: auto !important;
	width: 100%;*/
	/*min-height: 150px;*/
	overflow: hidden;
}

* html .mainbox_t_l {
	height: 100%;
}


.clr {
	clear: both;
}
.clrleft {
	clear: left;
}
.clrright {
	clear: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatnone {
	float: none;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}

img.floatleft {
	margin-right: 10px;
}
img.floatright {
	margin-left: 10px;
}


.textbox, .select {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	color: #666666;
}
.button {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
}


.inputform {
	padding: 10px 0;
}
.inputform .label {
	padding: 3px 0;
}
.inputform .label label {
	font-weight: bold;
}
.inputform .field {
	padding: 3px 0;
}
.inputform .buttons {
	padding: 10px 0;
}
.inputform .field .textbox, .inputform .field .select {
	width: 70%;
	padding: 5px;
}
.inputform .buttons .button {
	padding: 5px;
}
.inputform .field .textbox:focus, .inputform .field .select:focus {
	background: #E9EEF3;
}


table.datagrid {
	width: 100%;
}
table.datagrid tr {
	
}
table.datagrid tr:hover {
	background: #F0F4F7;
}
table.datagrid th {
	border-bottom: 2px #CCCCCC dotted;
}
table.datagrid td {
	
}
table.datagrid td, table.datagrid th {
	padding: 3px;
}

.datalist {
	
}
.datalist ul {
	list-style: none;
}
.datalist ul li {
	border-bottom: 2px #CCCCCC dotted;
	padding: 5px;
}
.datalist ul li h3.header {
	
}

.datalist dl {
	margin-top: 10px;
}
.datalist dl dt {
	background: #D2ECF0;
	border-bottom: 2px #CCCCCC dotted;
	padding: 5px;
}
.datalist dl dd {
	padding: 5px;
	margin-bottom: 5px;
}