/**
 * Module stylesheet for the xuser package.
 *
 * @package		xuser-admin
 * @author		Robert M Burkhead
 * @copyright	Copyright (c) 2000-2007, xuser Development Team (past and present), PostNuke Development Team, et al. All rights reserved.
 * @license		http://www.gnu.org/licenses/old-licenses/gpl-2.0.html The GNU General Public License (GPL) - Version 2
 * @version		$Id: style.css 101 2007-09-09 10:21:56Z Robert M Burkhead $
 */

body.xu_fullscreen {
	background-color:	#2F363F;
	color:				#DADEE3;
}

.xu_container {
	border:				1px solid #000000;
	text-align:			center;
	padding:			0.5em 0.5em 1.5em 0.5em;
}

.xu_menu {
	margin: 			0;
	padding:			0 0 0 10px;
}

.xu_menu li {
	margin:				0; 
	padding:			0;
	display:			inline;
	list-style-type:	none;
}
	
.xu_menu a:link, 
.xu_menu a:visited {
	font-size:			10px;
	line-height:		14px;
	font-weight:		bold;
	margin:				0 10px 4px 10px;
	text-decoration:	none;
}

.xu_menu a.active:link, 
.xu_menu a.active:visited, 
.xu_menu a:hover {
	border-bottom:		4px solid;
	padding-bottom:		2px;
	color:				red;
}

.xu_menu a:hover {
	color:				red;
}

.field * {
	padding:			0px;
	margin:				0px;
}

div.field {
	clear:				both;
}

div.field,
p.helptext-bottom {
	padding:			0.75em;
}

label {
	font-family:		sans-serif;
	font-weight:		bold;
}

label.field {
	display:			block;
	float:				left;
	clear:				left;
	width:				25%;
	padding-right:		1.5em;
	text-align:			right;
}

fieldset {
	clear:				both;
}

.helptext {
	font-family:		serif;
	white-space:		normal;
}

.errortext {
	background-color:	transparent;
	color:				#800000;
}

div.errortext {
	padding:			0.75em;
}

.field p.errortext {
	margin-left:		25%;
}

.nowrap {
	white-space:		nowrap;
}

table.xu_admin {
	width:				90%;
	margin-left:		auto;
	margin-right:		auto;
	border:				0px none #ffffff;
}

.xu_admin th,
.xu_admin td {
	text-align:			left;
	font-family:		sans-serif;
	border:				0px none #ffffff;
	padding-top:		0.25em;
	padding-bottom:		0.25em;
	padding-left:		0.5em;
	padding-right:		0.5em;
}

.xu_admin th {
	font-weight:		bold;
	border-bottom:		1px solid #000000;
	vertical-align:		bottom;
}

.xu_admin td {
	vertical-align:		top;
}