button.dmBtnSrtWM
{
	color: White;
	font-size:300%;
	background-color: rgba(153, 180, 0,.6);
	border: none;
	cursor: pointer;
	width:90%;
	height:180px;
	padding:8px;
	position: absolute;
	Left: 5%;
	Top: 80px;
}
button:hover.dmBtnSrtWM
{
	background-color: rgba(153, 180, 0,.9);
}
button.dmBtnStpWM
{
	color: White;
	font-size:300%;
	background-color: rgba(255, 0, 0,.6);
	border: none;
	cursor: pointer;
	width:90%;
	height:180px;
	padding:8px;
	position: absolute;
	Left: 5%;
	Top: 270px;
}
button:hover.dmBtnStpWM
{
	background-color: rgba(100, 0, 0,.9);
}
button.dmBtnAddWM
{
	color: White;
	font-size:300%;
	background-color: rgba(0, 0, 200,.6);
	border: none;
	cursor: pointer;
	width:90%;
	height:180px;
	padding:8px;
	position: absolute;
	Left: 5%;
	Top: 460px;
}
button:hover.dmBtnAddWM
{
	background-color: rgba(153, 180, 0,.9);
}
input.blocks
{
	width:45%;
	height:50px;
	padding:0px;
	font-size:10px;
	background-color: rgba(0, 0, 0,.6);
	color: White;
	border: none;
	margin: 1%;
}
input.blocks2
{
	width:1px;
	height:1px;
	padding:0px;
	font-size:1px;
	background-color: rgba(0, 0, 0,.6);
	color: White;
	border: none;
	margin: 1%;
}
input:hover.blocks
{
	background-color: rgba(153, 204, 0,.9);
}
progress.tProg
{
	background-color: rgba(0, 0, 0,.6);
	color: Black;
}
div.myHeading
{
	background-color: rgba(0, 0, 0,.6);
	color: White;
	font-family: Arial;
	text-align: CENTER;
	height:52px;
	font-size:40px;
}
button.indexBtn
{
	color: White;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	cursor: pointer;
	width:80%;
	height:50px;
	padding:8px;
	position: absolute;
	Left: 10%;
	Top: 300px;
}
/*--Index.php--*/
button.indexL
{
	color: White;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	cursor: pointer;
	width:80%;
	height:50px;
	padding:8px;
	position: absolute;
	Left: 10%;
	Top: 150px;
}
input.indexInpt
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:80%;
	height:50px;
	padding:8px;
	position: absolute;
	Left: 10%;
	Top: 80px;
}
/*--directMe.php--*/
div.containerText
{
	color: White;
	font-size:10px;
	font-family: Arial;
	position: absolute;
	Left: 20px;
	Top: 20px;
}
button.dmBtnSrt
{
	color: White;
	font-size:100%;
	background-color: rgba(153, 180, 0,.6);
	border: none;
	cursor: pointer;
	width:40%;
	height:100px;
	padding:8px;
	position: absolute;
	Left: 50%;
	Top: 160px;
}
button:hover.dmBtnSrt
{
	background-color: rgba(153, 180, 0,.9);
}
button.dmBtnStp
{
	color: White;
	font-size:100%;
	background-color: rgba(100, 0, 0,.6);
	border: none;
	cursor: pointer;
	width:40%;
	height:100px;
	padding:8px;
	position: absolute;
	Left: 10%;
	Top: 160px;
}
button:hover.dmBtnStp
{
	background-color: rgba(100, 0, 0,.9);
}
button.dmBtnExt
{
	color: White;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	cursor: pointer;
	width:80;
	height:24px;
	padding:2px;
	position: absolute;
	Right: 20px;
	Top: 10px;
}
button:hover.dmBtnExt
{
	background-color: rgba(0, 100, 153,.9);
}
button.dmBtnEdt
{
	color: White;
	font-size:100%;
	background-color: rgba(0, 0, 0,.9);
	border: none;
	cursor: pointer;
	width:100px;
	height:24px;
	padding:2px;
	position: absolute;
	left: 115px;
	Top: 60px;
}
button:hover.dmBtnEdt
{
	background-color: rgba(153, 204, 0,.9);
}
input.dmIptEdt
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:100px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 60px;
}
button.dmBtnAdd
{
	color: White;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	cursor: pointer;
	width:100px;
	height:24px;
	padding:2px;
	position: absolute;
	Right: 8px;
	Top: 60px;
}
button:hover.dmBtnAdd
{
	background-color: rgba(153, 204, 0,.9);
}
button.dmBtnADM
{
	color: White;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	cursor: pointer;
	width:150px;
	height:24px;
	padding:2px;
	position: absolute;
	Right: 8px;
	bottom: 2px;
}
button:hover.dmBtnADM
{
	background-color: rgba(153, 204, 0,.9);
}
tr.directMelst, td.directMelst
{
    text-align: left;
    padding: 8px;
	font-size: 10px;
	font-family: Arial;
	
}
th.directMelst
{
	text-align: left;
    padding: 8px;
	font-size: 20px;
	font-family: Arial;
}
table.directMelst 
{
    border-collapse: collapse;
    padding:2px;
	font-size: 10px;
	font-family: Arial;
	width:100%;
}
tr.directMelst:nth-child(even)
{
	background-color: rgba(0, 0, 0,.6);
	color: White;
}
div.directMeDivActive
{
	position:absolute;
	border:solid;
	top:300px;
	right:5%;
	width:90%;
	height:80px;
	overflow: scroll;
}
div.directMeDivLogged
{
	position:absolute;
	border:solid;
	top:400px;
	right:5%;
	width:90%;
	height:80px;
	overflow: scroll;
}
/*--displayAll--*/
tr.directMelstRP, td.directMelstRP
{
    	text-align: left;
    	padding: 8px;
	font-size: 15px;
	font-family: Arial;
	border: 2px solid black;
	
}
th.directMelstRP
{
	text-align: left;
    	padding: 8px;
	font-size: 20px;
	font-family: Arial;
	border: 2px solid black;
}
table.directMelstRP 
{
    	border-collapse: collapse;
    	padding:2px;
	font-size: 15px;
	font-family: Arial;
	width:100%;
}
tr.directMelstRP:nth-child(even)
{
	background-color: rgba(0, 0, 0,.6);
	color: White;
	border: 1px solid black;
}
div.directMeDivActiveRP
{
	position:absolute;
	border:solid;
	top:85px;
	right:5%;
	width:90%;
	height:250px;
	overflow: scroll;
}
div.directMeDivActiveRP2
{
	position:absolute;
	border:solid;
	top:85px;
	right:5%;
	width:90%;
	height:800px;
	overflow: scroll;
}
div.directMeDivActiveRP3
{
	position:absolute;
	border:solid;
	top:85px;
	right:5%;
	width:90%;
	height:80%;
	overflow: scroll;
}
div.directMeDivLoggedRP
{
	position:absolute;
	border:solid;
	top:350px;
	right:5%;
	width:90%;
	height:500px;
	overflow: scroll;
}
/*--editMyTime.php--*/
input.emjInptrecordID
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 60px;
}
input.emjInptjobCategory
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 300px;
}
input.emjInptstaffName
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 86px;
}

input.emjInptjobNumber
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 112px;
}
input.emjInptsubJobNumber
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 138px;
}
input.emjInptclientName
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 164px;
}input.emjInptjobDescription
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 190px;
}
input.emjInptstartTime
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 216px;
}
input.emjInptstopTime
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 242px;
}
input.emjInptdated
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 268px;
}
input.emjInptstatus
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 294px;
}
select.emjInptstatus
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 294px;
}
input.emjInptjobCategory
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 320px;
}
button.emjbtnUpdate
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 348px;
}
button:hover.emjbtnUpdate
{
	background-color: rgba(153, 204, 0,.9);
	cursor: pointer;
}
button.emjbtngoHome
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 374px;
}
button:hover.emjbtngoHome
{
	background-color: rgba(153, 204, 0,.9);
	cursor: pointer;
}
button.stsbtngoHomeRP
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Bottom: 4px;
}
button:hover.stsbtngoHomeRP
{
	background-color: rgba(153, 204, 0,.9);
	cursor: pointer;
}
/*--insertJobCard.php--*/
input.ijcInptjobNumber
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 112px;
}
input.ijcInptsubJobNumber
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 138px;
}
input.ijcInptclientName
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 164px;
}
input.ijcInptjobCategory
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 242px;
}
input.ijcInptjobDescription
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 190px;
}
select.ijcInptstaffName
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 86px;
}
input.ijcInptdated
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 216px;
}
input.ijcInptStartTime
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 268px;
}
input.ijcInptStopTime
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 294px;
}
select.ijcInptStat
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 320px;
}
button.ijcbtnEnter
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 348px;
}
button:hover.ijcbtnEnter
{
	background-color: rgba(153, 204, 0,.9);
	cursor: pointer;
}
button.ijcbtngoHome
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 374px;
}
button:hover.ijcbtngoHome
{
	background-color: rgba(153, 204, 0,.9);
	cursor: pointer;
}
button.ijcbtngoDashBoard
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 348px;
}
button:hover.ijcbtngoDashBoard
{
	background-color: rgba(153, 204, 0,.9);
	cursor: pointer;
}
button.ijcbtngoNewTimeCard
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 400px;
}
button:hover.ijcbtngoNewTimeCard
{
	background-color: rgba(153, 204, 0,.9);
	cursor: pointer;
}
button.ijcbtngoSearchTimeSheet
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 426px;
}
button:hover.ijcbtngoSearchTimeSheet
{
	background-color: rgba(153, 204, 0,.9);
	cursor: pointer;
}
button.ijcbtngoDisplayAll
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 452px;
}
button.ijcbtngoCategory
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 478px;
}
button.ijcbtngoPersonJob
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 504px;
}
button.ijcbtngoDescJob
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 530px;
}
button:hover.ijcbtngoDisplayAll
{
	background-color: rgba(153, 204, 0,.9);
	cursor: pointer;
}
button.stockSC
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:200px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	Top: 556px;
}
button:hover.stockSC
{
	background-color: rgba(153, 204, 0,.9);
	cursor: pointer;
}
/*--stopTimeSheet.php--*/
select.stsJD
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:90%;
	height:80px;
	padding:2px;
	position: absolute;
	Left: 5%;
	Top: 86px;
}

input.stsStp
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:50px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 8px;
	bottom: 8px;
}
input.stsDt
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:80px;
	height:24px;
	padding:2px;
	position: absolute;
	Left: 60px;
	bottom: 8px;
}
button.stsbtnStop
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:90%;
	height:100px;
	padding:2px;
	position: absolute;
	Left: 5%;
	Top: 180px;
}
button:hover.stsbtnStop
{
	background-color: rgba(153, 204, 0,.9);
	cursor: pointer;
}
button.stsbtngoHome
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:90%;
	height:100px;
	padding:2px;
	position: absolute;
	Left: 5%;
	Top: 290px;
}
button.stsbtngoDelete
{
	color: Black;
	font-size:100%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	width:90%;
	height:100px;
	padding:2px;
	position: absolute;
	Left: 5%;
	Top: 400px;
}
button:hover.stsbtngoHome
{
	background-color: rgba(153, 204, 0,.9);
	cursor: pointer;
}
input.srcINP1
{
	color: Black;
	font-size:150%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:38px;
	padding:2px;
	position: absolute;
	Left: 80px;
	Top: 80px;
	text-align:LEFT;
}
input.srcINP2
{
	color: Black;
	font-size:150%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:38px;
	padding:2px;
	position: absolute;
	Left: 80px;
	Top: 120px;
	text-align:LEFT;
}
input.schInpJN
{
	color: Black;
	font-size:150%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:38;
	padding:2px;
	position: absolute;
	Left: 80px;
	Top: 160px;
	text-align:LEFT;
}
input.schInpSJN
{
	color: Black;
	font-size:150%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:38px;
	padding:2px;
	position: absolute;
	Left: 80px;
	Top: 200px;
	text-align:LEFT;
}
input.schInpEMP
{
	color: Black;
	font-size:150%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:38px;
	padding:2px;
	position: absolute;
	Left: 80px;
	Top: 240px;
	text-align:LEFT;
}
input.schInpDES
{
	color: Black;
	font-size:150%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:38px;
	padding:2px;
	position: absolute;
	Left: 80px;
	Top: 240px;
	text-align:LEFT;
}
input.schInpCAT
{
	color: Black;
	font-size:150%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:38px;
	padding:2px;
	position: absolute;
	Left: 80px;
	Top: 240px;
	text-align:LEFT;
}
select.ijcInptstaffName2
{
	color: Black;
	font-size:150%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:38px;
	padding:2px;
	position: absolute;
	Left: 80px;
	Top: 160px;
	text-align:LEFT;
}
select.ijcInptstaffName3
{
	color: Black;
	font-size:150%;
	background-color: rgba(0, 0, 0,.1);
	border: none;
	width:200px;
	height:38px;
	padding:2px;
	position: absolute;
	Left: 80px;
	Top: 240px;
	text-align:LEFT;
}
button.theBack
{
	color: White;
	font-size:40%;
	background-color: rgba(0, 0, 0,.6);
	border: none;
	cursor: pointer;
	width:80;
	height:24px;
	padding:2px;
	position: absolute;
	Right: 20px;
	Top: 35px;
}
button:hover.theBack
{
	background-color: rgba(0, 100, 153,.9);
}
