html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
/*	background-color: #f7f4ef;*/
	margin: 0px;
	height: 100%;
}
#cms_page {
	height:100%;
	padding:0px;
	margin:0px;
}
#cms_menu_holder {
	background-color: #e1e6f9;
	width: 200px;
	vertical-align:top;
/*	float: left;
	background-color: #eeeeee;
	position: absolute;
	left: 0px;
	top: 0px;*/
}
#cms_menu {
	font: 11px Verdana,Tahoma,Arial,sans-serif;
	cursor: default;
	padding: 0px;
}
/*----- title ----*/
#cms_menu .section .title {
	font: bold 11px Verdana,Tahoma,Arial,sans-serif;
	letter-spacing: 0;
	width: 100%;
	height: 25px;
	color: #4846ac;
	background-color: #b0c0f6;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #7e94e0;
	border-bottom-color: #4846ac;
	border-left-color: #FFFFFF;
}

#cms_menu .section-over .title {
	color: #FFFFFF;
	background-color: #b0c0f6;
}

#cms_menu .section .title td {
	margin: 0px;
	padding: 0px 5px;
	border: none;
}

#cms_menu .section .title .img {
	width: 21px;
	height: 21px;
	border: none;
}
/*----- title /----*/
/*----- body ----*/
#cms_menu .section .container {
	overflow: hidden;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#cms_menu .section .container .body {
	background-color: #e1e6f9;
	border: 0px solid #000;
	border-top: none;
	padding: 0px;
	/*	display: block;
	position: relative;*/
	margin: 0px;
}
#cms_menu .section-over .container .body {
}
#cms_menu .section .container .body form {
	margin:0px;
	padding:0px;
}
#cms_menu .section .container .body .item {
	/*	display: block;*/
	width: 100%;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EDF0FA;
	border-right-color: #c6cfee;
	border-bottom-color: #c6cfee;
	border-left-color: #EDF0FA;
	color: #6e6cc0;
}
#cms_menu .section .container .body .selected_item {
	background-color: #FFEC9D;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F8F7CD;
	border-right-color: #dfd938;
	border-bottom-color: #dfd938;
	border-left-color: #F8F7CD;
}
#cms_menu .section .container .body .item-over {
	color:#593D96;
	background-color: #f0f2fb;
}
#cms_menu .section .container .body .item .err {
	font-weight: bold;
	color: #FF0000;
}
#cms_menu .section .container .body .item td {
	border: none;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	padding: 2px 4px;
}
#cms_menu .section .container .body .item img {
	border: none;
}
#cms_menu .section .container .body .item .img_holder {
	padding:0px;
}
#cms_menu .section .container .body .item input {
	width: 97%;
}
#cms_menu .section .container .body .separator {
}
#cms_menu .section .container .body .item_spacer {
	height: 0px;
	font-size:0px;
	overflow: hidden;
}
#cms_menu .help_container {
	padding: 2px;
	color: #6e6cc0;
}
#cms_menu .help_container a:link, #cms_menu .help_container a:visited {
	color: #336699;
	text-decoration: none;
}
#cms_menu .help_container a:hover, #cms_menu .help_container a:active {
	background-color: #0099CC;
}
/*----- body /----*/

#cms_menu .spacer {
	margin-bottom: 0px;
}

#cms_content {
/*	margin-left: 200px;*/
	vertical-align: top;
	background-color: #f7f4ef;
}

#cms_content #body {
	padding: 5px;
}
