html * { padding: 0; margin: 0; }
body {
	background-color: #C8CFC7;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
}
h1, h2, h3, h4 { 
	margin: 45px 0 15px 0;
}
h1 { font-size: 2.4em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.6em; }
h4, p, ul, ol, dl, td, th { font-size: 1.2em; }
h5, legend { font-size: 1.0em; }
a, a:visited { color: #005491; }
a:hover { color: #900; }

p, table, ul, ol { margin: 0 0 25px 0; }
#page p, #page table, #page h1, #page h2, #page h3, #page h4 { margin-left: 15px; margin-right: 15px; }
#page ul, #page ol { margin-left: 35px; margin-right: 15px; }
#page li { margin-bottom: 10px; }

table { border-collapse: collapse; }
th, td { padding: 1px 3px; vertical-align: top; }
.numberinput { text-align: center; }

.pagetitle { margin-top: 0; }
.adminlinks { margin: 5px 0; }
.flash { background-color: #CC0000; color: #fff; font-weight: bold; font-size: 1.2em; padding: 2px; }

.hr { height: 1px; background-color: #ccc; margin: 25px 15px; }


/* LAYOUT ********************************************/
.widthrestrictor {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
.center { text-align: center; }
.clear { clear: both; height: 1px; }


#header { 
	height: 55px;
	background-color: #005491;
}
#header #tabs { 
	/*height: 25px;*/
	padding-top: 30px;
	margin: 0;
	text-align: center;
}
#header #tabs a {
	display: block;
	float: left;
	width: 85px;
	line-height: 25px;
	margin: 0 5px;
	background: url("../img/dot005491.gif") #6492AC bottom left repeat-x; 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#header #tabs a.curtab {
	background-image: none;
	background-color: #C8CFC7;
	color: #000;
}

#main {
	padding-top: 25px;
}
#main .widthrestrictor {
	background: url("../img/pageback.gif") top left repeat-y;
}
#page {
	float: left;
	width: 575px;
	background-color: #fff;
	padding: 20px 0;
}

#sidebar { margin-left: 590px; padding-bottom: 20px; }
#sidebar ul { list-style: circle; color: #005491; padding-top: 175px; }
#sidebar ul li { margin-left: 18px; margin-bottom: 4px; }
#sidebar ol li { 
	padding: 8px 0;
	border-top-width: 1px; border-top-style: solid; border-color: #fff;
}
#sidebar p { margin: 12px 0 0 0; }
#sidebar h3 { margin-bottom: 12px; text-align: center; }
#sidebarlogin { margin-bottom: 30px; }

#quickwrapper { 
	position: fixed; 
	width: 160px;
	background-color: #6492AC;
}
#quickaddheader { 
	margin: 0;
	padding: 4px 0 2px 0;
	background-color: #6492AC;
	color: #fff;
	text-align: center;
}
#quickadd { 
	/*border-width: 1px; border-style: solid; border-color: #6492AC; */
	background-color: #6492AC; /*#E3EAE2;*/
	text-align: center;
	width: 160px;
}
#quickadd select, #quickadd input, #quickadd textarea { font-size: 9pt; }
#quickadd p {
	margin: 3px 0;
}
#quickadd #action { 
	width: 150px; 
}
#quickadd textarea {
	width: 150px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
#quicktipheader {
	font-size: 1.4em;
	margin-bottom: 5px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
#quicktips {
	color: #005491;
	list-style: none;
}

#footer { padding: 15px 0 25px 0; }
#footer p { width: 575px; margin: 0 0 15px 0; }


table.data td { border-top-width: 1px; border-top-style: solid; border-color: #bbb; }
table.data td.center { text-align: center; }
table.data tr:hover td { background-color: #eeFFFF; }
table.data tr.firstrow td { border-top-width: 0; border-top-style: none; }
table.data td.actions { white-space: nowrap; height: 30px; }

.editdata { margin: 25px 0; }
.editdata p { 
	clear: both; 
	float: right; 
	width: 100%; 
	margin: 8px 0 8px -135px;
}
.editdata .item {
	display: block;
	margin-left: 135px;
}
.editdata .label {
	float: left; 
	width: 127px;
	text-align: right;
	padding-top: 3px;
	font-weight: bold;
}
.editdata textarea { width: 350px; height: 120px; }
.editdata input.small { width: 30px; }

.editdata fieldset { clear: both; margin-left: 15px; margin-right: 15px; }
.editdata fieldset legend { padding: 0 10px 0 5px; }
.editdata fieldset p { margin-left: -120px; }
.editdata fieldset .item { margin-left: 120px; }
.editdata fieldset .label { width: 112px; }





.calheader { text-align: center; }
/*.calheader a { font-size: 0.5em; font-weight: normal; margin: 0 10px; }*/
.calheader a { font-size: 1.2em; text-decoration: none; margin: 0 10px; }

#page #clickonday {
	margin: 30px 0 5px 325px;
	height: 20px;
	font-size: 8pt;
}
#page #clickonday span { 
	height: 15px;
	line-height: 15px;
	width: 140px;
	float: left;
	margin-bottom: 5px;
	text-align: center;
}
#page #clickonday img {
	height: 15px; width: 25px;
	float: left;
	margin-top: 5px;
}

#calendar {
	border-collapse: collapse;
	width: 545px;
	margin-left: 15px;
	border: 1px solid #bbb;
	background-color: #fff;
}
#calendar th { 
	text-align: center;
	vertical-align: bottom; 
	padding: 3px;
	font-weight: normal;
	background-color: #ddd;
}
#calendar th.day { width: 25px; }
#calendar td {
	text-align: center;
	padding: 1px 3px;
	border: 1px solid #eee;
	border-top-color: #bbb; border-bottom-color: #bbb;
	vertical-align: middle;
}
#calendar th.action { text-align: left; }
#calendar td.action { 
	text-align: left; vertical-align: top; height: 35px; 
	/*border-collapse: collapse; */
	border-bottom-width: 0; border-bottom-style: none;
	line-height: 16px;
}
#calendar .actioncellwrapper { position: relative; }
#calendar td.action em { display: none; color: #bbb; font-size: 8pt; }
#calendar td.today { background-color: #FFFFdd; }
#calendar tr:hover td { background-color: #eeFFFF; }
#calendar tr.total td, #calendar tr.total th { font-weight: bold; }
#calendar tr.total th { border-color: #bbb; }
.moreinfo {
	display: block;
	height: 12px; width: 12px;
	background: url('../img/info2.gif') top left;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin: 2px 3px 0 0;
}
.multiplierinput { 
	position: absolute;
	width: 90px; height: 18px;
	line-height: 18px;
	top: 17px; left: 199px;
	font-size: 8pt;
	/*background-color: #f3f3f3;*/
	color: #bbb;
	text-align: right;
	font-style: italic;
}
.multiplierinput input {
	width: 20px; height: 12px;
	line-height: 12px;
	font-size: 8pt;
	padding: 0;
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
}

#datejump { text-align: center; }
#datejump #day { width: 20px; }
#datejump #year { width: 35px; }



/* ABOUT **********************************************/
#aboutscreenshot {
	float: right;
	margin: 0 40px 25px 40px;
	width: 250px; height: 183px;
	/*width: 214px; height: 150px;*/
	font-weight: bold;
	text-align: center;
}
#aboutscreenshot img {
	border-width: 1px; border-style: solid; border-color: #333;
}
#registerform {
	float: left;
	margin: 0 40px 30px 40px;
	width: 170px;
	background-color: #6492AC;
	color: #fff;
	text-align: center;
}
#registerform strong {
	font-size: 14pt;
}
#page #registerform p {
	margin: 10px;
}
#aboutfree {
	margin-top: 0;
}
