/* Stylesheet Resource main.css */
/* last modified 2011-02-02 by LM/edcom GmbH */

/*TABLES*/
/* table rows as action bars */
.resActionTable,
.viewActionTable,
.viewControlPanel {
	outline: solid 1px black;
	width: 98%;
	margin: 5px 0 5px 10px;
	background-color: #e0e0e0;
}

.viewControlPanel {
	background-color: #ffffff;
}

.viewControlTable {
	width: 90%;
	margin: 0 5px 0 5px;
}

.quickSearchCol {
	text-align: right;
}

.resMetaDataTable,
.resMainTable {
	outline: solid 1px black;
	width: 98%;
	margin: 5px 0 5px 10px;
}

.viewPanelMain {
	border: solid 1px black;
	width: 98%;
	margin: 5px 0 5px 10px;
}

.resLabelCol {
	width: 180px;
}

.resTabPanel {
	width: 98%;
	margin: 5px 0 5px 9px;
}

.resTabPanel .resMainTable {
	outline: solid 1px black;
	width: 100%;
	margin: 5px 1px 5px 1px;
}

/* labels and fields inside tables */
.resMetaDataTable .xspTextLabel {
	color: #000080;
}

.resMetaDataTable .xspTextComputedField {
	color: #000080;
	font-weight: bold;
}

.resMainTable .xspInputFieldEditBox {
	width: 20%;
}

.resMainTable .xspInputFieldRichText,
.resMainTable .xspInputFieldTextArea {
	width: 100%;
}
.cellOrientationTop {
	vertical-align: top;
}
.cellOrientationMiddle {
	vertical-align: center;
}
.cellOrientationBottom {
	vertical-align: bottom;
}
/* PANELS */
.titleBarMainPanel {
	margin: 5px 10px;
	width: 100%;
	height: 50px;
}

.titleBarMainPanel .cmpLogoPanel {
	float: right;
	width: 40%;
	padding-right: 20px;
}

.titleBarMainPanel .logoutPanel {
	text-align: right;
	padding: 25px 25px 0 0;
	margin-right: 10px;
}

.clearFloat {
	clear: both;
}

.loginPanel {
	text-align: center;
	position: absolute;
	top: 200px;
	width: 100%;
}

.mainContainerPanel,
.mainContainerPanel30 {
	/*30 lines per view */
	margin: 10px;
	height: 915px;
}

.mainContainerPanel5 {
	/*5 lines per view */
	margin: 10px;
	height: 285px;
}

.mainContainerPanel15 {
	/*15 lines per view */
	margin: 10px;
	height: 535px;
}

.mainContainerPanel50 {
	/*50 lines per view */
	margin: 10px;
	height: 1425px;
}

.navContainerPanel {
	float: left;
	width: 15%;
	height: 100%;
	border: 1px black solid;
	background-color: #f0f0f0;
}

.bodyContainerPanelOhneRahmenoRand{
	width: 50%:
	height: 100%;
	background-color: #ffffff;
}

.bodyContainerPanelOhneRahmen{
	margin-left: 15%;
	width: 85%:
	height: 100%;
	background-color: #ffffff;
}
.bodyContainerPanel {
	border: 1px black solid;
	margin-left: 15%;
	width: 85%;
	height: 100%;
}

.viewNavPanel {
	width: 90%;
	margin-top: 20px;
}

.viewNavItems {
	list-style-type: none;
}

.xspPanelViewColumnHeader {
	/* verhindert, dass der Inhalt des Spaltenheaders die gleiche Breite bekommt, wie das th-Tag */
	width: 100% !important;
}

.resultPanel {
	margin: 20px 10px 10px 20px;
}

.fileUpTable {
	width: 100%;
}

.errorMsgPanel {
	width: 90%;
	margin: 50px 5% 5px 5%;
	padding: 5px;
	text-align: center;
	border: 1px solid black;
}

.errorCodePanel {
	position: relative;
	top: 50px;
	width: 90%;
	margin: 5px 5%;
	padding: 5px;
	text-align: center;
	border: 1px solid black;
}
.errorCodePanel span {
	color: #ff0000;
	font-weight: bold;
}
.radioGroupBorder {
	border: 0px;
	border-color: #ffffff;
}

/* Schriften */

p{
	font-family: "ARIAL";
}
.normal{
	font-style: normal;
}
.italic {
    font-style: italic;
}
.italic,
.bold {
	font-weight:bold;
}
.oblique {
    font-style: oblique;
}
.size14 {
	font-size: 14px;
}
.size14bold{
	font-size: 14px;
	font-weight:bold;
}
.size20{
	font-size: 20px;
}

.size20bold{
	font-size: 20px;
	font-weight:bold;
}
.size18{
	font-size: 18px;
}
.rot,
.size16{
	font-size: 16px;
}
.rot{
	color: red;
}
.size24{
	font-size: 24px;
}
.bold {
	font-weight:bold;	
}
	
.size24bold{
	font-size: 24px;
	font-weight:bold;
}
.s-cv-entry-innerframe{
	background-color:rgb(214,124,28)
}
.s-cv-text{
	color:#FFF;
	font-size-adjust: 0.8
}