body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 20px;
}

td {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 20px;
}

a:link,
a:visited,
a:active {
	color: #004166;
	text-decoration: none;
}

a:hover {
	color: #006caa;
	text-decoration: none;
}

input,
textarea,
select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #f9f9f9;
	border: 1px solid #606060;
	color: #606060;
	padding: 1px;
}

input:hover,
textarea:hover,
select:hover {
	border: 1px solid #303030;
	background-color: #f6f6f6;
	color: #303030;
}

input[disabled] {
	border: 1px solid #b0b0b0;
	background-color: #f6f6f6;
	color: #b0b0b0;
}

input.bbcbutton {
	width: 30px;
}

label.checkbox {
	position: relative;
	top: -6px;
}

form {
	display: inline;
}

#wrapper {
	width: 762px;
	margin: 0 auto;
}

#header {
	background: url(header_bg.gif) repeat-x;
	float: left;
	width: 760px;
	height: 68px;
	border: 1px solid #000000;
}

#headerlogo {
	float: left;
	margin-left: 5px;
}

#headerinfo {
	float: right;
	margin-top: 53px;
	margin-right: 4px;
}

span.headerbullet {
	color: #ff3c00;
	padding-right: 3px;
	padding-left: 3px;
}

#menu {
	background: url(menu_bg.gif) repeat-x;
	float: left;
	width: 760px;
	height: 25px;
	border: 1px solid #000000;
	margin-top: 3px;
	font-weight: bold;
}

#menulinks {
	margin-top: 6px;
	margin-left: -5px;
}

span.menubullet {
	color: #ff3c00;
	font-weight: bold;
	margin-left: 10px;
}

#content {
	border: 1px solid #000000;
	background-color: #fefefe;
	margin-top: 3px;
	width: 760px;
	float: left;
}

#copyright {
	text-align: center;
	float: left;
	width: 760px;
	margin: 15px 0;
}

#loginform {
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#sitemessage {
	text-align: center;
	margin: 50px 0;
}
div.lf {
	float: left;
}

div.inputtitle {
	margin: 10px 0;
	border-top: 1px solid #004166;
	border-bottom: 1px solid #004166;
	background-color: #f0f7fb;
	color: #004166;
	padding: 1px 0 1px 10px;
	font-weight: bold;
	letter-spacing: 2px;
}

div.inputpad {
	margin: 0 10px;
}

div.inputextra {
	float: right;
	width: 300px;
	margin: 0 10px;
	text-align: center;
}

#inputsubmit {
	border-top: 1px dotted #004166;
	padding-top: 10px;
	margin: 10px 0;
	text-align: center;
}

input.checkbox {
	position: relative;
	top: 6px;
	margin: 5px 0;
}

div.checklist {
	margin: 0;
	padding: 0;
	border: 0;
	margin: -5px 0;
}

div.imgitemthumb {
	float: left;
	margin: 0 5px 0 10px;
	border: 1px solid #004166;
}

img.imgitemthumb {
	border: 1px solid #004166;
}

* html div.imgitemthumb {
	margin: 0 5px 0 5px;
}

div.imgitemdata {
	float: left;
	margin-top: 2px;
	width: 620px;
}

div.imgitembuttons {
	float: left;
	margin-top: 17px;
}

div.cleaner {
	clear: both;
	height: 1px;
	margin-top: -1px;
}

* html div.cleaner {
	margin-top: -12px;
}

tr.commentsplit {
	height: 10px;
}

td.moderated {
	color: #bfbfbf;
}

#popup-success-bg,
#popup-loader-bg,
#popup-uploading-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background-image: url(transparent_bg.gif);
}

#popup-uploading-bg {
	display: none;
}

#popup-success-msg,
div.popup-global-msg {
	border: 2px solid #555555;
	padding: 14px 9px 20px 10px;
	width: 400px;
	height: 26px;
	margin: 100px auto;
	background: #ffffff;
}

#popup-success-msg {
	cursor: pointer;
}

div.popup-icon {
	position: absolute;
}

div.popup-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 40px;
	height: 32px;
	color: #333300;
	width: 355px;
}

a.active-nav-link:link,
a.active-nav-link:visited,
a.active-nav-link:active,
a.active-num-link:link,
a.active-num-link:visited,
a.active-num-link:active,
a.last-comments:link,
a.last-comments:visited,
a.last-comments:active {
	margin: 0 2px;
	color: #606060;
	border: 1px solid #606060;
	background-color: #f9f9f9;
	padding: 1px 3px;
	font-weight: bold;
}

a.active-nav-link:hover,
a.active-num-link:hover,
a.last-comments:hover {
	margin: 0 2px;
	color: #303030;
	border: 1px solid #303030;
	background-color: #f9f9f9;
	padding: 1px 3px;
	font-weight: bold;
}

a.active-num-link:link,
a.active-num-link:visited,
a.active-num-link:active,
a.active-num-link:hover {
	padding: 1px 4px;
	font-weight: normal;
}

a.last-comments:link,
a.last-comments:visited,
a.last-comments:active,
a.last-comments:hover {
	margin: 0;
	padding: 1px;
	font-weight: normal;
}

span.inactive-num-link {
	margin: 0 2px;
	color: #004166;
	border: 1px solid #004166;
	background-color: #f0f7fb;
	padding: 1px 4px;
}

span.two-digits-link,
a.two-digits-link:link,
a.two-digits-link:visited,
a.two-digits-link:active,
a.two-digits-link:hover {
	padding: 1px;
}

a.two-digits-lc:link,
a.two-digits-lc:visited,
a.two-digits-lc:active,
a.two-digits-lc:hover {
	padding: 1px 5px;
}
