/* Default Styles */ 
.small {
	font-size: 10px;
}
.big {
	font-size: 14px;
}

/* Images */
img {
	border: 0px solid transparent;
}
img.bordered {
	border: 2px solid #821C18;
}

/* Alternateing colors */
.color1 {
	background: #FFAB35;
}
.color2 {
	background: #FFB54B;
}

/* Element toggling */
.visible {
	display: block;
}
.hidden {
	display: none;
}

/* Lists */
ul.lines {
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border-top: 2px solid #821C18;
	border-bottom: 2px solid #821C18;
}
ul.lines.display li {
	padding: 5px;
}
ul.lines li {
	margin: 0px 0px 1px 0px;
	overflow: hidden;
}
ul.lines li div {
	margin-left: 140px;
}
ul.lines li label {
	font-weight: bold;
}


/* Forms */
form {
	padding: 0px;
	margin: 0px;
}
form ul.lines li {
	padding: 4px;
}
fieldset {
	padding: 0px;
	margin: 0px;	
	border: 0px solid transparent;
}
legend {
	font-weight: bold;
}
label {
	width: 140px;
	float: left;
}
label.short {
	width: 100px;
}
input, textarea {
	font-family: Verdana, Arial;
	font-size: 11px;
}
input.text, select {
	width: 300px;
	padding: 2px;
	border: 1px solid #C0C0C0;
	font-size: 11px;
}
input.text.short {
	width: 150px;
}
textarea {
	width: 500px;
	height: 300px;
	border: 1px solid #C0C0C0;
	padding: 2px;
}

/* Saved Messages */
.saved {
	width: 600px;
	border: 2px solid #821C18;
	background: #FFC16A;
	margin: 200px auto 0;
	padding: 5px;
	height: 100px;
	position: relative;
	text-align: center;
}
.saved .message {
	margin: 20px;
	font-weight: bold;
}
.saved .info {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

/* Pathway */
#pathway {
	margin: 10px 0px 10px 0px;
}

/* Tables */
table {
	border-collapse: collapse;
}
td {
	font-size: 11px;	
}

/* Threadlist and Forumlist */
.threads, .forums {
	width: 97%;
	border-bottom: 2px solid #821C18;
	margin-bottom: 10px;
}
.threads tr, .forums tr {
}
.threads th, .forums th {
	border-bottom: 2px solid #821C18;
	padding: 5px;
}
.threads td, .forums td {
	border: 1px solid #FFC16A;
	padding: 7px;
}
.threads .status {
	border-left: 0px solid transparent;
	width: 10px;
}
.threads .title {
	text-align: left;
}
.threads .posts {
	text-align: center;
	width: 50px;
}
.threads .author {
	text-align: center;
	width: 110px;
}
.threads .lastPost {
	border-right: 0px solid #FFAB35;
	text-align: left;
	width: 130px;
}
.threads td.lastPost .author {
	text-align: left;
	display: block;
}
.forums .name {
	text-align: left;
}
.forums .threads {
	width: 50px;
	text-align: center;
}
.forums .posts {
	width: 50px;
	text-align: center;
}
.forums .lastPost {
	text-align: left;
	width: 150px;
	height: 55px;
}

/* Post */
.post {
	position: relative;
}
.post li {
	border-bottom: 1px solid #FFC16A;
}
.post .content {
	margin-left: 0px;
}
.post .content .user {
	display: block;
	float: left;
	padding: 5px;
	width: 70px;
}
.post .content .text {
	padding: 5px;
	display: block;
	border-left: 1px solid #FFC16A;
	margin-left: 95px;
	min-height: 80px;
}
/* Post Info */
.post .info {
	border-bottom: 1px solid #FFC16A;
	padding: 5px;
	margin-left: 0px;
}
.post .info ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
.post .info li {
	display: inline;
	border: 0px solid transparent;
}
.post .info .created {
	
}
.post .actions {
	position: absolute;
	right: 5px;
}

/* News */
.news {
	margin-bottom: 30px;
}
.news .info {
	float: right;
}
.news .text {
	padding: 5px;
}
