/* ----- SHARED ----- */

body {
/*#dbd8ca url("../img/background.gif") repeat-x top left;*/
	margin: 20px;
	background: #ffffff; }

/* ----- GUI ----- */

div.line, div.line_signin {
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	margin: 15px 0px;
	margin-top: 12px;
	background: url("../img/line.gif") repeat-x top left; }

div.line_signin {
	background: url("../img/line_signin.gif") repeat-x top left; }

td.form, td.content {
	background: #ffffff;
	border: 1px solid #000000; }

td.content {
	background: #ffffff; }

/* ----- CONTENT ----- */

p.header, p.header_error, p.header_signin {
	font-family: arial;
	font-size: 34px;
	color: #000000;
	line-height: 26px;
	text-transform: uppercase; }

p.header_signin {
	color: #000000; }

p.subheader {
	font-family: arial;
	font-size: 22px;
	color: #bd1b11;
	line-height: 16px;
	text-transform: uppercase; }

p.footer, a.footer {
	font-family: arial;
	font-size: 11px;
	color: #6d695c;
	line-height: 15px; }

a.footer {
	color: #6d695c; }

a.footer:hover {
	color: #bd1b11; }

p.menu, p.menu a, p.menu_date {
	font-family: arial;
	font-size: 16px;
	color: #000000; }

p.menu a {
	font-weight: bold;
	color: #000000; }

p.menu a:hover {
	font-weight: bold;
	color: #bd1b11; }

p.menu_date {
	font-size: 14px;
	font-weight: normal; }

p.content, p.content a, li, li a, font.bold {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px; }

p.content a, li a, p.header_error {
	color: #bd1b11; }

p.content a:hover, li a:hover {
	color: #7b211b; }

font.bold {
	font-size: 14px;
	font-weight: bold; }

/* ----- FORM ----- */

div.form {
	background: #ffffff;
	padding: 20px;
	padding-bottom: 30px;
	border: 1px solid #000000; }

p.form, p.error, p.checkbox, p.form_content {
	margin-top: 5px;
	font-family: arial;
	font-size: 14px;
	color: #000000; }

p.form_content {
	font-size: 12px;
	color: #000000; }

p.checkbox {
	margin: 0px 2px; }

p.error {
	color: #bd1b11; }

input.text {
	height: 28px;
	font-family: arial;
	font-size: 14px;
	background: #e1e1e1;
	border: 1px solid #000000;
	padding: 5px 7px;
	margin-top: -1px;
	color: #000000;
	margin-bottom: 5px; }

div.button {
	padding: 1px;
	background: #7b211b; }

input.button, input.button_rollover {
	font-family: arial;
	font-size: 11px;
	text-transform: uppercase;
	border: 0px;
	background: #bd1b11;
	color: #ffffff;
	height: 26px;
	width: 78px;
	cursor: hand; }

input.button_rollover {
	background: #7b211b; }

a.form {
	font-family: arial;
	font-size: 12px;
	color: #bd1b11; }

a.form:hover {
	color: #7b211b; }

div.dropdown {
	border: 1px solid #000000;
	background: #e1e1e1;
	padding: 3px 2px; }

div.dropdown div {
	width: 1px;
	background: #e1e1e1;
	display: block;
	overflow: hidden;
	margin-bottom: 6px; }

div.dropdown select {
	margin: -2px -1px;
	color: #000000;
	background: #e1e1e1;
	font-family: arial;
	font-size: 14px; }

.checkbox {
	margin: -2px -4px; }

/* ----- CALENDAR ----- */

td.calendar_header {
	background: #000000;
	padding: 5px 10px;
	padding-bottom: 6px; }

td.calendar_header p, td.calendar_header a {
	font-family: arial;
	color: #ffffff;
	font-size: 12px; }

td.calendar_header a {
	font-weight: bold;
	text-decoration: none; }

td.calendar_header a:hover {
	color: #bd1b11; }

td.calendar_subheader {
	width: 14%;
	text-align: center;
	background: #bd1b11;
	border: 1px solid #000000;
	padding: 5px; }

td.calendar_subheader p {
	font-family: arial;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold; }

td.calendar_cell, td.calendar_day, td.calendar_event {
	width: 14%;
	text-align: center;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 5px; }

td.calendar_cell {
	background: #e1e1e1; }

td.calendar_event {
	background: #bd1b11; }

td.calendar_day p, td.calendar_event p {
	font-family: arial;
	color: #000000;
	font-size: 12px; }

td.calendar_event p {
	color: #ffffff; }

/* ----- TOOLTIP ----- */

div.tooltip {
  width: 120px;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 6px 10px;
	display: none; }

div.tooltip, div.tooltip td {
	font-family: arial;
	font-size: 12px;
	color: #000000; }
