body {
	border-top: 2px solid #e0591e;
}

.fl {float: left;}
.fr {float: right;}
.cb {clear: both;}

#content a {
	font-weight: bold;
}

#logo {
    float: left;
    width: auto;
    padding: 10px 13px 0px 10px;
}
a#logo {
	/* See: https://www.phpbb.com/kb/article/changing-your-board-logo/
	for changing logo image */
	margin-top: 10px;
	margin-left: 10px;
}

#banner {
	padding-bottom: 20px;
	background: url("../images/example-banner.png") repeat left top;
}

ul.userlinks {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 20px;
	margin-top: 20px;
}

ul.userlinks li {
	float: left;
	margin-left: 10px;
}

ul.userlinks li a {
	display: block;
	font-size: 1.5em;
	background: rgba(247,247,247,0.5);
	font-family: "beb", Arial, Helvetica, sans-serif;
	word-spacing: 5px;
	border-bottom: 3px solid #e0591e;
	line-height: 80px;
	padding: 0 30px;
	text-decoration: none;
}

ul.userlinks li a:hover {
	text-decoration: none;
}

ul.userlinks li a strong {
	color: #e0591e;
	margin-right: 5px;
}

.navigation {
	background: #1e2025;
	font-family: "beb", Arial, Helvetica, sans-serif;
	word-spacing: 5px;
	margin-bottom: 20px;
}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation ul li {
	float: left;
}

.navigation ul li a {
	display: block;
	border-bottom: 3px solid #1e2025;
	padding: 16px 16px 12px;
	font-size: 1.5em;
	color: #ffffff;
	text-decoration: none;
}

.navigation ul li.active > a, .navigation ul li a:hover {
	border-bottom-color: #e0591e;
	text-decoration: none;
}

.navigation ul li.parent > a {
	background: url("../images/drop.png") no-repeat right 50%;	
}

.navigation ul li a span { /* wrap nav items in <span> for orange text */
	color: #e0591e;
}

/* Optional: Keep navbar parent link underlined when hovering over sub-menu items */
/* .navigation ul li:hover > a {
	border-bottom-color: #e0591e;
}*/

.navigation ul li ul { /* main menu drop down */
	position: absolute;
	background: #1E2025;
	display: none;
	z-index: 9999;
}

.navigation ul li:hover > ul {
	display: block;
}

.navigation ul li ul li {
	float: none;
}

.forumbg span.corners-top, .forumbg span.corners-bottom, .forabg span.corners-top, .forabg span.corners-bottom {
	display: none;
}

li.header {
	background: #1e2025;
	padding: 10px;
}

li.header dl.icon dt {
	font-weight: normal;
}


li.header dl.icon dt a:hover {
	text-decoration: none;
}

.alpha-copyright {
	text-align: center;
	font-size: 1.0em;
	color: #ffffff;
	text-shadow: 0 -1px 0 #000000;
}

.alpha-copyright a {
	color: #ff4e00;
}

.breadcrumbs {
	display: block;
	background: rgba(237,237,237,1);
	border-bottom: 3px solid #e0591e;
	line-height: 45px;
	padding: 0 15px;
}
.statusbar {
	font-size: 1.7em;
	font-family: "beb", Arial, Helvetica, sans-serif;
	word-spacing: 5px;
	color: #e0591e;
	text-decoration: none;
}

.about {
    text-align: center;
    width: 25%;
    margin: 20px auto;
}
span.header {
	display: block;
	background-color: #1E2025;
	color: #fff;
	font-family: "beb", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding: 10px 5px;
}
.about > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}

#content > img {
	margin: 10px 0px;
}


.exclamation {
    display: block;
	background: #EDEDED none repeat scroll 0% 0%;
	border-bottom: 3px solid #E0591E;
    padding: 5px;
    margin: 5px 0px;
}

/*****************************/
/*                           */
/* Table elements            */
/*                           */
/*****************************/

table#memberlist th {
     background: #1E2025;
     padding: 10px;
}

tr.odd td.sorting_1 {
    background-color: #FFD3D3;
}

tr.even td.sorting_1 {
    background-color: #FFEAEA;
}

tr.odd {
    background-color: #E8E8E8;
}

tr.even {
    background-color: #F4F4F4;
}

table.checkin tr.odd:hover {
    background-color: #FFD3D3;
}
table.checkin tr.even:hover {
    background-color: #FFEAEA;
}

table.display {
    margin: 10px auto;
    clear: both;
    width: 100%;
}

.checkin > caption {
	margin: 0px 0px 10px;
}
.headertable,
.headertable th,
table.admin > tbody > tr.headertable > td {
	background-color: #1E2025;
	color: #fff;
	font-family: "beb", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 10px 5px;
}

.headertable th font {
	font-size: 0.8em;
	font-weight: normal;
}

table.history {
	margin: 10px 0px 0px;
}

.history_details tr td {
	padding: 0px 10px;
}
.history tr td {
	padding: 7px 10px;
}
.history a {
	font-weight: bold;
	font-size: 1.1em;
	color: #e0591e;
}

table.display thead th,
table.display tfoot th {
    font-weight: normal;
}

.listtable {
	padding: 5px;
}
div.buttonlink > a {
	text-decoration: bold;
	color: #e0591e;
	font-weight: bold;
}
table.admin {
	margin: 20px 0px;
}
table.admin > tbody > tr.headertable > td {
	font-size: 1em;
	word-spacing: 5px;
	padding: 10px 15px;
	width: 25%
}
table.admin > tbody > tr > td {
	vertical-align: top;
	text-align: center;
}

table.admin > tbody > tr > td > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 20px;
	margin-top: 20px;
	font-weight: bold;
}


/*****************************/
/*                           */
/* Buttons elements          */
/*                           */
/*****************************/

#filetable_paginate a {
	font-weight: normal;
}

a.paginate_button.disabled {
	color: #AAA !important;
}
a.paginate_button.disabled:hover {
	cursor: inherit;
	background-color: #DDD;
}

a.paginate_button.current {
	color: #E0591E !important ;
}
a.paginate_button.current:hover {
	cursor: inherit;
	background-color: #DDD;
}

/*****************************/
/*                           */
/* Form elements             */
/*                           */
/*****************************/

form {
	margin: 0px;
}
label,
input[type],
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type] {
  display: inline-block;
  height: 24px;
  padding: 5px;
  margin: 5px;
  font-size: 14px;
  line-height: 15px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  width: 206px;
  height: auto;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

select:focus,
textarea:focus,
input[type]:focus {
  border-color: rgba(236, 82, 82, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236, 82, 82, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236, 82, 82, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236, 82, 82, .6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 5px 15px 10px;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  padding: 5px 20px;
}
input[type="file"] {
	background-color:transparent;
	border:none;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
}
select[multiple],
select[size] {
  height: auto;
}
.ui-multiselect {
    padding: 5px 10px;
    text-align: left;
    margin: 0px 5px;
}
/*
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
*/

/*****************************/
/*                           */
/* Adjust Form elements      */
/*                           */
/*****************************/

#filetable_length > label:nth-child(1) > select:nth-child(1) {
    width: 55px;
    margin: 0px 0px 0px 23px;
}

#addeditform > table:nth-child(2) > tbody:nth-child(3) > tr:nth-child(1) > td:nth-child(2) {
    padding-left: 10px;
}

#department_permissions_table_wrapper > div:nth-child(2) > div:nth-child(2),
#user_permissions_table_wrapper > div:nth-child(2) > div:nth-child(2) {
	max-height: 300px;
}

#content > a:nth-child(4) {
	margin-right: 20px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.2em;
}

/*****************************/
/*                           */
/* Adjust Table elements     */
/*                           */
/*****************************/

#filetable > thead:nth-child(1) > tr:nth-child(1),
#filetable > tfoot:nth-child(3) {
	background-color: #1E2025;
	color: #fff;
	font-family: "beb", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

.sorting_asc {
    background: transparent url("../img/sort_asc.png") no-repeat scroll right center;
}
.sorting_desc {
    background: transparent url("../img/sort_desc.png") no-repeat scroll right center;
}

#department_permissions_table_wrapper > div:nth-child(2) > div:nth-child(1),
#user_permissions_table_wrapper > div:nth-child(2) > div:nth-child(1) {
	background-color: #1E2025;
	color: #fff;
}
#department_permissions_table_wrapper > div div table thead tr td,
#user_permissions_table_wrapper > div div table thead tr td {
	font-family: "beb", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	width: 100px;
}

.accordion {
	width: 490px;
}

table#department_permissions_table, table#user_permissions_table {
	margin: 0px auto 10px; 
}