html,
body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	line-height: normal;	
}

hr {display: none;}

p {
	margin: 0;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
}

img {
border: none;
}

#header {
	position: relative; top: 0px; left: 0px;
	height: 100px;
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	background: #FFF url('../../img/ac/header.png') no-repeat;
}

#logo_box {
	position: relative;
	height: 100px;
	float: left;
}

#header_body {
	position: relative;
	padding-left: 300px;
        padding-top: 30px;
        padding-right: 0.5em;
        font-size: 14pt;
        font-weight: bold;
        text-align: right;
}

#footer {
	height: 2em;
	clear: left;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: center;
}

#footer_valid {
	float: left;
}

#footer_powered {
	float: right;
}

#content_wrapper {
	width: 100%;
}

#left_box {
	float:left;
	width:13em;
        margin-left: 0.5em;
}

#center_box {
/* top: 0px; left: 0px;*/
}

#center_box {
	margin-left: 14em;
	margin-right: 0.5em;
}

#content_box {
	border:1px solid #AAAAAA;
        padding: 0 0.5em 0.5em 0.5em;
}

.menu_box {
	border:medium none;
	margin:0pt 0pt 0.5em;
	padding:0px;
}

.menu_box_body {
	background-color:white;
	border:1px solid #AAAAAA;
	border-collapse:collapse;
	padding: 0.1em;
}

.menu_title {
	line-height:normal;
	margin:0em;
	padding:0.1em;
	font-size: 14pt;
}

.menu_text {
	line-height:normal;
	margin:0em;
	padding:0em;
	font-size: 11pt;
}

.menu_1, .menu_2, .menu_3, .menu_4, .menu_5 {
  color: #505050;
  text-decoration: none;
        padding-bottom: 0em;

}
a.menu_1:hover, a.menu_2:hover, a.menu_3:hover, a.menu_4:hover, a.menu_5:hover {
  color: #0f0fdf;
}
a.menu_active_1, a.menu_active_2, a.menu_active_3, a.menu_active_4, a.menu_active_5 {
  color: red;
}

.menu_1, .menu_active_1 {font-size: 12pt; text-decoration: none}
.menu_2, .menu_active_2 {font-size: 11pt; text-decoration: none; margin-left: 0.5em}
.menu_3, .menu_active_3 {font-size: 10pt; text-decoration: none; none; margin-left: 1em}
.menu_4, .menu_active_4 {font-size: 09pt; text-decoration: none; margin-left: 1.5em}
.menu_5, .menu_active_5 {font-size: 09pt; text-decoration: none; margin-left: 2em}

.small {
	font-size: 9pt;
	color: #808080;
}

h1, h2, h3, h4, h5, h6 {
	border-bottom:1px solid #AAAAAA;
	color: #707070;
	font-weight:normal;
	margin:0pt;
	padding-bottom:0.17em;
	padding-top:0.5em;
	margin-bottom: 0.3em;
}

h1 {
	font-size: 16pt;
        font-weight: bold;
}

h2 {
        font-size: 14pt;
}

h3 {
        font-size: 12pt;
}

h4 {
        font-size: 11pt;
}

div.cms_menu_wrapper {
	border-bottom-color:#E0E0Ef;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#E0E0Ef;
	border-top-style:solid;
	border-top-width:1px;
}

div.cms_menu_wrapper_active {
        border-bottom-color:#F0A0A0;
        border-bottom-style:solid;
        border-bottom-width:1px;
        border-top-color:#F0A0A0;
        border-top-style:solid;
        border-top-width:1px;
}

div.cms_menu_left {
	float: left;
}

div.cms_menu_right {
	float: right;
}

div.cms_menu_end {
	clear: both;
}

.form-error {
	border: 2px solid red;
}

.success-message {
	border: 1px dashed green;
	background-color: #CAFFDA;
}

.error-message {
	border: 1px dashed red;
	background-color: #FFDACA;
}

.debug-message {
	border: 1px dashed blue;
	background-color: #EFFFCA;
}

.success-message, .error-message, .debug-message {
	margin: 0.5em 1em;
	padding: 0.1em;
}

.form-required {
	font-weight: bold;
}
.form-required:after {
	content:" *";
}

fieldset {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	margin: 15px 0pt;
	padding: 10px;
	position: relative;
}

fieldset dl {
}

fieldset dl:hover dt,fieldset dl:hover dd {
	border-color: #666666;
}

fieldset dt {
	/*padding: 3px 5px 2px 3px;*/
	clear: left;
	float: left;
	text-align: right;
	width: 30%;
	padding-left: 15px;
}


fieldset dd {
	float: left;
	margin-bottom:0.5em;
	margin-left:0;
	padding-left:0.5em;
	width: 65%;
}

li.expanded {
	list-style-image:url(img/menu-expanded.png);
}

li.collapsed {
	list-style-image:url(img/menu-collapsed.png);
}

li.leave {
	list-style-image:url(img/menu-leave.png);
}


li.first {}

li.last {}

ul.menu li {
	margin:0 0 0 0.5em;
}

ul.menu {
	border: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	margin:0;
	padding:0 0 0.2em 0.5em;
}

ul.menu li ul.menu li {
	font-size: 12pt;
}
ul.menu li ul.menu li {
	font-size: 11pt;
}
ul.menu li ul.menu li ul.menu li {
	font-size: 10pt;
}
ul.menu li ul.menu li ul.menu li ul.menu li {
	font-size: 10pt;
}

a.menu {
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 0.1em
}

a.menu:hover {
	color: #404040;
}


a.active {
	color: #EF4040;
}
