* {
	margin:0;
	padding:0;
}

.clearing {
	clear:both;
}
body {
	text-align:center;
}
#page-wrapper {
	width:770px;
	margin:0 auto;
	text-align:left;
}
#header {
	border:1px solid #FFF;
	border-bottom:none;
	background:url(/files/banner-plain.gif) no-repeat top center;
	height:120px;
	text-indent:-9999px;
}
#menuElem {
        padding:0;
        margin:0;	
        height:25px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	list-style:none;
	background:#6486C9;
}
#menuElem li {
	float:left;
}
#menuElem li a {
	float:left;
	display:block;
	padding:0 10px;
	margin:5px 0 7px;
	border-right:1px solid #FFF;
	color:#FFFFFF;
	text-transform:uppercase;
}
#menuElem li a:hover {
	color:#FFCD62;
}
#menuElem li.highlighted a {
	color:#484270;
}
#menuElem li.first {
	padding-left:30px;
}
#menuElem li.last a {
	border:none;
}
#content-wrapper {
	border:1px solid #FFF;
	border-top:none;
	background:url(/files/sidebar-180.gif) repeat-y right;
}
#content {
	float:left;
	width:520px;
	margin-left:40px;
	display:inline;
	padding:20px 0;
}
#sidebar {
	float:right;
	width:180px;
	background:#E3E4D2;
}
#footer {
	clear:both;
	background:#CCC;
	padding:5px 0 10px;
	text-align:center;
	color:#6486C9;
}


#sidebar div {
	padding:10px 15px 5px;
}
p.emphasis {
	padding-bottom:10px;
}
ul.arrow-btn {
	padding:0;
        list-style:none;
}
ul.arrow-btn li {
	float:left;
}
ul.arrow-btn li a {
	float:left;
	padding:0 10px 0 45px;
	line-height:45px;
	background:url(/files/arrow.gif) no-repeat left center;
}
p.feedback,
#contact-form-errors,
#subscriber-form-errors{
	padding:2px 0 15px 25px;
	background:url(/files/alert.png) no-repeat left top;
	color:#FF0000;
}

/* ADMIN - USER LISTING */
.user-item {
	margin-bottom:20px;
	border:1px solid #FFCD62;
	position:relative;
}
.user-item h3 {
	margin:0;
	padding:5px;
}
.user-item h3 em {
	padding-left:1em;
}
.user-item p {
	position:absolute;
	top:0;
	right:0;
	padding:5px;
	text-align:right;
}
.user-item ul {
	list-style:none;
	padding:5px 10px;
}
.user-item li em {
	float:left;
	width:9em;
}
.user-item a {
	color:#FFF;
	margin-left:10px;
}
.user-item a:hover {
	color:#2B72DB;
}
form#edit-user {
	
}
#edit-user p {
	margin-bottom:0;
}
label {
	display:block;
	float:left;
	padding-top:2px;
	width:160px;
	text-align:right;
	margin-right:10px;
}
p.no-label {
	padding-left:170px;
}
#remember,
#permissions input {
	width:auto;
}
#permissions span {
	padding-left:0.5em;
}
form h3 {
	margin-bottom:10px;
}
#sidebar h3 {
        margin-bottom:0;
}
input,
select,
textarea {
	width:200px;
}
textarea {
	height:10em;
}
p.submit {
	padding:20px 0 0 170px;
}
span.ErrorLabel{
	display: none;
}
#contact-form {
	padding:20px 0;
}
#contact-form label {
	width:130px;
}
#contact-form p.submit {
	padding-left:200px;
}
#contact-form input,
#contact-form select,
#contact-form textarea {
	width:300px;
} 
#contact-form p.submit input{
	width: 180px;
}

/* DOCUMENTS */
#documents {
	width:100%;
	border-collapse:collapse;
}
#documents th,
#documents td {
	padding:2px;
}
#documents th {
	background:#FFCD62;
	font-weight:normal;
	text-align:left;
}
#documents .doc,
#documents .free-doc,
#documents .restricted-doc {
	padding-left:20px;
}
#documents .restricted-doc {
	background:url(/files/key.png) no-repeat left center;
}
#documents .category{
	display: none;
}
#documents td.date,
#documents th.date{
	width: 60px;	
}
#documents td.doc,
#documents th.doc{
	width: 345px;	
}
#documents td.format,
#documents th.format{
	width: 45px;	
}
#documents td.download,
#documents th.download{
	width: 60px;	
}


#register-form {
	padding-top:20px;
}
#register-form fieldset {

}

#advert {
	background:#FFF;
	padding:8px;
}
#advert img {
	border:1px solid #848dd0;
	margin-left:142px;
	display:block;
}
#advert p {
	float:right;
	width:132px;
	padding-top:14px;
	margin:0;
}
/*BLOGS*/
span.BlogCommentsTitle{
	display: none;
}
#comments hr{
	display: none;
}
#blog ol,
#blog ul{
	padding-left: 15px;
}
/*INFORMATION FILTER*/
.filter label{
	display: inline;
	float: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	text-align: left;
	margin-right: 0px;
	padding-top: 0px;
}
.filter input{
	width: auto;	
	vertical-align: middle;
	margin-right: 4px;
}
.filter span{
	display: block;
	float: left;
	width: 450px;
	line-height: 180%;
	
}
.filter strong{
	display: block;
	float: left;
	width: 70px;
}