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

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

html {
	height:100.05%;
}

/*
 * 
 * SITE
 * 
 */

body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

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

a:hover {
	text-decoration:underline;
}

/*
 * 
 *  CONTAINER
 * 
 */

#container_frame {
	width:754px;
	padding:10px;
}

#container_content {
	padding-top:10px;
}

#container_content_left {
	float:left;
	width:122px;
}

#container_content_right {
	float:right;
	width:618px;
}

.block_end {
	clear:both;
}

/*
 * 
 * 	Atoms
 *  
 */

.atom_basic_outer,
.atom_navigation_outer {
	background-color:#CCC;
	position:relative;
	top:2px;
	left:2px;
}

.atom_navigation_outer {
	margin-bottom:10px;
}

.atom_basic_inner,
.atom_navigation_inner {
	background-color:#FFF;
	position:relative;
	top:-2px;
	left:-2px;
	border:1px solid #000;
}

.atom_basic_inner h1.header,
.atom_navigation_inner h1.header {
	font-size:12px;
	background-color:#DDD;
	margin:0px;
	padding:2px;
	border-bottom:1px solid black;
}

.atom_navigation_inner ul {
	padding:0px;
	margin:0px;
	list-style:none;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#EFEFEF;
}

.atom_navigation_inner li {
	list-style:none;
	background-color:#EFEFEF;
}

.atom_navigation_inner li a{
	padding:3px;
	display:block;
}

.atom_navigation_inner li a:hover{
	background-color:#FEFEFE;
}

.atom_basic_inner div.footer,
.atom_navigation_inner div.footer {
	display:none;
}

#atom_header h1.header {
	display:none;
}

#atom_header div.inner {
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

#atom_header div.footer{
	display:none;
}

#atom_breadcrumb {
	margin-top:10px;
}

#atom_breadcrumb h1.header{
	display:none;
}

#atom_breadcrumb div.inner {
	padding: 2px;
}

#atom_breadcrumb div.footer{
	display:none;
}

#atom_footer {
	margin-top:10px;
}

#atom_footer h1.header{
	display:none;
}

#atom_footer div.inner {
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

#atom_footer div.footer{
	display:none;
}

#atom_formerror,
#atom_sessionmessage {
	margin-bottom:10px;
}

#atom_content_mail div.inner {
	padding:2px;
}

/*
 * 
 * TABLE FORMULAR
 * 
 */

.div_table {
	padding:2px;
}

.table_form {
	background-color:#DDD;
	width:100%;
	border:0;
	padding:0;
	margin:0;
	font-size:11px;	
}

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

.table_form td {
	font-size:11px;
	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:#F5F5F5;
}

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

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

.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:#eee;
	border:2px inset #bbb;
	line-height:15px;
	width:260px;
	height:15px;
	padding:1px;
}

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

.oswselect {
	font-size:12px;
	background-color:#eee;
	border:2px inset #bbb;
	line-height:15px;
	width:260px;
	height:21px;
	padding:0px;
}

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

.oswtextarea {
	font-size:12px;
	background-color:#eee;
	border:2px inset #bbb;
	width:400px;
	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;
}


