/*
	CMS buttons
*/
span.cmsbutton {
	display: inline-block;
	color: #969696;
	background-color: #333;
	border: 2px solid #222;
	font-size: 12px;
	font-family: "Verdana", sans-serif;
	text-align: left;
	padding: 0 1em 0 1em;
	margin: 0 0.5em 0 0.5em;
	/*
	border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	*/
	line-height: 2em; /* the outcome of line-height multiplied with font-size must be a round digit */
}
span.cmsbutton a {
	color: #d6d6d6;
	font-weight: normal;
	margin-right: 1.3em;
	text-decoration: none;
}
span.cmsbutton a:hover {
	/*text-decoration: none;*/
	text-decoration: underline;
}
span.cmsbutton strong {
	margin-right: 1em;
	color: #969696;
}
span.cmsbutton i {
	margin-right: 1.3em;
}



/*
	I do not know what the 'div.edit'-classes are for, leave them here just in case
*/
/*
div.edit {
	margin: 0.6em 0 1em -0.5em;
	width: auto;
	height: auto;
	font: 12px/1.4em "Verdana", serif;
	padding: 0.3em 1em 0.4em 1em;
	background-color: #E5E5E5;
	border: 3px solid #CCCCCC;
	text-align: left;
	color: #757575;
}
div.edit a {
	color: #757575;
	text-decoration: underline;
	margin-right: 10px;
}
div.edit a:hover {
	color: #757575;
	text-decoration: none;
}
div.edit strong {
	margin-right: 10px;
}
*/



/*
	CMS edit pages
*/
body.cms {
	margin: 0px;
	background-color: #F5F5F5;
	font: 13px "Verdana", serif;
	color: #333333;
}
body.cms h1 {
	color: #222222;
	margin: 0px;
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 18px;
}
body.cms a {
	color: #111;
}
body.cms form {
	margin: 0px;
	padding: 0px;
}
body.cms input {
	border: 1px solid #7F9DB9;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
	font: 12px "Verdana", serif;
	padding: 0.5em;
	width: 240px;
	height: 2.5em;
}
body.cms input.button {
	width: auto;
	height: auto;
	cursor: pointer;
	color: #cfcfcf;
	background-color: #333;
	font-family: "Verdana", sans-serif;
	padding: 0.2em 1em 0.2em 1em;
	margin: 0 0.5em 0 0.5em;
	border: 0;
	border-radius: 0.5em;
	line-height: 2em; /* the outcome of line-height multiplied with font-size must be a round digit */
	text-decoration: underline;
}
body.cms input.button:hover {
	text-decoration: none;
}
/*
body.cms input.button {
	border: 3px solid #CCCCCC;
	background-color: #E5E5E5;
	color: #000000;
	width: auto;
	height: auto;
	font: 12px "Verdana", serif;
	padding: 0.2em;
	cursor: pointer;
}
*/
body.cms input[type=file] {
	border: none;
	width: auto;
	padding: 0;
	margin: 0;
	background-color: transparent;
}
body.cms div.form_element {
	display: inline-block;
	width: auto;
	background-color: #ebebeb;
	padding: 0.7em;
	margin: 0.5em 0;
	vertical-align: top;
}
body.cms textarea {
	border: 1px solid #7F9DB9;
	font: 12px/1.3em "Verdana", serif;
	word-spacing: 0.12em;
	width: 810px;
	height: 190px;
	margin: 0;
	padding: 0.5em 0.7em;
	vertical-align: top;
	line-height: 1.5em;
}
body.cms textarea.image { /* text for image */
	width: 690px;
	height: 70px;
	font: 12px/1.3em "Verdana", serif;
}
body.cms span.textarea_editor {
   font-size: 11px; 
}
body.cms input[type=radio] {
	width: 1em;
	height: 1em;
	margin: 3px;
	border: none;
}
body.cms input[type=checkbox] {
	width: 1em;
	height: 1em;
	margin: 3px;
	padding: 0px;
	border: none;
}
body.cms select {
	font: 1em "Verdana", serif;
	height: auto;
	width: auto;
	border: 1px solid #7F9DB9;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 0.4em;
	padding-left: 0.2em;
	height: 2.5em;
}
body.cms sup {
	font-size: 11px;
	color: #999999;
}
body.cms label {
	cursor: pointer;
}

body.cms div.font {
	float: left;
	margin: 0.5em;
	height: 2em;
}
body.cms div.font label {
	 background: #FFF;
	 padding: 0.2em;
	 padding-right: 1.1em;
	 padding-left: 0.7em;
}

/*
	CMS topbar
*/
div.cmsbar {
	/* cms bar */
	margin: 0px;
	width: auto;
	font-size: 12px;
	font-family: "Verdana", sans-serif;
	color: #c9c9c9;
	padding: 0.3em 1em 0.3em 1em;
	background-color: #333;
	border-bottom: 2px solid #222;
	line-height: 2em;
}
div.cmsbar a {
	color: #c9c9c9;
	padding: 0 1em 0 1em;
	/*text-decoration: underline;*/
	text-decoration: none;
}
div.cmsbar a:hover {
	/*text-decoration: none;*/
	text-decoration: underline;
}
div.cmsbar a.red { /* red logout */
	color: #e12323;
}

/*
	login page
*/
body.login {
	font: 12px "Verdana", serif;
	background-color: #F5F5F5;
	padding-top: 20px;
	color: #222222;
}
body.login h1 {
	margin: 0px;
	font-size: 18px;
}
body.login input {
	border: 1px solid #7F9DB9;
	font: 12px "Verdana", serif;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 0.5em;
	width: 240px;
	height: 2.5em;
}
body.login input[type=submit] {
	width: auto;
	height: auto;
	cursor: pointer;
	color: #cfcfcf;
	background-color: #333;
	font-family: "Verdana", sans-serif;
	padding: 0.2em 1em 0.2em 1em;
	margin: 0 0.5em 0 0.5em;
	border: 0;
	border-radius: 0.5em;
	line-height: 2em; /* the outcome of line-height multiplied with font-size must be a round digit */
	text-decoration: underline;
}
body.login a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
body.login a:hover {
	text-decoration: none;
}
img{ 

} 
