﻿body
{
	background-color: #555555;
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
}

#container
{
	background-color: #FFF;
}

.font, .editTextarea, .editTextareaSmall
{
	font-family: Tahoma;
	font-size: 11px;
}

h1
{
	margin: 0px;
}

h2
{
	margin: 0px;
	color: #046380;
}

h3
{
	margin: 0px;
}

h4
{
	margin: 0px;
}

h5
{
	margin: 0px;
}

h6
{
	margin: 0px;
}

hr
{
	height: 1px;
	color: #E6E6E6;
}

a
{
	color: #cc0000;
}

a:hover
{
	color: #000;
}

.cat
{
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	
	line-height: 25px;
	margin-right: 5px;
	padding: 4px;
	background-color: #E0EAF1;
	text-decoration: none;
	color: #000;
}

.cat:hover
{
	margin-right: 5px;
	padding: 4px;
	background-color: #3E6D8E;
	text-decoration: none;
	color: #FFF;
}

.prevnext
{
	line-height: 25px;
	margin-right: 5px;
	padding: 4px;
	border-bottom: solid 4px #3E6D8E;
	text-decoration: none;
	color: #000;
}

.prevnext:hover
{
	margin-right: 5px;
	padding: 4px;
	border-bottom: solid 4px #CC0000;
	text-decoration: none;
	color: #000;
}

.title
{
	color: #687EB3;
}

.title:hover
{
	color: #666;
}

.paddingLeftTop, #header, #header_stripe, #footer
{
	padding-left: 5px;
	padding-top: 5px;
	height: auto;
}

.paddingLeft, #content_holder
{
	padding-left: 5px;
	clear: both;
}

.bordersAllAround, #container
{
	border-left: solid 5px #323232;
	border-right: solid 5px #323232;
	border-bottom: solid 5px #323232;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	width: 940px;
}

#header
{
	height: 80px;	
	background-color: #EEEEEE;
}

#header_stripe
{
	background-color: #899BC1;
	height: 20px;
}

#content_holder
{
	width: 940px;
	background-color: #FFF;
}

#footer
{
	text-align: center;
	background-color: #EEEEEE;
	height: 30px;
	padding-top: 20px;
	clear: both;
}

#notes_holder
{
	width: 505px;
	background-color: #FFF;
	float: left;
	margin-top: 20px;
}

#stick_one
{
	width: 200px;
	padding-left: 10px;
	margin-top: 20px;
	float: left;
	background-color: #FFF;
}

#stick_two
{
	width: 200px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 10px;
	float: right;
	background-color: #FFF;
}

.note_date
{
	margin-bottom: 10px;
	margin-top: 5px;
}

.note_content
{
	
	margin-top: 20px;
}

.note_info
{
	text-align: right;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: solid 1px #A4A4A4;
}

.commentTitle
{
	height: 25px;
	width: 100px;
	float: left;
}

.commentText
{
	height: 25px;
	width: 350px;
	float: left;
}

.editTextbox
{
	width: 490px;
}

.loginEditTextbox
{
	width: 250px;
}

.editTextareaSmall
{
	height: 400px;
	width: 400px;
}

.editTextarea
{
	height: 500px;
	width: 490px;
}

.taken_from
{
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	
	background-color: #FEFDE9;
	border: solid 1px #909090;
	margin-top: 20px;
	padding: 10px;
}

.sticks
{
	padding-bottom: 10px;
}

#ident
{
	padding-left: 5px;
}

.upper
{
	text-transform: uppercase;
}

#text-content
{
	margin-bottom: 20px;
}
















#tabsholder
{
	clear: both;
	height: 30px;
	width: 100%;
}

#tabs
{
	float: left;
}

#tabs a
{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	background:#899BC1 none repeat scroll 0 0;
	color:#FFF;
	display:block;
	float:left;
	height:20px;
	line-height:17px;
	margin: 0 0 0 8px;
	padding: 0 11px;
	text-decoration:none;
}

#tabs a:hover
{
	background: #FFFFFF none repeat scroll 0 0;
	background-color: #FFFFFF;
	color:#000;
	border-width: 1px;
	line-height: 17px;
	margin-top: 0px;
}

#tabs a.youarehere
{
	background:#FFFFFF none repeat scroll 0 0;
	background-color: #FFFFFF;
	font-size:110%;
	color:black;
	font-weight: bold;
	height:20px;
	line-height:17px;
	padding:0 11px;
}