/* $Rev: 19084 $ */


/* Beta box controls */
#demo_box {
	/* Really it's fixed, we just do this for stupid IE6 to at least "function" */
	position: absolute;
	
	left: 0px;
	top: -92px;
	width: 100%;
	height: 90px;
	overflow: hidden;
	padding: 20px;
	border-bottom: 5px solid #7cb147;
	background: #eaeaea;
	/*background: #4987c5 url('../../geo_templates/default/external/images/backgrounds/search_bar.gif') repeat-x bottom left; */
	z-index: 10000;
	
	font-size:12px;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif; 
}
body>#demo_box {
	/* For "normal" browsers */
	height: 50px;
	position: fixed;
}

div#demo_box_label {
	/* Really it's fixed, we just do this for stupid IE6 to at least "function" */
	position: absolute;
	
	cursor: pointer;
	left: 300px;
	top: -1px;
	z-index: 10001;
	
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 5px solid #7cb147;
	border-left: 5px solid #7cb147;
	border-right: 5px solid #7cb147;
	border-top: none;
	background: #eaeaea;
	/*background: #e2e4e9 url('../admin_images/design/blu_button_bg.gif') repeat-x center left; */
	color: #666666; 
	padding: 3px 5px 2px 5px; 
	font-weight: bold; 
	white-space: nowrap;
}

body>div#demo_box_label {
	/* For "normal" browsers that know how to fix things */
	position: fixed;
}

div#demo_box_label:hover {
	background: white;
}

/*edition control box*/

.edition_dropdown {
	border: 1px solid white; 
	padding: 2px;
	font-weight: bold;
	display: inline-block;
}

.edition_dropdown_text {
	background-color: #efefef;
	
	font-size:12px;
}

.text_green {
	color: #7cb147;
}
