﻿* html
{
	font-size: 100%;
}

img
{
	vertical-align: bottom;
}

body
{
	font-family: Verdana , Helvetica, Arial, san-serif;
	font-size: 0.8em;
	background-color: #FFF;
	color: #000;
	margin: 0;
	padding: 0;
}

#controls input.apply
{
	background: url(../buttons/apply.gif) #fff no-repeat;
	border: 0;
	padding: 0;
	width: 62px;
	height: 25px;
	cursor: pointer;
}
	
	

#header
{
	height: 69px;
	background: url(../images/headerbg.gif);
	padding: 0px 20px 0 20px;
}

#header a
{
	color: #fff;
}

#header h1
{
	display: none;
}

#header h2
{
	display: none;
}

#header #logo
{
	background-image: url(../images/logoheader.gif);
	width: 136px;
	height: 69px;
}

#header #listmenu
{
	float: right;
	width: 120px;
}

#header #listmenu ul
{
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

#header #listmenu ul li
{
	float: left;
	margin-right: 10px;
}

#wrapper
{
}

div.slider
{
	width: 200px;
	background-image: url( '../images/scaler_slider_track.gif' );
	background-repeat: repeat-x;
	background-position: center left;
	height: 18px;
	margin: 4px 0 0 10px;
}

div.sliderhandle
{
	width: 18px;
	height: 18px;
	cursor: pointer;
}

#controls
{
	
	float: left;
	width: 210px;
	margin-right: 25px;
	font-size: 0.85em;
	border: 1px solid #fff;
	
}

#controls a
{
	color: #333;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dashed #333;
	
}

#editor
{
	overflow: auto;
	padding-left: 5px;
}

input
{
	border: 1px solid #ccc;
	background: #eee;
	margin-right: 10px;
	margin-top: 10px;
}

#controls input.button
{
	background: url(../buttons/button.gif) #fff no-repeat;
	border: 0;
	padding: 0;	
	height: 27px;
	cursor: pointer;	
	font-size: 0.95em;
	width: 80px;
	font-family: Verdana;
}

#controls input.shorttext
{
	width: 35px;
	font-size: 0.95em;
}

#content
{
	padding: 0 20px 0 20px;
}


#uploader
{
	
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	font-size: 0.8em;
}

#main
{
	
	padding-top: 20px;
	
	border-top: 1px solid #ccc;
	background: url(../images/bordereditor.gif) repeat-y 223px;
}

#menu
{
	
    
}

#menu ul
{
	padding: 0;
	margin: 0;
}

#menu ul li
{
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	margin-right: 5px;
}

#menu ul li.separator
{
	background: url(../buttons/separator.gif) no-repeat;
	width: 10px;
	height: 20px;
	margin: 0;
}

#menu ul li.separatorlong
{
	background: url(../buttons/separator.gif) no-repeat;
	width: 10px;
	height: 20px;
	margin-right: 40px;
}

br
{
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	clear: both;
}

#editimg
{
	background: url(../images/bgcanvas.gif);
	border: 1px solid #333;
}

#loading
{
	visibility: hidden;
	position: absolute;
	right: 20px;
	top: 144px;
	background: #f32f91;
	color: White;
	padding: 5px;
	font-weight: bold;
	font-size: 1.1em;
}

h3
{
	color: #f32f91;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 2.3em;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#imgstats
{
	font-size: 0.9em;
	color: #aaa;
}

img.previewimg
{
	border: 1px solid #333;
}

#footer
{

	font-family: Verdana;
	color: #fff;
	background: #363636;
	height: 25px;
	padding-top: 10px;
	font-size: 0.8em;
	text-align: center;	
}

#footer a 
{
	border-bottom: 1px  dashed #fff;
	color: #fff;
	padding-bottom: 2px;
	text-decoration: none;
}

h4
{
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS';
	font-weight: normal;
	font-size: 2em;
	margin-top: 15px;
}

input.btnuploadedit
{
	background: url(../buttons/uploadedit.gif) #fff no-repeat;
	border: 0;
	padding: 0;
	width: 96px;
	height: 23px;
	cursor: pointer;
}

#imgUpload
{
	font-size: 0.95em;
	width: 200px;
	
}

#menu img
{
	border: 0;
}



