body {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 10px;
	overflow : auto;
	/*background-color: #D4CCAA;*/
}

#form_container
{
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:100%;
}

#top
{
	display:block;
	height:10px;
	margin:10px auto 0;
	width:auto;
}

#footer
{
	/*padding-bottom: 15px;*/
	/*background : url(../images/bottom.png) repeat-x;*/
}

#footer a{
	color:#999999;
	text-decoration: none;
	/*border-bottom: 1px dotted #999999;*/
}

#bottom
{
	display:block;
	height:10px;
	margin:0 auto;
	width:auto;
}

form.appnitro
{
	margin:5px 5px 0;
	padding:0 0 15px;
}

#container {
	width : auto;
	padding : 10px 20px;
	border : 1px solid #ccc;
	background : #fff;
}
#tabcontainer {
	width : auto;
	padding : 10px 20px;
	border : 1px solid #ccc;
	background : #E6E6E6;
}
#tabregister {
	width : 60%;
	padding : 10px 20px;
	border : 1px solid #ccc;
	background : #fff;
}
.tab-panes {
	margin : 5px;
}
.hidden {
	visibility:hidden;
}
/**** Logo Section  *****/
h1
{
	font-size: 22px;
	margin:0;
 	height:auto !important;
 	height: 0;
        min-height: 0;
	padding:0;
	text-decoration:none;
	text-align:center;

}
h1 a
{
	display:block;
	height:auto !important;
	height: 40px;
    min-height: 40px;
	overflow:hidden;
}
h1.blue
{
	color:#ff8c00;
	background-color:#4B75B3;

}
h1.green
{
	color:#fffff0;
	background-color:#9EB847;
}
h1.red
{
	color:#fffff0;
	background-color:#D34A2D;
}
h1.grey
{
	color:#dc143c;
	background-color:#444444;
}
h1.orange
{
	color:#fffff0;
	background-color:#FF9900;
}
h1.brown
{
	color:#fffff0;
	background-color:#663300;
}
h1.darkgrey
{
	color:#fffff0;
	background-color:#444444;
}
h1.lightblue
{
	color:#FFFFFF;
	background-color:#98AFC7;
}
h1.orange
{
	color:#FFFFFF;
	background : url(../images/tbl_th.png) repeat-x;
}
h2
{
    font-size: 15px;
	margin:0;
 	height:auto !important;
 	height: 0;
    min-height: 0;
	padding:0;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}
h2.blue
{
	color:#236AA4;
	padding:5px;
	text-align:center;
	background : url(../images/bgBlueHeader.gif) repeat-x;
}
h2.green
{
	color:#236AA4;
	padding:5px;
	text-align:center;
	background : url(../images/bgGreenHeader.gif) repeat-x;
}
h2.grey
{
	color:#236AA4;
	padding:5px;
	text-align:center;
	background : url(../images/bgGrayHeader.gif) repeat-x;
}
h2.ocher
{
	color:#236AA4;
	padding:5px;
	text-align:center;
	background : url(../images/bgOcherHeader.gif) repeat-x;
}
h2.purple
{
	color:#236AA4;
	padding:5px;
	text-align:center;
	background : url(../images/bgPurpleHeader.gif) repeat-x;
}

h2.orange
{
	color:#FFFFFF;
	padding:5px;
	text-align:center;
	background : url(../images/tbl_th.png) repeat-x;
}

h4{
	text-align:center;
	height:1em;
	font: bold 110% Tahoma,Arial,sans-serif;
    text-transform:uppercase;
    color: #FE642E;
    }
img
{
	/*behavior:url(css/iepngfix.htc);*/
	border:none;
}
table.admintable {
	width: 100%;
}
table.admintable td 					 { padding: 2px; background-color: #EEEEEE;}
table.admintable td.key,
table.admintable td.paramlist_key,
table.admintable td.center_key,
table.admintable td.center_multi_key {
	background-color: #D8D8D8;
	text-align: left;
	width: 20%;
	color: #404040 ;
	font-weight: bold;
	font-size:10px;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	white-space: nowrap;
	vertical-align:middle;
}

table.paramlist td.paramlist_description {
	background-color: #f6f6f6;
	text-align: left;
	width: 170px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
table.admintable td.multi_key {
	background-color: #EEEEEE;
	text-align: center;
	width: 5%;
	color: #404040 ;
	font-weight: normal;
	font-size:10px;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	white-space: nowrap;
}
table.admintable td.multi_desc {
	background-color: #D8D8D8;
	text-align: left;
	width: 20%;
	font-weight: bold;
	font-size:10px;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	white-space: nowrap;
}
table.admintable td.multi_desc_wrap {
	background-color: #D8D8D8;
	text-align: left;
	width: 20%;
	font-weight: bold;
	font-size:10px;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
table.admintable td.multi_attrib {
	background-color: #D8D8D8;
	text-align: right;
	width: 1%;
	font-weight: bold;
	font-size:10px;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	white-space: nowrap;
}
table.admintable td.key.vtop { vertical-align: top; }
table.admintable td.left{
	background-color : #F8F8F8;
	text-align: left;
}
table.admintable td.rightb{
	text-align: right;
}
table.admintable td.right{
	background-color : #F8F8F8;
	text-align: right;
}
table.admintable td.center{
	background-color : #F8F8F8;
	text-align: center;
}

table.admintable td.center_key {
	text-align: center;
	font-size:12px;
	background : url(../images/tbl_th.png) repeat-x;
}
table.admintable td.center_multi_key {
	text-align: center;
	font-size:12px;
	background : url(../images/bgBlueHeader.gif) repeat-x;
}
fieldset {
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
    border: 1px #ccc solid;    
}

fieldset.new {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

fieldset p {  margin: 10px 0px;  }

legend    {
	color: #0B55C4;
	font-size: 12px;
	font-weight: bold;
}
table.adminform {
	font-family : tahoma;
	background-color: #f9f9f9;
	border: solid 2px #d5d5d5;
	width : auto;
	border-collapse: collapse;
	margin: 8px 0 10px 0;
	margin-bottom: 15px;
	width: 100%;
}
table.adminform.nospace { margin-bottom: 0; }
table.adminform tr.row0 { background-color: #f9f9f9; }
table.adminform tr.row1 { background-color: #C0C0C0; }

table.adminform th {
	font-size: 12px;
	border: solid 1px #d5d5d5;
	padding: 6px 2px 4px 4px;
	text-align: center;
	/*height: 25px;*/
	color: #000;
}
table.adminform th.blue{
	background:url(../images/bgBlueHeader.gif);
}
table.adminform th.green{
	background:url(../images/bgGreenHeader.gif);
}
table.adminform th.gray{
	background:url(../images/bgGrayHeader.gif);
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;	
}
table.adminform th.purple{
	background:url(../images/bgPurpleHeader.gif);
}
table.adminform th.ocher{
	background:url(../images/bgOcherHeader.gif);
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}
table.adminform th.orange{
	background:url(../images/_vbmenu.gif) repeat-x;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;	
}
table.adminform td.blue{
	font-size: 10px;
	font-weight: bold;
	background:url(../images/bgBlueHeader.gif);
}
table.adminform td.ocher{
	font-size: 10px;
	font-weight: bold;
	background:url(../images/bgOcherHeader.gif);
}
table.adminform td { padding: 1px; text-align: right; border: solid 1px #FFFFFF;background-color:#EEEEEE;font-family: verdana,arial,helvetica,sans-serif;font-size:10px;	color:#000000;}
table.adminform td.right { padding: 1px; text-align: right; border: solid 1px #FFFFFF;background-color:#EEEEEE;font-family: verdana,arial,helvetica,sans-serif;font-size:10px;	color:#000000;}
table.adminform td.key {font-weight: bold;	font-size:10px; width: 22%;padding: 1px; vertical-align:middle;text-align: center; border: solid 1px #FFFFFF;background-color:#D8D8D8;font-family: verdana,arial,helvetica,sans-serif;font-size:10px;	color:#000000;}

table.adminform td.over {
	color: #ffffff;
	text-align:center;
	background-color:#F9966B;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}

table.adminform td.filter{
	text-align: left;
}

table.adminform td.helpMenu{
	text-align: right;
}
table.adminform td.check{
	text-align: center;
}

table.adminform td.totali {
	 text-align: center;
	 background-color:#848484;
}

fieldset.adminform { border: 1px solid #ccc; margin: 0 10px 10px 10px; }
/**** Form Section ****/
.appnitro
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size : 11px;
}
.form_reg
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size : 11px;
}
.appnitro li
{
	width:auto;
}

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}

* html form li
{
	height:1%;
}

* html .buttons
{
	height:1%;
}

* html form li div
{
	display:inline-block;
}



.form_description
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}

.form_description[class]
{
	display:block;
}

.form_description h2
{
	clear:left;
	font-size:large;
	font-weight:400;
	margin:0 0 3px;
}
.form_description h3
{
	color:#2B3856;
	text-align:left;
	font-size:small;
}
.form_table h2
{
	color:#404040;
	clear:left;
	text-align:center;
	font-size:large;
	font-weight:400;
	margin:0 0 3px;
}
.form_table h3
{
	color:#2B3856;
	text-align:left;
	font-size:small;
}
.form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}

form hr
{
	display:none;
}


/**** Buttons ****/
input.button_text
{
	overflow:visible;
	padding:0 7px;
	width:auto;
}

.buttons input
{
	font-size:100%;
	margin-right:5px;
}

/**** Inputs and Labels ****/

label.description
{
	border:none;
	color:#222;
	display:block;
	font-size : 11px;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

span.symbol
{
	font-size:115%;
	line-height:130%;
}	

input[type=password] {
	width:40%;
}
input.text, input[type=password]
{
	font-family : verdana,arial,helvetica,sans-serif;
	background:#FFFFFF url(../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#202020;
	font-size:11px;
	margin:0;
	padding:2px 0;

}

input.file
{
	font-family : verdana,arial,helvetica,sans-serif;
	color:#202020;
	font-size:11px;
	margin:0;
	padding:2px 0;
}

textarea.textarea
{
	background:#FFFFFF url(../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#202020;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:11px;
	margin:0;
	width:99%;
	white-space: normal;
}

select
{
	font-family : verdana,arial,helvetica,sans-serif;
	color:#202020;
	font-size:11px;
	margin:1px 0;
	padding:1px 0 0;
	background:#FFFFFF url(../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}
input.hide, label.hide {
 display:none;
}
input.text:focus, select:focus, textarea:focus, input[type=password]:focus {border: 1px solid #cc0033;}
input.text:hover, select:hover, textarea:hover,input[type=password]:hover {}
input.text:focus:hover, select:focus:hover, textarea:focus:hover,input[type=password]:focus:hover {}

input.currency
{
	text-align:right;
}

input.checkbox
{
	font-family : verdana,arial,helvetica,sans-serif;
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

input.radio
{
	font-family : verdana,arial,helvetica,sans-serif;
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

select.select[class]
{
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class]
{
	margin:1px 0;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}
input.x-small
{
	width:5em;
}

input.small
{
	width:8em;
}
input.valuta
{
	width:10em;
	text-align:right;
}
input.valuta_r
{
	width:10em;
	text-align:right;	
	background-color:#BDBDBD;
}
select.small
{
	width:25%;
}
input.x-medium
{
	width:15em;
}
input.medium
{
	width:25em;
}

select.medium
{
	width:40%;
}

input.large
{
	width:40em;
}
input.x-large
{
	width:50em;
}
input.xx-large
{
	width:60em;
}
select.large
{
	width:100%;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:10em;
}

textarea.large
{
	height:20em;
}

/**** Errors ****/
#error_message
{
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	padding-left:0;
	padding-right:0;
	padding-top:4px;
	text-align:center;
	width:99%;
}

#error_message_title
{
	color:#DF0000;
	font-size:125%;
	margin:7px 0 5px;
	padding:0;
}

#error_message_desc
{
	color:#000;
	font-size:100%;
	margin:0 0 .8em;
}

#error_message_desc strong
{
	background-color:#FFDFDF;
	color:red;
	padding:2px 3px;
}

form li.error
{
	background-color:#FFDFDF !important;
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	margin:3px 0;
}

form li.error label
{
	color:#DF0000 !important;
}

form p.error
{
	clear:both;
	color:red;
	font-size:10px;
	font-weight:700;
	margin:0 0 5px;
}

form .required
{
	color:red;
	float:none;
	font-weight:700;
}

/**** Guidelines and Error Highlight ****/
form li.highlighted
{
	background-color:#fff7c0;
}

form .guidelines
{
	background:#f5f5f5;
	border:1px solid #e6e6e6;
	color:#444;
	font-size:80%;
	left:100%;
	line-height:130%;
	margin:0 0 0 8px;
	padding:8px 10px 9px;
	position:absolute;
	top:0;
	visibility:hidden;
	width:42%;
	z-index:1000;
}

form .guidelines small
{
	font-size:105%;
}

form li.highlighted .guidelines
{
	visibility:visible;
}

form li:hover .guidelines
{
	visibility:visible;
}

.no_guidelines .guidelines
{
	display:none !important;
}

.no_guidelines form li
{
	width:97%;
}

.no_guidelines li.section
{
	padding-left:9px;
}

/*** Success Message ****/
.form_success
{
	clear: both;
	margin: 0;
	padding: 90px 0pt 100px;
	text-align: center
}

.form_success h2 {
    clear:left;
    font-size:160%;
    font-weight:normal;
    margin:0pt 0pt 3px;
}



/** Embedded Form **/

.embed #form_container{
	border: none;
}

.embed #top, .embed #bottom, .embed h1{
	display: none;
}

.embed #form_container{
	width: 100%;
}

.embed #footer{
	text-align: left;
	padding-left: 10px;
	width: 99%;
}

.embed #footer.success{
	text-align: center;
}

.embed form.appnitro
{
	margin:0px 0px 0;

}

#tabnav  {
	font-size : 9px;
	height : 20px;
	margin : 0;
	padding-left : 10px;
	padding-right : 6px;
	background : url(../images/tab_bottom.gif) repeat-x bottom;
}
#tabnav li {
	font-size : 9px;
	margin : 0;
	padding : 0;
	display : inline;
	list-style-type : none;
}
#tabnav a:link, #tabnav a:visited {
	float : left;
	background : #f3f3f3;	
	line-height : 14px;
	font-weight : bold;
	padding : 2px 15px 2px 10px;
	margin-right : 4px;
	border : 1px solid #ccc;
	text-decoration : none;
	color : #708491;	
}
#tabnav a:link.active, #tabnav a:visited.active {
	font-size : 10px;
	border-bottom : 1px solid #fff;
	background : #fff;
	color : #cc0033;
}
#tabnav a:hover {
	background : #fff;
	color :  #cc0033;
}
#tabnavgrp  {
	height : 20px;
	margin : 0;
	padding-left : 10px;
	padding-right : 6px;
	background : url(../images/tab_bottom.gif) repeat-x bottom;
}
#tabnavgrp li {
	margin : 0;
	padding : 0;
	display : inline;
	list-style-type : none;
}
#tabnavgrp a:link, #tabnavgrp a:visited {
	float : left;
	background : #f3f3f3;
	font-size : 9px;
	line-height : 14px;
	font-weight : bold;
	padding : 2px 10px 2px 10px;
	margin-right : 4px;
	border : 1px solid #ccc;
	text-decoration : none;
	color : #708491;
}
#tabnavgrp a:link.active, #tabnavgrp a:visited.active {
	border-bottom : 1px solid #fff;
	background : #fff;
	color : #cc0033;
}
#tabnavgrp a:hover {
	background : #fff;
}

input.upd {
background-image: url(../images/icons/record_edit_16x16.gif) ;
background-repeat: no-repeat;
background-color : #cccccc;
}
input.ins {
background-image: url(../images/icons/table_add_16x16.gif) ;
background-repeat: no-repeat;
background-color : #cccccc;
}
input.search {
background-image: url(../images/icons/search_16x16.gif) ;
background-repeat: no-repeat;
background-color : #cccccc;
}
input.pdf {
background-image: url(../images/pdf_image_inline.gif) ;
background-repeat: no-repeat;
}
input.calendar {
background-image: url(../images/icons1/date.png) ;
background-repeat: no-repeat;
vertical-align:middle;
}
input[type="button"],input[type="submit"],input[type="reset"],input[type="file"] {
	background-image: url(../images/cd_login-button-bg.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	margin: 1px;
	font-size: 11px;
	border: 3px double #cccccc;
	cursor: pointer;
}