@charset "utf-8";
/* CSS Document */
/*	Employee section css */
/*	-------------------------------------------------------------
	Main Layout
	-----------------------------------------------------------*/
.employee_header {
	width: 900px;
	height: 201px;
	background-color: #6ed697;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.sign_in_form {
	width: 300px;
	margin: 50px auto;
	padding: 0px;
}
.sign_in_form fieldset {
	margin: 0px;
	padding: 20px;
}
.sign_in_row {
	width: 200px;
	overflow: hidden;
	margin: 5px auto;
}
.sign_in_row label {
	display: block;
}
.sign_in_row .sign_in {
	width: 150px;
	margin: 5px 10px;
}
.sign_in_error {
	margin: 10px auto;
	width: 300px;
	border: 2px solid #a00;
	background-color: #f88;
	color: #000;
	font-weight: bold;
	padding: 10px;
}
/*	-------------------------------------------------------------
	Main Styles
	-----------------------------------------------------------*/
h3 {
	clear: both;
}
h4 {
	margin-left: 20px;
}
table {
	min-width: 880px;
	margin: 10px;
	padding: 0px;
	overflow: hidden;
	border: none;
}
tr {
	margin: 0px;
	padding: 0px;
	border: none;
}
th {
	background-color: #060;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
	padding: 3px 10px;
	margin: 0px;
	font-size: 10px;
}
td {
	padding: 3px 10px 5px 10px;
	margin: 0px;
	border: 1px solid #fff;
	font-size: 10px;
	vertical-align: text-top;
}
td a:link, td a:active, td a:visited {
	color: #00f;
	font-weight: bold;
} td a:hover {
	color: #000;
}

.table {
	width: 880px;
	margin: 10px;
	padding: 0px;
	overflow: hidden;
	border: none;
	font-size: 10px;
}
.row_all {
	width: 880px;
	overflow: hidden;
	border: 1px solid #fff;
}
.row_heading {
	background-color: #060;
	background-image: url(../images/table_heading_row.png);
	background-repeat: repeat-y;
	font-weight: bold;
	color: #fff;
}
.col_all {
	margin: 0px;
	padding: 3px 10px 5px 10px;
	font-size: 10px;
	float: left;
	text-align: left;
}
.col_priority {
	width: 70px;
	padding-right: 12px;
}
.col_description {
	width: 410px;
	padding-right: 12px;
}
.col_worker_status {
	width: 80px;
	padding-right: 12px;
}
.col_director_status {
	width: 142px;
	padding-right: 12px;
}
.col_delete {
	width: 70px;
}

/*
.table_col {
	float: left;
}
*/
.even_row {
	background-color: #bbb;
	background-image: url(../images/table_even_row.png);
	background-repeat: repeat-y;
	color: #000;
}
.odd_row {
	background-color: #ddd;
	background-image: url(../images/table_odd_row.png);
	background-repeat: repeat-y;
	color: #000;
}
.contact_director {
	font-weight: bold;
	color: #a00;
	text-decoration: underline;
}
/*
.row_header {
	background-color: #060;
	color: #fff;
	font-weight: bold;
}
*/
.submit {
	margin: 10px;
}
.error {
	color: #900;
	font-weight: bold;
	font-size: 1.1em;
}
.tools_row {
	width: 800px;
	margin: 10px;
	overflow: hidden;
}
.tools_row a:link, .tools_row a:active, .tools_row a:visited {
	font-size: 20px;
	color: #06c;
	text-decoration: none;
	font-weight: bold;
} .tools_row a:hover {
	color: #06c;
	text-decoration: underline;
}
.tools_row p {
	text-indent: 0px;
}
/*	-------------------------------------------------------------
	Signed-in Layouts
	-----------------------------------------------------------*/
.user_box {
	border-bottom: 1px solid #060;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
.user_box .welcome {
	width: 280px;
	padding: 0px 10px;
	float: left;
	margin: 0px;
}
.user_box .welcome h2 {
	text-align: left;
}
.user_box .account_nav {
	width: 580px;
	padding: 0px 10px;
	float: left;
	margin: 0px;
	text-align: right;
}
.user_box .account_nav p {
	text-align: right;
}
/*	-------------------------------------------------------------
	Printer Friendly Styles
	-----------------------------------------------------------*/
.pf_table {
	width: 700px;
	margin: 0px;
}
.pf_tr {
	border: 1px solid #000;
	margin: 0px;
}
.pf_th {
	font-weight: bold;
	font-size: 16px;
	background-color: #fff;
	color: #000;
	text-decoration: underline;
	text-align: left;
}
.pf_td {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #000;
}