@charset "utf-8";
/*
 * 
 *  GENERAL
 * 
 */

* {
	margin:0;
	padding:0;
	border: none;
}

html {
	height:100.1%;
}

/*
 * 
 * SITE
 * 
 */

body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#eee url(../images/background.jpg);
}

a {
	color:#F59E00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.active {
	text-decoration:underline;
} 

a.active:hover {
	color:#CF5300;
} 

#container_frame {
	padding-top:20px;
}

#atom_frame {
	width:926px;
	margin:auto;
}

#atom_frame div.frame_inner {
	background-color:#fff;
}

#atom_frame h1.frame_header {
	display:block;
	height:23px;
	background:url(../images/box_header_topleft.png) no-repeat top left;
	padding-left:23px;
	font-size:0px;
}

#atom_frame h1.frame_header span {
	display:block;
	height:23px;
	background:url(../images/box_header_topright.png) no-repeat top right;
}

#atom_frame div.frame_middle {
	background:url(../images/box_header_middleleft.png) repeat-y top left;
	padding-left:23px;
}

#atom_frame div.frame_middle div.frame_inner {
	background:url(../images/box_header_middleright.png) repeat-y top right;
	padding-right:23px;
}

#atom_frame div.frame_footer {
	height:23px;
	padding-left:23px;
	background:url(../images/box_header_footerleft.png) no-repeat top left;
}

#atom_frame div.frame_footer span {
	display:block;
	height:23px;
	background:url(../images/box_header_footerright.png) no-repeat top right;
}

#atom_header_inner {
	background:#a6a6a6 url(../images/header.png) no-repeat top left;
	height:85px;
	width:880px;
	text-align:center;
	padding-top:35px;
	color:#fff;
}

#atom_header_inner a {
	color:#fff;
}

#atom_header_inner h1 {
	font-size:24px;
}

#atom_header_inner div.inner div {
	padding-top:5px;
}

#atom_breadcrumb_inner {
	padding:8px 0px 8px 10px;
}

#container_content {
	background-color:#fff;
}

#container_content_navi {
	float:right;
	width:200px;
	overflow:hidden;
}

#container_content_mail{
	padding:20px;
}

#container_content_main {
	float:left;
	width:660px;
	overflow:hidden;
	background-color:#fff;
}

.atom_navigation_inner h1.header {
	padding:3px 0px 5px 0px;
	font-size:12px;
	font-weight:bold;
}

.atom_navigation_inner div.inner ul li {
	padding-left:5px;
}

.atom_navigation_inner div.inner ul li:before {
	content:"» ";
}

#atom_footer_inner div.inner {
	text-align:center;
	color:#ccc;
}

#atom_breadcrumb_inner h1.header {
	display:none;
}

#atom_breadcrumb_inner div.footer {
	display:none;
}

#atom_header_inner h1.header {
	display:none;
}

#atom_header_inner div.footer {
	display:none;
}

#atom_footer_inner h1.header {
	display:none;
}

#atom_footer_inner div.footer {
	display:none;
}

#atom_content_inner h1.header {
	display:none;
}

.block_end {
	clear:both;
}

/*
 * 
 * TABLE FORMULAR
 * 
 */

.div_table {
	padding-top:25px;
}

.table_form {
	width:100%;
	border:0;
	padding:0;
	padding-left:25px;
	margin:0;
	font-size:12px;	
}

.table_form td,
.table_form th {
	font-size:12px;
	padding:3px;
}

.table_form td {
	font-size:12px;
	line-height:18px;
}

.table_form td.lineheader {
font-size:12px;
}

.table_form th {
	line-height:14px;
}

.table_form tr.cella,
.table_form td.cella {
	background-color:#FFF;
}

.table_form tr.cellb,
.table_form td.cellb {
	background-color:#FFF;
}

.table_form tr.cellc,
.table_form th.cellc,
.table_form td.cellc {
	background-color:#FFF;
}

.table_form tr.celld,
.table_form th.celld,
.table_form td.celld {
	background-color:#FFF;
}

.table_form th.cellc,
.table_form th.celld {
	font-weight:bold;
	text-align:left;
}

.table_form td.submit {
	text-align:center;
}

.table_form td.left {
	width:28%;
}

.table_form td.right {
	width:72%;
}

.table_form td.full {
	width:100%;
}

.table_form span.field {
	float:left;
	width:40%;
}

.table_form span.help {
	font-size:10px;
	float:right;
	width:58%;
}


/*
 * 
 * INPUT FORMULAR
 * 
 */

.oswinput {
	font-size:12px;
	background-color:#F3F3F3;
	border:2px inset #bbb;
	line-height:15px;
	width:220px;
	height:15px;
	padding:1px;
}

.oswinputerror {
	font-size:12px;
	background-color:#FFCFCF;
	border:2px inset #CFA8A8;
	line-height:15px;
	width:260px;
	height:15px;
	padding:1px;
}

.oswtextarea {
	font-size:12px;
	background-color:#F3F3F3;
	border:2px inset #bbb;
	width:300px;
	height:70px;
	overflow:auto;
	line-height:14px;
}

.oswtextareaerror {
	font-size:12px;
	background-color:#FFCFCF;
	border:2px inset #bbb;
	width:400px;
	height:70px;
	overflow:auto;
	line-height:14px;
}

.oswselection {
	position:relative;
	top:2px;
}

.oswsubmit {
	font-size:12px;
	font-weight:bold;
	border:1px outset #bbb;
	padding: 1px 2px 1px 2px;
	background-image: url(../images/button.jpg);
}

.oswsubmit:hover {
	background-image: url(../images/button_hover.jpg);
}



.allow {
	font-weight:bold;
	/*	color:#00FF00;*/
}

.disallow {
	font-weight:bold;
	/*	color:#FF0000;*/
}

.detailsview {
	text-align:center;
	width:100%;
	background-color:#DDD;
}

.marked {
	font-weight:bold;
}

.counter {
	display:inline;
	font-weight:bold;
}

.form_title {
	float:left;
}

.form_help {
	float:right;
	padding-top:2px;
	text-align:right;
	width:12px;
	height:13px;
	background:url(../images/btn_help.png) bottom no-repeat;
}

.helptooltip {
	padding:5px;
	border:1px solid #FB7923;
	background-color:#FFD9BF;
}

.form_left {
	width:30%;
}

.form_right {
	width:70%;
}

.table_msg {
	width:100%;
	border:1px solid #FB7923;
	background-color:#FFD9BF;
}

.table_msg ul {
	list-style:none;
}

h2 {
	font-size:14px;
	line-height:15px;
	border-bottom:1px solid #ccc;
}

#person {
	width:100%;
}

#person tr {
	height:20px;
}

#person th {
	width:20%;
	text-align:left;
}

#person td {
	width:80%;
}

.code_container {

}

.code_header {
	font-size:11px;
}

.code_body {
	border:1px dotted black;
	padding:10px;
	overflow:auto;
}

.code_body li {
	margin-left:20px;
}

.quote_container {

}

.quote_header {
	font-size:11px;
}

.quote_body {
	border:1px dotted black;
	padding:10px;
	overflow:auto;
}

#atom_content_inner li {
margin-left:20px;

}
