@charset "utf-8";
/* CSS Document */

BODY, TD, INPUT, TEXTAREA, SELECT, OPTION {
	font-family:"Arial";
	font-size:14px;
	}

BODY {
	color: #FFFFFF;
	background-color: #000000;
	SCROLLBAR-FACE-COLOR : #A13E3E;
     SCROLLBAR-HIGHLIGHT-COLOR : #000000;
     SCROLLBAR-SHADOW-COLOR : #000000;
     SCROLLBAR-3DLIGHT-COLOR : #000000;
     SCROLLBAR-ARROW-COLOR : #000000;
     SCROLLBAR-TRACK-COLOR : #000000;
     SCROLLBAR-DARKSHADOW-COLOR : #000000;
	}
	
INPUT, TEXTAREA, SELECT, OPTION {
  	padding: 2px;
  	background-color:#CCCCCC;
	border: thin solid #FFFFFF;
	}

A {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
A:Hover {
	color: #CCCCCC;
	text-decoration: none;
	}

HR {
	border-bottom: 1px solid #CCCCAA;
	margin-bottom: 20px;
	margin-top: 10px;
	}
	
.btn {
	font-size:12px;
	width:60px;
	}

.section, .page {
	font-weight: bold; 
	font-size: 16;
	}

.note {
	font-size: 9;
	color:#00FFFF;
	}

.msg {
	font-size: 14;
	color:#00FFFF;
	}

.square {
	background-image:url(images/square.gif);
	background-repeat:repeat-y;
	}
	
 /******
 * This stylesheet is part of the Calendar Date Picker Script, downloaded from http://start.excudo.net
 *
 * See calendar_date_picker.js for license details
 *
 * Author: Martijn Korse
 * Website: http://devshed.excudo.net
 *
 * Date: 2006-09-07 07:53:21
 ***/
#calendar {
	width: 200px;
	font-family: Arial;
	font-size: 7pt;
	}

#calendarTable {
	border-style: outset;
	border-width: 2px;
	border-color: black;
	background-color: #A13E3E;
	display: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	}
#calendarTable TD {
	text-align: center;
	font-size: 7pt;
	width: 19px;
	}
#calendarTableHead TR {
	background-color: #FFFFFF;
	}
#calendarTableDays TR {
	background-color: #A13E3E;
	}
#selectMonth, #selectYear {
	font-family: Arial;
	font-size: 7pt;
	border-width: 0px;
	border-style: none;
	}

#calendarTable A {
	color: blue;
	text-decoration: none;
	font-size: 11pt;
	font-family: "Arial";
	}
#calendarTable A:hover {
	color: red;
	text-decoration: none;
	}
.normalDay {
	border: 1px dotted black;
	cursor: pointer;
	}
.hlDay {
	border: 1px dotted black;
	background-color: #FFF;
	color: red;
	cursor: pointer;
	}
.toDay {
	border: 1px solid #FFF;
	background-color: #CCC;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	}
.choosenDay {
	border: 1px solid green;
	background-color: #A8FAA8;
	color: green;
	font-weight: bold;
	cursor: pointer;
	}
.excludedDay {
	border-color: #AAA;
	color: #AAA;
	}
	