@CHARSET "utf-8";

table[name="accountcontroltable"] > thead > tr > th
{
	text-align: left;
	font-weight: normal;
}

/*************************************************

					ALLGEMEIN 

*************************************************/
.clr {
	clear: both;
}

a:active {
	outline: 0;
}

a {
	text-decoration: none;
}

a:hover{
	
}

a img {
	border: none;
}

.a_bold{
	font-weight:bold;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ui-datepicker-trigger{
    margin: 2px 0 0 2px;
    clear: left;
    
}
.hasDatepicker
{
	float: left;
	margin-top: 5px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
/*************************************************

					Body

*************************************************/
body {
	_padding: 5px;
	color: #461b7e;
	font-family: Helvetica, Arial;
    font-size: 10pt;
}
body a {
	color: #8A3135;
}
body a:hover {
	text-decoration: underline;
}

#workom-wrapper {
	margin: 0 auto;
}

/************************************************
*
*                   NAVIGATION
*
************************************************/

#nav, .sf-menu {
	height: 30px;
	margin: 0;

}

.sf-menu a {
    _height: 30px;
    padding: 7px 30px 7px 25px !important;
    display: block;
    color: #fff !important;
    
}
.sf-menu > li > a {
    font-weight: bold;
}
.sf-menu li.sfHover a {
    color: #ccc !important;
}
.sf-menu li {
    background-color: #8A3135 !important;
}

.sf-menu li.sfHover {
    background-color: #BE5858 !important;
}

/*************************************************

					HEADER

*************************************************/
#header {
	border: 1px #ccc solid;
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px; 
	background-color: #fff;
	margin-bottom: 2px;
	behavior: url(basis/codelib/PIE/PIE.php);
}

#header-top {
	-moz-border-radius: 10px 10px 0px 0px; 
	-webkit-border-radius: 10px 10px 0px 0px; 
	border-radius: 10px 10px 0px 0px; 
	line-height: 20px;
	height: 20px;
	padding: 0 25px;
	behavior: url(basis/codelib/PIE/PIE.php);
}

#header-logo a {
	display: block;
	_height: 100%;
	_width: 100%;
}

#header-logo a:hover img {
	-webkit-box-shadow: 0px 0px 8px 1px #C6C6C6; 
	-moz-box-shadow: 0px 0px 8px 1px #C6C6C6; 
	box-shadow: 0px 0px 8px 1px #C6C6C6; 
	margin: 0 0 0 1px;
	behavior: url(basis/codelib/PIE/PIE.php);
}

#header-top,#header-bottom {
	background-color: #f5f5f5;
}

#header-bottom {
	-moz-border-radius: 0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px; 
	border-radius: 0px 0px 10px 10px; 
	height: 32px;
	padding: 0 20px;
	behavior: url(basis/codelib/PIE/PIE.php);
}

#header-logo {
	float: left;
	margin: 10px 0 10px 20px;
}

#header-content {
	float: left;
	width: 85%;
}

#header .license-error {
	border: 1px #ff0000 solid;
	width: 500px;
	text-align: center;
	line-height: 20px;
	margin: 0 auto;
	position: relative;
	left: -7%;
	top: -10px;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px; 
	-webkit-box-shadow: 2px 2px 1px 0px #7D7D7D; 
    -moz-box-shadow: 2px 2px 1px 0px #7D7D7D; 
    box-shadow: 2px 2px 1px 0px #7D7D7D; 
	
	behavior: url(basis/codelib/PIE/PIE.php);
}

div.error {
    font-family: Helvetica, Arial;
    font-weight: bold;
    color: #990100;
}
td.error,
tr.error,
div.license-error {
    background-color: #FCE8E5;
    font-family: sans-serif;
    padding: 4px;
}

#header .user-info {
	white-space: nowrap;
	_width: 200%;
	height: 24px;
	margin: 10px 0 0 50px;
}

#header .user-info strong {
	display: block;
	float: left;
	line-height: 22px;
	margin-right: 10px;
}
#header .user-info a{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
}
#header span.date {
	float: right;
}

#header-bottom #workom-search {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
}

#header-bottom #workom-search input[type="text"] {
	height: 20px;
	font-size: 1.1em;
	display: block;
	float: left;
	margin-right: 5px;
}

#header-bottom #workom-search input {
	top: 4px;
	position: relative;
}

#header-bottom #workom-search input[type="image"]:hover {
	-webkit-box-shadow: 0px 0px 8px 1px #C6C6C6; 
	-moz-box-shadow: 0px 0px 8px 1px #C6C6C6; 
	box-shadow: 0px 0px 8px 1px #C6C6C6; 
	margin: 0 0 0 1px;
	behavior: url(basis/codelib/PIE/PIE.php);
}

/*************************************************

					CONTENT

*************************************************/
#content-top,#content-bottom,#workom-content {
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

#content-top {
	border-top: 1px #ccc solid;
	height: 10px;
	background-color: #BEBEBE;
	overflow: hidden;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px; 
	border-radius: 10px 10px 0px 0px; 
	behavior: url(basis/codelib/PIE/PIE.php);
}

#content-bottom {
	border-bottom: 1px #ccc solid;
	height: 10px;
	background-color: #ffffff;
	margin-bottom: 2px;
	-moz-border-radius: 0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px; 
	border-radius: 0px 0px 10px 10px; 
	behavior: url(basis/codelib/PIE/PIE.php);
}

#workom-content {
	min-height: 300px;
	padding: 15px 25px;
	background: -moz-linear-gradient(bottom, #ffffff, #BEBEBE);	
	background: -webkit-gradient(linear, left top, left bottom, from(#BEBEBE), to(#ffffff) ); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BEBEBE',	endColorstr='#ffffff' ); 
}

.sheadline {
    font-family: Helvetica, Arial;
    font-size: 12pt;
    font-weight: bold;
    margin: 5px 0 15px 0;
}

.sheadline span{
    background-color: #fff;
    padding: 5px 25px;
    border: 1px #A03238 solid;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px; 
    border-radius: 5px 5px 5px 5px; 
    
    behavior: url(basis/codelib/PIE/PIE.php);
}

.sheadline span a{
	top: 7px;
	position: relative;
	text-decoration: none;
	
	width: 24px;
	height: 24px;
	border: none;
}

.pageNavigation{
    margin: 5px 0;
}


/*************************************************

					FOOTER
					
*************************************************/
#footer ul li a {
	height: 24px;
	display: block;
}

#footer ul li {
	float: left;
	width: 40px;
}

#footer {
	background-color: #f5f5f5;
	width: 100%;
	border: 1px #ccc solid;
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px; 
	height: 32px;
	behavior: url(basis/codelib/PIE/PIE.php);
}

#footer ul {
	float: left;
	height: 24px;
	margin: 4px 25px;
}

#footer #versionInfo {
	height: 32px;
	line-height: 32px;
	text-align: center;
	float: right;
	margin-right: 25px;
}

/*************************************************

					PORTALLOGIN

*************************************************/
#login-wrapper {
	margin: 0 auto;
	width: 340px;
}

#login-wrapper #logo-portal {
	
}

#login-wrapper #Content {
	margin-top: 50px;
}

#login-wrapper #workom-logo {
	background: url(basis/presentation/pix/inc/logo_blank.gif) no-repeat;
	width: 338px;
	height: 136px;
	margin: 0 auto;
	top: 20px;
	position: relative;
	-webkit-box-shadow: 0px 5px 20px 0px #c6c6c6; 
	-moz-box-shadow: 0px 5px 20px 0px #c6c6c6; 
	box-shadow: 0px 5px 20px 0px #c6c6c6; 
	behavior: url(basis/codelib/PIE/PIE.php);
}

#login-wrapper fieldset {
	margin: 0 auto;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px; 
	-webkit-box-shadow: 2px 2px 7px 1px #CCCCCC; 
	-moz-box-shadow: 2px 2px 7px 1px #CCCCCC; 
	box-shadow: 2px 2px 7px 1px #CCCCCC; 
	
	background-color: #fff;
	border: 1px #ccc solid;
	behavior: url(basis/codelib/PIE/PIE.php);
}

#login-wrapper fieldset select {
	width: 155px;
}

#login-wrapper fieldset label {
	width: 120px;
	display: block;
	float: left;
	text-shadow: 1px 1px 0px #c6c6c6;
}

#login-wrapper fieldset ul {
	padding: 20px;
}

#login-wrapper fieldset ul li {
	line-height: 22px;
	clear: left;
	min-height: 22px;
}

#login-wrapper fieldset ul li input[type="text"],#login-wrapper fieldset ul li input[type="password"]
	{
	width: 150px;
}

#login-wrapper fieldset ul li input.ui-button {
	padding: 0.2em 0.5em !important;
	margin: 15px 10px 0 0;
}

/* test*/
#_REGISTER {
	margin-right: 25px !important;
}

ul#language {
	margin: 0;
	padding: 0;
	width: 340px;
	height: 32px;
	clear: right;
	margin: 0 auto;
}

ul#language li {
	list-style: none;
	float: right;
	width: 32px;
	margin-right: 5px;
}

/**************************************************

				STEUERELEMENTE

**************************************************/
input.small {
	width: 50px !important;
	font-size: 12px;
	padding: 2px !important;
	line-height: 24px;
}

input[name="maxrows"] {
	font-size: 1em;
	text-align: center;
}


input[type="text"],
input[type="password"],
textarea {
    width: auto;
    font-family: Helvetica, Arial;
    font-size: 8pt;
    _line-height: 10px;
}

input,
select,
textarea,
button {
    font-size: 13px;
    padding: 2px;
}

select,
textarea,
input[type="text"],
input[type="password"] {
    background-color: #fff;
    border: 1px #ccc solid;    
    -moz-border-radius: 4px 4px 4px 4px; 
    -webkit-border-radius: 4px 4px 4px 4px; 
    border-radius: 4px 4px 4px 4px; 
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="text"]:hover,
input[type="password"]:hover,
select:focus,
select:hover,
textarea:hover,
textarea:focus {
    background-color:  #FDFFDC;
}

.ui-state-hover
{
	border-color: #8A3135 !important;
}

input[type="radio"]
{
	margin-top: 0;
}
/************************************

            TABELLEN

***********************************/
table {
	border-collapse: collapse;
	border: 1px #c6c6c6 solid;
}
table th,
table td {
	border: 1px #c6c6c6 solid;
}
table td {
	padding: 5px;
}
table.noPadding td
{
	padding: 0;
}
.tab_head,
.set_head,
.value {
	background-color: #8A3135;
	color: #fff;
	border: 1px #c6c6c6 solid;
	background: url(basis/presentation/pix/inc/verlauf_thead.png) repeat-x left bottom;
	height: 22px;	
}

.tab_head
{
	text-align:center;
}

.secondtab_head{
	background-color: #8A3135;
	color: #fff;
	border: 1px #c6c6c6 solid;
	background: url(basis/presentation/pix/inc/verlauf_thead.png) repeat-x left bottom;
	height: 20px;	
	text-align:center;
	padding-left: 5px;
	padding-top: 3px;
	margin-left: 1%;
	margin-top:2px;
	width: 96%;
}

.lowerAccordionContainer
{
	display:none;
	margin-left: 10px;
}

.lowerVisibleAccordionContainer
{
	margin-left: 10px;
}

.set_head {
	background: none;
	background-color: #8A3135;
}

table td > table,
table td > table th,
table td > table td {
	border: none;
}

.tab_value1,
.tab_report1,
.value_l {
	background-color: #E6E6E6;
}

table[name="tariffcalculationtable"] table,
table.sumTable
{
	border-collapse: collapse;
	_border: 1px #c6c6c6 solid;
}
table[name="tariffcalculationtable"] table td.tab_report1,
table.sumTable td
{
	border: 1px #c6c6c6 solid;
}

.tarifSubTable
{
	margin-left: 15px;
}
.tab_value2,
.tab_report2,
.value,
.name {
	background-color: #DBDBDB;
}

.tab_report1 input
{
	_background-color: #8A3135;
}

table td.tab_head a {
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}

table td.value a 
{
	color: #fff;
	text-decoration: none;
	padding: 5px;
}

table td.value a:hover
{
	background-color: #CE6469;
}
table td.tab_head a:hover {
	background-color: #CE6469;
	color: #fff;
}

table[name="searchtoolbar"],
table[name="fieldfiltertable"],
form[name="searchmenu"] table {
	border: none;
}
table[name="searchtoolbar"] td,
table[name="fieldfiltertable"] td,
form[name="searchmenu"] table td {
	border: none;
}
table[name="accountcontroltable"] td
{
	padding: 0;
	height: 45px;
}
table[name="accountcontroltable"] .tab_value1,
table[name="accountcontroltable"] .tab_value2
{
	padding: 0 5px;
}
table[name="accountcontroltable"] .tab_value1 table td,
table[name="accountcontroltable"] .tab_value2 table td
{
	height: 0px;
}
div.pageNavigation table,
div.pageNavigation table td {
	border:none;
}
.tab_wf1 td {
	text-align: left;
}


.tablesList li
{
	margin-bottom: 20px;
}

div#reportPrintHeader table td
{
    border: none;
}

div.reportPrintBody table
{
    min-width: 568px;
}

.reportPrintBody .tab_head {
    color: #000;
    background-image: none;
}

div.changeLogContainer{
    padding: 5px;
    cursor: pointer;
}

div.collapseContainer{
    cursor: pointer;
}

div.mainContainer{
	padding: 5px;
}

.pointer{
	cursor: pointer;
}