/* ++++++++++++++++ */
/* mio-admin styles */
/* ++++++++++++++++ */

h1 { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 14px; 
 font-weight: bold; 
 padding: 0px;
 margin: 0px 0px 15px 0px;
 color: #172744; 
}

div#login { 
 width: 100%;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: normal; 
 padding: 0px;
 margin: 0px;
 color: #000000; 
}

div#login img#loginLogo { 
 float: right;
}

div#login h1 { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 14px; 
 font-weight: bold; 
 padding: 0px;
 margin: 50px 0px 15px 0px;
 color: #172744; 
 float: left;
}

div#login p { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: bold; 
 padding: 0px;
 margin: 0px 0px 35px 0px;
 color: #172744; 
}

div#login form {
 margin: 0px 0px 0px 70px;
 padding: 0px;
 width: auto;
}

div#login br {
 clear: left;
}

div#login label {
 display: block;
 float: left;
 width: 130px;
 margin: 0px 0px 5px 0px;
 font-weight: bold;
 color: #172744;
}

div#login input {
 /*display: block;
 float: left;
 width: 155px;*/
 padding: 1px 2px 0px 2px;
 margin: 0px 0px 5px 0px;
}

div#login input#loginOk {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: bold;
 height: 22px; 
 margin: 0px; 
 padding: 0px 3px 0px 3px;  
 border: 1px solid; 
 border-color: #999999 #C8C8C8 #C8C8C8 #999999; 
 background-color: #FFFFFF;  
 width: 64px;
}

div#login input#loginOk:hover {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: bold;
 height: 22px; 
 margin: 0px; 
 padding: 0px 3px 0px 3px;  
 border: 1px solid; 
 border-color: #999999 #C8C8C8 #C8C8C8 #999999; 
 background-color: #F1FEFF;  
 width: 64px;
}
 
div#login input#loginReset {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: bold;
 height: 22px; 
 margin: 0px; 
 padding: 0px 3px 0px 3px;  
 border: 1px solid; 
 border-color: #999999 #C8C8C8 #C8C8C8 #999999; 
 background-color: #FFFFFF;  
 width: 64px;
}

div#login input#loginReset:hover {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: bold;
 height: 22px; 
 margin: 0px; 
 padding: 0px 3px 0px 3px;  
 border: 1px solid; 
 border-color: #999999 #C8C8C8 #C8C8C8 #999999; 
 background-color: #F1FEFF;  
 width: 64px;
}

a.abutton { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: bold; 
 border: solid #999999 2px; 
 background-Color: black;
}

a.adminbutton { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight : normal; 
 color: #666666; 
 margin: 0px; 
 height: 22px; 
 text-decoration: none;
 border:1px solid; 
 background-color: #FFFFFF; 
 border-color: #999999 #C8C8C8 #C8C8C8 #999999; 
 padding: 2px 4px 4px 2px; 
}

a.adminbutton:hover { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight : normal; 
 text-decoration: none;
 color: #666666; 
 margin: 0px; 
 height: 22px; 
 border-color: #777777 #999999 #999999 #777777; 
 background-color:#F1FEFF; 
}

a.subtext {	
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
 color : #990000; 
 text-decoration : none; 
 font-weight : bold;
}

a.subexpanded {	
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
 color : #000000; 
 text-decoration : none; 
 font-weight : normal;
}

a.tracked {	
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
 color : #000000; 
 text-decoration : none; 
 font-weight : bold;
}

a.subclosed {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
 color : #000000; 
 text-decoration : none; 
 font-weight : normal;
}

a.sitetree {	
 font-family :  Arial, Helvetica, sans-serif;
 font-size : 12px; 
 color : #000000; 
 text-decoration : none; 
 font-weight : normal;
}

a.startseite {	
 font-family :  Arial, Helvetica, sans-serif;
 font-size : 12px;
 color : #000000; 
 text-decoration : none; 
 font-weight : bold;
}

/*mio elemente tabellen styles */
td.basisfarbe {
 background-color: #004D7B
}

td.signalfarbe {
 background-color: #ccff66; 
 vertical-align: middle; 
 padding-top: 1px;
}

/*mio admin formulare*/
input.adminform, textarea.adminform { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: normal;
 height: 16px; 
 margin: 0px; 
 padding: 3px 2px 1px 2px; 
 border:1px solid; 
 border-color: #999999 #C8C8C8 #C8C8C8 #999999; 
} 

input.adminform:focus, textarea.adminform:focus { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: normal;
 height: 16px; 
 margin: 0px; 
 padding: 3px 2px 1px 2px; 
 border:1px solid; 
 border-color: #777777 #999999 #999999 #777777; 
 background-color: #F1FEFF !important; 
} 

input.adminbutton { 
 font-family: Verdana, Genova, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: normal;
 height: 22px; 
 margin: 0px; 
 padding: 0px 3px 0px 3px;  
 border: 1px solid; 
 border-color: #999999 #C8C8C8 #C8C8C8 #999999; 
 background-color: #FFFFFF;  
} 

input.adminbutton:hover { 
 font-family: Verdana, Genova, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: normal;
 height: 22px; 
 margin: 0px; 
 padding: 0px 3px 0px 3px; 
 border: 1px solid; 
 border-color: #999999 #C8C8C8 #C8C8C8 #999999; 
 background-color: #FFFFFF; 
 border-color: #777777 #999999 #999999 #777777; 
 background-color:#F1FEFF; 
} 

a.adminbutton { 
 font-family: Verdana, Genova, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: normal;
 color: #000000;
 height: 21px; 
 margin: 0px; 
 padding: 3px 3px 4px 3px;  
 border: 1px solid; 
 border-color: #999999 #C8C8C8 #C8C8C8 #999999; 
 background-color: #FFFFFF;  
} 

a.adminbutton:hover { 
 font-family: Verdana, Genova, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: normal;
 color: #000000;
 height: 21px; 
 margin: 0px; 
 padding: 3px 3px 4px 3px;  
 border: 1px solid; 
 border-color: #999999 #C8C8C8 #C8C8C8 #999999; 
 background-color: #FFFFFF; 
 border-color: #777777 #999999 #999999 #777777; 
 background-color:#F1FEFF; 
} 

select.adminform { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 height: 19px; 
 margin: 0px; 
 border:1px solid; 
 border-color: #999999 #C8C8C8 #C8C8C8 #999999; 
 padding: 1px 0px 1px 0px;
} 

select.adminform:focus { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 height: 19px; 
 margin: 0px; 
 border:1px solid; 
 border-color: #777777 #999999 #999999 #777777; 
 background-color: #F1FEFF !important; 
} 

.pfleg {
 text-align: left; 
 font-family : Arial, Helvetica, sans-serif;	
 font-size : 10px; 
 text-decoration : none; 
 line-height: 12px;
 color : #000000;
}

.pfleghead {
 text-align: left; 
 font-family : Arial, Helvetica, sans-serif; 
 font-size : 10px;
 font-weight : bold;	
 line-height: 12px;
 text-decoration : none;
 color : #CCFF66;
}

.admin {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
 font-weight : normal;
 text-decoration : none;
 line-height: 14px;
 color : #000000; 
 line-height : 16px;
}

.adminkl {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 10px;
 font-weight : normal;
 line-height: 12px;
 text-decoration : none;
 color : #000000;
}

.adminlinkblack {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 11px;
 font-weight : normal;
 line-height: 13px;
 text-decoration : none;
 color : #000000;
}

.adminmini {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 9px;
 line-height: 10px;
 font-weight : normal;
 text-decoration : none;
 color : #000000;
}

.adminklblu {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 9px;
 line-height: 10px;
 font-weight : normal;
 text-decoration : none;
 color : #004D79;
}

.adminklred {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 9px;
 line-height: 10px;
 font-weight : normal;
 text-decoration : none;
 color : #990000;
}

a.adminklred:hover {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 9px;
 line-height: 10px;
 font-weight : normal;
 text-decoration : underline;
 color : #990000;
}

.adminblu {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
 line-height: 14px;
 font-weight : bold;
 text-decoration : none;
 color : #004D79;
}

.adminline {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
 line-height: 14px;
 font-weight : bold;
 text-decoration : underline;
 color : #004D79;
}

.adminrot {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
 line-height: 14px;
	font-weight : bold;
	text-decoration : none;
	color : #990000;
}

.adminbrw {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
 line-height: 14px;
	font-weight : bold;
	text-decoration : none;
	color : #663333;	
}

.adminbold  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
 line-height: 14px;
	font-weight : bold;
	text-decoration : none;
	color : #000000;
}

.adminboldunderl  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
 line-height: 14px;
	font-weight : bold;
	text-decoration : underline;
	color : #000000;
}

.adminheadl  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
 line-height: 16px;
	font-weight : bold;
	text-decoration : none;
	color : #990000;
}

.adminlink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
 line-height: 13px;
	font-weight : normal;
	text-decoration : underline;
	color : #990000;
}

.adminlinkgross {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
 line-height: 14px;
	font-weight : bold;
	text-decoration : underline;
	color : #990000;
}

.adminhelp {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
 line-height: 13px;
	font-weight : normal;
	text-decoration : underline;
	color : #990000;
	cursor : help;
}

.adminlink2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
 line-height: 14px;
	font-weight : bold;
	text-decoration : underline;
	color : #990000;
}

.flagoff  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
 line-height: 13px;
	font-weight : bold;
	text-decoration : none;
	color : #990000;
}

.flagon  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
 line-height: 13px;
	font-weight : bold;
	text-decoration : none;
	color : #004D79;
}

li.admin {
	list-style-type : square;
}

.tree  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
}

.treelink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	text-decoration : none;
	color : #990000;
}

select.tree {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
	background-color : #FFFFFF;
	border-color : #333333;
}

.treebutton {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
	background-color : #FFFFFF;
	border-color : #333333;
	border-width : 1px;
	border-style : solid;
}

#root {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
 line-height: 14px;
	color : #000000;
	}

