a.button:link, a.button:visited {
font-family:sans-serif;
font-size:10pt;
color:#dddddd;
display:block;
border:1px solid;
border-color:#aaa #000 #000 #aaa;
text-decoration:none;
width:7em;
text-align:center;
height:2em;
line-height:2em;
background:#333333;
margin-bottom:2px;
}

a.button:hover {
color:#073f65;
background:#cccccc;
position:relative;
top:1px;
left:1px;
border-color:#000 #aaa #aaa #000;
}

body {
font-family: sans-serif;
font-size: 12px;
line-height: 1.5em;
color: #333333;
background: #000000;
margin: 0;
padding: 0;
text-align: left;
width: 100%;
}

.formfieldlabel {
  font-weight:bold;
}


.guestBookname {
  font-weight:bold;
  text-align:left;

}

.guestbookbox {
  border:1px dashed #999999;
  background:#eeeeee;
  margin-bottom:10px;
  padding:12px;
}

.formfield {
  background:#eeeeee;
  font-family:sans-serif:
  font-size:10pt;
}

.formfieldlabel {
  font-weight:bold:
  font-family:sans-serif;
}



p {
	margin-top: 10px;
    margin-left:14px;
    margin-right:14px;
    text-align:left;
}

td {
font-family: sans-serif;
font-size: 10pt;
}


h3 {
font: bold 140% trebuchet ms, sans-serif;
letter-spacing: 3px;
margin-bottom: 0;
color: #714c34;
text-align:left;
margin-left:16px;
}

hr {
	color: #cccccc;
	height: 1px;
    width:86%;
}

a:link {
color: #000099;
}

a:visited {
color: #555555;
}

a:hover, a:active {
color: #ff0000;
}


img {
	border: 0;
}



h2 {

 margin-left:8px;
}

h4 {
  margin-left:12px;
}


#ridename {
font-weight: bold;
font-style: italic;
color: #714c34;
}



#container {
    position: relative;
	background: #ffffff;
	text-align: left;
	width: 590;
    padding:30;
    margin: auto auto auto auto;

}

#menubox {
	position: absolute;
	top: 100px;
	left: 10px;
	background: #ffffff;
	border: 1px solid black;
	text-align: left;
	width: 180;

}

#containerSave {
	position: absolute;
	top: 134px;
	left: 20px;
    right:20px;
	background: #ffffff;
	margin: 10 auto 10 auto;
	border: 1px solid black;
	text-align: left;
	width: 760;

}

#menu {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	height: 27px;
	top: 60px;
	left: 0px;
	width: 100%;
	padding: 0px;
	color: #000000;
	background-color: #eee
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50%;
	width: 100%;
	background: url('http://www.dcmhonline.com/app/images/header-bg01.gif') repeat-x top;
	padding-top: 8px;

}

#header2 {
	position: absolute;
	top: 4px;
	left: 20px;
    right:20px;
    border: 1px solid black;
    background: #ffffff;
	margin: 10 auto 10 auto;
	text-align: left;
	width: 760;
    height: 120;

}

#header h1 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #003366;
}

#main {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
}


#bar {
	float: left;
	width: 200px;
	background: #eee;
	z-index: 1;
	padding: 10px;
	margin-right: 30px;
	height: 100%;
}

#bar h1 {
 	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

/* ------- calendar specific styles -------- */

a.cal_date:link {text-decoration:none;color:white;display:block;width:100%;height:100%;}
a.cal_date:visited {text-decoration:none;color:white;display:block;width:100%;height:100%;}
a.cal_date:hover {text-decoration:none;color:white;display:block;width:100%;height:100%;}
a.cal_date:active {text-decoration:none;color:white;display:block;width:100%;height:100%;}

a.cal:link {text-decoration:none;color:red;display:block;height:100%;background:white;padding:3px;}
a.cal:visited {text-decoration:none;color:red;display:block;width:100%;height:100%;background:white;padding:3px;}
a.cal:hover {text-decoration:none;color:white;display:block;width:100%;height:100%;background:#dddddd;border: thin solid black;padding:0px;}
a.cal:active {text-decoration:none;color:red;display:block;width:100%;height:100%;background:white;padding:3px;}

a.event:link {text-decoration:none;color:blue;width:100%;background:lightblue;padding:3px;}
a.event:visited {text-decoration:none;color:blue;width:100%;background:lightblue;padding:3px;}

a.deleteevent:link {text-decoration:none;color:blue;background:red;padding:3px;border:thin solid black;}
a.deleteevent:visited {text-decoration:none;color:blue;background:red;padding:3px;border:thin solid black;}


table.cal {
	border: thin solid black;
}

th.cal {
  background: #555555;
  color: #ffffff;
}

td.cal_date {
  background: #999999;
  color: #ffffff;
}

td.cal {
}

span.datepicker {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;	
}

#login {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	border:   thin solid black;
	width: 558px;
	
	background: #ffffff;

}
