﻿@import url(YUI.css);
@import url(calendarSkin.css);

body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
	margin: 0;
	padding: 0;
	border: 0;

}
#cResources{
	font-size:x-small;
	text-align:left;
	height: 141px;
}
#cResources div p{
	margin-top:0px;
	margin-bottom:0px;
	margin-right:4px;
}
#resource-names{
	float:left;
}
.resource-header{
	font-weight:bold;
	color:#8A5E3C;
	margin-left:2px;
}

.resource-group{
	font-weight:normal;
	margin-left:15px;
	color:black;
}

#resource-numbers{
	float:right;
	color:black;
}


#eventContainer{
	width:81%; 
	float:right;
}
#container {
	width: 982px;
	margin: 0 auto;
	background: #fff url('../images/bkgd_tile.png') repeat-y 50% top;
	padding: 0;
}

.interface {
	border-style: solid;
	border-width: 0;
	vertical-align:top;
	float:left;
	margin:0;
	padding:0;
}


#masthead {
	margin-right: 9px;
	margin-left: 9px;
	width: auto;
	padding: 0;
	background-color: #C0651e;
	height: 88px;
	width: auto;
}

#column_l {
	margin: 0 0 0 9px;
	padding: 0 9px 9px 9px;
	position: relative;
	float: left;
	left: 2px; 
	top: 0px; 
	width: 650px;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
	width:280px;
}
#footer {
	background-color: #89a;
	background: url('../images/header.png');
	text-align: center;
	margin-right: 9px;
	margin-left: 9px;
	overflow: hidden;
	padding: 2px;
	width: auto;
	clear: both;
}


#title{
	text-align:center;
	color:#8A5E3C;
}
.header{
	margin:0px;
	padding:0px;
	height:35px;
	color:white; 
	background: url('../images/header.png') #FFFFFF no-repeat ;
	background-position:0px -15px;
	font-size:120%;
	font-weight:bold;
	font-style:normal;
	border-top:thin black solid;
	border-left:thin black solid;
	border-right:thin black solid;
	text-align:center;
	text-transform:none;
}
.calheader1{
	margin:0px;
	padding:0px;
	height:35px;
	color:white; 
	background: url('../images/header.png') #C0651e no-repeat;
	font-size:120%;
	font-weight:bold;
	font-style:normal;
  border-top:thin black solid;
	  border-left:thin black solid;
	  border-right:thin black solid;
	  	background-position:0px -15px;


}
.content{
	background-color:white;
	  border-bottom:thin black solid;
	  border-left:thin black solid;
	  border-right:thin black solid;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
	cursor:pointer;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}

#calendar{
	background: url('../images/wood0008.jpg') #C0651e repeat-y; 
	overflow:hidden;
}
#cal1Container{
	margin-left: 34px;
  	margin-top: 9px;
  	margin-bottom:9px;
}
.show {
	text-align: center;
	width: 95%;
	height:100%;
	margin:6px 3px 9px 2px;
	padding:1px 2px 1px 2px;
}

.show h3 {
	color: white;
	text-align:center;
	margin:0px 0px 0px 0px;
}

.feedLoading{
 	color:black;
 	margin:10px;
 	padding:4px;
}

/* Provide skin for default Panel elements, ontop of container-core.css */
#myPanel.yui-panel {
	border: none;
	overflow: visible;
	background-color: transparent;
}
#myPanel.yui-panel .hd {
	padding: 0;
	border: none;
	background: url('../images/header.png') #C0651e repeat;
 	background-position:0px -20px;

	color: white;
	text-align: center;
	overflow: visible;
}
#myPanel.yui-panel .bd {
	overflow: hidden;
	padding: 4px;
	border: 1px solid #aeaeae;
	background-color: #FFF;
}
#myPanel.yui-panel .ft {
	font-size: 75%;
	color: white;
	padding: 2px;
	overflow: hidden;
	border: 1px solid #aeaeae;
	border-top: none;
	background: url('../images/header.png') #C0651e repeat;
}

/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
