
/*

	admin.css
	CSS für Modul-Administration
	>> Content
	
*/


/*	Globale Tag-Definitionen */

body {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;	
	background-image: url(../imgs/backend/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

table {
	border-collapse: collapse;
	border: 0;
	padding: 2px;
	margin: 0;
	width: 100%; 
}

th {
	font-weight: bold;
	color: #666666;
	background-color: #ededed;
	border-bottom: 1px solid #bbb;
	padding: 4px;
	text-align: left;
}

td {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
}

td, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	

}
div.CM_ContextMenu table, .divContextMenu table
{
	width: auto;	
}
div.CM_ContextMenu td, .divContextMenu td 
{
	border: none;
}

div.infoBox {
  background: #DBE7F2;
  padding: 10px;
  margin-bottom: 10px;
}
div.toolBox {
  border: 2px solid #6699CC;
  padding: 10px;
}

/* Kontext-Menu für IE */
.divContextMenu {
	background-color: #F2F8FD;
	}
	
td.contextmenu h3 {
	font-size: 11px; 
	color: #ffffff;
	font-weight: bold; 
	background-color: #6699CC; 
	width: 100%; 
	padding: 2px 5px 2px 5px; 
	margin: -5px -0px -5px -5px; 
	text-align: center;
	}

td.contextmenu hr {
	border: 0px;
	height: 1px;
	background-color: #000000;
	color: #000000; 
	margin: 0; 
	padding: 0;
	}
	
td.contextmenu a {
	text-decoration: none; 
	font-size: 10px;
	}
/* Ende Kontext-Menu IE */
	
a {
	color: #6699CC;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699CC;	
	font-weight: bold;
	border-bottom: 2px solid #6699CC;
	padding-bottom: 10px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699CC;	
	font-weight: bold;
	margin: 20px 0  10px 0;
	}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0  10px 0;
	}	

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

label { font-weight: bold; }

em { font-weight: bold; font-style:normal; color: #FF9900; }

acronym { cursor: help; border-bottom: 1px dotted #ccc; }

acronym span { display:none; position:absolute; left:16em; margin-top:1.5em; padding:0.5em; font-size: 10px;}
acronym:hover span { display:inherit; border:1px solid #000; color:#000; background:#FFFFE1; }

input[type=text]:focus {
	background-color: #D5E2F0;
}

textarea:focus {
	background-color: #D5E2F0;
}

input[readonly = "readonly"] { background-color: #EEEEEE; }
textarea[readonly = "readonly"] { background-color: #EEEEEE; }
input[disabled = "disabled"] { background-color: #AAAAAA; }
textarea[disabled = "disabled"] { background-color: #AAAAAA; }

/*	Selektoren / Layout-Container */

#admindiv {
	padding: 2px;
}

#admintopline {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#contexthelp
{
	float: right;
}

/* Klassen */
.error {
	font-weight: bold;
	color: #CC0000;
}
.update {
	font-weight: bold;
	color: #FF9900;
}

/* Module im Adminbereich */
.adminModOutput {
	text-align: right;
	border: 1px solid #ccc;
	padding: 5px;
}

.adminModOutputContent {
	margin-top: 5px;
	text-align: left;
	background-color: #eee;
	padding: 10px;
}

.titleiconlink {
	margin-right: 4px;
}

.groupleaderlist {
	margin: 0 0 0 20px;
	font-weight: normal;
}

img {
	border: none;
}

/* Check-Angaben */
.check_ok, .success
	{
	color:#009933;
	font-weight:bold;
	}

.check_notok
	{
	color:#FF0000;
	font-weight:bold;
	}
	
.check_warning, .warning
	{
	color:#FF9900;
	font-weight:bold;
	}
	
.check_egal	
	{
	color:#999999;
	font-weight:bold;
	}
	
.nolist {
	margin:5px;
	list-style-type:none;
}

/* Messages */
#message div
{
	font-weight: bold; 
	padding: 10px;
	background: #6699CC;	/* Standard background (blue) */
	color: #ffffff; 
}
#message div p 
{ 
	padding-left: 20px; 
	background: url(../imgs/backend/icons/tiny/information.png) top left no-repeat;
}
#message div.messageSaveSuccess p { background: url(../imgs/backend/icons/tiny/accept.png) top left no-repeat; }
#message div.messageSaveError { background: #990000;  }
#message div.messageSaveError p { background: url(../imgs/backend/icons/tiny/cancel.png) top left no-repeat; }

#message div.messageChangePasswortSuccess p { background: url(../imgs/backend/icons/tiny/accept.png) top left no-repeat; }
#message div.messageChangePasswortError { background: #990000;  }
#message div.messageChangePasswortError p { background: url(../imgs/backend/icons/tiny/cancel.png) top left no-repeat; }