/* define all highest order styles */

body {
	background-color: #D9D9E5;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

/* define all links below */

a {
	text-decoration: none;
	color: #000FFF;
}

a.navbar {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.adminbar {
	color: #FFFFFF;
	text-decoration: none;
}

a.password {
	color: #575A95;
	font-size: 10px;
}

a.footer {
	color: #575A95;
	text-decoration: none;
}

a.add_calendar {
	color: #575A95;
	font-size: 11px;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

/* define all table styles below */

table {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
}

tr.headline {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #CFD0DF;
}

tr.colorline {
	font-size: 12px;
	color: #000000;
	background-color: #CFD0DF;
}

td.navbar {
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 15px;
}

td.body {
	font-size: 12px;
	color: #000000;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 30px;
	border-left: 1px solid #CFD0DF;
	width: 500px;
	text-align: justify;
}

td.teaser {
	font-size: 12px;
	color: #575A95;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 36px;
	width: 160px;
	text-align: justify;
	background-color: #CFD0DF;
}

td.footer_l {
	font-size: 10px;
	color: #575A95;
	vertical-align: bottom;
	padding-left: 15px;
	padding-right: 15px;
	width: 545px;
}

td.footer_r {
	font-size: 10px;
	color: #575A95;
	vertical-align: bottom;
	text-align: right;
	padding-right: 15px;
	width: 185px;
}

td.calendarbold {
	font-weight: bold;
	color: #575A95;
	font-size: 11px;
	background-color: #CFD0DF;
	width: 20px;
	height: 21px;
}

td.calendar {
	color: #575A95;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	height: 21px;
}

td.set_calendar {
	color: #FFFFFF;
	font-size: 11px;
	background-color: #575A95;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	height: 21px;
}

td.big_calendarbold {
	font-weight: bold;
	color: #575A95;
	font-size: 11px;
	background-color: #CFD0DF;
	width: 63px;
	height: 24px;
}

td.big_calendar {
	color: #575A95;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	width: 63px;
	height: 74px;
}

/* define all form entry styles below */

input {
	background: #FFFFFF;
	color: #575A95;
	line-height: normal;
	border : #575A95;
	border: 1px solid;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-left: 5px;
}

input.login {
	background: #CFD0DF;
	color: #575A95;
	line-height: normal;
	border : #575A95;
	border: 1px solid;
	font-family: Arial, sans-serif;
	font-size: 10px;
	height: 16px;
	width: 150;
	padding-left: 5px;
}

input.loginbutton {
	background: #FFFFFF;
	color: #575A95;
	line-height: normal;
	border : #575A95;
	border: 1px solid;
	font-family: Arial, sans-serif;
	font-size: 10px;
	height: 16px;
	width: 70;
	text-align: center;
}

textarea {
	background: #FFFFFF;
	color: #575A95;
	line-height: normal;
	border : #575A95;
	border: 1px solid;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 400px;
	padding-left: 5px;
	padding-right: 5px;
}

textarea.spaw_area {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/* define all misc styles below */

b {
	color: #575A95;
}

h1 {
	font-size:16px;
	color: #575A95;
}

h2 {
	color:#575A95;
}

h3 {
	font-size:14px;
	font-weight: bold;
	color: #575A95;
	text-align: center;
}

li {
	font-size:12px;
	padding-bottom: 8px;
}

u {
	text-decoration: underline;
	text-decoration: #575A95;
}