body {
	background-color: #88c;
	padding: 0;
	margin: 0;

	/* Required to center page on < ie 6 */
	/*text-align:center;*/

	width: 88%;
	margin: 10px auto 10px auto;
	padding: 0;

	font: 0.8em verdana, arial, sans-serif;
	color: #b6c5f2;
}

#header {
	background-image: url('default/logorep.gif');
	background-repeat: repeat-x;
	height: 124px;
	position: relative;
	border: 1px solid #aad;
	border-top: none;
}

#header h1 {
	margin: 0; padding: 0;
	position: absolute;
	top: 25px;
	left: 8px;
}

#header a {
	display: block;
	margin: 0; padding: 0;
	background-image: url('default/title.gif');
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 156px;
	width: 471px;
}

/* Main menu definitions */

#main_menu {
	text-align: right;
	position: relative;
	top: -20px;
	left: -1em;
}

#main_menu ul {
	list-style: none inside none;
	margin: 0; padding: 0;
}

#main_menu li {
	margin: 0; padding: 0;
	display: inline;
	margin-right: 3px;
}

#main_menu a {
	background-image: url('default/silvertab.gif');
	background-repeat: repeat-x;

	margin: 0;
	padding: 3px 1.0em;
	height: 25px;

	color: black;
	text-decoration: none;
	font-weight: bold;
}

#main_menu a:hover {
	background-image: url('default/silvertab-hover.gif');
}

#main_menu li.active_menu_item a {
	background-image: url('default/silvertab-pressed-hover.gif');
}

#main_menu li.active_menu_item a:hover {
	background-image: url('default/silvertab-pressed-hover.gif');
}

/* End main menu definitions */

/* Sub menu definitions */

#sub_menu {
	margin-top: 3px;
	position: relative;
	height: 15px;
}

#sub_menu ul {
	list-style: none inside none;
	text-align: right;
	position: absolute;
	right: 0;
	z-index: 0;
}

#sub_menu ul, #sub_menu li {
	margin: 0; padding: 0;
}

#sub_menu li {
	display: inline;
}

#sub_menu a {
	display: block;
	float: left;
	height: 20px;
	border: 1px solid #aad;
	border-bottom: none;
	background-color: #4848AE;

	position: relative;
	top: -6px;
	margin: 0 2px;
	padding: 3px 2px 0px 2px;

	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

#sub_menu li.active_menu_item a {
	border-bottom: 1px solid #4848ae;
	text-decoration: underline;
}

#sub_menu a:hover {
	background-color: #898FDF;
	top: -10px;
	height: 24px;
}

/* End sub menu definitions */

#content {
	background-color: #339;
	border: 1px solid #aad;
	margin-top: -15px;
}

#sidebar {
	float: left;
	margin-top: 30px;
}

.sidebox {
	margin: 10px 0 10px 10px;
	padding: 10px 5px;
	width: 170px;
	background-color: #c3d2ff;
	color: black;
	border: 1px solid #aad;
	text-align: center;
}

.sidebox h2 {
	margin: -10px -5px 0 -5px;
	padding: 2px;
	background-color: #4848ae;

	font-size: 1.1em;
	text-align:center;
	font-weight: bold;
	color: white;

	border-bottom: 1px solid #aad;
}

.sidebox ul, .sidebox ul * {
	margin: 0; padding: 0;
	list-style: none outside none;
}

.sidebox p {
	margin: 0.3em 0;
}

.sidebox li {
	margin-bottom: 0.5em;
}

#action {
	background-color: #c3d2ff;
	border-top: 1px solid #aad;
	border-left: 1px solid #aad;
	margin: 17px 0px 0px 200px;
	padding: 0 10px 1em 10px;

	color: black;
	font-size: 1em;
}

* html #action {
	height: 1%;
}

#action h2 {
	margin: 0 -10px 1em -10px;
 	padding: 2px 0px 2px 10px;

	background-color: #4848ae;
	font-weight: bold;
	color: white;
	font-size: 1.8em;

	border-bottom: 1px solid #aad;
}

#action h3 {
	font-size: 1.6em;
	font-weight: bold;
}

#footer {
	background-color: #339;
	border: 1px solid #aad;
	text-align: center;
	margin-top: 20px;
}

#certs {
	float: left;
	margin: 5px;
}

#wisdom_logo {
	float: right;
	margin: 5px;
}

#footer p {
	padding: 0;
	font-size: 0.8em;
	margin: 10px 0 0 0;
}

#footer a {
	color: white;
}

/* Footer scoped clear hack */

#footer {
	display: inline-block;
	width: 100%;
}

/* Hide from IE-mac \*/
* html #footer {
	height: 1%;
	width: 100%;
}

#footer {
	display: table;
}

/* End hide from IE-mac */

/* Content scoped clear hack */

#content {
	display: inline-block;
	width: 100%;
}

/* Hide from IE-mac \*/
* html #content {
	height: 1%;
	width: 100%;
}

#content {
	display: table;
}

/* End hide from IE-mac */

table {
	width: 100%;
	border: 1px solid #B2C1EE;
	padding: 5px;
}

th {
/*	background-image: url('default/table-header.gif');
	background-repeat: repeat-x;
*/	background-color: #D6D6EF;
	height: 25px;
}

td {
	background-color: #B2C1EE;
}

table.user_join th {
	width: 12em;
	text-align: right;
}

fieldset {
	padding: 0.5em;
	border: 1px solid #eee;
}

fieldset.common {
	margin: 1em;
	border: 1px solid #a1b0dd;
	background-color: #b2c1ee; !important; /* IE6 can't fill the right part of the fieldset box */
	background-color: none;
}

fieldset.common legend {
	font-weight: bold;
	font-size: 1.2em;
}

fieldset.common label {
	width: 12em;
	text-align: right;
	display: block;
	float: left;
	margin: 0.2em 0;
	clear: both;
}

fieldset.common input, fieldset.common select {
	margin: 0.2em 0em 0.2em 0.5em;
}

p.form_save_box {
	text-align: center;
}

.pagination {
	text-align: center;
}
