/* $Rev: 23422 $ */


/* 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: -102px;
	width: 100%;
	height: 100px;
	overflow: hidden;
	padding: 20px;
	border-bottom: 5px solid #7cb147;
	background: #eaeaea;
	z-index: 10000;
	
	font-size:12px;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif; 
}
body>#demo_box {
	/* For "normal" browsers */
	height: 60px;
	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,
.theme_dropdown
{
	border: 1px solid white; 
	padding: 2px;
	font-weight: bold;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}

.theme_dropdown select {
	width: 115px;
}

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

/* Color boxes in tab thingy */
.theme_color_box {
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-top: 5px;
	margin-right: 3px;
	overflow: hidden;
} 

.text_green {
	color: #7cb147;
}

