/* Document */
body,td,th {
	font-family: Trebuchet MS, Georgia, Arial;
	font-size: 14px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Form */
form {
	display: inline;
}
label {
	float: left;
	width: 200px;
}
.field {
	padding: 2px;
	clear: left;
}
.submit {
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #FFFFFF;
}
.error {
	color: #FF0000;
	background-color: #333333;
	padding: 5px;
	border: 1px solid #FF0000;
	text-align: center;
	margin: 10px;
}

/* Standard */
th {
	color: #DDDDDD;
	background-color: #666666;
}
.menu {
	color: #CCCCCC;
}
.title {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.menu a:hover {
	color: #0099FF;
}
.odd {
	color: #FFFFFF;
	background-color: #333333;
}
.even {
	color: #FFFFFF;
	background-color: #222222;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 5px;
}
.toolbar {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 5px;
	padding: 7px;
}
.toolbar a {
	color: #0099CC;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}
.toolbar a:hover {
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	margin: 5px;
	padding: 4px;
}

/* Specific */
.hour {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.white {
	color: #FFFFFF;
}
legend {
	color:#FFFFFF;
	font-size: 24px;
}

a:link {
	color:#00FFFF;
}
a:visited {
	color:#999999
}

[disabled] { background-color: #CCC;  }
