body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	letter-spacing: -1px;
}
body.slideshow {
	background-color: black; color: white;
	font-size: 10px; font-family: verdana, arial, sans-serif;
	margin: 20px 0 20px 0;
}

img.block {
	display: block;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: square;
	margin-left: 1.5em;
}

li {
	color: #830c0c;
}

li span {
	color: black;
}

a {
	color: #830c0c;
	text-decoration: none;
}
a:hover {
	color: #a86262;
}
a.title {
	color: #830c0c;
	font-weight: bold;
	text-decoration: none;
}
a.title:hover {
	color: #a86262;
}
a img {
	border: none;
	outline: none;
}

div#wrapper {
	width: 950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	position: relative;
	height: 90px;
	background: url(/images/header_background.gif) no-repeat;
	color: white;
	font-size: 10px;
}
	div#header-wrapper {
		width: 950px;
		border-bottom: 3px solid #f2f2f2;
	}
	div#pagenav {
		border-top: 1px solid black;
		background-color: #896666;
		color: white;
		padding-left: 20px;
		padding-bottom: 3px;
	}

div#header a {
	color: white;
	text-decoration: none;
	outline: none;
}

div#header a:hover {
	color: #f2f2f2;
}

div#logo {
	float: left;
	padding-top: 45px;
	padding-left: 20px;
}
	div#logo img {
		display: block;
	}

div#mainMenu {
	float: left;
	padding-top: 57px;
	padding-left: 30px;
}
	div#mainMenu ul li {
		display: block;
		float: left;
		background-color: #830c0c;
		color: white;
		margin-right: 5px;
	}
	div#mainMenu ul li a {
		display: block;
		padding: 7px 10px;
	}
	div#mainMenu ul li a img {
		display: block;
	}

div#userDashboard {
	position: absolute;
	bottom: 14px;
	right: 70px;
	text-align: right;
}

div#userIcon {
	position: absolute;
	bottom: 14px;
	right: 10px;
}

div#userIcon img {
	display: block;
}

div#breadcrumb {
	margin-bottom: 10px;
	color: black;
}

div.section {
	margin-top: 5px;
}

div.sidebar {
	float: left;
	margin-right: 5px;
	width: 220px;
}
div.content {
	float: left;
	width: 725px;
}

div.center {
	text-align: center;
}

div#footer {
	margin-top: 15px;
}

div#copyright {
	float: left;
	color: #333333;
	font-size: 10px;
	margin-top: 5px;
}

#footerLinks {
	float: right;
	text-align: right;
	margin-top: 5px;
}

.column {
	float: left;
}

div.box {
	background: #efefef url(/images/boxBackground.gif) no-repeat;
	border: 1px solid #a5a5a5;
}
div.box-header {
	/*
	background-color: #cfcfcf;
	padding: 5px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #a5a5a5;
	border-bottom: none;
	*/
	margin-bottom: 5px;
	margin-top: 5px;
}
	div.box-title {
		float: left;
		font-weight: bold;
		width: 80%;
	}
	div.box-nav {
		float: right;
		text-align: right;
		width: 20%;
	}

div.doubleBox {
	background: #efefef url(/images/boxBackgroundDouble.gif) no-repeat;
	border: 1px solid #a5a5a5;
}
div.image-flow {
	float: left;
	margin-left: 8px;
	margin-right: 7px;
	margin-top: 6px;
	margin-bottom: 6px;
}
	div.image-flow img {
		width: 99px;
		border: 1px solid black;
	}

div.thumbnail {
	float: left;
	margin: 8px;
}

div.thumbnail img {
	width: 99px;
	border: 1px solid black;
}

div.boxPadding {
	padding: 10px;
}
div.box-header-title {
	float: left;
	width: 220px;
	height: 11px;
}
div.box-header-options {
	float: right;
	width: 200px;
	height: 11px;
	text-align: right;
}
	div.box-header-options a {
		vertical-align: top;
	}
	div.box-header-options a img {
		vertical-align: top;
	}

div.boxItem {
	border-bottom: 1px solid #830c0c;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
	div.box-item-title {
		font-weight: bold;
		margin-bottom: 3px;
	}

div.boxItem.last {
	border: none;
	margin-bottom: 0;
}

div.navigator {
	margin-top: 5px;
	vertical-align: middle;
}
	div.navigator span {
		vertical-align: middle;
	}
	div.navigator img {
		vertical-align: middle;
	}

div.even {
	background-color: #a5a5a5;
}
div.odd {
	background-color: #f6f5f5;
}

/* tables */
table {
	margin: 0 0 0 0;
	margin-left: auto; margin-right: auto;
	text-align: left;
}
	table.bordered {
		border: 1px solid #d5d5d5;
	}
	
td {
	background-color: #f6f5f5; color: inherit;
	border: 1px solid #a5a5a5; padding: 5px;
	font-size: 12px; font-family: verdana, arial, sans-serif;
}

th {
	background-color: #520c0c; color: white;
	border: 1px solid black;
	font-size: 8px;
	padding: 3px;
	font-family: verdana, arial, sans-serif;
	text-align: left;
}

td.date, th.date { width: 150px; }

td.new, th.new {
	width: 25px;
}

td.blank {
	background-color: transparent;
	border: 0px;
}

td.stats {
	background-color: transparent;
	border: 0px; padding: 1px;
	font-family: courier; font-size: 10px;
	vertical-align: middle; text-align: left;
}

th.stats {
	background-color: transparent; color: black;
	border: 0px; padding: 1px;
	font-size: 10px;
}

td.group {
	background-color: transparent;
	border: 0px; padding: 0px;
}

td.information { 
	background-color: #b3b3b5; color: inherit;
	padding: 5px;
}

td.login {
	background-color: transparent;
	border: 0px; padding: 1px;
	margin: 0 0 0 0;
}

td.manager {
	width: 150px;
	background-color: transparent;
	border: 0px; padding: 1px;
}

td.properties {
	background-color: transparent;
	border: 0px; padding: 1px;
	vertical-align: top;
}

td.mailForm {
	background-color: transparent;
	border: 0px; padding: 2px;
}

th.mail {
	background-color: #520c0c; color: white;
	border: 1px solid black; padding: 5px;
	font-weight: normal; font-size: 10px; font-family: verdana, arial, sans-serif;
	text-align: left;
}

table.irc-stats {
	width: 100%;
}
	table.irc-stats th {
		font: 10px verdana, arial, sans-serif;
	}

/* forms */
form {
	margin: 0 0 0 0;
}

input { 
	margin: 0 0 0 0; border: 1px solid black;
	font-size: 10px; font-family: verdana, arial, sans-serif;
}

input.smaller { width: 50px; }
input.small { width: 75px; }
input.medium { width: 100px; }
input.mediumLarge { width: 125px; }
input.large { width: 150px; }
input.larger { width: 200px; }
input.largest { width: 250px; }

input.submit {
	width: 75px; 
	background-color: #520c0c; color: white;
	vertical-align: top;
}

input.clock {
	width: 20px; height: 16px;
	background-color: black; color: white;
	text-align: center;
}

input.webcam {
	width: 20px; height: 16px;
	background-color: #b3b3b5; color: white; 
	font-weight: bold;
	text-align: center;
	border: 0px;
}

input.rememberme {
	width: 20px; height: 16px;
	border: 0px;
}
	a#link_rememberMe {
		outline: none;
	}

textarea {
	width: 600px; height: 100px;
	margin: 0 0 0 0; border: 1px solid black;
	font-size: 10px; font-family: verdana, arial, sans-serif;
}

textarea.sig {
	width: 250px; height: 50px;
	margin: 0 0 0 0; border: 1px solid black;
	font-size: 10px; font-family: verdana, arial, sans-serif;
}	

select {
	margin: 0 0 0 0; border: 1px solid black;
	font-size: 10px; font-family: verdana, arial, sans-serif;
}

select.smallest { width: 50px; }
select.smaller { width: 75px; }
select.medium { width: 100px; }
select.large { width: 150px; }
select.larger { width: 200px; }
select.largest { width: 250px; }

select.event { width: 65px; }

textarea.comment {
	width: 475px; 
	height: 75px;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-table;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */