* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	font: 0.75em Arial, Verdana, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
#container {
}

#header {
	display: none;
}

#menu ul {
	display: none;
}


#content {

}

#footer {
	display: none;
}

/* forms */

#frm_login {
	float: left;
	width: 450px;
	padding-top: 10px;
}

label {
	width: 250px;
	font-weight: bold;
	padding: 2px 10px 0 0;
}
.formLine {
	height: 28px;
	clear: both;
}
.formLineLarge {
	height: 150px;
	clear: both;
}
.formLine label, .formLineLarge label {
	float: left;
	text-align: right;
}
.formLine input.text, .formLineLarge select, .formLine select {
	float: left;
/*	width: 260px;			*/
	border: 1px solid #000;
	font-family: Arial, Verdana, sans-serif;
}
.formLine select.date {
	width: 70px;
	margin: 0 8px 0 0;
}
input.check {
	border: 0;
	width: 20px;
	float: left;
}
textarea {
/*	width: 470px;			*/
	margin: 6px 0 10px 0;
	border: 1px solid #000;
	font-family: Arial, Verdana, sans-serif;
}
.formLineLarge textarea {
	float: left;
/*	width: 240px;
	height: 65px;		*/
}

table {
	font-size: 1em;
	margin: 0 0 15px 0;
}
table td, table th {
	padding: 5px 10px;
	text-align: left;
}
table td {
	border-bottom: 1px dotted #999;
	color: #333;
}
table td img {
	margin: 0 0 -2px 0;
}
table th {
	border-bottom: 2px solid #999;
	color: #000;
}

/* timesheet table */

table.timesheet th, table.timesheet td {
	text-align: center;
}
table.timesheet td {
/*	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	color: #333;		*/
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #FFF;
}
table.timesheet th {
/*	border-bottom: 1px solid #999;
	color: #FFF;
	background-color: #999;			*/
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	color: #000;
}

table.timesheet th.day, table.timesheet td.day {
	text-align: left;
}
table.timesheet td.dayBorder {
	text-align: left;
	border-top: 1px solid #999;
}

/* coommon */

.error {
	padding: 10px;
	border: 1px dotted #cc0000;
	margin: 0 0 15px 0;
	color: #cc0000;
}
.success {
	padding: 10px;
	border: 1px dotted #ffcc00;
	margin: 0 0 15px 0;
}
.floatRight {
	float: right;
	margin: -6px 0 0 10px;
}
.clear {
	clear: both;
}
.asterisc {
	font-size: 1.4em;
	color: #eb0000;
	font-weight: bold;
}

#finder {
	float: right;
	width: 310px;
	margin: 0;
}
#finder input#findWhat {
	width: 200px;
}
#finderLeft {
	float: left;
	width: 250px;
	padding: 0;
}

/* standard tags */

h1,h2,h3,h4,h5,p,form {
	padding: 0 0 15px 0;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
}
P {
	line-height: 1.5em;
	color: #333;
}
ul, ol {
	line-height: 1.5em;
	color: #333;
	margin: 0 0 0 45px;
	padding: 0 0 15px 0;	
}
ul li, ol li {
	padding: 0 0 5px 0;
}
a {
	color: #000;
	text-decoration: underline;
}

select.small {
	margin: 0 4px 0 0;
}

.holiday {
	color: #000;
	font-weight: normal;
	font-size: 0.9em;
}

p.noPrint {
	display: none;
}

#logoPrint {
	display: block;
	padding: 0 0 10px 0;
}
