body {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: 333;
	background-color: ffffff;
	text-align: center;
	width: 100%;
	margin: 0;
	padding:0;
}
p {
	margin-top: 10px;
}
h3 {
	font-weight: bold;
	color: 000000;
	letter-spacing: 5px;
	margin-bottom: 0px;
	font-size: 140%;
}
hr {
	color: eee;
	background-color: 000;
	height:2px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}
img {
	border: 0px;
}
#container{
	background-color: ffffff;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: absolute;
	left: 0px;
	top: 125px;
	height: 100%;
	width: 100%;
}
#menu {
	background-color: eee;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	width: 100%;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 100%;
	background: #333 url(http://www.jppaving-nj.com/images/headerbkgd.gif) repeat-x;
	padding-top: 8px;
}
#header h1 {
	font-size: 22px;
	letter-spacing: 0.3em;
	color:#fff;
}
#bar {
	float: left;
	width: 200px;
	background: #ffffff url(/images/nav_bkgd.gif) repeat-y center;
	padding: 10px;
	margin-right: 30px;
	height: 1150px;
}
#main {
	margin: 15px  15px  15px  240px;
	padding: 15px  15px  15px  15px;
	background: #ffffff;
	font-size: 14px;
	color: #333333;
}
#bar h1 {
	font-size:12px;
	text-transform: uppercase;
	letter-spacing:0.3em;
	}
/* cal specific */
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;height:100%;background:white;padding:3px;width:100%;
}
a.cal:hover{
text-decoration:none;color:white;
display:block;height:100%;background:#dddddd;padding:0px;width:100%;border:thin solid black;
}
a.cal:active{
text-decoration:none;color:red;
display:block;height:100%;background:white;padding:3px;
}

a.event:link{
text-decoration:none;color:blue;
display:block;width:100%;background:#FFFFFF;padding:3px;
}
a.event:visited{
text-decoration:none;color:blue;
display:block;width:100%;background:white;padding:3px;
}
a.deleteevent:visited{
	text-decoration:none;
	color:red;
	display:block;
	background:white;
	padding:3px;
	border:thin solid black;
	height: 14px;
	width: 10px;
	text-align: center;
	vertical-align: middle;
		float: left;

}
a.deleteevent:link{
	text-decoration:none;
	color:red;
	display:block;
	background:white;
	padding:3px;
	border:thin solid black;
	height: 14px;
	width: 10px;
	text-align: center;
	vertical-align: middle;
	float: left;

}
table.cal{
border:thin solid black;
}
th.cal{
	color: #ffffff;
	background-color: #000000;
}
td.cal_date{
	color: #FFFFFF;
	background-color: #333333;
}
td.cal{
	color: #333333;
}
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;
	background-color: eeeeee;
	padding: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #000000;
	width: 300px;
}
