@charset "utf-8";

body 
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#666666;
}
body *
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
form {
	padding:0px;
	margin:0px;
}
.title
{
	font-size:14px;
	color:#006699;
	font-weight:bold;
}
a {
	color:#669933;
}
.input
{
	border: 1px solid #999999;
	background-color:#ffffff;
	width:99%;
}
.error_field 
{
	border: 1px solid #990000;
	background-color:#FFE6E6;
	width:99%;
}
.error_message
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/icon_error_small.png);
	background-repeat:no-repeat;
	color:red;
	padding-left:28px;
	padding-top:3px;
	height:30px;
}
.error_box
{
	border: 1px solid #990000;
	background-color:#FFE6E6;
	padding:13px;
	padding-left:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/icon_error.png);
	background-position:5px 5px;
	background-repeat:no-repeat;
}
.error_box a {
	color:#990000;
	font-weight:bold;
}
<!--input[type="button"]  -->
.button
{
	background-image:url(../images/buttons.png);
	background-position: top left;
	width:82px;
	height:23px;
	border:0px solid white;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	padding-bottom:1px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}
.ok-button
{
	background-image:url(../images/buttons-ok.png);
	background-position: top left;
	width:104px;
	height:23px;
	border:0px solid white;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	padding-bottom:1px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}
.cancel-button
{
	background-image:url(../images/buttons-cancel.png);
	background-position: top left;
	width:104px;
	height:23px;
	border:0px solid white;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	padding-bottom:1px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}
.tabs_panel
{
	background-color:#cccccc;
	padding:1px;
	padding-top:8px;
	height:22px;
	*height:32px;
	overflow:hidden;
}
.tabs_text
{
	float:left;
	size:13px;
	color:#000000;
	font-weight:bold;
	margin-left:6px;
	margin-right:6px;
	margin-top:3px;
}
.tabs, .tabs-off {
	float:left;
	background-image:url(../images/tabs.png);
	background-position:0px 0px;
	width:112px;
	height:26px;
	cursor:pointer;
	text-align:center;
	padding:0px;
	padding-top:5px;
	overflow:hidden;
}
.tabs-on {
	float:left;
	background-image:url(../images/tabs.png);
	background-position:0px 24px;
	width:112px;
	height:26px;
	cursor:pointer;
	text-align:center;
	padding:0px;
	padding-top:5px;
	overflow:hidden;
}
.tabs-selected {
	float:left;
	background-image:url(../images/tabs.png);
	background-position:0px -26px;
	width:112px;
	height:26px;
	cursor:pointer;
	text-align:center;
	padding:0px;
	padding-top:5px;
	overflow:hidden;
}
.close-button
{
	background-image:url(../images/close-buttons.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:18px;
	height:18px;
	float:right;
	text-decoration:none;
	display:block;
	margin:4px;
	margin-top:0px;
}	
.close-button:hover
{
	background-image:url(../images/close-buttons.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:18px;
	height:18px;
	float:right;
	text-decoration:none;
	display:block;
}	
.content 
{
	display:none;
}
.content-selected 
{
	display:;
	border:1px solid #cccccc;
	border-top:none;
	padding:3px;
	height:400px;	
	font-size:inherit;
	overflow:scroll;
}
.tool_bar
{
	background-image:url(../images/toolbar_background.png);
	background-repeat:repeat-x;
	height:32px;
	padding:4px;
	padding-top:6px;
	overflow:hidden;
}
.tool_bar_group
{
	border-right:1px solid #999999;
	width:auto;
	height:30px;
	float:left;
	padding-right :4px;
}
.side_box
{
	height:auto;
}
.side_box_title
{
	background-image:url(../images/toolbar_background.png);
	background-repeat:repeat-x;
	height:22px;
	padding:4px;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.open_file_link
{
	background-image:url(../images/editor/source.png);
	background-repeat:no-repeat;
	padding-left:30px;
	height:24px;
	margin-top:4px;
	margin-left:4px;
	padding-top:4px;
}
.open_file_link a:hover
{
	color:#006699;
}
.noneditable_file_link
{
	background-image:url(../images/editor/source-noneditable.png);
	background-repeat:no-repeat;
	padding-left:30px;
	height:24px;
	margin-top:4px;
	margin-left:4px;
	padding-top:4px;
	color:#666;
	cursor:help
}
.noneditable_file_link a:hover
{
	color:#006699;
}
.side_box_hint
{
	padding:3px;
	background-color:#FFFFCC;
	display:block;
}
.statusLine {
	border-top:1px dotted #cccccc;
}
#edit-content-menu {
	position:absolute;
	left:76px;
	top:108px;
	width:auto;;
	height:67px;
	z-index:1;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	border-right:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	padding:4px;
}
#edit-content-menu *
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	white-space:nowrap;
}
#edit-content-menu a:hover
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	white-space:nowrap;
	color:white;
	background-color:#333333;
	display:block;
	padding:4px;
	text-decoration:none;
}
#edit-content-menu a
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	white-space:nowrap;
	color:#063;
	background-color:#ffffff;
	display:block;
	padding:4px;
	text-decoration:none;
}
.row-on
{
	background-color:#FFC;
}
.row-off
{
	background-color:white;	
}
.toolbarLink 
{
	color:#333;	
	text-decoration:none;
}
.toolbarLink:hover
{
	color:#090;	
}
.image-picker
{
	border:1px solid #cccccc;
	width:400px;
	height:400px;
	padding:1px;
	background-color:white;
	position:absolute;
	z-index:10000;
}