
	
	h2 {
		color:#6fb709;
		text-transform:uppercase;
		font-size:14px;
		font-weight:normal;
	}
	
	a, img {
		border: 0px;
			
	}
	
	.tool_btn a {
	outline:none;
	color:#6cb608;
	text-decoration:none;
	font-size:10px;
	border-bottom:1px dotted #fff;
	padding:7px;
	}
	
	
	
	#controls {
		width:100px;	
	}

#expander a {
	outline:none;
	color:#6cb608;
	text-decoration:none;
	font-size:10px;
	border-bottom:1px solid #000;
	background: url(../images/edito/transparent_background-top.png) repeat;
	padding:7px;
}

#expander a:hover {
	color:#CCC;
}

#expander {
	margin:0 30px 0 0;
	position:relative;
	top:0px;
	width:150px;
	float:right;
	text-align:center;
	height:0px;
}

.gridmain table {
}

.gridmain td {
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	
}

.gridmain tr {
}

.gridmain {
	width:600px;
	border-right:1px solid #000;
	font-size:11px;
	color:#929292;
	background:#222222;
}	

.gridmain th {
	border: 1px; solid #eee;
	padding: 10px;
	background: #6db609 url(../images/edito/th_background.jpg) bottom repeat-x;
	color:#000;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}

.iframe_body {
	text-align:left;
	background:#262626 none;
	margin:0;
	color:#929292;
	font-size:11px;
}

.iframe_body a {
	outline:none;
	color:#6cb608;
	text-decoration:none;
	font-size:10px;
	border-bottom:1px dotted #fff;
}

.iframe_body .edito_input {
	height:22px;
	border:1px solid #000;
	background:#fff url(../images/edito/input_background.gif) top repeat-x;
}

.iframe_btn {
	margin-top:10px;
}

.iframe_body img {
	border:1px solid #000;
	float:left;
	margin:0 20px 0 0;
	}

#toolbox {
	width:200px;
	position: absolute;
	padding:1px;
	margin:10px;
	cursor:move;
}

.toolbox-btn {
	float:left;
	width:60px;
	height:40px;
	margin:10px 20px 10px 0;
	color:#999;
	font-size:9px;
}

.toolbox_border_top_left {
	background: url(../images/toolbox/border_top_left.png) 0 0 no-repeat;
	width:50px;
	height:50px;
	float:left;
}

.toolbox_border_top_center {
	background:url(../images/toolbox/border_top_center.png) 0 0 repeat-x;
	width:100px;
	height:50px;
	float:left;
}

.toolbox_border_top_right {
	background: url(../images/toolbox/border_top_right.png) 0 0 no-repeat;
	width:50px;
	height:50px;
	float:right;
	position:relative;
}

.toolbox_name {
	width:200px;
	height:70px;
	position:relative;
	top:-20px;
	background:url(../images/toolbox/logo.png) top center no-repeat;
}

.toolbox_border_left {
	background:url(../images/toolbox/border_middle_left.png) top left repeat-y;
	width:50px;
	float:left;
}

.toolbox_border_right {
	background:url(../images/toolbox/border_middle_right.png) top right repeat-y;
	width:50px;
	float:right;
	position:relative;
}

.toolbox_border_bottom_left {
	background: url(../images/toolbox/border_bottom_left.png) bottom left no-repeat;
	width:50px;
	height:50px;
	float:left;
}

.toolbox_border_bottom_center {
	background:url(../images/toolbox/border_bottom_center.png) bottom center repeat-x;
	width:100px;
	height:50px;
	float:left;
}

.toolbox_border_bottom_right {
	background: url(../images/toolbox/border_bottom_right.png) bottom right no-repeat;
	width:50px;
	height:50px;
	float:right;
}

.toolbox_modules {
	background: url(../images/toolbox/middle_background.png) center repeat-y;
	float:left;
	width:200px;
}

.toolbox_header {
	height:50px;
}

.toolbox_footer {
	height:50px;
}

