body { 
	font: 62.5% "verdana", Trebuchet MS, sans-serif;
	color: #3F3731;
	margin: 5px 25px;
}

div.footer, div.header, div.content {
	width: 950px; 
	margin: auto;
}

.clear {
	clear: both;
}

/*** Header styles ***/
div.header-left {
	width: 460px;
	float: left;
	padding: 5px;

}

div.header-right {
	width: 460px;
	float: right;
	padding: 5px;
	/*border: 1px solid #333333;*/
}

p.title {
	font-size: 23px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p.title-2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

p.login-msg {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	margin: 0;
	padding: 0;
}

a.logout-link:link, a.logout-link:visited {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

a.logout-link:hover {
	text-decoration: underline;
}
/*** Sub-Menus ***/
div.subMenu-container {
	width: 940px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: #F4F0EC;
	padding: 0;
	border-left: 1px solid #DBB999;
	border-right: 1px solid #DBB999;
	border-bottom: 1px solid #DBB999;	
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

/*** Forms ***/
form {
	padding: 10px;
}

.form-column-left {
	width: 460px;
	float: left;
}

.form-column-right {
	width: 460px;
	float: left;
	display: none;
}

.form-column-subleft, .form-column-subright {
	float: left;
	width: 215px;
}

.input-long-field {
	width: 200px;	
}

.buttons {
	width: 375px;
	padding: 20px 0 0 0;
	text-align: center;
}

label {
	display: block;
	padding-bottom: 5px;
}

.status-message {
	dispaly: block;
	width: 250px;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -125px;
	background-color: #F9F693;
	/*border: 1px solid #333333;*/
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius-bottom-right: 6px;
    border-radius-bottom-left: 6px;
}

.status-message-display {
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
	padding: 15px;
	margin: 0;
	text-align: center;

}

.delete-conf-text {
	font-size: 13px;
	margin: 0;
	padding: 5px 0 0 0;
}

.password-box {
	display: none;	
}

.error-msg {
	padding: 5px;
	margin: 0;
	color: #CC0000;	
}

/*** Footer ***/

.footer-text {
	text-align: center;
}