body {
	behavior: url("csshover3.htc"); 
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: medium;
	color: #505050;

}

#barcodeinput, #barcodeinput:focus {
	border: 0px;
	background-color: silver;
	color: silver;
	width: 1px;
	height: 1px;
	font-size: 1px;
	z-index: -99;
	outline: none;
	padding: 0px;
	margin: 0px;
}

.bruteforce {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

.bruteforce a {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}


a {
	color: blue;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


a img, a img:hover {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

td {
	vertical-align: top;
}

input.placeholder {
color: gray;
}



select {
	padding: 1px 1px 1px 3px;
}

textarea {
	padding: 3px;
}

input {
	padding: 1px 3px;
}
	


/***** LOGIN *****/

#outertable {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}

#outertable input {
	width: 250px;
	margin-top: 4px;
	margin-bottom: 13px;
	border: 1px outset silver;
	padding-left: 5px;
	color: #505050;
}

#outertable .submit {
	width: 150px;
	margin-top: 5px;
	padding-left: 0px;
	margin-left: 50px;
}

#uppertexts {
	position: relative;
	top: 9px;
}

#uppertexts .text {
	background-color: white;
	margin-left: 7px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
	
	
#login {
	padding: 10px;
	padding-top 15px;
	padding-bottom: 5px;
	border: 2px outset silver;
}


/***** LOGGED IN * LAYOUT *****/


#header {
	text-align: center;
	background-color: gray;
	font-size: 32px;
	color: black;
}

#innerbody {
	width: 1024px;
}

#left {
	float: left;
	width: 160px;
	background-color: silver;
	z-index: 1;
}

#right {
	float: right;
	width: 840px;
	background-color: white;
	border-right: 1px solid black;
}





/***** LOGGED IN * MAINMENU *****/


#left {
	padding-top: 20px;
}

#left ul {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 160px;
}

#left li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 13px;
}

#left li:hover {
	background-color: white;
	text-decoration: underline;
}


#left li:active {
	background-color: white;
	text-decoration: none;
}

#left a {
	color: black;
	text-decoration: none;
	width: 100%;
}

#left ul .spacer {
	margin-top: 10px;
}

#left ul .active, #left ul .active a:hover {
	background-color: white;
	text-decoration: none;
}

#left ul .active2, #left ul .active2 a:hover {
	margin-top: 10px;
	background-color: white;
	text-decoration: none;
}





/***** LOGGED IN * BOXES *****/
/***** uppertext määritelty kohdassa login *****/

#boxbody, #boxbody2 {
	border: 2px outset silver;
	padding: 15px;
	margin-bottom: 40px;
}

	


#boxbody {
	width: 400px;
}

#boxbody2 {
	width: 600px;
}



#boxbody, #boxbody2 input {
	margin-top: 2px;
	margin-bottom: 2px;
}

#boxbody img {
	float: right;
	margin-top: 1px;
	margin-right: 10px;
}

#row1 {
	background-color: WhiteSmoke;
}

#row2 {
	background-color: #E0E0E0;
}


.row1 {
	background-color: WhiteSmoke;
}

.row2 {
	background-color: #E0E0E0;
}

#row1:hover, #row2:hover, .row1:hover, .row2:hover {
	background-color: #F0E68C;
}

#historyinfo tr {
	height: 20px;
	vertical-align: center;
}
.histime {
	padding: 0px;
	width: 140px;
}

.hisip {
	padding: 0px;
	width: 150px;
}

.hisuser {
	padding: 0px;
	width: 70px;
}

.hisinfo {
	padding-left: 3px;
}

#historyinfo tr:hover {
	font-weight: bold;
}


/***** NOTES *****/

#boxbody3 {
	border: 2px outset silver;
	width: 780px;
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
}

#boxbody4 {
	width: 782px;
	margin-bottom: 50px;
	background-color: WhiteSmoke;
	border: 1px solid silver;
	padding: 15px;
}

#boxbody5 {
	margin-bottom: 25px;
	padding: 10px;
	background-color: white;
	border: 1px solid silver;
}


#boxbody5 hr, #boxbody2 hr {
	margin-bottom: 0px;
	margin-top: 10px;
	color: white;
	height: 1px;
	border: 0px solid black;
	border-bottom: 1px dotted gray;
}

#boxbody6, #boxbody6 a {
	font-size: 12px;
}



#righttext {
	width: 100px;
	text-align: right;
	float: right;
	font-size: 12px;
}

#righttext2 {
	width: 200px;
	text-align: right;
	float: right;
	font-size: 14px;
}

#righttext2 span {
	background-color: white;
	padding-right: 10px;
	padding-left: 10px;
}


#boxbody22 {
	margin: 10px;
}

#boxbox {
	width: 600px;
}

#settings {
	padding: 10px;
	padding-top 15px;
	padding-bottom: 5px;
	border: 2px outset silver;
	width: 280px;
}



#settings input {
	width: 250px;
	margin-top: 4px;
	margin-bottom: 13px;
	border: 1px outset silver;
	padding-left: 5px;
	color: #505050;
}

#settings .submit {
	width: 150px;
	margin-top: 5px;
	padding-left: 0px;
	margin-left: 50px;
}

#settings .radio {
	width: 20px;
	margin-bottom: 4px;
	margin-left: 40px;
}



/***** USERS *****/


#users {
	width: 634px;
	border: 1px solid silver;
}

#users td {
	border-left: 1px solid silver;
	text-align: center;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#users .name {
	text-align: center;
}

#users .name {
	border-left: 0px solid silver;
}


#users .row1 {
	background-color: WhiteSmoke;
}

#users .row2 {
	background-color: #E0E0E0;
}





/***** WORKS *****/



#boxworks {
	border: 2px outset silver;
	width: 780px;
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
}

#boxworks2 {
	border: 1px solid silver;
	width: 782px;
	padding: 15px;
	background-color: WhiteSmoke;
	margin-bottom: 200px;
}

#workstable {
	width: 100%;
	background-color: white;
	padding-bottom: 10px;

}

#workstable td {
	padding: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}


#workstable .headers {
	text-align: center;
	padding-bottom: 10px;
}

#workstable .worksdate {
	text-align: right;
}

#workstable .worksdatehead {
	width: 75px;
}


#workstable .row1 {
	background-color: whitesmoke;
}


#workstable .row2 {
	background-color: #E0E0E0;
}

#workstable .hiddenrow {
	background-color: silver;

}


#workstable .row1:hover, #workstable .row2:hover, #workstable .hiddenrow:hover {
	background-color: #F0E68C;
}


.hidden {
	margin-top: 3px;
	margin-bottom: 3px;
	visibility: hidden;
}


.nothidden {
	margin-top: 3px;
	margin-bottom: 3px;
}

#reg_posnumber {
	margin-top: 3px;
}

#workselect optgroup {
	padding-top: 5px;
}

#boxbodyaddwork {
	width: 670px;
	border: 2px outset silver;
	padding: 15px;
	margin-bottom: 20px;
}

#workadminsetup {
	margin-left: auto;
	margin-right: auto;
	border: 2px outset silver;
	width: 460px;
	padding: 15px;
}


#addworkbox {
	width: 100%;
}

#addworkbox td {
	padding: 15px;
	width: 50%;
}



#orderer td { 
	padding: 3px;
}

#otime {
	width: 370px;
}

#otime td {
	padding: 0px;
}


#otime .ospace {
	width: 0px;
}




#otime .odow, #otime .opvm ,#otime .oklo {
	width: 0px;
	text-align: center;
}

#otime .opvm {
}



#otime .odow input, #otime .opvm input, #otime .oklo input {
	text-align: center;
}

/******* KALENTERI ******/





/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}



#adminhourslist td {
	padding: 2px;
	padding-left: 5px;
}


/***** ARCHIVE *****/



#boxarchive {
	border: 2px outset silver;
	width: 740px;
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
}

#boxarchive2 {
	border: 1px solid silver;
	width: 742px;
	padding: 15px;
	background-color: WhiteSmoke;
	margin-bottom: 200px;
}

.odow, .opvm, .oklo {
	padding: 0px;
}
