/***************************************************************
	icons that appear in edit-mode (right aligned)
***************************************************************/
.cmsicons img {
	border: solid 1px #dddddd;
}

.cmsicons img:hover {
	/* border: none; */
}

.cmsicons {
	z-index: 100;
	min-width: 16px;
	max-width: 64px;
	text-align:left; 
	clear: none;
	margin: 0px; 
	margin-right: 0px; 
	border: none; 
	position: absolute;
	margin-top: 0px;
	/*float: left;*/
	border: solid 1px #aaaaaa;
	background-color: #eeeeee;
	display: block;
}

.trans {
	/* filter:alpha(opacity=20); */
	-moz-opacity:.20;
	opacity:.20;
}
.trans:hover {
	/* filter:alpha(opacity=100); */
	-moz-opacity:1;
	opacity:1;
}

/***************************************************************
	icons that appear in edit-mode (left aligned)
***************************************************************/
.cmsicons_left {
	z-index: 100;
	min-width: 16px;
	max-width: 64px;
	text-align:left; 
	margin: 0px; 
	margin-right: 0px; 
	border: none; 
	position: relative; 
	margin-top: 0px;
	float: left;
	border: solid 1px #aaaaaa;
	background-color: #eeeeee;
}

.cmslink {
	background-color: #ffffff;
	padding: 5px;
	margin: 0px;
	clear: left;
	font-size: 9px;
}

.cmslink:hover {
	background-color: #eeeeee;
}

.cmslink img {
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.cmscaption {
	background-color: #333333;
	padding: 5px;
	margin: 0px;
	color: #eeeeee;
	font-weight: bold;
	font-size: 9px;
}

.cmsicons:hover {
	z-index: 200;

}

/***************************************************************
	hint / menu that apears when the users hovers over a cmsicon
***************************************************************/
.cmshint {
	display: none;
	position:relative;
	z-index: 1000;
	clear: none;
	top: 0px;
	/*left: -120px; */ 
	width: 200px;
	height: auto;
	padding: 0px;
	border: solid 1px #aaaaaa;
	background-color:#EEEEEE;
	font-size: 10px;
	font-family: Verdana;
}

/***************************************************************
	edit-mode buttons
***************************************************************/
.cmsbtn {
	width: 16px;
	height:16px;
	clear:none;
	float:left;
}

/***************************************************************
	keep hints "blocked"
***************************************************************/
.cmshint:hover {
	display: block;
}

.cmsbtn:hover .cmshint, .cmsbtn:hover .cmshint {
	display: block;
}

.cmshint a, .cmshint a:visited, .cmshint a:link {
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	line-height: 18px;
	margin: 0px;
	clear: left;
}

.cmshint a:hover {
	background-color: #eeeeee;
	text-decoration: none;
}

.cmshint img {
	margin-top: 6px;

}

/***************************************************************
	edit-mode buttons

	edit controls styling ???????????
***************************************************************/
div#list input, input, select, textarea {
	padding: 0px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #777777;
	font-size: 14px;
	color: #777777;
}

div#list td {
	padding: 1px;
	margin: 0px;
	font-size: 10px;
}

div#list th {
	background-color: #aaaaaa;
}

.edit, .del, .up, .down, .logoff {
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 15px;
	float: right;
}

.logoff {
	background-image: url(../images/logoff_mask.gif);
}

.logoff:hover {
	background-image: url(../images/logoff.gif);
}

.edit {
	background-image: url(../images/edit_mask.gif);
}

.edit:hover {
	background-image: url(../images/edit.gif);
}

.del {
	background-image: url(../images/delete_mask.gif);
}

.del:hover {
	background-image: url(../images/delete.gif);
}

.up {
	background-image: url(../images/uparrow_mask.gif);
	margin-top: 4px;
}

.up:hover {
	background-image: url(../images/uparrow.gif);
}

.down {
	margin-top: 4px;
	background-image: url(../images/downarrow_mask.gif);
}

.down:hover {
	background-image: url(../images/downarrow.gif);
}

.mw_visible {
	color: #333333;
}

.mw_invisible {
	color: #aaaaaa;
}

.editform input, .editform textarea, .editform select {
	width: 200px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	border: solid 1px #aaaaaa;
}

.editform input[type=checkbox], .editform input[type=radio], .editform input[type=submit] {
	width: auto;
	border: none;
}

.blockContent {
	/*border: solid 1px transparent;*/
	margin-bottom:20px;

}
.blockContent:hover {
	/*border: solid 1px #eeeeee;*/
}

.blockContent:hover > .cmsicons {
	display: block;
}

.aplus {
	background-image: url(../images/aplus.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}

.amin {
	background-image: url(../images/amin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;

}

.ashow {
	background-image: url(../images/arrowr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}

.ahide {
	background-image: url(../images/downarrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;

}

.sql {
	width: 600px;
	height: 150px;
}

a.img {
	border: none;
}
