/* /groupcp.php */
#group_pending_select {
}
#group_member_select {
}
#group_list_select {
}

/* /register.php */
#agb_warning {
	color:#F00;
	padding:0.5em;
	border-width:1px 1px 0px 1px;
	text-align:center;
	font-weight:bold;
}

/* /staff.php */
#staffheader {
	margin:auto;
	width:80%;
}
.staffbox {
	margin:0.25em auto;
	width:75%;
}

/* profile.php */
#profilecaption {
	margin-top:0;
	color:#246;
}
.profilebox {
	background-color:#EEF;
}
.profilebox legend {
	color:#246;
	font-weight:bold;
	font-size:1.1em;
}

.profilebox table {
	border:0;
	margin-top:-0.25em;
	width:100%;
}
.profilebox table td {
	padding:0.2em 0.4em;
}

.profilebox table .caption {
	white-space:nowrap;
	text-align:right;
	font-weight:bold;
	vertical-align:middle;
	width:40%;
}

.profilebox table .data {
	vertical-align:middle;
}
.profilebox table .data .secondary {
	font-size:0.8em;
}

/* login.php */
#logincaption {
	margin-top:0;
	color:#246;
}
#login {
	background-color:#EEF;
}
#login p {
	text-align:center;
}

/* News */

.news {
	border-bottom: 1px solid #ABC;
	margin-bottom: 4em;
}

.news h2 {
	font-size: 2em;
	margin:0;
}

.newsheader {
	background-color: #EEF;
	border-top:1px solid #ABC;
	color: #666;
	font-size: 0.9em;
	margin-bottom:1em;
	padding: 0.5em;
}

.newslink {
	background-color: #EEF;
	color: #246;
	padding: 0.5em;
	margin-top: 1em;
}

.newsheader .newslink {
	background-color: transparent;
	float: right;
}

.newscontent {
	padding: 0.5em;
}

/* News Sidebar */

.forumline.smallnews {
	width: 100%;
}

.forumline.smallnews td {
	padding: 0 0 0.3em 0;
}

.smallnews h3 {
	font-size: 1.1em;
	font-style: normal;
	margin: 0;
}

.smallnews .newsheader {
	background-color: transparent;
	border-top: none;
	font-style: italic;
	padding: 0.3em;
	margin: 0;
}

.smallnews .newsheader.even {
	background-color: #DDE;
	background-image: url("images/smallnews_eef_bg-trans.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

.smallnews .newsheader.odd {
	background-color: #EEF;
	background-image: url("images/smallnews_dde_bg-trans.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

.smallnews .newslink {
	background-color: transparent;
	margin-top: 0;
	padding: 0;
	text-align: center;
}

/* Sitemap */

.sitemap {
	border:1px solid #ABC;
	width:70%;
	margin:auto;
}
.sitemap tr.explanation td {
	padding-top:0.25em;
	padding-bottom:0.25em;
}
.sitemap td {
	padding:0.5em;
}
.sitemap table {
	width:95%;
	margin:auto;
}
.sitemap td.site {
	text-align:center;
	vertical-align:middle;
	padding:1em;
}

