﻿body
{
	margin:0px;
	background-color:#222;
	background-image: url(Images/wwjb.jpg);
	background-repeat:repeat-y;
}

div, table, a, img
{
    background-repeat:no-repeat;
	font-family:Trebuchet MS, Verdana, serif;
	color:White;
}

a:link, a:visited {color:White;}
a:hover {text-decoration:underline;}

h1
{
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
}

h2
{
	font-size:15px;
	margin:12px 0px 17px 0px;
	color:#e84c97;
}

#main
{
	margin:240px auto 20px auto;
	width:950px;
}

#menu
{
    background:transparent url(Images/bg.png);
    padding:10px 0px 10px 15px;
    border:1px solid white;
    text-transform:uppercase;
}

#menu a
{
    font-weight:bold;
    font-size:17px;
    text-decoration:none;
    padding: 5px 14px 5px 14px;
}

#menu a:hover
{
    background-color:#e84c97;
}

#content
{
    margin-top:15px;
    background:transparent url(Images/bg.png);
    border:1px solid white;
    padding:35px 40px 40px 30px;
    font-weight:bold;
    font-size:13px;
}

#content .profile img
{
    border:1px solid white;
    margin-right:10px;
    float:left;
}

/*
#content .band
{
 height:520px;
 overflow:auto;
 padding-right:40px;
}
*/

#bottom 
{
    margin-top:15px;
    background:transparent url(Images/bg.png);
    border:1px solid white;
    padding:10px 35px 10px 30px;
    font-size:10px;
    text-transform:uppercase;
    text-align:right;
    height:15px;
}
 
#bottom a
{
    text-decoration:none;
	font-size:10px;
	padding:3px;
}

#bottom a:hover
{
    background-color:#e84c97;
}

.board input.full, .board textarea
{
    width:700px;
}

.board input.half   {width:280px;}

.board .sendButton
{
    background-color:#444;
    color:White;
    border:1px solid white;
}

.board .sendButton:hover
{
    background-color:#e84c97;
}

#messages
{
	width:750px;
	overflow:auto;
	margin:5px 0px 0px 0px;
}

#messages h2
{
	font-size:15px;
	margin:0px;
	display:inline;
	color:#e84c97;	
}

#messages a
{
	text-decoration:none;
	font-size:12px;
	color:#e84c97;
}

#messages hr
{
    border-color:black black #CCCCCC;
    border-style:solid solid dotted;
    border-width:0px 0px 1px;
    height:0px;
}

.events td
{
    padding:4px 15px 4px 0px;
}

/* JS image browser*/
#ImageBoxClose img
{
	border:0px solid White;
}

#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(Images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(Images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(Images/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(Images/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}