body
{
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0;
	color: #000075;
}

h2 {
	margin: 0;
	color: #000075;
	text-align: center;
}

a 
{
	color: #000075;
	text-decoration: none;
}

#lblSperrung
{
    color: #B22222;
    font-size: larger;
    font-style: italic;
    font-weight: bold;
}

/* Das Logo */
#imgLogo
{
	float: right;
	margin-top: 1px;
}

#imgAmpel1, #imgAmpel2
{
    margin-bottom: -4px;
}

.thAmpel
{
	padding-left: 20px;
	font-weight:normal;
}

#divTop1
{
	background-color: #FFFFE3;
	padding: 5px 5px 8px 8px;
	height: 20px;
}

/* div mit den Statuscontrols */
#divStatus
{
	float: left;
	margin-top: 2px;
}

/* div mit den Moduscontrols */
#divModus
{
	float: left;
	margin-top: -2px;
	margin-left: 40px;
}

/* div mit Comboboxen */
#divNavigation
{
	clear: both;
	background-color: #F7F5DD;
	padding: 5px 5px 8px 8px;
}

/* Tabelle mit Navigationselementen */
#tblNavigation
{
	border-collapse: collapse;
	border-spacing: 0px;
	float: left;
}

#btnMail
{
	float: right;
	margin-top: 8px;
}

#btnPrint, #btnPrintDirekt
{
	float: right;
	margin-top: 8px;
	margin-right: 5px;
}

/* Headerzeile der Tabelle mit Navigationselementen */
#tblNavigation th
{
	text-align: left;
	padding-bottom: 5px;
}

#tblNavigation tr > th
{
	padding-right: 8px;
	vertical-align: bottom;
}

#cmbProjekte, #cmbMitarbeiter
{
	margin-right: 20px;
	min-width: 80px;
}

#cmbMonat
{
	min-width: 75px;
}

/* Login-Status */
#LoginStatus1
{
	margin-right: 12px;
	margin-bottom: 20px;
}

/* Titelzeile Stundenzettel Mitarbeiter - Monat */
#page_header2
{
	clear: both;
	background-color: #DBE5E4;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* Titelzeile Stundenzettel Monat */
#hdrMAMonat
{
	margin-left: 30px;
}

#hdrMAPassiv, .legendPassiv
{
    margin-left: 30px;
    color: #BE3333;
    font-style: italic;
}

/* Combobox-Items, die fertig sind */
.liFertig
{
	background-color: #CAFFE4;
}

/* Link zum Projekt oben in einem MA-Table Fieldset */
.ma_table_lbl
{
	margin-bottom: 5px;
	color: Black;
	display: block;
}

#tbl_etc_summary td:first-child
{
	font-weight: bold;
	vertical-align: top;
}

#tbl_etc_summary td+td
{
	padding-left: 25px;
}

.small {margin-left: 10px; font-size: 50%;}

#header {margin-bottom: 25px; text-align: center;}
	
#panelLeft
{
	padding: 5px;
	background-color: #99CCFF;
	border: solid 1px #324339;
}
 
.login
{
	top: 200px;
}
.tcl
{
	padding-top: 2px 10px 2px 10px;
	text-align:left;
}
.tcm
{
	padding-top: 2px 10px 2px 10px;
	text-align:center;
}
.tcr
{
	padding: 2px 5px 2px 10px;
	text-align:right;
}
.thm, .thv, .thk
{
	padding: 2px 4px 2px 4px;
	text-align:center;
	font-size:smaller;
}
.thm2
{
	padding: 2px 10px 2px 10px;
	text-align:center;
	font-size:smaller;
}
.thv
{
	background-color: #BC7211;
}
.thk
{
	background-color: #407D06;
}
.tcw  /* Wechsel der Woche */
{
	border-top-width: 1px;
	border-top-color: #526883;
	border-top-style: solid;
}

.etc_number_cell
{
	font-family: 'Courier New' , Courier, monospace;
	text-align: right;
	font-weight: bolder;
	padding-right: 8px;
	padding-left: 8px;
}
.lbl_approve
{
	font-weight: bold;
	color: #006600;
}

.lbl_error
{
	font-weight: bold;
	font-size: smaller;
	color: #FC0000;
	white-space: pre;
	display: block;
	padding-bottom: 5px;
}

.txt_gray, .lbl_legende2
{
	color: #7F7F7F;
}

.txt_gray2
{
	color: #CCCCCC;
}

.lbl_legende1
{
	color: #000000;
	padding-right: 16px;
}
.lbl_legende1, .lbl_legende2
{
	font-weight: bolder;
}

div>ul>li { margin-bottom:5px; }

.FirstOfWeek
{
	border-top-width:3px;
	border-top-color:#FF0000;
}

/* Gruppierung von Projekten (AA-Nummern), für die MA Stunden geschrieben hat*/
fieldset
{
	padding: 0 10px 0px 10px;
	margin-bottom: 8px;
} 

/* Legende zum o.g. Fieldset */
legend
{
	color:#333333;
	padding:4px 10px 4px 10px;
	margin:4px 0 8px 0px;
	border-top:1px solid #EDEDED;
	border-left:1px solid #EDEDED;
	border-right:1px solid #969696; 
	border-bottom:1px solid #969696;
	background:#E7ECF0;
	font-weight:bold;
	font-size:1em;
} 

/* Listeneintrag (Projekt, MA, Monat), für den alle Bestätigungen vorliegen */
.readyListItem
{
	background: #DDFFEE;
}

#btnLogout
{
	margin-left: 10px;
}

#divMonate {
    background-color: #F9F9F9;
    border: 6px solid #63A9F5;
    padding: 16px;
    margin-bottom: 12px;
    visibility: hidden;
    width: 500px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.75);
}

#cmbReport
{
	margin: 8px 0 28px 0;
	width: 100%;
}

#cmbPrintMonat, #cmbPrintJahr
{
	margin: 8px 20px 20px 0;
}

#divMonate span
{
	font-weight: bold;
}

/* Kommentar-Buttons */
#btnKCancel, #btnKOK 
{
	float: right;
	margin-top: 10px;
}

/* Kommentar-OK-Button */
#btnKOK
{
	margin-right: 8px;
}

#chkMail
{
	margin-top: 16px;
}

#chkMail + label
{
	font-size: 80%;
}

/* Div für die Kommentar-Eingabe */
.divMonate
{
	padding: 16px;
	border: 1px solid #C0C0C0;
	margin-top: 12px;
}

#btnApproveAll 
{
 font-weight: bold;
 color: #FFD700;
 background-Color: #407D06;
 border-left: 2px solid #4E9607;
 border-top: 2px solid #4E9607;
 border-right: 3px solid #284C03;
 border-bottom: 3px solid #284C03;
 text-decoration: none;
 padding: 5px;
 text-align: center;
 margin: 8px 0 8px 10px;
 cursor: pointer;
}

img[src="Images/y.gif"], img[src="Images/g.gif"], img[src="Images/r.gif"]
{
	cursor:pointer;
}

.divAmpelAll
{
	float: right;
}

.divAmpelAll img
{
	cursor:pointer;
}

#AmpelDoku 
{
	width: 600px;
	height: 370px;
	font-family: Arial, Helvetica, sans-serif;
	border: thick solid #33CC33;
	padding: 15px;
	background-color: #FFFFDD;
	font-size: smaller;
}

#AmpelDokuTbl 
{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #C0C0C0;
	margin-top: 20px;
}

#AmpelDokuTbl td 
{
	padding: 10px;
	border: 1px solid #C0C0C0;
}
#AmpelDokuTbl td:first-child 
{
	vertical-align: middle;
	text-align: center;
}

.checkPanel label, .checkPanel span
{
    padding-right: 10px;
}

#chkShowRed
{
	margin-left:10px;
}

.prj_klein_passiv
{
    background: #E0E0E0;
}

