#banner {
	text-align: center;
	height: 63px;
	font-size: 50px;
	vertical-align:middle;
	//background-image:url('../img/style/banner-back.png');
	//background-repeat:repeat-x;

}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url('../img/style/back.png') repeat-x;
	width: 100%;
	vertical-align: top;
}
#wrapper {
	margin-top: 0;
	//margin-right: 13%;
	//margin-left: 13%;
}
#view {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 3px solid #555357;
}
.calEventDay {
	border-bottom: 2px solid #555357;
}
.calDay {
	border-bottom: 2px solid #555357;
	margin-bottom: 10px;
	width: 13%;
	text-align:center;
}
.calLast {
	width: 45%;
}
.calNext {
	width: 46%;
}
.calHeader {
	width: 100%;
	margin-bottom: 10px;
}
.calHeadermny {
	width: 45%;
}
.event {
	vertical-align:top;
	height:50px;
	color:red;
	border: 1px solid red;
}
.today {
	vertical-align:top;
	height:50px;
	color: blue;
	border: 1px solid blue;
}
.thismonth, .lastmonth, .nextmonth {
	height:50px;
	vertical-align: top;
	border: 1px solid #555357;
}
.thismonth {
	color:#708090;
}
.lastmonth {
	color:#C0C0C0;
}
.nextmonth {
	color:black;
}
.nav_header {
	border-bottom: 2px solid #555357;
	width: 100%;
	text-align:left;
	margin-bottom: 6px;
	margin-top: 5px;
}
a.navigation:hover {
	text-indent: 11px;
	display: block;
	width: 100%;
	height: 23px;
	background-color: #555357;
	border: 1px solid #333333;
	color: #CCCCCC;
}
a.navigation, a.navigation:visited, a.navigation:active {
	text-indent: 13px;
	display: block;
	width: 100%;
	height: 25px;
}
.navigation {
	display:block;
	vertical-align:top;
	text-align:left;
	float: left;
	margin-right: 1%;
	width: 100%;
}
#content {
	vertical-align: top;
	text-align:left;
	display:block;
	margin-left: 1%;
	width: 100%;
}

#copyright {
	margin-top: 10px;
	border-top: 2px solid #555357;
	vertical-align:bottom;
	font-size:13px;
	text-align:center;
	float:left;
	width: 100%;
}
input.log {
	margin-left: 20px;
}
.news {
	width: 100%;
}
img {
	border: 0;
}
input:focus, option:focus, select:focus {
	background-color: #CCCCCC;
	border: 1px solid #333333;
	color: #072B8A;
	font-family: courier;
	text-align:center;
	cursor:default;

}
textarea:focus {
	background-color: #CCCCCC;
	border: 1px solid #333333;
	color: #072B8A;
	font-family: courier;
	text-align:left;
	cursor:default;
}
input, option, select {
 	text-align:center;
	border: 1px solid #072B8A;
	color: #072B8A;
	font-family: courier;
	cursor: pointer;
}
textarea {
	text-align:left;
	border: 1px solid #072B8A;
	color: #072B8A;
	font-family: courier;
	cursor: pointer;
}
.bbcode a {
	text-indent: 0px;
	width: 25px;
	vertical-align:top;
	display: inline;
}
.bbcode img {
	cursor: pointer;
}
#toggle {
	width:100%;
	text-align:right;
}
#news_admin {
	margin-left: 10%;
}