﻿@import url("reset.css");

body
{
	font: 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#f1f1f1;
}

#header
{
	background-color:#e2e2e2;
}

#header-top
{
	background-color:#325e93;
	height:2em;
}

#header-top-content
{
	margin: 0 auto;
	width:800px;
	overflow:auto;
}

#header-content
{
	margin: 0 auto;
	width:800px;
	overflow:auto;
}

#logo
{
	background:#e2e2e2 url('images/uoc.png') no-repeat 0 0.6em;
	padding: 0 0 0 100px;
}

#menu li
{
	float:left;
	margin: 1em 1em 1em 0;
	padding:3px 5px 3px 5px;
}

#menu li.active
{
	color:#ffffff;
	border:1px solid #c3c3c3;
	background-color:#325e93;

}

#menu li.active a
{
	color:#ffffff;
}


#menu li a
{
	color:#000000;
	text-decoration: none;
}

#content
{
	margin: 0 auto;
	width:800px;
}

#spacer
{
	height:3em;
}

#footer
{
	background-color:#325e93;
	height:2em;
	font-weight:bold;
}

#footer-content
{
	margin: 0 auto;
	width:800px;
	overflow:auto;
	color:white;
	heigh:100%;
	vertical-align:middle;
}


h1
{
	font : 1.5em/1.7em bold "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2
{
	font : 1.5em/1.7em bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 1em 0 1em 0;
	color:#325e93;
}

h3
{
	font : 1.3em/1.4em bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom:1px solid #325e93;
	margin: 1em 0 1em 0;
	color:#325e93;
}

p
{
	text-indent:2em;
	margin:0.5em 0 0.5em 0;
}

span.label
{
	display:block;
	float:left;
	clear:both;
	width:250px;
	margin-bottom:0.2em;
}

span.value
{
	display:block;
	float:left;
	margin-bottom:0.2em;
	border:1px solid green;
	
}


/* Calendar */

table.calendar
{
	background-color:#e5e5e5;
}

table.calendar thead
{
	background-color:#325e93;
	color:white;
}

table.calendar thead th
{
	width:12em;
	height:2em;
	font-weight:bold;
	text-align:center;
}

table.calendar thead tr
{
	height:1em;
}

table.calendar tr
{
	height:8em;
}

table.calendar td
{
	vertical-align:top;
	border:1px solid #325e93;
}

table.calendar td.attention1
{
	background-color:#FF9393;
}

table.calendar td.attention2
{
	background-color:#ADFFA4;
}

table.calendar td.disabled
{
	background-color:#b8b8b8;
}

table.calendar td span.date
{
	background-color:#325e93;
	color:white;
}

table.calendar td span.details
{
	padding: 5px 5px 5px 5px;
	display:block;
	font-size:11px;
	width:12em;
}

table.calendar td span.highlight
{
	font-weight:bold;
}

/* list */

ul.list
{
	list-style:square inside;
}

ul.list li
{
	margin: 0 0 0.5em 0;
}

ul.list li span.subnote
{
	font : 0.9em bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/* table data */

table.data
{
	background-color:#e5e5e5;
}

table.data thead
{
	background-color:#325e93;
	color:white;
}

table.data thead th
{
	height:2em;
	font-weight:bold;
}

table.data thead tr
{
	height:1em;
}

table.data td
{
	vertical-align:top;
}
