html,body{
	margin:0;
	padding:0;
	background:#f5f5f5;
	font-family:verdana, tahoma, arial ,sans-serif;
	font-size:small;
	color:#404040;
}

form{
	display:inline;
}

table, td{
	border-spacing:0;
	border:0;
}

a{
	color:#6d121d;
}
a:visited{
	text-decoration:none;
	border-bottom:1px dashed #6d121d;
}
a:hover{
	opacity:0.6;
}

fieldset{
	border:1px solid #d5d5d5;
	background:#e9e9e9;
	padding:10px;
	margin:6px;
	display:inline;
}

legend{
	font-weight:bold;
	color:#88000f;
}

fieldset.login{
	background:#f5f5f5;
	border:1px solid #d5d5d5;
	display:inline;
}

legend.login{
	text-shadow:#666666 1px 1px 2px;
	font-size:22px;
	font-family:serif;
	font-style:italic;
	color:#88000f;
}

label.login{
	font-weight:bold;
	font-size:12px;
	font-family:tahoma, arial, sans-serif;
}

input.text{
	border:1px solid #b0b0b0;
	font-family:tahoma;
}

textarea {
	border:1px solid #b0b0b0;
}

#container{
	margin:0 auto;
	width:920px;
	ibackground:#f0f0f0;
}

#header{
	font-weight: bold;
	color:white;
	padding-right:60px;
	text-align:right;
	line-height:30px;
	height:35px;
	background:url("gfx/top.png") no-repeat;
}

#logo{
	height:180px;
	width:200px;
	background:url("gfx/logo.png") no-repeat;
	margin-top:10px;
	padding-bottom:10px;
	
}

#menu{
	float:left;
	width:200px;
	ibackground:yellow;
	text-align:center;
}

#content{
	padding:10px 10px 10px 10px;
	ibackground:lime;
	float:left;
	width:700px;
}

#body{
	border-left:5px solid #88000f;
	border-right:5px solid #88000f;
	padding:15px 20px 15px 20px;
	background:url("gfx/mainshade.png") repeat-x;
	margin-bottom:-5px;
	padding-bottom:-5px;
}

#footer{
	clear:both;
	ibackground:#ddd;
	iborder-top:6px double gray;
	padding:2px 0 2px 0;
	text-align:center;
}

#menu ul{
	border-left:2px solid #88000F;
	border-right:2px solid #88000F;
	width:120px;
	margin:-5px auto;
	padding:5px 0 5px 0;
}

#menu ul li{
	list-style:none;
}
#menu ul a{
	display:block;
}

#header a{
	text-decoration:none;
	border:0;
	color:#d9babe;
}

#menu a{
	text-decoration:none;
	border:0;
	font-weight:bold;
	font-size:15px;
}

#Paging a{
	text-decoration:none;
	border:0;
	color:black;
}

.membermark, .membermark a{
	font-weight:bold;
	color:#d8505f;
	text-shadow: #88000f 0px 0px 2px, #88000f 0px 0px 2px, #88000f 0px 0px 2px, #88000f 0px 0px 2px, #88000f 0px 0px 2px;
	text-decoration:none;
}

.title{
	font-weight:bold;
	font-size:18px;
	font-family:georgia, serif;
	text-shadow:#a0a0a0 1px 1px 2px;
}

.subtitle{
	color:#a0a0a0;
	font-size:10px;
	padding:3px;
}

.commentrow{
	font-weight:bold;
	font-size:12px;
	text-align:right;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:2px dotted #88000f;
}

.articletext{
	font-family:tahoma;
	line-height:18px;
}

.subheader{
	font-size:15px;
	font-weight:bold;
	font-family:verdana;
}

.wideinput{
	width:100%;
}

.commentdiv{
	border:1px solid #d5d5d5;
	background:#e9e9e9;
	padding:4px;
	margin:6px;
}

.commentpost{
	padding:4px;
}
.commenthead{
	background:#d8d8d8;
	padding:3px;
	padding-left:6px;
	margin: -3px -3px 0 -3px;
}

.formholderdiv{
	padding:20px;
}

.formholderdiv div{
	margin:0 auto;
	text-align:left;
	border:1px solid #d5d5d5;
	padding:30px;
	width:85%;
	background:white;
}

.ErrorMessage{
	color:#88000f;
	border:1px solid #ffaaaa;
	background:#ffdddd url("gfx/alert.png") 10px 10px no-repeat;
	padding:20px;
	padding-left:60px;
	font-family:arial;
	margin:20px 30px 20px 30px;
}
.ErrorMessage div{
	font-weight:bold;
	font-family:tahoma;
}

.InfoMessage{
	color:green;
	border:1px solid #aaffaa;
	background:#ddffdd url("gfx/info.png") 10px 10px no-repeat;
	padding:20px;
	padding-left:70px;
	font-family:arial;
	margin:20px 30px 20px 30px;
}
.InfoMessage div{
	font-weight:bold;
	font-family:tahoma;
}

.specialinput{
	border:0px solid #b0b0b0;
	font-size:9px;
	font-family:verdana;
	padding-top:9px;
	height:12px;
	margin-top:4px;
	margin-left:9px;
	margin-right:-4px;
	text-align:center;
}
.pwdinput{
	background:center url('gfx/login_pw.png') no-repeat;
}
.userinput{
	background:center url('gfx/login_un.png') no-repeat;
}

.galleryitem{
	border-top:2px solid white;
	border-left:2px solid white;
	border-bottom:2px solid #909090;
	border-right:2px solid #909090;
	border:2px solid #88000f;
	background:#d0d0d0;
	width:138px;
	height:138px;
	float:left;
	margin:10px;
	margin-bottom:20px;
	text-align:center;
}
.galleryitem div.holder{
	height:138px;
	width:138px;
	margin-bottom:8px;
}
.galleryitem a{
	border:0;
	text-decoration:none;
}
.gallerylabel{
	border:1px solid black;
	color:black;
	background:#ffffe1;
	padding:2px;
	padding-bottom:1px;
	font-size:9px;
	font-family:arial;
	display:inline;
}

.projectplate{
	width:278px;
	height:278px;
	margin:2px;
	padding:20px;
	background:url("gfx/plate.png") no-repeat;
	color:#505050;
	overflow:hidden;
	text-decoration:none;
	border:0;
}

.membertabs a{
	border:0;
	text-decoration:none;
}

.adminpagebutton{
	border:1px solid #707070;
	background:url('gfx/shade.png') 100% 100%;
	color:white;
	font-weight:bold;
	font-family:verdana, tahoma;
	padding:2px 10px 2px 10px;
	margin:1px;
}
.adminpagebutton:focus{
	color:#88000f;
}

.evenrow{
	background:#e0e0e0;
	padding:4px;
	padding-left:10px;
}
.oddrow{
	background:#c0c0c0;
	padding:4px;
	padding-left:10px;
}

.nolink{
	border:0;
	text-decoration:none;
	color:#404040;
}
.nolink img{
	border:0;
}
.nolink a{
	border:0;
	text-decoration:none;
	color:#404040;
}
.nolink a:hover{
	border:0;
	text-decoration:none;
	color:#404040;
	opacity:1;
}

.menuitem{
	margin-bottom:3px;
}
.clr{
	clear:both;
}
.righty{
	float:right;
}
.lefty{
	float:left;
}
.md_red{
	color:#88000F;
}
.smallbox{
	border-top:2px solid #88000F;
	border-bottom:2px solid #88000F;
}
.smallbox div.border{
	border-left:2px solid #88000F;
	border-right:2px solid #88000F;
	margin-left:-2px;
	margin-right:-2px;
	background:#f5f5f5;
}
.smallbox div.list{
	max-height:100px;
	overflow:auto;
	padding:10px;
	line-height:18px;
}
.smallbox div.border2{
	border:1px solid #88000F;
	margin:-1px;
}
.smallboxlabel{
	background:#88000F;
	color:white;
	font-weight:bold;
	line-height:18px;
	text-align:center;
}
.smallboxlabelbox{
	width:230px;
	margin-left:30px;
	margin-bottom:-2px;
}
.mlistb{
	background:url('gfx/mlistbottomborder.png') 50% 100% no-repeat;
	height:10px;
}
table.forum{
	width:100%;
	border:2px groove white;
}
table.forum th{
	padding:12px;
	ibackground:#f0f0f0;
	background:url(gfx/forumhead.png);
}
table.forum td{
	background:white;
	padding:4px;
	border-top:2px groove white;
}
table.forum .forumsubtitle{
	color:grey;
	font-size:10px;
	line-height:14px;
	margin-left:5px;
}
table.forum .forumtitle{
	font-weight:bold;
	line-height:20px;
	margin-left:5px;
}
.forumpost .forumposthead_main{
	font-weight:bold;
	background:#88000f;
	color:white;
	padding:10px;
	line-height:18px;
	font-size:16px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
}
.forumpost .forumposthead{
	font-weight:bold;
	background:#7e6b6b;
	color:white;
	padding:5px 5px 5px 10px;
	line-height:16px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
}
.forumpost .forumpostbody_main{
	background:#ffebeb;
	color:black;
	line-height:18px;
	padding:10px;
	margin-bottom:15px;
	border-left:1px solid #88000f;
	border-right:1px solid #88000f;
	border-bottom:1px solid #88000f;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
}
.forumpost .forumpostbody{
	background:#e5dddd;
	color:black;
	line-height:18px;
	padding:10px;
	margin-bottom:15px;
	border-left:1px solid #7e6b6b;
	border-right:1px solid #7e6b6b;
	border-bottom:1px solid #7e6b6b;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
}
.forumpost .forumposthead_main .postsubtitle{
	font-weight:normal;
	font-size:10px;
	color:#c37f87;
}
.forumpost .forumposthead .postsubtitle{
	font-weight:normal;
	font-size:10px;
	color:#beb5b5;
}
.forumsearchfield{
	font-family:verdana;
	font-size:12px;
	border:1px solid #88000f;
	padding:2px 2px 2px 2px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
}
.forumsearchbutton{
	background:#88000f;
	border:1px solid #88000f;
	color:#ffffff;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	ipadding-top:2px;
	padding-bottom:2px;
	height:20px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}