@charset "utf-8";
/* CSS Document */


body,div,form,h1,h2,h3,img,p{
	padding:0;
	margin:0;
	border:none;
	line-height: 11px;
}

body {
	background-color: #8B2943;
	background-color: #282828;
 height: 100%;
}

body,select,input {
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 11px;
 color: #333333;
}
html{
	height: 100%;
}
#container {
	background: #FFFFFF url(../img/interface/container_bg.png);
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	min-height: 100%;
}
#header {
	position: relative;
	/*position: fixed;*/
	z-index: 10;
	background-color: #FFFFFF;
	width: 940px;
	padding-top: 20px;
}

#logo{
	display: block;
	background:url(../img/interface/logo.png) no-repeat;
	height: 53px;
	width: 342px;
}
#logo_events{
	position: absolute;
	right: 0px;
	top: 28px;
	display: block;
	background:url(../img/interface/title_events.png) no-repeat;
	height: 16px;
	width: 161px;
}
#logo h1{
	display: none;
	color: #54A9A9;
	font-weight: normal;
	font-size: 17px;
	line-height: 12px;
	padding: 0 0 20px 6px;
	cursor: pointer;
	text-decoration: none;
}
#logo span{
	color: #9D4A60;
}
#nav {
	font-size: 11px;
	background-color: #FDFDFB;
	border: 1px solid #F2F2F2;
	margin-bottom: 1px;
	padding: 10px 0;
}
#nav a {
	color: #8B2943;
	text-decoration: none;
	padding: 10px;
	border-right: 1px solid #F2F2F2;
	border-left: 1px solid #FFFFFF;
}
#right {
	position: absolute;
	right: 0;
}
#right a {
	color: #9D4A60;
	text-decoration: none;
	border-right: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
}
#nav .ovr{
	background-color: #F8F8EF;
}
#content {
	position: relative;
	padding: 107px 0 20px;
	padding: 0 0 20px;
}
#side {
	position: relative;
	/*position: fixed;*/
	float: left;
	width: 180px;
	z-index: 10;
}
#side .calendar {
	background-color: #EFF7F7;
	border: 1px solid #E0E0E0;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}
#side .calendar .highlight {
	font-weight: bold;
	color: #0033CC;
}
#side .calendar table{
	font-size: 10px;
	margin-left: 2px;
}
#side .calendar td{
	padding: 1px;
	border: 1px solid #EFF7F7;
}
#side .calendar a{
	color: #54A9A9;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#side .title {
	background-color: #54A9A9;
	background:url(../img/interface/side_bg.png);
	text-align: center;
	margin-bottom: 1px;
}
#side .title .back{
	position: absolute;
	left: 6px;
	top: 5px;
	height: 18px;
	width: 12px;
	background: url(../img/interface/side_arrows.png) 4px 4px no-repeat;
}
#side .title .fwd{
	position: absolute;
	right: 6px;
	top: 5px;
	height: 18px;
	width: 12px;
	background: url(../img/interface/side_arrows.png) -8px 4px no-repeat;
}
#side .title a{
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#side .title a:hover{
	color: #EFF7F7;
}
#side .text {
	background-color: #EFF7F7;
	border: 1px solid #E0E0E0;
	border-top: none;
	padding: 8px;
}
#side .text h3{
	margin: 10px 0;
	font-size: 11px;
}
#side .text p{
	padding: 3px 0 3px 0;
	margin: 0;
}
#side .text .input-text {
	margin:0;
	padding:2px;
	border: 1px solid #CCCCCC;
	margin-right: 4px;
}
#side .text a{
	color:#333333;
	text-decoration: none;
	cursor: pointer;
}
#side .text a:hover{
	color: #660000;
}
#side .text .active{
	font-weight: bold;
	color: #0033CC;
}
#side .title h2 {
	background:url(../img/interface/collapse.png) no-repeat top center;
	color: #FFFFFF;
	font-size: 11px;
	padding: 8px;
	margin:0;
	line-height: 11px;
	cursor: pointer;
}
#side .cbox {
	margin: 6px 6px -2px 4px;
	height: 16px;
	width: 14px;
	vertical-align: text-bottom;
}
#side .clear_btn{
	padding: 4px;
	margin: 8px auto 2px;
	width: 140px;
	text-align: center;
	background-color: #D9ECEC;
	display: inline-block;
	border: 1px solid  #990000;
}
#side .clear_btn a{
	color: #333333;
	font-weight: normal;
}
#side .clear_btn a:hover{
	color: #333333;
	font-weight: normal;
}
#main {
	position: relative;
	padding-left: 181px;
}
.red {
	color:#990000;
}
.page {
	border: 1px solid #F2F2F2;
	border-top: none;
	border-bottom: none;
	background-color: #F2F9F9;
	height: 34px;
	margin-bottom: 1px;
	font-weight: bold;
	position: relative;
}
#entries {
	margin-bottom: 1px;
}
#entries .ovr{
	background-color: #F3FCF9;
}
.page .right {
	float: right;
	padding: 12px 0;
}
.page .right p {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
	border-left: 1px solid #54A9A9;
}
.page .left {
	float: left;
	padding: 12px;
}
.page .right a{
	color: #54A9A9;
	text-decoration: none;
	font-weight: normal;
}
.entry {
	border: 1px solid #F2F2F2;
	border-bottom: 6px solid #D9ECEC;
	padding: 12px;
}
.entry h1{
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	padding: 20px 0 8px 0;
	border-bottom: 1px solid #54A9A9;
	margin:0;
	margin-bottom: 12px;
	line-height: 16px;
}
h1.date {
	margin:0;
	font-size: 16px;
	font-weight: normal;
	background-color: #BBDDDD;
	color: #333333;
	padding: 20px 12px 12px 12px;
	border-bottom: 1px solid #54A9A9;
}
.entry h2{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #0033CC;
	font-size: 15px;
	font-weight: normal;
	padding: 8px 0 5px 4px;
	margin:0;
	line-height: 13px;
}
#overlay h3{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 6px;
}
h3{
	padding: 20px 0 10px 0;
}
.hear select{
	padding: 3px;
}
.dayentry {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.dayentry .thumb{
	margin: 8px 10px 0 0;
	float:left;
	padding: 1px;
	border: 1px solid #D9ECEC;
}
.dayentry .details {
	color: #666666;
	font-size: 10px;
	line-height: 14px;
	padding: 2px 0 2px 4px;
}
.dayentry .description {
	line-height: 20px;
	padding: 8px 0 6px 4px;
}
.dayentry .note {
	line-height: 20px;
	padding: 8px 0 6px 0;
}
.dayentry .section {
	line-height: 20px;
	padding: 8px 0 6px 4px;
	margin: 4px 0;
}
.dayentry a {
	color: #660000;
	text-decoration: none;
}
.dayentry a:hover {
	color: #333333;
	text-decoration: none;
}
a.green {
	color:#009933;
}
.clearfloat {
	clear: both;
	font-size: 1px;
}
.dayentry .options {
	padding: 10px 0 6px 0;
	display: inline-block;
	color: #666666;
	font-size: 10px;
	line-height: 10px;
}
.dayentry .options a, .dayentry .options span{
	padding: 6px 4px 6px 24px;;
}
.reminder, .register {
	cursor: pointer;
}
a.register{
	background:url(../img/icons/vcard_add.png) no-repeat 4px 4px;
}
a.reminder{
	background:url(../img/icons/clock.png) no-repeat 4px 4px;
}
span.reg_closed{
	background:url(../img/icons/page_white_error.png) no-repeat 4px 4px;
}
span.reg_none{
	background:url(../img/icons/door_open.png) no-repeat 4px 4px;
}
span.reg_call{
	background:url(../img/icons/phone.png) no-repeat 4px 4px;
}
span.reg_full{
	color:#990000;
	background:url(../img/icons/delete.png) no-repeat 4px 4px;
}
span.reg_required{
	background:url(../img/icons/information.png) no-repeat 4px 4px;
}
#overlay{
position:fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 100;
}
*html #overlay{
 position: absolute;
}
#overlay .background{
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 left: 0;
 background: #000000;
 opacity: 0.6;
 z-index: 104;
}
*html #overlay .background{
 filter:alpha(opacity=60);
}
*:first-child+html #overlay .background{
 filter:alpha(opacity=60);
}
#overlay .content{
 position: absolute;
 background-color:#FFFFFF;
 border: 10px solid #525252;
 z-index: 110;
 padding: 20px;
 overflow-y: scroll;
}
.close{
	text-align: right;
	color: #990000;
	cursor: pointer;
}
p.pop_btn{
	margin-top: 14px;
	text-align: right;
}
.pop_btn input{
	font-size: 14px;
}
