@charset "utf-8";
/* CSS Document */

#left {
width:210px;
padding:0px;
float:left;
border-top: 1px solid #94A3C4;
background-color: #FFFFFF;
}

html { 
padding:0px;
margin:0px;
}

body {
font-size: 12px;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
color:#564b47;
background: repeat-y center url('../img/bg.png');
background-color: #94A3C4;
text-align:center;
margin:0px;
padding:0px;
height: 100%;
}

#box {
width:815px;
margin: 0px auto;
padding:0px;
text-align:left;
}

#content {
width:345px;
float:left;
background-color:#fff;
display: block;
overflow: auto;
border-top: 1px solid #94A3C4;
padding-left: 10px;
padding-right: 10px;
}

#right {
width:240px;
padding:0px;
float:left;
border-top: 1px solid #94A3C4;
background-color: #FFFFFF;
}


#right h1, #left h1, #head p, .title {
	font-size: 12px;
	border-top: 1px solid #94A3C4;
	border-bottom: 1px solid #94A3C4;
	background: #ECEFF5;
	padding: 3px;
	border-left: 5px solid #94A3C4;
	font-weight: bold;
}


.pic {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #94A3C4;
	margin: 5px;
}

.small {
	color: #94A3C4;
	font-size: 10px;
	border-bottom: 1px solid #94A3C4;	
	display:block;	
}

.indent {
	display:block;
	padding-left: 10px;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #94A3C4;
}

a:hover {
	text-decoration: none;
}

.date {
	border-bottom: 1px solid #94A3C4;	
}

.info {
font-style: italic;
color: 	#94A3C4;
float: left;
}

.month {
	width: 50px;
	height: 16px!important;
	min-height: 16px!important;
	max-height: 16px!important;
	background-image: url('../img/icons/calendar.png');
	background-position: top center;
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.day {
	height: 36px!important;
	min-height: 36px!important;
	max-height: 36px!important;
	background-image: url('../img/icons/calendar.png');
	background-position: bottom center;
	background-repeat:no-repeat;
	color: #94A3C4;
	font-size: 20px;
	font-weight: bold;
}

.time {
	font-size: 8px;
	color: #94A3C4;
}

.more {
	display: none;
}

div.loading-invisible{
	display:none;
}

div.loading-visible{
	display:block;
	
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	
	background:#fff;
	_background:none;
	opacity:.90;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	
	padding-top:25%;
}

#footer {
    clear: both;
}

.info {
    clear: both;
    padding: 5px;
}