/* Copyright (C) 2011 webart-IT UG Haftungsbeschränkt (http://www.webart-it.de) */


/* CSS Document */

/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }

 
a:focus { outline: none; }

p {
	margin-top: 10px;
	margin-bottom: 15px;
}
 
ul, ol, dl {
	margin: 10px 0;
	padding-left: 30px
}

dl { margin: 10px 0; }
dd { padding-left: 40px; }

 
td, th { padding: 1px; }

 
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

 
fieldset {
	margin: 10px 0 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #c8c8c8;
}

legend {
	padding: 0 10px 0 10px;
	background: #ffffff;
}


textarea { padding: 1px 0 1px 5px; }

option { padding: 0 0 1px 5px; }

input[type='hidden'] { display: none; }

input[type='text'],
input[type='password'] { padding: 1px 0 1px 5px; }

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select,
button { cursor: pointer; }

 
textarea,
input[type='text'],
input[type='password'],
select {
	border: 1px solid #c8c8c8;
	background: #ffffff;
}

 
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover { border-color: #aaaaaa; }

 
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
	border-color: #8c8c8c;
	outline: 2px solid #dcdcdc;
}

.button {
	display: inline-block;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0 18px;
	border: none;
	line-height: 14px;
	font-size: 11px;
	color: #black;
	letter-spacing: 1px;
	text-indent: 2px;
	/*text-align: center;*/
	text-transform: uppercase;
	text-shadow: 0 1px 0px rgba(0,0,0,0.3);
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f9ae32;
	background: -moz-linear-gradient(
					50% 0%,
					#DFDFDF 0%,
					#AAAAAA 100%
				); /* Firefox */
				
	background: -webkit-gradient( 
					linear,
					50% 0%,
					50% 100%,
					color-stop(0%, #DFDFDF),
					color-stop(100%, #AAAAAA)
				);
}

.small_button {
	height: 15px;
        margin-right: 0px;
        padding: 0 0px 0 0px;
        border: none;
        line-height: 17px;
        font-size: 8px;
        color: #FFFFFF;
        letter-spacing: 1px;
        text-indent: 2px;
	text-transform: none;
}

.button:hover {
	background: #212930;
	background: -moz-linear-gradient(
					50% 0%,
					#DDDDDD 0%,
					#EEEEEE 100%
				);
				
	background: -webkit-gradient( 
					linear,
					50% 0%,
					50% 100%,
					color-stop(0%, #DDDDDD),
					color-stop(100%, #EEEEEE)
				);
	text-decoration: none;
}

/* Typography */

a:link,
a:visited { color: #00BFFF; }
a:hover { color: #00BFFF; }

a.edit:link,
a.edit:visited { color: #f9ad32; text-decoration: underline; }
a.edit:hover { color: #f9ad32; }

a.deactivate:link,
a.deactivate:visited { color: #ff0000; text-decoration: underline; }
a.deactivate:hover { color: #9a0000; }

a.activate:link,
a.activate:visited { color: #7bc400; text-decoration: underline; }
a.activate:hover { color: #187518; }

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: normal;
}

h1 { color: #455463; text-transform: uppercase; font-size: 28px; line-height: 34px; margin-top: 10px; }
h2 { font-size: 22px; text-transform: uppercase; line-height: 28px; margin-top: 0px; font-weight: bold;}
h3 { font-size: 18px; text-transform: uppercase; line-height: 24px; margin-top: 10px; }
h4 { font-size: 16px; line-height: 22px; margin-top: 10px; }
h5 { font-size: 14px; line-height: 14px; margin-top: 10px; }
h6 { font-size: 14px; line-height: 14px; margin-top: 10px; }

/* Layout */

body {
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	color: #455463;
	position: relative;
}

body.callpage { background: #c8c8c8 url(../image/bg_page.png) 0 0 repeat-x; }

#page-body { }

.wrapper { margin: auto; width: 980px; }

#header {
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;
	height: 150px;
}

#header div.header-t1 { background: url(../image/bg_header_t.png) 0 0 no-repeat; }

#header div.header-t2 {
	padding: 0px 10px 0px 10px;
	background: url(../image/bg_header_t.png) 100% -10px no-repeat;
}

#header div.header-t3 { 
	height: 10px;
	background: url(../image/bg_header_t.png) 0 -20px repeat-x;
	overflow: hidden;
}

#header div.header-1 { 
	padding: 0px 10px 0px 10px;
	height: 140px;
	overflow: hidden;
	background: url(../image/bg_middle.png) 0 0 repeat-y;
}

#headerbar { 
	overflow: hidden;
	height: 100px;
	background: url(../image/bg_headerbar.png) 0 0 repeat-x;
}

#logo {
	position: absolute;
	left: 20px;
	top: 50px;
}

#userbar { 
	overflow: hidden;
	height: 20px;
	padding: 10px;
	background: url(../image/bg_userbar.png) 0 0 repeat-x;
	line-height: 20px;
	font-size: 11px;
}

#userbar a { 
	color: #455463;
	text-decoration: underline;
}

#userbar a:hover { 
	color: #f9ad32;
}

.middle-wrapper {
	padding: 0px 10px 0px 10px;
	background: url(../image/bg_middle.png) 0 0 repeat-y;	
}

#middle {
	clear: both;
	min-height: 300px;
}

#middle {
	width: 100%;  
	overflow: hidden;  
	position: relative;
	background: #ffffff url(../image/bg_middle_wrapper.png) 0 0 repeat-y;
}

#middle-expand {
	width: 200%;
}

#main {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#main-shift {
	position: relative;
	left: -100%;
	overflow: hidden;
}
 
#left {
	position: relative;
	left: -50%;
	float: left;
	overflow:hidden;
	width: 250px;
	margin-right: 20px;
}

#mainmiddle {
	width: 100%;  
	overflow: hidden;  
	position: relative;  
}

#mainmiddle-expand {
	width: 200%;
}
 
#content {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#content-shift {
	position: relative;
	left: -100%;
	overflow: hidden;
}

#component { 
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 0px;
	float: right;
	width: 670px; }

#footer {
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;
	height: 50px;
}

#footer div.footer-b1 { background: url(../image/bg_footer_b.png) 0 0 no-repeat; }

#footer div.footer-b2 {
	padding: 0px 10px 0px 10px;
	background: url(../image/bg_footer_b.png) 100% -10px no-repeat;
}

#footer div.footer-b3 { 
	height: 10px;
	background: url(../image/bg_footer_b.png) 0 -20px repeat-x;
	overflow: hidden;
}

#footer div.footer-1 { 
	padding: 0px 10px 0px 10px;
	height: 40px;
	background: url(../image/bg_middle.png) 0 0 repeat-y;
}

#footerbar { 
	height: 20px;
	padding: 10px;
	background: url(../image/bg_userbar.png) 0 0 repeat-x;
	line-height: 20px;
	overflow: hidden; text-align: center;
}

#breadcrumbs {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	font-size: 11px;
	line-height: 20px;
}

#breadcrumbs a {
	margin-right: 2px;
	padding-right: 12px;
	background: url(../image/breadcrumbs.png) 100% 50% no-repeat;
}

/* Modules */

#userbar .left { float: left; width: 470px; }

#userbar .right { float: right; text-align: right; width: 470px; }


/* Extended Styles */

.tablelist td, .tablelist th { padding: 0px 20px 0px 20px; }

.trtitle {
	height: 40px;
	background: #eaeaea url(../image/bg_tabletitle.png) 0 0 repeat-x;
}

.trtitlecol {
	height: 40px;
	background: #eaeaea;
}

.tdtitle {
	line-height: 40px;
	text-transform: uppercase;
	font-size: 16px;
}

.trcontent {
	height: 40px;
	background: #eaeaea url(../image/bg_tr_content.png) 0 0 repeat-x;
	line-height: 40px;
	font-size: 12px;
}

.tdtitlesmall {
	line-height: 40px;
	text-transform: none;
	font-size: 11px;
}

.tdtitlesmall a {
	color: #455463; text-decoration: underline;
}

.bigtablelist td { background: white; padding: 2px; 
}
.bigtablelist tr td { text-align: center;
}
.bigtablelist tr:hover td { background: #A3ACAD; color: #FEFFFF; }
.bigtablelist th { padding: 2px; 
}
.bigtablelist thead tr {
		border: 1px solid #F4F8F9;
}


.bigtablelist {
  border:0; 
  border-collapse:separate; 
  border-spacing:0 0px;}

table.dataTable thead th {border-bottom: 1px solid  #F4F8F9; 
  border-collapse:separate; 
  border-spacing:5px 5px;} 

.bigtablelist tr#first td{border-top: 3px solid #4d4d4d; 
  border-collapse:separate;
  border-spacing:5px 5px;}

.trbigtabletitlebg th { background-color: white ; color: #000000; width: 50px; }
thead_disabled .trbigtabletitlebg th:first-child {
	 border-radius: 7px 0px 0 0;
        -moz-border-radius:7px 0px 0 0;
        -khtml-border-radius: 7px 0px 0 0;
}
thead_disabled .trbigtabletitlebg th:last-child {
         border-radius: 0px 7px 0 0;
        -moz-border-radius:0px 7px 0 0;
        -khtml-border-radius: 0px 7px 0 0;
}

tfoot_disabled .trbigtabletitlebg th:last-child {
         border-radius: 0 0 7px 0px;
        -moz-border-radius: 0 0 7px 0px;
        -khtml-border-radius: 0 0 7px 0px;
}
tfoot_disabled .trbigtabletitlebg th:first-child {
         border-radius: 0 0 0px 7px;
        -moz-border-radius:0 0 0px 7px;
        -khtml-border-radius: 0 0 0px 7px;
}


.trbigtabletitle { background: none; font-size: 16px; line-height: 20px; }

.trbigtabletitle_disabled td:nth-child(2n) { background: #fbfbfb; }
.trbigtabletitle_disabled td:nth-child(2n+1) { background: #ededed; }

.bigtablelist_disabled td:nth-child(2n+1) { background: #FCFCFC; }
.bigtablelist_disabled td:nth-child(2n) { background: #FCFCFC; }

.bigtablelist_disabled .odd td:nth-child(2n+1) { background: #F0F0F0; }
.bigtablelist_disabled .odd td:nth-child(2n) { background: #F0F0F0; }


.bigtablelist_disabled .alternateRow1 td:nth-child(2n+1) { background: #f4f4f4; }

div.heartbeat { line-height: 30px; font-size: 16px; font-weight: bold; text-align: right; }
div.csv { line-height: 30px; font-size: 16px; font-weight: bold; text-align: left; background: url(../image/csv.png) 0 4px no-repeat; text-indent: 30px; }

div.pagination { text-align: center; letter-spacing: 2px; }
div.activecheck { line-height: 30px; font-size: 16px; font-weight: bold; text-align: left; margin-bottom: 10px; }



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *  * DataTables sorting
 *   */

.sorting_asc {
        background: url('../image/sort_asc.png') no-repeat center right;
}

.sorting_desc {
        background: url('../image/sort_desc.png') no-repeat center right;
}

.sorting {
        background: url('../image/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
        background: url('../image/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
        background: url('../image/sort_desc_disabled.png') no-repeat center right;
}



.paging_full_numbers {
        width: 400px;
        height: 22px;
        line-height: 22px;
}

.paging_full_numbers span.paginate_button,
        .paging_full_numbers span.paginate_active {
        border: 1px solid black;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 2px 5px;
        margin: 0 3px;
        cursor: pointer;
        *cursor: hand;
}

.paginate_button_disabled {
	color: grey;

}
.paging_full_numbers span.paginate_button {
        background-color: #08437D;
}

.paging_full_numbers span.paginate_button:hover {
        background-color: #0A639D;
}


.dataTables_filter {
        width: 50%;
        float: right;
        text-align: right;
}

.dataTables_info {
        width: 50%;
        float: left;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	border: 1px solid #A3ACAD;
}
.dataTables_paginate {
        /*width: 44px;*/
        float: none;
        text-align: center;
	width: 50%;
}
        
/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
        height: 19px;
        width: 19px;
        margin-left: 3px;
        float: left;
}

.paginate_disabled_previous {
        background-image: url('../image/back_disabled.jpg');
}

.paginate_enabled_previous {
        background-image: url('../image/back_enabled.jpg');
}

.paginate_disabled_next {
        background-image: url('../image/forward_disabled.jpg');
}

.paginate_enabled_next {
        background-image: url('../image/forward_enabled.jpg');
}

.dataTables_processing {
	position: absolute;
        top: 50%;
        left: 50%;
        width: 250px;
        height: 30px;
        margin-left: -125px;
        margin-top: -15px;
        padding: 14px 0 2px 0;
        border: 1px solid  #a0a0B0;
        text-align: center;
        color: #999;
        font-size: 14px;
        background-color: white;
}

.odd {
	background-color: #a0a0B0;
}

.paging_full_numbers a.paginate_button,
 .paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a:active {
	outline: none
}

.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}
