@CHARSET "ISO-8859-1";
body, div, h1, h2, h3, h4, h5, h6, p, a, ul, li, img, table, tr, th, td, form, input, select, textarea {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    color: #111;
    font-size: 14px;
	vertical-align: bottom;
    text-decoration: none;
    resize: none;
}
body {
    background: #f5f5f5;
    overflow-y: scroll;
}
h1 {
	display: inline;
    font-size: 24px;
}
h2 {
	display: inline;
    font-size: 20px;
}
h3 {
	display: inline;
    font-size: 16px;
}
h4 {
	display: inline;
    font-size: 14px;
}
h5 {
	display: inline;
    font-size: 12px;
}

p {
	display: inline;
	font-size: 12px;
}

a {
	display: block;
    font-size: 14px;
}

table {
	border-collapse: collapse;
}
th {
	text-align: left;
	border-style: none;
	border-width: 0px;
	border-color: transparent;
}
td {
	border-style: none;
	border-width: 0px;
	border-color: transparent;
}

button {
	cursor: pointer;
}

input:enabled:focus, input:enabled:hover,
textarea:enabled:focus, textarea:enabled:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #26a0da;
}
input, textarea {
    height: 18px;
	padding: 0px 2px 0px 2px;
    font-size: 13px;
    overflow: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #6d6d6d;
	background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input::-webkit-input-placeholder {
	color: #aaa;
}
input::-moz-placeholder {
	color: #aaa;
}
input:-moz-placeholder {   /* Older versions of Firefox */
	color: #aaa;
}
input:-ms-input-placeholder {
	color: #aaa;
}

textarea {
	padding: 2px;
}
input:disabled, textarea:disabled {
	background: #f0f0f0;
	color: #6d6d6d;
    border-color: #6d6d6d;
}
input[type='checkbox'] {
    width: 18px;
	cursor: pointer;
}
input[type='button'] {
	background: #f0f0f0;
	cursor: pointer;
}
input[type='submit'] {
	background: #f0f0f0;
	cursor: pointer;
}
input.calendar {
	width: 80px !important;
	cursor: pointer !important;
}
input.search {
	background: transparent;
	position: absolute;
	z-index: 10;
}
input.search:disabled {
	background: #f0f0f0;
}
input.result:disabled {
	background: #fff;
	position: absolute;
}
select {
    height: 18px;
	padding: 0px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
select:disabled {
	color: #6d6d6d;
	padding: 0px 0px 0px 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #6d6d6d;
	background: #f0f0f0;
	-webkit-padding-start: 0px;
	-webkit-padding-end: 0px;
	-moz-padding-start: 0px;
	-moz-padding-end: 0px;
}

#header {
    width: 100%;
    min-width: 1260px;
    height: 50px;
    background: url(../img/head.png);
}
	#header h1 {
		display: inline;
		font-family: Georgia, serif;
		font-size: 38px;
	}
	#header img {
		width: 200px;
		height: 42px;
	}
	#header > div {
		width: 1260px;
		margin: 0 auto;
	}
	#header > div div:nth-of-type(1) {
		float: left;
		margin-top: 5px;
		margin-left: 10px;
	}
	#header > div div:nth-of-type(2) {
		float: right;
		margin-top: 5px;
		margin-right: 10px;
	}

#menu {
    background: url(../img/head_bottom.png);
    width: 100%;
    min-width: 1260px;
    height: 49px;
    border-bottom: 1px solid #6d6d6d;
}
	#menu > div {
		width: 1260px;
		margin: 0 auto;
	}
	#menu ul {
		float: left;
		margin-top: 19px;
		list-style: none;
	}
	#menu li {
		position: relative;
		float: left;
		margin-right: 20px;
	}
	#menu a {
		color: #222222;
		font-weight: bold;
		font-size: 18px;
		padding: 6px 15px 3.3px 15px;
		border-style: solid;
		border-width: 1px 1px 0px 1px;
		border-color: transparent;
		border-radius: 20px 20px 0px 0px;
	}
	#menu a:hover {
		color: #a2a2a2;
	}
	.current {
		border-color: #6d6d6d !important;
		background: #f5f5f5;
	}
	#pageProp {
		float: right;
		min-width: 160px;
		margin-top: 10px;
		margin-right: 10px;
	}
		#updateDiv {
			float: right;
			width: 90px;
		}
			#updateDiv h4:nth-of-type(1) {
				display: block;
			}
		#pageProp select {
			width: 50px;
			height: 18px;
			margin-top: 2px;
			font-size: 12px;
		}

#container {
    width: 100%;
    min-width: 1260px;
    margin-bottom: 60px;
}
#content {
	width: 1260px;
	margin: 0 auto;
}
		#loginForm {
			display: table;
			margin: 0px auto 0px auto;
		}
		#loginForm p {
			display: table;
			height: 26px;
			margin: 10px auto 0px auto;
			font-size: 14px;
		}
		#loginForm input {
			display: block;
			height: 36px;
			margin: 0px auto 10px auto;
			padding: 0px 10px;
			border-style: solid;
			border-width: 1px;
			border-color: #6d6d6d;
			border-radius: 8px;
			font-size: 16px;
		}
		#loginForm input:focus, #loginForm input:hover {
			outline: none;
			border-style: solid;
			border-width: 1px;
			border-color: #26a0da;
			border-radius: 8px;
		}
		#loginForm a {
			margin-top: 20px;
			text-decoration: underline;
			text-align: center;
			color: blue;
		}
	.box {
		background: #fafafa;
		margin: 10px 0px 10px 0px;
		padding: 10px 14px 14px 14px;
		border-style: solid;
		border-width: 1px;
		border-color: #6d6d6d;
		border-radius: 8px;
	}

#dpLink .current {
	position: relative;
	z-index: 2;
}
#dp {
	position: absolute;
	top: 20px;
	left: -230px;
	width: 800px;
	border-radius: 0px;
	background: #f5f5f5;
	z-index: 1;
}
	#dp div {
		display: table;
		margin: 10px auto 10px auto;
	}
	
	#employeesTable {
		table-layout: fixed;
		width: 700px;
		margin: 20px auto 20px auto;
	}
		#employeesTable th, #employeesTable td {
			padding: 0px;
		}
		#employeesTable td {
			padding-top: 4px;
		}
		#employeesTable th:nth-of-type(1), #employeesTable td:nth-of-type(1) {
			width: 60px;
		}
		#employeesTable th:nth-of-type(2), #employeesTable td:nth-of-type(2) {
			width: 180px;
			padding-right: 20px;
		}
		#employeesTable th:nth-of-type(3), #employeesTable td:nth-of-type(3) {
			width: 60px;
			padding-right: 20px;
		}
		#employeesTable th:nth-of-type(4), #employeesTable td:nth-of-type(4) {
			width: 80px;
			padding-right: 20px;
		}
		#employeesTable th:nth-of-type(5), #employeesTable td:nth-of-type(5) {
			width: 250px;
		}
		#employeesTable h4 {
			margin: 0px;
			font-weight: bold;
		}
		#employeesTable input[type='text'], #employeesTable select {
			width: 100%;
		}
	
	#dp img {
		width: 32px;
		height: 16px;
		margin: 0px 10px;
		cursor: pointer;
	}
	#dp textarea {
		display: block;
		width: 500px;
		height: 170px;
		margin-bottom: 1px;
	}
	#dp input[type='button'] {
		float: right;
		width: 60px;
	}
	#dp h5 {
		display: block;
		float: left;
		max-width: 200px;
		margin-right: 12px;
		margin-top: 4px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

#popup {
	width: 100%;
	height: 100%;
	position: fixed;
	pointer-events: visible;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.4);
}
	#popup > div {
		display: table;
		padding: 10px 80px 20px 80px;
		margin: 200px auto;
		z-index: 1001;
		text-align: center;
	}
	#popup h3 {
		display: block;
		margin-top: 2px;
		font-weight: normal;
	}

.hidden {
	/*display: none;*/
	visibility: hidden;
	position: absolute;
}
.hidden:focus {
	/*display: block;*/
	visibility: visible;
}

.tooltipParent {
	position: relative;
}
.tooltip {
	position: absolute;
	display: none;
	z-index: 20;
	width: auto;
	padding: 2px 6px;
	left: 0;
	top: 30px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #6d6d6d;
	border-radius: 5px;
	box-shadow: 2px 5px 10px #888;
	background: #ffffe1;
	pointer-events: none;
}
.tooltipParent:hover .tooltip {
	display: inline;
}
.tooltipParent:hover .tooltip:before {
	position: absolute;
	top: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #7d7d7d;
	content: "";
}


.transparent {
	background: transparent;
}
.white {
	background: #fff;
}
.yellow {
	background: #ff6 !important;
}
.orange {
	background: #ffa500;
}
.blue {
	background: #8ce;
}
.green {
	background: #afa;
}
.red {
	background: #f55;
}
.lightGrey {
	background: #ddd;
}
.grey {
	background: #bbb;
}
.darkGrey {
	background: #555;
}
.purple {
	background: #c5f;
}
.disabled {
	background: #eee !important;
}
.invalid {
	color: #f00 !important;
}

.car0 {
	background: #808080;
}
.car1 {
	background: #80B2B2;
}
.car2 {
	background: #1940FF;
}
.car3 {
	background: #FF1919;
}
.car4 {
	background: #AD5C33;
}
.car5 {
	background: #FF7519;
}
.car6 {
	background: #FFFF33;
}
.car7 {
	background: #19A347;
}
.car8 {
	background: #A347A3;
}
.car9 {
	background: #4DFF4D;
}
.car10 {
	background: #D1D119;
}
.car11 {
	background: #99D6AD;
}
.car12 {
	background: #758CFF;
}
.car13 {
	background: #CC99CC;
}
.car14 {
	background: #FFB2B2;
}
.car15 {
	background: #D6AD99;
}
.car16 {
	background: #FFB280;
}
.car17 {
	background: #FFFF99;
}
.car18 {
	background: #E6E680;
}
.car19 {
	background: #60CCFF;
}

