/***************************************************************************/
/* Uebergreifende Einstellungen 	VarideaCMS Grunddesign																					 */
/***************************************************************************/

html.grouptree {
	height: 100%;
	border-right: 1px solid silver;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	white-space: nowrap;
	background-color: white;
}

body.cmshead {
	background-color: #00228D;
	background-image: url(../skin/img/cmshead_bg.jpg);
	background-repeat: repeat-x;	
}

body.grouphead {
	background-color: white;
}
body.grouptree {
	background-color: #F3F6FF;
}

body.contenthead {
	background-color: white;
}
body.contentmgr {
	background-color: #F3F6FF;
}

body.clipboard {
	background-color: #F3F6FF;
}

body.control { /* Statuszeile */
	margin-left: 5px;
	background-color: #160674;
	color: white;
	font-size: 10px;
}

body.search {
	background-color: #70A0EE;
}


/***************************************************************************/
/* Bereichsk�pfe (Ordner, Hauptmen� und Zwischenablage) 									 */
/***************************************************************************/

div.sectionBar{
	height: 20px;
	padding-left: 0px;	
	background-color: #3665BF;
	color: white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-image: url(../skin/img/blueSphere.gif);
	background-repeat: no-repeat;	
}

div.sectionLeft {
	float: left;
	padding-left: 20px;
	padding-top: 2px;
}

div.sectionRight {
	float: right;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
	cursor: pointer;
}

.menutitle { /* Men�eintr�ge im Sectionbar (Hauptmen�) */
	cursor: pointer;
	padding-right: 4px;
}


/***************************************************************************/
/* Ordnerbaum                                           									 */
/***************************************************************************/

div.grouptree{
	margin-top: 2px;
	margin-left: 5px;
}

.groupLine {
	white-space: pre;
	line-height: 150%;
}

.arrowOpen {
	width: 16px;
	padding-left: 16px;
	overflow: hidden;

	background-image: url(../skin/img/grouptreeopen.gif);
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
}

.arrowClosed {
	width: 16px;
	padding-left: 16px;
	overflow: hidden;
	background-image: url(../skin/img/grouptreeclosed.gif);
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
}

.groupSelected {
	padding-left: 3px;
	padding-right: 3px;
	color: white;
	background-color: #000448;
}

.groupUnselected {
	cursor: pointer;
}

.groupChildsVisible {
	padding-left: 16px;
}

.groupChildsHidden {
	display: none;
}

/***************************************************************************/
/* Popup-Men�s                                          									 */
/***************************************************************************/

.menu {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px; /*	margin-left: 5px; liegt dann au�erhalb der Cursorposition */
	z-index: 10;
	padding: 5px 15px 5px 5px;
	line-height: 150%;
	color: white;
	background-color: #3665BF;
	border: 1px solid white;
	cursor: pointer;
	vertical-align: top;
}
.menu div, .menuItem, .menuItemOff {
	padding-left: 10px;
}
.menuItemOn {
	padding-left: 10px;
	background-image: url(../skin/img/menuItemOn.gif);
	background-position: left;
	background-repeat: no-repeat;
}
div.menuSeparator{
	padding: 0px; 
	margin: 0px; 
	margin-bottom: 5px; 
	width: 160px;
	height: 5px;
	border-bottom: 1px solid #F3F6FF;
}
div.mOSection {
	float: left;
}

/***************************************************************************/
/* Contentbereich                                        									 */
/***************************************************************************/

table.shelfSet {
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
}

div.mOTypeHead { /* Shelf-Head der Objekte */
	padding-left: 5px;
	background-image: url(../skin/img/shelf_bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
	width: 100%;
}

table.mOTypeHead {
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	padding: 4px;
	padding-left: 5px;
	padding-top: 4px;
	width: 100%;
	background-image: url(../skin/img/shelf_bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
}

table.mOTypeFoot {
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	padding: 4px;
	padding-left: 5px;
	padding-top: 4px;
	width: 100%;
	border-bottom: 1px solid grey;
}

td.mOTypeNameNotClosable, td.mOTypeNameOpen, td.mOTypeName {
	cursor: pointer;
	width: 250px;
	padding-left: 15px;
}

td.mOTypeName {
	background-image: url(../skin/img/grouptreeclosed.gif);
	background-repeat: no-repeat;
	background-position: left;
}

td.mOTypeNameOpen {
	background-image: url(../skin/img/grouptreeopen.gif);
	background-repeat: no-repeat;
	background-position: left;
}


span.mOTypeCount {
	margin-left: 10px;
}

table.mOList {
	width: 100%;
}

tr.mOListHead {
}

img.moListHead {
	margin-left: 10px;
}

.mOAttrName, .mOAttrNameASC, .mOAttrNameDESC {
	/* Kopfzeile Liste */
	cursor: pointer;
	font-size: 12px;
	font-weight: 100;

	padding: 1px;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 20px;

	border-right: 1px solid gray;
	background-color: #C6D8F2;
}

.mOAttrNameASC {
	background-image: url(../skin/img/sortASC.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.mOAttrNameDESC {
	background-image: url(../skin/img/sortDESC.gif);
	background-position: right;
	background-repeat: no-repeat;
}

tr.mOListItem {
	cursor: pointer;
}

tr.mOListItemRo {
	cursor: pointer;
	color: Gray;
}

tr.mOListItemH {
	cursor: pointer;
	color: white;
	background-color: #000448;
}

tr.mOListItemRoH {
	cursor: pointer;
	color: red;
	background-color: blue;
}


td.mOListAttr {
	padding: 1px;
	padding-left: 20px;
	border-bottom: 1px solid silver;		
	border-right: 1px none silver;
}

div.mOListImage {
	margin-left: 20px;
	text-align: center;
	position: absolute;
	top: 2px;
	left: 2px;
}

td.mOListSearch {
	font-size: 12px;
	padding: 0px;
	padding-left: 20px;
	background-color: #70A0EE;
}

td.mOListSearchControls {
	font-size: 12px;
	padding: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-color: #70A0EE;
	border-bottom: 1px solid gray;
}

td.mOTypeHeadLeft, td.mOTypeFootLeft {
	text-align: left;
	width: 49%;
}

td.mOTypeHeadRight, td.mOTypeFootRight {
	text-align: right;
	width: 49%;
}

span.listFromTo {
	cursor: pointer;
	font-size: 12px;
	color: #666666;
	width: 60px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

span.listFirst, span.listPrev, span.listNext, span.listLast {
	cursor: pointer;
	font-size: 12px;
	width: 15px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}

/* Schnellsuche */
input.searchText {
 	width: 95%; 
	border: 1px solid gray;
	margin-right: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	background-color: white;
}

input.searchFullText {
 	width: 150px; 
	border: 1px solid gray;
	margin-right: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	background-color: white;
}

.searchButton {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	background-color: #3665BF;
	color: white;
	border: 1px solid white;	
	cursor: pointer;
}

.box {
	margin-right: 6px;
	border: 1px solid gray;	
}

img.isLink {
	opacity: .4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

/***************************************************************************/
/* Clipboard                                            									 */
/***************************************************************************/

/***************************************************************************/
/* Login-Screen                                         									 */
/***************************************************************************/

body.login, body.logincheck {
	background-color: #E8F0FF;
	font-family: sans-serif;
	font-weight: 100;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: black;
}
body.logincheck {
	padding: 0px;
}

div.loginLogo{
	position: absolute;
	top: 100px;
	left: 100px;
	width: 381px;
	height: 365px;
	background-image: url(/skin/img/loginLogo.jpg);
}

div.loginhead{
	background-color: #E8F0FF;
	background-image: url(../skin/img/cmshead_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: 10px solid white;
	text-align: right;
}

div.loginFields{
	position: fixed;
	top: 180px;
	left: 150px;
}

td.login{
	padding: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 12px;
}

.loginField{
	height: 22px;
	width: 200px;
	border: 1px solid gray;
}

input.loginButton {
	width: 80px;
	height: 22px;
	border: 1px solid gray;
}

p.loginCopyright {
	font-size: 9px;
	color: black;
}




/***************************************************************************/
/* Startseite                                           									 */
/***************************************************************************/

html {
	min-height: 100%;
	height: auto;
}

body.start {
	background-color: #E8F0FF;
	background-image: url(img/led-lampe.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-weight: 100;
	font-size: 12px;
	padding: 50px;
	margin: 0px;
	color: black;
	border-top: 10px solid white;
	height: 600px;
}

h1.start{
}

body.start p.selection {
	text-decoration: none;
	font-weight: 100;
	font-size: 12px;
	color: black;
	width: 250px;
	height: 18px;
	padding: 2px;
	background-color: #D8E5F8;
	background-image: url(/skin/img/shelf_bg.jpg);
	cursor: pointer;
}

body.start p.selection a {
	text-decoration: none;
	color: black;
}

body.start div.topline {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 19px;
	padding-top: 2px;
	background-color: #3665BF;
	color: White;
	border-top: 1px solid White;
}

div.cmsheadlogo {
	float: right;
	width: 379px;
	height: 60px;
	background-image: url(/skin/img/cmsheadlogo.jpg);
}

body.start div.topline div.logout { position: absolute; right: 5px; }
body.start div.topline div.logout a { 	color: White; text-decoration: none; }
body.start div.topline div.info {  position: absolute; left: 5px; }

body.start span.langSelection a  { text-decoration: none; font-weight: 100; color: gray; }
body.start span.langSelectionActive a  { color: White; text-decoration: none; font-weight: 100; }
body.start span.langSelection:hover a  { color: White; text-decoration: underline; }

input.text {
 	width: 80px; 
	border: 1px solid gray;
	margin-right: 5px;
	padding: 0px;
	background-color: white;
}

.button {
	padding: 2px;
	
	background-color: #3665BF;
	color: white;
	border: 1px solid white;	
	cursor: pointer;
}

td.button {
	width: 224px;
	height: 161px;
	background-image: url(../skin/img/start_button_bg.jpg);
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -0px;
	cursor: pointer;
}


p.direktDB {
}

/***************************************************************************/
/* Import-Skript                                        									 */
/***************************************************************************/

body.import {
	background-color: #1B91FF;
	font-family: sans-serif;
	padding: 10px;
	color: White;
}
p.click {
	cursor: pointer;
	color: #103A60;
	font-weight: bold;
}
textarea.fullwidth {
	width: 100%;
	height: 100%;
}

/***************************************************************************/
/* Erweiterte Suche                                      									 */
/***************************************************************************/

table.conditions {	
	margin: 0px;
}
thead.conditions {
}
tbody.conditions {
}

th.extSearch, td.extSearch {
	width: 200px;
	text-align: left;
	font-size: 12px;
	font-weight: 100;
}

input.fullwidth, select.fullwidth, option.fullwidth {
	width: 98%;
	background-color: white;
	border: 1px solid gray;
	margin-bottom: 2px;
}
input.extSearchSubmit {
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 2px;

	background-color: #3665BF;
	color: white;
	border: 1px solid white;	
}

/* Nun noch der Bitte warten-Dialog */
div.onTopBg {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	background-color: Silver;
	width: 100%;
	height: 100%;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
div.onTopAll {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
}
div.onTopBox {
	position: relative;
	margin: auto;
	width: 100px;
	top: 100px;
	border: 1px solid Gray;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: White;
	padding: 40px;
	color: Gray;
	font-weight: bold;
	text-align: center;
}

/***************************************************************************/
/* CSV-Import                                                              */
/***************************************************************************/

body.csvImport {	margin-top: 5px;	margin-left:10px;		background-color: #70A0EE; 	}
body.csvImport textarea,
body.csvImport select, 
body.csvImport input {		width: 600px;	}

/***************************************************************************/
/* Massenaenderung                                                         */
/***************************************************************************/

body.massFix {	margin-top: 20px;	margin-left:50px;		background-color: #70A0EE; 	}
body.massFix textarea,
body.massFix select, 
body.massFix input {		width: 600px;	}

/***************************************************************************/
/* HTML-Previews                                                           */
/***************************************************************************/

body.preview {	margin-top: 5px;	margin-left:10px;		background-color: #F3F6FF; 	}

img.imgPreview { background-image: url("img/schachbrett.png"); }
img.imgPreview:hover { background-image: none; background-color: rgb(240,240,240); }
