/* ****************** BIGBOX - START ****************** */
.boxwrap {
	border-left: #efefef 1px solid;
	border-right: #efefef 1px solid;
	border-bottom: #d8d8d8 1px solid;
	margin: 0 10px 10px 0;
	width: 100%;
	position: relative;
}

.corner_ol {
	width: 7px;
	height: 7px;
	background: url(../images/corner_ol.gif) no-repeat;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 99;
}

.corner_or {
	width: 7px;
	height: 7px;
	background: url(../images/corner_or.gif) no-repeat;
	position: absolute;
	top: 0;
	right: -1px;
	z-index: 99;
}

.corner_ul {
	width: 7px;
	height: 7px;
	background: url(../images/corner_ul.gif) no-repeat;
	position: absolute;
	bottom: -1px;
	left: -1px;
	z-index: 99;
}

.corner_ur {
	width: 7px;
	height: 7px;
	background: url(../images/corner_ur.gif) no-repeat;
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: 99;
}

.bigbox {
	height: auto;
	border-left: #dfdfdf 1px solid;
	border-right: #dfdfdf 1px solid;
	border-top: #ececec 1px solid;
	border-bottom: #b8b8b8 1px solid;
	background: #fff;
}

.bigbox-header {
	background: url(../images/bigbox-header_bg.gif) repeat-x;
	height: 38px;
	padding: 16px 0 0 20px;
	border-bottom: #dfdfdf 1px solid;
}

.bigbox-header h1 {
	color: #005d8c;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

.bigbox-content,.tab-panel {
	padding: 20px;
	
}

/* ****************** BIGBOX - END ****************** *


/* ****************** TABS - START ****************** */
.tabs ul,.tab-row ul {
	clear: both;
	list-style-type: none;
	height: 29px;
	background: url(../images/tab_bg.gif) repeat-x;
	border-bottom: #d8dcdf 1px solid;
}

.tabs ul li,.tab-row ul li {
	float: left;
	border-right: #d8dcdf 1px solid;
}

.tabs ul li a,.tab-row ul li a {
	float: left;
	display: block;
	height: 21px;
	padding: 8px 15px 0;
	text-decoration: none;
	color: #97aec4;
}

.tabs ul li a:hover,.tab-row ul li a:hover {
	background: #e8edf2;
	color: #374b69;
}

.tabs ul li.active a,.tab-row ul li.selected a {
	background: #fff;
	border-bottom: #fff 1px solid;
	color: #374b69;
	font-weight: bold;
}

.subtab-row {
	margin: -20px -20px 0 -20px;
}

.subtab-row ul {
	background: url(../images/subtab_bg.gif) repeat-x;
	margin-left: 0;
}

.tab-panel .tab-panel {
	padding: 0;	
}

.tabs .subtabs ul {
	background: url("../images/tab_bg.gif") repeat-x scroll center bottom
		transparent;
	height: 24px;
	margin-top: 7px;
}

.tabs .subtabs ul li {
	border: 0 none;
	height: 24px;
	margin-left: 1px;
}

.tabs .subtabs ul li a {
	height: 15px;
	padding: 4px 15px;
}

.tabs .subtabs ul li a:hover {
	background: none repeat scroll 0 50% transparent;
	border-left: 1px solid #D8DCDF;
	border-right: 1px solid #D8DCDF;
	border-top: 1px solid #D8DCDF;
	color: #374B69;
	padding: 3px 14px 4px;
}

.tabs .subtabs ul li.selected a {
	background: none repeat scroll 0 0 #FFFFFF !important;
	border-color: #D8DCDF #D8DCDF #FFFFFF !important;
	border-style: solid !important;
	border-width: 1px !important;
	color: #374B69 !important;
	font-weight: normal;
	padding: 4px 15px !important;
}

/* ****************** TABS - END ****************** */
	
/* ****************** DASHBOARD - START ****************** */
.column {
	width: 33%;
	float: left;
	padding-bottom: 10px;
}

.portlet {
	background: #fff;
	border-left: #dfdfdf 1px solid;
	border-right: #dfdfdf 1px solid;
	border-top: #ececec 1px solid;
	border-bottom: #b8b8b8 1px solid;
}

.portlet-header {
	height: 22px;
	padding: 8px 15px 0;
	background: url(../images/portlet-header_bg.gif) repeat-x;
	color: #005d8c;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: #dfdfdf 1px solid;
}

.portlet-header .ui-icon {
	float: right;
	height: 11px;
	width: 11px;
	cursor: pointer;
}

.ui-icon-minusthick {
	background: url(../images/ui-icon-minusthick.gif) no-repeat;
}

.ui-icon-plusthick {
	background: url(../images/ui-icon-plusthick.gif) no-repeat;
}

.text-content {
	padding: 15px;
}

.ui-sortable-placeholder {
	border: 1px dotted black;
	visibility: visible !important;
	background: #eee !important;
}

.ui-sortable-placeholder * {
	visibility: hidden;
}

/* NEWS PORTLET */
.news .tabs ul {
	margin: 0;	
}

.news .portlet-content ul.portlet-news {
	list-style-type: none;
	margin: 0;
}

.news .portlet-content ul.portlet-news li {
	padding: 8px 15px 8px 70px;
	border-bottom: #cacacb 1px dotted;
	position: relative;
	line-height: 16px;
	margin: 0;
}

.news .portlet-content ul.portlet-news li.odd {
	background: #f5f5f5;
}

.news .portlet-content ul.portlet-news li a {
	font-size: 10px;
}

.news .portlet-content ul.portlet-news li .time {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 39px;
	height: 16px;
	text-align: center;
	background: url(../images/news_time_bg.gif) no-repeat;
	font-size: 10px;
}

/* ****************** DASHBOARD - END ****************** */
	/* ****************** TABELLEN - START ****************** */
table {
	width: auto;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.portlet table {
	width: 100%;
}

caption {
	height: 20px;
	padding: 3px 10px 0 10px;
	background: url(../images/thead_bg.gif) repeat-x;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}

.datentabelle tbody tr:hover,.datentabelle tbody tr:hover td
{
	background: #fffedd !important;
}

.datenblatt tr:hover, .datenblatt tr:hover td, .datenblatt tr:hover th {
	background: #fffedd !important;
}

tr.odd td {
	background: #F5F5F5;
}

tr.odd .column1 {
	background: #F5F5F5;
}

.column1 {
	border-left: 0;
}

.empty {
	background: #F5F5F5;
}

.strong {
	background: #eee;
}

td,th {
	font-size: 10px;
}

td {
	color: #333;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 4px 10px;
}

td.enterpriseLogo {
	padding: 0;
	width: 120px;
	height: 23px;
}

td.allianceLogo {
	padding: 0;
	width: 23px;
	height: 23px;
}

th {
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 0.1em 1em;
}

thead {
	background: #f2f9fc;
}

thead th, td.head {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	padding: 5px;
	color: #93acb6;
}

tfoot th {
	text-align: center;
}

tfoot th strong {
	font: bold 1.2em Verdane, Arial, Helvetica, sans-serif;
	color: #66a3d3;
}

tfoot th em {
	color: #f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}

table.datentabelle {
	width: auto;
}

table.datentabelle tbody th {
	font-weight: bold;
}

table.datentabelle tbody td.none {
	text-align: center;
}

table.datentabelle th.caption {
	height: 20px;
	padding: 3px 10px 2px 10px;
	background: url(../images/thead_bg.gif) repeat-x;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;	
}

table.datentabelle tfoot {
	background: #f2f6fc;
}

table.datentabelle tfoot th, table.datentabelle tfoot td {
	border-bottom: 0;
}

table.datentabelle tfoot th {
	text-align: right;
	font-weight: bold;
}

table.datentabelle tfoot tr.even td {
	background-color: #fff;
}

table.datentabelle tr.subhead th {
	font-weight: bold;
	text-align: left;
	border-left: 0;
	background: #F5F5F5;
	padding-top: 3px;
	padding-bottom: 2px;
}

table.datentabelle .button {
	font-size: 10px;
	padding: 2px 5px 2px 5px;
	margin-left: 2px;
	margin-right: 2px;
}

table.datenblatt {
	width: auto;
}

table.datenblatt .column1 {
	font-weight: bold;
	text-align: right;
}

table.datenblatt tr.subhead th {
	font-weight: bold;
	text-align: left;
	border-left: 0;
	background: #F5F5F5;
}

table.datenblatt .light {
	font-weight: normal;
}

table.datenblatt tfoot {
	background: #f2f6fc;
}

table.datenblatt tfoot th, table.datenblatt tfoot td {
	border: 0;
}

/* ****************** TABELLEN - END ****************** */
.warnBox {
	height: 20px;
	background: #FFC;
	border: #d9d376 1px solid;
	padding: 5px 10px 0;
	color: #807a1f;
	text-align: center;
	margin-bottom: 10px;
}
