* {
	top: 0; left: 0; padding: 0; margin: 0;
}

.clearer {
	clear: both;
}

.formLoading {
	height: 50px;
	width: 300px;
	background:  url('../img/animicon/ajax-loader.gif') center no-repeat;
}

.formComplete {
	height: 100%;
	width: 300px;
}

/* GENERIC */
body {
	background: #CFE98B url('../img/bg/body_bg.png') 0 0 repeat-x;
	font-family: Lucida Sans, 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

/* HEADER */
#header {
	height: 100px;
	background: #FFF url('../img/bg/header_bg.png') center no-repeat;
}

/* CONTAINER */
#container {
	width: 960px;
	margin: 0 auto;
	background: url('../img/bg/container_bg.gif') center repeat-y;
}

#container-top {
	background: url('../img/bg/container_top_bg.png') center no-repeat;
	height: 25px;
}

#container-top span.title {
	font-weight: bold;
	font-size: 1.0em;
	color: #FFF;
	display: block;
	padding: 6px 0 0 18px;
}

#container-middle-left {
	float: left;
	width: 781px;
	padding: 0px 0 0 6px;
}

#container-middle-left #actions-box {
	height: 40px;
	background: #F6F6F6;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#container-middle-left #actions-box ul {
	padding: 23px 0 0 10px;
	margin: 0 auto;
	clear: both;
}

#container-middle-left #actions-box ul li {
	display: inline;
	margin: 0px 30px 0 0;
}

#container-middle-left #actions-box ul li a {
	padding: 25px 0 0 0;
	color: #666;
	font-size: 0.9em;
	text-decoration: none;
}


#container-middle-left #actions-box ul li a:hover {
	color: #666;
	border-bottom: 1px dashed #666;
}

#container-middle-right {
	float: left;
	width: 173px;
	padding: 0 0px 0 0;
}

#container-bottom {
	height: 20px;
	width: 777px;
	padding: 0 0 0 10px;
}

#container-bottom .breadcrumbs {
	height: 30px;
	width: 767px;
	padding: 6px 0 0 4px;
	border-top: 1px dashed #ddd;
	color: #999;
}

#container-bottom .breadcrumbs a {
	color: #999;
	font-size: 0.9em;
	border-bottom: 1px dashed #999;
	text-decoration: none;
	margin: 0 5px;
}

#container-bottom .breadcrumbs a:hover {
	color: #333;
	border-bottom: 1px solid #333;
	text-decoration: none;
}

#footer {
	background: url('../img/bg/container_bottom_bg.gif') center no-repeat;
	height: 25px;
}

.menu-title {
	height: 16px;
	padding: 1px 0 0 5px;
	color: #333;
	font-weight: bold;
	font-size: 1.0em;
}

#container-middle-right .option-top {
	height: 18px;
	width: 166px;
}
#container-middle-right ul {
	list-style-type: none;
	font-size: 0.9em;
}

#container-middle-right ul a {
	text-decoration: none;
	display: block;
	height: 14px;
	padding: 6px 0 4px 30px;
	width: 137px;
	color: #333;
	border-bottom: 1px solid #eee;
}

.div-error{
	color: red;
	font-weight: bold;
}

