/*
	Seite an sich
	----- ----- ----- ----- ----- ----- ----- -----
*/
body, td, input, select, button, textarea
{
	color: Black;
	font-family: Arial;
	font-size: 12px;
}
body
{
	background-color: White;
	margin: 0px;
	padding: 0px;
}
body.default
{
	background-image: url(page/headBg.gif);
	background-repeat: repeat-x;
}
div.headLogo
{
	background-image: url(page/headLogo.gif);
	background-repeat: no-repeat;
}
div.headBottomLine
{
	background-image: url(box/lowerCenter.gif);
	background-repeat: repeat-x;
	border-top: 1px solid Gray;
	height: 4px;
	margin-top: 6px;
}
div.headBottomLineModal, div.headBottomLinePrint
{
	width: 100%;
	padding: 10px;
	border-bottom: 1px dotted Gray;
}
div.contentModal 
{
	padding:10px;
}
td.contentHead, td.contentHeadPrint
{
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	padding-left: 270px;
}
td.contentHead
{
	color: White;
}
td.contentHeadPrint
{
	color: Black;
}
td.contentMenu
{
	padding-top: 10px;
	vertical-align: top;
	width: 150px;
}
td.contentBody
{
	border-bottom: 1px dotted Gray;
	border-left: 1px dotted Gray;
	padding: 0px 10px 10px 10px;
	vertical-align: top;
}
div.contentBodyPrint
{
	border-bottom: 1px dotted Gray;
	padding-bottom: 10px;
}

div.buttonArea button 
{
	margin-right: 10px;
	vertical-align: middle;
}
/*
	DataInfo (Anzeige von ID/Bea/BeaZ)
	----- ----- ----- ----- ----- ----- ----- -----
*/
.dataInfo
{
	float: right;
	margin: 10px 0px 10px 0px;
}


.dataInfo .label
{
	color: #666666;
	font-weight: bold;
	padding: 7px;
	padding-right: 9px;
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
	width: 40px;
	white-space: nowrap;
}
.dataInfo .text
{
	color: Gray;
	padding: 7px;
	padding-left: 9px;
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
	white-space: nowrap;
}

.dataInfo .spacer
{
	padding-left: 3px;
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
	padding-right:3px;
}
/* 
	Filtercontrols
	----------------------------------------------------------------------------
*/

ul.filtercontrols
{
	list-style-type: none;
	margin: 0px;
	width: 100%;
	float: left;
	padding-left: 0px;
}

ul.filtercontrols li
{
	float: left;
	height: 49px;
	padding: 4px;
}

ul.filtercontrols li div.filterlabel
{
	font-family: Arial;
	color: Gray;
	font-size: 12px;
	padding-bottom: 4px;
	white-space: nowrap;
}

ul.verticalButtonList
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.verticalButtonList li
{
	padding: 5px;
}


/*
	Grid
	----- ----- ----- ----- ----- ----- ----- -----
*/
.grid
{
	border: 1px solid Gray;
	width: 100%;
}
.grid .head th
{
	background-color: #2e2eb3;
	border-bottom: 1px solid Gray;
	border-top: 1px solid Gray;
	color: White;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	padding: 2px;
}
.grid .head a
{
	color: White;
}
.grid .item 
{
	background-color: #e0e0e0;
}
.grid .item td
{
	border-bottom: 1px solid Gray;
	border-top: 1px solid Gray;
	padding: 2px;
}
.grid .item .link
{
	color: #2e2eb3;
	text-decoration: none;
}
.grid .item .link:hover
{
	text-decoration: underline;
}

.grid .itemselected td
{
	background-color: yellow;
	border-bottom: 1px solid Gray;
	border-top: 1px solid Gray;
	padding: 2px;
}

.grid .foot td
{
	background-color: #a0a0a0;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	color: White;
	padding: 2px;
}
.grid .pager td
{
	background-color: #a0a0a0;
	color: White;
	padding: 2px;
}
.grid .pager a
{
	color: White;
	text-decoration: none;
}
.grid .pager a:hover
{
	text-decoration: underline;
}
.grid .pager .disabled
{
	color: #e0e0e0;
}

/*
	Box
*/

h1.BoxHeader 
{
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0px 3px 12px;
}

/*
	Diverse Elemente
	----- ----- ----- ----- ----- ----- ----- -----
*/
a.link
{
	color: #2e2eb3;
	text-decoration: none;
}
a.link:hover
{
	text-decoration: underline;
}
button.image
{
	cursor: default;
	padding: 0px;
	width: 25px;
}
button.image img
{
	margin: 0px;
}
button.imageflat
{
	cursor: hand;
	padding: 0px;
	width: 25px;
	background-color: transparent;
	border-width: 0px;
}
button.imageflat img
{
	margin: 0px;
}
button.standard
{
	cursor: default;
	padding: 0px;
	width: 85px;
}
button.pushed
{
	border: 2px inset;
	cursor: default;
	padding: 0px;
	width: 85px;
}
img.intext
{
	vertical-align: middle;
}
input.date
{
	width: 70px;
}
input.time 
{
	width: 40px;
}
input.currency 
{
	width: 40px;
}
input.disabled
{
	color: #000000;
	background-color: #DDDDDD;
}
input.number
{
	width: 50px;
}
input.textDisabled
{
	color: #808080;
}
table.Table 
{
	padding: 2px;
	width: 100%;
	border-collapse: collapse;
}
table.Table td 
{
	font-family: Arial;
	color: Gray;
	font-size: 12px;
}
table.Table td.bold 
{
	font-weight: bold;
}
/*
.Pflichtmarker
{
	color: Red;
	width: 5px;
}
.FooterNeuerStatus
{
	background-color: #2e2eb3;
	border-bottom: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
	padding: 2px;
	color: White;
	width: 100%;
	table-layout: fixed;
}
.FooterNeuerStatus td
{
	color: White;
}
*/

.msl, .mslInfo, .mslError
{
	width: 100%;
	padding: 10px;
	margin-bottom:10px;
	margin-right: 4px;
	display: none;
}

.msl 
{
	border: 1px solid gray;
}

.mslInfo
{
	border: 1px solid green;
	display: none;
}

.mslError
{
	border: 1px solid red;
	display: none;
}

.msl ul, .mslInfo ul, .mslError ul 
{
	margin: 0px;
	margin-left:20px;
}

.msl ul li, .mslInfo ul li, .mslError ul li 
{
	font-family: Arial;
	color: Gray;
	font-size: 12px;
}

.mslError ul li 
{
	color: Red;
}


div.schichtDiv, div.schichtDivHover
{
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 5px;
	border: 1px solid Gray;
	cursor: hand;
}

div.schichtDivHover
{
	border: 1px solid Red;
}

div.schichtDiv table td, div.schichtDivHover table td
{
	height: 23px;
}

div.schichtDiv table td.hdr, div.schichtDivHover table td.hdr
{
	font-weight: bold;
}

/*
	TabControl
*/

div.tabContainer 
{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}

div.tabContainer div.tabMenu 
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-right: 4px;
	z-index: 2;
}

div.tabContainer div.tabMenu ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
}

div.tabContainer div.tabMenu ul li
{
	list-style-type: none;
	float:left;
	border: 1px solid gray;
	font-family: Arial;
	color: #666666;
	font-weight: bold; 
	width: 100px;
	text-align: center;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 1px;
	cursor: pointer;
}

div.tabContainer div.tabMenu ul li.activeTab, div.tabContainer div.tabMenu ul li.hoverTab
{
	border-top-color: Orange;
}

div.tabContainer div.tabMenu ul li.activeTab
{
	border-bottom-color: White;
}

div.tabContainer div.tabContent 
{
	clear: both;
	position: relative;
	top: -1px;
	width: 100%;
	z-index: 1;
	padding: 0px;
}

div.tabContainer div.tabContent div.tabPanel 
{
	width: 100%;
}



