/* CSS Document */

body {
	background:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999999;
	margin-top: 3px;
	margin-left: 10px;
} 

h2 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	margin-top: 3px;
	font-weight:bold;
} 

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.subnav a:link {color: white;}
.subnav a:active {color: white;}
.subnav a:visited {color: white;}
.subnav a:hover {color: white;}

.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666B7E;
}
.byline a:link {color: #666B7E;}
.byline a:active {color: #666B7E;}
.byline a:visited {color: #666B7E;}
.byline a:hover {color: #666B7E;}

.body, .event_heading, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.body-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left:10px;
}

.bodysm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.bodymonths {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.event_heading {
	font-weight: bold;
}
.bodysm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.sidetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.sidebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.sideheadine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}
.sidedate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009999;
	font-weight: bold;
}
.btn button,
.btn,
.btnsearch button,
.btnsearch {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: transparent;
}
.btn span,
.btnsearch span {
	display: none;
}
.btn button,
.btnsearch button {
	height:21px;
	text-align:right;
	padding-right:20px;
	width:120px;
	background-image: url(img/btn/on.jpg);
	border: 0 solid white;
	background-repeat: no-repeat;
}

.btn button[disabled],
.btnsearch button [disabled] {
	background-image: url(img/btn/off.jpg); 
	color: #999999;
}  

.btnsearch button {
	width:80px;
	background-image: url(img/btn/search.jpg);
}

input, textarea, select
{
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 1em;
}

input[type="text"], input[type="password"], textarea
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 200px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.success
{
	background-color:#009999;
	color:#FFFFFF;
	width:auto;
	padding:3px;
}
.error
{
	background-color:#FF6666;
	color:#FFFFFF;
	width:auto;
	padding:4px;
}
.managemenu
{
	background-color:#CCCCCC;
	width:auto;
	padding:3px;
	padding-left:50px;
}

.hpbox
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding-left:6px;
	padding-right:5px;
}
.hpbox a:link {color: #FFFFFF;}
.hpbox a:active {color: #FFFFFF;}
.hpbox a:visited {color: #FFFFFF;}
.hpbox a:hover {color: #FFFFFF;}

