body {
color:#303030;
font:76% Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:center;
}

a {
color: #333333;
font-weight:bold;
text-decoration:underline;
}

a:hover {
color: #FF3300;
text-decoration:none;
}

p {
line-height:1.6em;
margin:0 0 15px;
}

/*** Main container ***/

#container {
background: url(img/bodybg.jpg) repeat-x;
color:#303030;
margin:0;
min-width:1024px;
padding:0;
text-align:left;
width:100%;
}

/*** Header section ***/

#sitename {
color:#333333;
height:150px;
margin:0 20px 10px;
text-align:center;
}

#sitename h1,#sitename h2 {
font-weight:400;
letter-spacing:-2px;
margin:0;
padding:0;
}

#sitename h1 {
font-size:2.4em;
padding-top:0px;
color: #FFFFFF;
}

#sitename h2 {
margin-top: -5px;
font-size:1.4em;
color: #FFFFFF;
}

/*** Horizontal menu ***/

#mainmenu {
margin-top: 11px;
margin-bottom:40px;
margin-left: 200px;
}

#mainmenu a {
background: url(img/menubg.jpg) repeat-x bottom;
color:#333333;
border: #888888 1px solid;
border-bottom: none;
font-size:11px;
padding: 10px;
padding-top: 5px;
margin-left: -1px;
text-transform:uppercase;
text-decoration: none;
}

#mainmenu a:hover {
background: url(img/menuhover.jpg) repeat-x bottom;
color: #333333;
text-decoration:none;
}

#mainmenu a.current {
background: url(img/menuhover.jpg) repeat-x bottom;
border-bottom: none;
color: #333333;
text-decoration:none;
}

/*** Content wrap ***/

#wrap {
clear:both;
font-size:0.9em;
padding:0;
}

/*** Sidebars ***/

#leftside,#rightside {
margin:0;
margin-top: 20px;
padding:0 10px 10px;
width:165px;
text-align: justify;
}

#leftside {
float:left;
margin-right:10px;
}

#rightside {
float:right;
margin-left:10px;
}

#leftside h1,#rightside h1 {
color:#505050;
font-size:1.6em;
letter-spacing:-1px;
margin:0 0 12px;
}

#leftside h2,#rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}

#leftside p,#rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}

/*** Sidebar menu ***/

.nav {
background: transparent url(img/navbg.jpg) 0 0px no-repeat;
display:block;
color: #000000;
padding: 10px;
position:relative;
text-decoration: none;
width:170px;
}

.nav:hover,.active {
background: transparent url(img/navbg.jpg) 0 -35px no-repeat;
color: #000000;
text-decoration:none;
}

.nav-current	{
	background: transparent url(img/navbg.jpg) 0 -35px no-repeat;
	color:#000000;
	display:block;
	padding: 10px;
	position:relative;
	text-decoration: none;
	width: 175px;
	margin-top: -1px;
}

/*.sub {
background: #ffffff url(img/subnavbg.jpg) repeat-y;
font-size:0.8em;
letter-spacing:1px;
margin:-1px 0 0px 15px;
padding:4px 2px 2px 8px;
width:114px;
}*/

/*** Content ***/

#content,#contentalt {
background: url(img/contentbg.jpg) repeat-x #FFFFFF;
border:1px solid #AAA;
color:#2a2a2a;
padding:20px;
text-align: justify;
font-size: 12px;
}

#content {margin:0 200px;}
#contentalt {margin:0 200px 0 20px;}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
background-color:none;
color:#333333;
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
border-bottom: #666666 1px solid;
}

#content h2,#contentalt h2 {
font-size:1.6em;
margin-bottom:10px;
}

/*** Footer ***/

#footer {
min-width: 1024px;
background:#cccccc url(img/footerbg.jpg) top left repeat-x;
clear:both;
color:#000000;
font-size:0.9em;
margin:0;
padding:20px 0;
text-align:center;
width:100%;
}

#footer a {
font-weight:bold;
text-decoration: none;
}

/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*** End of file ***/

/* OWN */

.table-main	{
	border: #999 1px solid;
	background: #FFFFFF;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	font-family: Calibri;
	color: #777;
}

.table-main td	{
	background: url(img/tablemainbg.jpg) bottom repeat-x;
	border: #BBB 1px solid;
	padding: 5px;
	font-weight: 100;
}

.table-main a {
	color: #000;
	text-decoration:none;
	font-weight: 100;
}

.table-main a:hover {
color: #FF3300;
}

.table-highlight td	{
	background: #FFF;
	text-align:center;
	color:#333;
	border: none;
}

#infobar	{
	margin-left: 200px;
	margin-right: 200px; 
	margin-top: -1px;
}

#comment	{
	margin-left: 300px;
	margin-right: 300px;
	background: none;
	border-bottom: #FF3300 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

#comment_panel	{
	margin-left: 200px;
	margin-right: 200px;
	background: none;
	padding: 10px;
	margin-top: 5px;
}

.comment-text	{
	color: #222;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	font-style: italic;
}

#highlight-box	{
	margin-left: 100px;
	margin-right: 100px;
	background: #FFF;
	border: #999 1px solid;
	padding: 10px;
	margin-bottom: 5px;
}

textarea	{
	font-family: Calibri;
	border: #999999 1px solid;
	width: 600px;
	height: 200px;
	padding: 5px;
	font-size: 16px;
}

h3	{
	border-bottom: #CCC 1px solid;
	padding: 5px;
	margin-top: -5px;
}

.button	{
	background: url(img/button.jpg) 0 0px;
	border: #666666 1px solid;
	padding: 5px;
	text-decoration: none;
}

.button:hover	{
	background: url(img/button.jpg) 0 -30px;
	padding: 5px;
	color: #333;
}

.lock-img	{
	margin-top: -2px;
}

.list li	{
	list-style: square;
	padding: 10px;
}

input	{
	font-size: 12px;
	background: #FFF;
	border: #999999 1px solid;
	color: #666666;
	padding: 5px;
	margin-bottom: 1px;
}

input.button	{
	color: #0033FF;
	font-size: 15px;
}

.input-bigger	{
	width: 400px;
	font-size: 18px;
}

#error	{
	background: url(img/alert.png) left no-repeat;
	width: 100%;
	color: #009900;
	font-size: 18px;
	text-align: center;
}

.thumbs	{
	margin-top: -5px;
	padding-right: 1px;
	text-align: right;
}

.thumbs img	{
	border: none;
	margin-top: 5px;
	margin-bottom: -4px;
}

.emotion_table td	{
	text-align: center;
}

#spacer	{
	width: 95%;
	height: 100px;
}

.textbox	{
	width: 585px;
}

.table-admin	{
	border: #999999 1px solid;
	font-size: 10px;
	width: 100%;
}

.table-admin td	{
	border: #CCCCCC 1px solid;
	padding: 5px;
}

.table-user	{
	border: #999999 1px solid;
	width: 100%;
	font-size: 11px;
}

.table-user td	{
	background: url(img/tablemainbg.jpg) bottom repeat-x;
	border: #AAAAAA 1px solid;
	padding: 5px;
	vertical-align: top;
}

.table-noborder	{
	font-size: 11px;
	width: 100%;
}

.table-noborder td	{
		/*border: #000 1px solid;*/
		padding: 10px;
		vertical-align: top;
}

.highlight	{
	color: #FF3300;
}

.report	{
	text-align: right;
	margin-top: -15px;
	font-size: 9px;
}

.report	a {
	color: #000;
	text-decoration: none;
	border: #AAA 1px solid;
}

.date	{
	font-size: 13px;
	border: #999 1px solid;
	background: #FFF;
	padding: 2px;
	color: #333;
}

.radio	{
	border: none;
	background: none;
}

#announce	{
	min-height: 75px;
}

#announce img	{
	float: right;
	max-height: 150px;
}

#title-image	{
	background: url(img/title.jpg) center no-repeat;
	height: 140px;
	padding-bottom: 8px;
}

code {
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 13px "Courier New", Courier, monospace;
  color: #777777;
  /* white-space: pre; */   
  border: 1px solid #999999;
  background: #CCCCCC;
}

.pic	{
	margin: 5px;
}

.login	{
	width: 60px;
	margin-left: 1px;
	font-size: 12px;
}

.num-row	{
	padding: 5px;
	margin: 5px;
	text-decoration: none;
}

.num-row-active	{
	padding: 5px;
	background: #EEE;
	border: #999 1px solid;
	text-decoration: none;
	margin: 5px;
}

.confession_preview	{
		font-size: 11px;
		color: #888;
		padding-left: 10px;
}

#notice	{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #CCC;
}

.password_col	{
		background: #333;
		color: #333;
}

.password_col:hover	{
		background: none;
}

.table-comment-footer	{
		width: 100%;
		font-size: 10px;
		color: #AAA;
		margin-bottom: -10px;
}