*{
margin:0;
padding:0;
}

body{
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
text-align:center;
color:#333;
font-size: 76%;
}

/* General Style Info */
a{
color:#003d4c;
text-decoration:underline;
}
a:hover{
color:#003d4c;
text-decoration:none;
}

a img{
border:none;
}

h1, h2, h3, h4{
	font-weight:normal;
}

h1{
	color: #000000;
	font-size: 180%;
}

h2{
	color:#003d4c;
	padding-top: 1em;
	margin:0.3em 0;
	font-size: 160%;
}

h3{
	color:#003d4c;
	padding-bottom: 1em;
	font-size: 140%;
}

h4{
color:#c6c65b;
padding-top:0.5em;
font-weight:normal;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

ol {
margin: 0 12px;
}

/* Layout */

#container{
text-align:left;
}

#header{
margin-top: 1em;
padding: 4px 20px;
}

#content{
clear:both;
padding: 0px 40px 10px 40px;
background-color: #fff;
color: #333;
}
#footer{
	clear:both;
	padding: 6px 10px;
	text-align: center;
}

/* tables */

table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
	border-right: 1px solid #ddd;
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
}
table tr.altRow td {
	background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 2em;
}
/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
	margin-top: 2em;
}
form div {
	margin-left: 1em;
	margin-bottom:1em;
}
form div.date{
	margin-left: 0em;
}
form div.time{
	margin-left: 0em;
}
label {
	font-size: 14px;
	padding-right: 20px;
}
input[type=checkbox] {
	display: inline;
	margin-right: 5px;
}
input[type=radio] {
	display: inline;
}
input, textarea {
	clear: both;
  display:block;
	font-size: 14px;
	font-family: inherit;
}
select {
	clear: both;
	display: block;
	vertical-align: text-bottom;
	font-size: 14px;
	font-family: inherit;
}
option {
	font-size: 14px;
	font-family: inherit;
	padding: 0 0.3em;
}
div.required {
	clear: both;
	color:#222;
	font-weight:bold;
}
div.optional {
	clear: both;
	color:#555;
}
div.submit {
	margin-left: 40px;
}
/* action links */
ul.actions {
	float: left;
	margin-left:20px;
	width: 200px;
}
ul.actions li {
	margin-top: 4px;
}
pre {
	padding: 1em;
}


.rounded {
	margin: 20px;
}

.boxTitle {
	text-align:center;
  font-weight: bold;
  font-size:  120%;
  margin: 0;
}

.boxContent {
	margin: 0;
}

div.formcontainer {
	margin-left: 20px;
	margin-top: 0px;
}

#header {
}

#menu {
	text-align: center;
  background:#D4DAE4;
  border:  2px solid #4E5D77;
  color:#000;
  font-weight: bold;
  font-size:  150%;
}

#menu a {
  text-decoration: none;
  padding: 0 0.5em;
}

#menu a:hover {
	color:  #909FB7;
}

#peopleTitle {
	width: 500px;
  background:#4E5D77;
  border:  2px solid #4E5D77;
  color:#FFF;
}

#peopleContent {
	padding: 5px;
	width:  500px;
  background:#D4DAE4;
  border:  2px solid #4E5D77;
}

.inputRadio {
	display: inline;
	margin-left: 10px;
	margin-right: 5px;
}

/*
** Collapsing fieldsets
*/
fieldset {
	padding: 20px;
}

legend {
	font-weight: bold;
	font-size:  140%;
}

fieldset legend a {
	text-decoration: none;
	font-size: 80%;
}

fieldset legend a:hover {
	text-decoration: underline;
}

fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
fieldset.collapsed * {
	display: none;
}
fieldset.collapsed legend {
	display: block;
}
fieldset.collapsible legend a {
	display: block;
	padding-left: 15px;
  background: url(../img/menu-expanded.png) 5px 75% no-repeat;
}
fieldset.collapsed legend a {
  background-image: url(../img/menu-collapsed.png);
  background-position: 5px 50%;
}

._cal_main_area {
	width: 750px;
	float: left;
	clear: left;
	margin-left: 10px;
}

._cal_span {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 10px 0 10px 0;
}

._cal_side_area {
	float: right;	
	margin: 37px 10px 0 0;
	width: 205px;
}

._cal_menu {
	
}

._cal_menu_item {
	float: left;
	background-color: #eee;
	margin: 1px;	
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.event_description {
	background-color: #e1e1e1;
	padding: 7px;
	margin: 5px 0 5px 0;
	border: 1px solid #aaa;
	
}

.event_description h3 {
	text-decoration: none;
}

table.calendar td {
	height: 50px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-family: "Lucida Grande","Lucida Sans Unicode",Lucida,Arial,sans-serif;
	vertical-align: top;
	text-align: left;
}

table.calendar th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #e1e1e1;
	font-size: 10px;
	width: 200px;	
}

table.calendar td.foot {
	height: 50px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-family: "Lucida Grande","Lucida Sans Unicode",Lucida,Arial,sans-serif;
}

table.calendar {
	border-left: 1px solid #ccc;
}

.cal_item_19 {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.cal_item_2 {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	color: blue;
}

.cal_item_1:hover, .cal_item_2:hover {
	color: #aaa;
}

td.caldate a {
	display: block;
	text-decoration: none;
}
td.caldate a:hover {
	text-decoration: underline;
}
div.listHeader {
	font-size: 140%;
	text-decoration: underline;
	margin-top: 1em;
}
p {
	margin-top: 5px;
	margin-bottom: 1em;
}
div.amountDue {
	font-weight: bold;
	font-size: 120%;
	color: #F00;
}
div.fieldBox {
	float: right;
	width: 300px;
	border: 1px solid black;
	padding: 1em;
}
ul#homeList {
	list-style-type: circle;
}
ul#homeList li {
	font-size: 120%;
	font-weight: bold;
}
div.date select {
	display: inline;
}
div.time select {
	display: inline;
}
#features {
	font-size: 120%;
	background: #E9EFE5;
  border:  2px solid #68893B;
  padding: 10px;
  margin-bottom: 3em;
}
#features ul {
	list-style-type: circle;
}
#splash {
	text-align: center;
}
#leftcol {
	float: left;
	width: 48%;
}
#rightcol {
	float: right;
	width: 48%;
}
#pricing {
	font-size: 120%;
	background: #EAEAEA;
  border:  2px solid #626262;
  padding: 10px;
  margin-bottom: 3em;
}
#signup {
	background: #EEE4E6;
  border:  2px solid #955F61;
  padding: 10px;
  margin-bottom: 3em;
}

