body {
	background-image:url("../graphics/misc/bg.gif");
	margin-top:50px; margin-bottom:50px;
	margin-left:50px; margin-right:50px;
	font-family: Verdana, Helvetica, Arial;
	font-size:12px;
	color:#505050; 
}

a:link {
	color:#505050;
}
a:active {
	color:#505050;
}
a:visited {
	color:#505050;
}
a:hover {
	color:white;
	background-color:#505050; 
}
a.nodec:link {
	color:#505050;
	text-decoration:none;
}
a.nodec:active {
	color:#505050;
	text-decoration:none;
}
a.nodec:visited {
	color:#505050;
	text-decoration:none;
}
a.nodec:hover {
	color:#505050;
	background-color:transparent; 
}
a.highlight:link {
	color:orange;
}
a.highlight:active {
	color:orange;
}
a.highlight:visited {
	color:orange;
}
a.highlight:hover {
	color:orange; 
}

.border-image {
	border:1px #505050 solid;
}

/* Text related */
.highlight {
	color:#F08040;
}

.forum-title {
	text-align:center;
	font-size:30px; 
	font-weight:700; 
	color:#40CC40;
}
.forum-subtitle {
	text-align:center;
	font-size:16px; 
}
.forum-thesis {
	background-image:url("../graphics/misc/pink_bg.gif");
	padding:5px;
	border: 1px #505050 solid;
}
.article-title {
	text-align:center;
	font-size:24px; 
	font-weight:700; 
	color:#40CC40;
}
.error {
	text-align:center;
	font-size:16px;
	font-weight:700;
	color:orange;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.top {
	vertical-align:top;
}
.article-head {
	text-align:left;
	vertical-align:middle;
	padding-bottom:8px;
	border-bottom: 1px #505050 solid;
}
.article-type {
	color:#DD8888;
}
.article-content {
	padding:10px;
}
.article-signature {
	text-align:left;
	padding-left: 10px;
	color:#55AA55;
}
.article-tail {
	width:100%;
	padding-top:5px;
	border-top: 1px #505050 solid;
}
.status {
	background-image:url("../graphics/misc/head_bg.gif");
	margin-top:20px;
	line-height:20px;
	border: 1px #505050 solid;
}
.info {
	padding-right:10px;
	text-align:right;
	vertical-align:middle;
	background-image:url("../graphics/misc/info_bg.gif");
	background-position: right center;
	background-repeat:no-repeat;
}
.google {
	background-image:url("../graphics/misc/google.gif");
}

hr {
	color:#6F6F6F; height:1px;
}

/* Table related */
td {
	padding:6px;
}
td.nolrpadding {
	padding-left:0px;
	padding-right:0px;	
}
.navigator {
	border:1px #A0A0F0 solid;
}
.head {
	background-image:url("../graphics/misc/head_bg.gif");
}
.form-table {
	border:1px #A0A0F0 dashed;
	padding:12px;
	background-image:url("../graphics/misc/bg.gif");
}
.article-left {
	text-align:center;
	vertical-align:top;
	width:130px;
}
.article-right {
	text-align:justify;
	vertical-align:top;
}
.avatar-sample-table {
	border:3px #A0A0F0 double;
}
table.content {
	background-color:#6F6F6F;
}
tr.content {
	background-image:url("../graphics/misc/bg.gif");
}
tr.adm-content {
	background-image:url("../graphics/misc/head_bg.gif");
}

/* Form related */
input {
	border:1px #A0A0F0 solid; 
	background-image:url("../graphics/misc/bg.gif");
	padding:3px;
	color:#505050;
}
select {
	border:1px #A0A0F0 solid; 
	background-image:url("../graphics/misc/bg.gif");
	color:#505050;
}
textarea {
	border:1px #A0A0F0 solid; 
	background-image:url("../graphics/misc/bg.gif");
	padding:5px;
	color:#505050;
	overflow:auto;
}

/* special treatment for file upload */
div.uploader {
	position: relative;
}

div.bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
input.uploader {
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

/* Misc */
.footer {
	text-align:center; 
	line-height:20px;
}