#main {
	padding-top: 24px;
	padding-bottom: 24px;
}
#sidebar {
	width: 245px;
}
#sidebar ul, #sidebar ol, #sidebar li {
	margin: 0;
	padding: 0;
}
#main_wrapper {
	margin-top: -12px;
}
#content {
	position: relative;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p {
	padding: 5px 15px 5px 10px;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
}
#content p {
	/*font-size: 14px;*/
	line-height: 160%;
	text-align: justify;
}
#content p.pagination {
	text-align: center;
}
.newsitem {
	background: url(../../images/interface/border_grad.png) no-repeat bottom center;
	padding-bottom: 12px;
	margin-bottom: 24px;
}
.newsitem h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.newsitem h4 .meta {
	font-weight: normal;
	font-style: italic;
}
fieldset {
	margin-right: 16px;
	padding-bottom: 24px;
	margin-bottom: 16px;
	border-bottom: 2px dotted #355418;
}
fieldset div {
	margin: 4px 0 6px;
}
input[type=text], input[type=password] {
	width: 296px;
	height: 18px;
}
label {
	display: block;
	float: left;
	width: 160px;
	margin-right: 8px;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
	font-size: 14px;
}
.modalwrap label {
	width: 140px;
	clear: left;
}
.modalwrap select {
	width: 320px;
}
.modalwrap fieldset {
	margin: 0;
	padding: 0;
}
input#timebalance_input,
input#hours_input {
	width: 3em;
}
input.dateinput {
	width: 9em;
}
div.submitwrapper {
	padding-left: 168px;
}
.modalwrap div.submitwrapper {
	padding-left: 148px;
}
textarea {
	width: 686px;
	height: 240px;
}
#dialog {
	display: none;
}
p.addbtn {
	/*position: absolute;
	top: 12px;
	right: 0;*/
	float: right;
}
p.addbtn a {
	display: block;
	background: #355418 url(../../images/interface/icons/add_sm.png) no-repeat 2px 50%;
	padding: 2px 2px 2px 20px;
	-moz-border-radius: 4px;
	border: 1px solid #355418;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	color: #E9E2CD !important;
}
p.addbtn a:hover {
	background-color: #698E47;
}

table {
	/*border: solid 1px #D5D5D5;*/
	border-collapse: collapse;
	width:712px; 
	margin-bottom: 24px;
}

table td {
	border:1px solid #D5D5D5;
	padding:7px 5px;
	vertical-align: middle;
}
table th {
	background-color:#EEE;
	border:1px solid #D5D5D5;
	font-size:13.5px;
	line-height:120%;
	font-weight:bold;
	padding:8px 5px;
	text-align:left;
}
