/*
============================================================ 
                       L A Y O U T
============================================================
*/
.container {
	width:718px;
	padding:100px 0 0 0;
}

.content {
	float:left;
	width:587px;
	height:311px;
	background-color:#f1ebd1;
}

.content-text-member {
	padding:5px 15px;
	margin:5px 0 15px 0;
	height:210px;
	overflow:auto;
}

.content-text {
	padding:10px 15px;
	margin:10px 0;
	height:225px;
	overflow:auto;
}

.menu-member {
	padding:5px 15px;
	text-align:right;
	font-size:8pt;
}

.sbar {
	float:right;
	width:124px;
	height:311px;
	background:#bca573;
	overflow:hidden;
}

.sbar ul {
	list-style-type:none;
	padding:0 !important;
	margin:0 !important;
}

.sbar li a {
	padding:1px 5px 2px 13px;
	display:block;
	border-bottom:1px solid #a18866;
	font-family:tahoma;
	font-size:8pt;
	color:#603123;
}

.sbar li.last a {
	border-bottom:none;
}

.sbar li a:visited {
	color:#603123;
}

.sbar li a:hover {
	/* color:#89201a; */
	color:#fff;
}

/*
============================================================ 
                      C O P Y R I G H T
============================================================
*/
.copyright {
	padding:5px;
	font-size:7pt;
	color:#f1ebd1;
	text-align:right;
}

.copyright a{
	font-weight:normal !important;
	color:#f1ebd1 !important;
	text-decoration:none !important;
}

.copyright a:hover{
	color:#f1ebd1 !important;
	text-decoration:underline !important;
}

/*
============================================================ 
                        C O M M O N
============================================================
*/
.confirmation {
	margin:10px 15px 10px 0;
	padding:5px;
	border:1px solid #afc2b5;
	color:#3f911f;
	background:#cbd8c4;
}

.error {
	margin:10px 15px 10px 0;
	padding:5px;
	border:1px solid #b69595;
	color:#A42A27;
	background:#d8c4c7 !important;
}

.confirmation p, .error p {
	padding:0;
	margin:0;
	text-indent:0;
}

.fontGreen { color: #0a880a; }
.fontRed { color: #A42A27; }

.logout {
	margin:10px 0;
	text-align:center;
	text-transform:uppercase;
	font-family:trebuchet ms, arial;
	font-size:11pt;
}

.logout a:hover {
	text-decoration:none;
}