.header
{
	background-color: #D2D2D4;
	height: 20px;
	width: 100%;
}

.editbox
{
	background-color: #E6E6E6;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 10px;
}
.editbox a, form a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.editbox a:hover, form a:hover
{
	text-decoration: underline;
}

/* information */
.information
{
	float: left;
	margin: 10px 0px 0px 10px;
	width: 290px;
}
.information span
{
	font-weight: bold;
}
.information textarea {
	border: 1px #000000 solid;
	height: 200px;
	width: 100%;
}
.information .info
{
	padding: 7px;
}
.information a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.information a:hover {
	text-decoration: underline;
}

/* group image */
.groupimage
{
	float: right;
	margin: 10px 10px 0px 0px;
	width: 290px;
}
.groupimage .image
{
	padding: 7px;
}

/* latest topics */
.forum
{
	float: left;
	margin: 10px 0px 0px 10px;
	width: 290px;
}
.forum table
{
	margin: 0px 7px 0px 7px;
}
.forum a
{
	color: #000000;
	text-decoration: none;
}
.forum a:hover
{
	text-decoration: underline;
}

/* members */
.groupmembers
{
	float: right;
	margin: 10px 10px 0px 0px;
	width: 290px;
}
.groupmembers ul
{
	list-style: none;
	margin: 0px;
	padding: 7px;
}
.groupmembers ul li
{
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: center;
	width: 57px;
}

.member
{
	background-color: #E6E6E6;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 10px;
	overflow: hidden;
	width: 288px;
}
.owner
{
	background-color: #E6E6E6;
	border: 1px solid #CCCCCC;
	float: none;
	margin: 20px auto 10px auto;
	overflow: hidden;
	width: 288px;
}
.member img, .owner img
{
	display: block;
	float: left;
	margin: 6px;
}
.member .info, .owner .info
{
	margin-top: 6px;
}
.member .info .groupLevel, .owner .info .groupLevel
{
	display: inline;
	float: none;
	margin: 0px;
	vertical-align: middle;
}
.member input, .owner input
{
	background-color: #E6E6E6;
	border: none;
	cursor: pointer;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	/*text-indent: -4px;*/
}

.username
{
	color: #0ae;
}
.info .username
{
	font-weight: bold;
}
a.username
{
	color: #0ae;
	text-decoration: none;
}
a.username:hover
{
	text-decoration: underline;
}

.smalldate
{
	color: #09c;
}

td.functionRow a
{
	font-weight: normal;
}
.threads
{
	background-image: none;
}

.sectionh
{
	padding: 2px 9px 0px 8px;
	clear:both;
	text-align: right;

	height:17px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:17px;
}

.sectionh
{
	background-color:#000000;
	color: #dbdcde;
}

.sectionh img
{
	margin-top: 4px;
	display: inline;
	float: left;
}

.sectionh a
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-left: 8px;
}

.col416 .sectionh a
{
	color: #dbdcde;
}

.dotit /* should be used in all sectionh except the topmost */
{
	margin-top: 16px;
	background-image: url('dotbwhoriz.gif');
	background-position: top;
	background-repeat: repeat-x;
}

#userimages div
{
	float: left;
	width: 128px;
	display: inline;
	margin: 8px 0px 8px 8px;
}

div.buttons
{
	margin: 8px;
}

.writenew
{
	float: right;
}

.subForm
{
	margin: 12px 0px 0px 12px;
	overflow: hidden;
}

.subForm label
{
	width: 160px;
	float: left;
}

.subForm input
{
	float: left;
}

.subForm br
{
	clear: both;
}

/* rules for the standard compose form */

#composeform
{
	margin:12px 15px 13px 15px;
}

#composeform label
{
	font-weight:bold;
	font-family:arial;
	float:left;
	clear:left;
	margin:0px 0px 5px 0px;
	width:113px;
}

.fakelabel
{
	font-weight:bold;
	font-family:arial;
	float:left;
	clear:left;
	margin:0px 0px 5px 0px;
	width:113px;
}

.fromUsername
{
	float:left;
	margin:0px 0px 5px 0px;
}

#toUsername, #subject, #username2, #password2
{
	border:1px solid #434449;
	background-color:#efefef;
/*	box-sizing: content-box;
	-moz-box-sizing: content-box;*/
	margin:0px 0px 5px 0px;
	padding:0px;
	float:left;
}

#subject
{
	width:450px;
}

#composeform textarea
{
	border:1px solid #434449;
	background-color:#efefef;
/*	box-sizing: content-box;
	-moz-box-sizing: content-box;*/
	margin:0px 0px 5px 0px;
	float:right;
	width:450px;
	height:154px;
	overflow:auto;
}

#composeform .smilegend
{
	clear:left;
	float:left;
	width:95px;
}
.smilegend img
{
	cursor: pointer;
}

.userpass
{
	float:left; width:253px;
}

.buttons
{
	float:right;
	text-align:right;
}

.btnsend
{
	margin-left:5px;
	float:right;
	clear:both;
}

.btnpreview
{
	float:right;
}

/* end of rules for the standard compose form */

