body {
	background-color: #fff;
	background: url('../images/bkgnd.jpg') repeat-y center top; background-color: #fff;
	margin: 0;
	padding: 0;
}

body, td {
	font-size: .850em;
	font-family: Verdana, sans-serif;
	color: #222222;
}

b { color: #606060; }

.title {
	font-size: 1.5em;
	font-weight: 800;
	text-align: left;
	color: #333333;
}

.title2 {
	font-size: 1.2em;
	font-weight: 800;
	text-align: left;
	color: #606060;
}

.item {
	font-size: 1.2em;
	font-weight: 800;
	color: #000000;
	background-color: gainsboro;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
}

.agenda td {border-bottom: 1px solid dimgrey;}
.agenda2 td {border-bottom: 2px solid grey;}


div#container {
	display: block;
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

div#header {
	width: 980px;
	height: 80px;
	background: url('../images/header.jpg') repeat-y center top; background-color: black;
	padding: 0;
	margin: 0;
}

div#topMenu {
	position: relative;
	float: left;
	left: 0px;
	width: 980px;
	height: 21px;
	display: block;
	background-color: white;
	padding: 0px;
	margin: 0px;
}

div#menu {
	position: relative;
	float: left;
	left: 0px;
	width: 200px;
	color: white;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	border-right: 0px solid black;
}

div#menuBox {
	position: relative;
	float: left;
	left: 10px;
	width: 180px;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
	border-left: 1px solid grey;
	border-top: 1px solid grey;
	border-right: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
	margin-bottom: 5px;
}

div#page {
	position: relative;
	float: left;
	left: 0px;
	width: 730px;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-top: 10px;
	background-color: transparent;
//	overflow: hidden;
}


a {
	font-size: 0.850em;
	color: darkblue;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: darkred;
	text-decoration: underline;
}

a:active {
	color: red;
	text-decoration: none;
}

.menuOn {
	color: red;
	font-weight: 900;
	font-size: 1.000em;
	width: 146px;
	display: block;
}
.inactive {
	color: dimgrey;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: 0;
}

h1 { font-size: 1.800em}
h2 { font-size: 1.400em}
h3 { font-size: 1.200em}

small {
	font-size: 0.750em;
	font-weight: bold;
}

.userName {
	font-size: 0.850em;
	font-weight: bold;
}

.notLogged {
	font-size: 1.250em;
}

.alert {
	font-size: 1.250em;
	font-weight: 600;
	line-height: 2.500em;
	border: 1px solid darkgrey;
	padding-left: 10px;
	padding-right: 10px;
	color: blue;
	display-block;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	background-color: gainsboro;
}

.error {
	color: #C00000;
	font-size: 0.900em;
	font-weight: 800;
	background-color: yellow;
}

.updated {
	color: #000000;
	font-size: 0.850em;
	font-weight: 800;
	background-color: aquamarine;
}

big {
	border: 1px solid darkgrey;
	font-size: 0.850em;
	color: red;
	display-block;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: white;
}

.pageNumber {
	border: 1px solid darkgrey;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
