/* CSS Document */
#CMSeditor{
	width:100%;
	height:10px;
}

#CMStoolbar{
	width:100%;
	height:55px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10000;
}
#CMStools{
	width:100%;
	height:41px;
	overflow:hidden;
	background-image:url(images/bargrad.jpg);
}

#CMSgradient{
	width:100%;
	height:14px;
	overflow:hidden;
	background-image:url(images/gradient.png);
}
*html #CMSgradient{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='cms/images/gradient.png');
}


#CMSsavebutton{
	position:absolute;
	top:6px;
	left:6px;
	width:30px;
}
#CMSlogoutbutton{
	position:absolute;
	top:6px;
	right:6px;
	width:30px;
}
#CMStexttools{
	width:500px;
	margin:auto;
	padding-top:6px;
	padding-left:40px;
	position:relative;
}
#CMStextsize{
	position:absolute;
	width:65px;
	height:58px;
	top:32px;
	left:136px;
	display:none;
	background-image:url(images/sizemenu.jpg);
	background-repeat:no-repeat;
	background-position:5px 2px;;
}
.CMSleftgradsize{
	width:5px;
	height:66px;
	float:left;
	background-image:url(images/leftgrad_size.png);
}
*html .CMSleftgradsize{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='cms/images/leftgrad_size.png');
}

.CMSsizemiddle{
	width:55px;
	height:60px;
	float:left;
}
#CMSsmall{
	width:55px;
	float:left;
	height:22px;
	cursor:pointer;
}
#CMSmedium{
	width:55px;
	float:left;
	height:19px;
	cursor:pointer;
}
#CMSlarge{
	width:55px;
	float:left;
	height:18px;
	cursor:pointer;
}
.CMSbottomgradsize{
	width:55px;
	height:7px;
	float:left;
	background-image:url(images/bottomgrad_size.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
*html .CMSbottomgradsize{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='cms/images/bottomgrad_size.png');
}

.CMSrightgradsize{
	width:5px;
	height:66px;
	float:right;
	background-image:url(images/rightgrad_size.png);
}
*html .CMSrightgradsize{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='cms/images/rightgrad_size.png');
}


#CMStextcolor{
	position:absolute;
	width:65px;
	height:58px;
	top:32px;
	left:200px;
	background-image:url(images/colormenu.jpg);
	background-repeat:no-repeat;
	background-position:5px 2px;
	display:none;
}

#CMScolorcontainer{
	height:55px;
	width:55px;
	float:left;
	padding-top:4px;
	overflow:hidden;
}

.CMScolpic{
	padding-left:5px;
	cursor:pointer;
	margin-top:0px;
}