body {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size:12px;
	/*overflow-x:hidden;*/
	color:#333;
}
a,u {
	cursor:pointer;
	display:inline;
	text-decoration:inherit;
	color:#2254b1;
}
a:visited {
	color:#6a99f3;
}

div#container {
	width:600px;
	margin:0 auto;
}

div#header {
	width:100%;
}

div#topbar {
	width: 100%;
	height:64px;
	position:relative;
}
div#topbar div {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-top:2px;
	width:600px;
	margin: 0 auto;
	text-align:center;
	position:relative;
	color:#333;
	font-size: 20px;
}
div#topbar img {
	vertical-align: middle;
}
div#topbar .datum {
	color:#999;
}
div#menubar {
	width: 100%;
	height:32px;
	position:relative;
	background-color:#3f78e3;
}
div#menubar div {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:600px;
	margin:0 auto;
	height:32px;
	position:relative;
}
div#menubar div a {
	font-size: 1.25em;
	font-weight:bold;
	color:#fff;
	display:block;
	text-align:center;
	width:144px;
	margin:3px 3px 0;
	height:29px;
	line-height:29px;
	text-decoration:none;
	float:left;
}
div#menubar div a.selected {
	background-color:#6a99f3;
}
div#tabbar {
	width: 100%;
	height:34px;
	position:relative;
	background-color:#f1f1f1;
}
div#tabbar div {
	position:relative;
	background-color:#f1f1f1;
	width:600px;
	height:34px;
	margin:0 auto 25px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div#tabbar div a {
	font-size:1.25em;
	font-weight:bold;
	color:#666;
	display:block;
	height:28px;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:144px;
	margin:6px 3px 20px;
	line-height:28px;
	text-decoration:none;
	float:left;
	background-color:#e1e1e1;
}
div#tabbar div a.selected {
	background-color:#fff;
	border-bottom:1px solid #fff
}
div#logo {
	margin:5px auto;
	width:200px;
}
div#logo a,
div#logo img {
	border:0
}

div.clear {
	clear:both;
}
h1 {
	font-size:2em;
	margin:5px;
	width:590px;
}
h2 {
	font-size:1.75em;
	margin:5px;
	width:590px;
}
h3 {
	font-size:1.5em;
	margin:5px;
	width:590px;
}
h4 {
	font-size:1.25em;
	margin:5px;
	width:590px;
}
table.timeteam {
	width:590px;
	margin: 5px 5px 20px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-collapse:collapse;
}
table.timeteam th {
	background-color:#ffffff;
	border-bottom:1px solid #000000;
	vertical-align:top;
	padding:2px;
	text-align:left;
}
table.timeteam th.ooc {
	border-top:1px solid #000000;
}
table.timeteam td {
	vertical-align:top;
	padding:2px;
}
table.timeteam td.status {
	font-size:2em;
	color:#cccccc;
	font-style:italic;
	text-align:center;
	padding:55px 0;
}
table.timeteam .smallrow {
	font-size:.8em;
	color:#6D7B8D;
	padding-top:0;
}
table.timeteam .odd  {
	background-color:#f1f1f1;
}
table.timeteam .even {
	background-color:#ffffff;
}
table.timeteam .line td {
	border-top:1px solid #999;
}
table.timeteam .name      { width: 150px; }
table.timeteam .number    { width:  25px; }
table.timeteam .code      { width:  35px; }
table.timeteam .location  { text-align: center; width: 100px;  }
table.timeteam .finish    { font-weight: bold; }

table.home {
	border-top: 0;
	font-size: 1.1em;
}
table.home td {
	width: 147px;
	text-align: center;
	padding: 8px 2px 15px;
}
table.home td a {
	display: block;
	padding: 0 0 12px;
}

table.matrix td {
	padding: 8px 2px;
}
