.wide_grad_cell {
	background-image:url('../../images/green_grad.jpg');
	background-repeat:repeat-x;
	background-position:top;
}

.close_grad_cell {
	/*background-image:url('../../images/tan_grad.jpg');
	background-repeat:repeat-x;
	background-position:top;*/
	background-color:#d0b880;
	width:20px;
}

.close_border_cell {
	width:2px;
	background-color:#687818;
}

.user_menu_bar {
	color:#fae7c7;
	background-color:#506008;
	border-bottom:2px solid #fae7c7;
	font-size:12px;
	position:fixed;
	width:100%;
}

.user_menu_bar a {
	color:#fae7c7;
}

.user_menu_bar table {
	width:100%;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

.user_menu_bar a:hover {
	color:#fae7c7;
}

.user_menu_bar .button {
	color:#fae7c7;
	padding:5px 20px 5px 20px;
	border-right:1px solid #304000;
	border-left:1px solid #304000;
	margin:0px;
	font-size:12px;
	
	background-color:#687818;
	
	text-align:center;
	
	width:130px;
	
	-webkit-transition:background-color 0.3s linear;
	-moz-transition:background-color 0.3s linear;
}

.user_menu_bar .button:hover {
	background-color:#304000;
}

.user_menu_bar .divider {
	text-align:right;
	padding-right:10px;
	
	color:#dac7a7;
	
	width:550px;
}

.copyright {
	text-align:center;
	background-color:#d0b880;
}