#coe_container{
	margin:0 auto;
}

#coe_container h4{margin:0 0 10px;}

#coe_calendar_wrap{
	width:300px;
	margin:10px;
	display:inline;
	float:left;
}
#coe_events{
	width:300px;
	display:inline;
	float:left;
}

#coemyevents{
	
}

#coe_calendar{	
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 14px;
}
#coe_calendar td, #coe_calendar th { width: 55px; height: 40px; text-align: center; vertical-align: middle;	background: url(../img/calendar/cells.png); color: #444; position: relative;}
#coe_calendar th {height: 15px;font-weight: bold;font-size: 11px; }
#coe_calendar td:hover, #coe_calendar th:hover {background-position: 0px -81px;color: #222;}
#coe_calendar td.date_has_event { background-position: 162px 0px; color: white;}
#coe_calendar td.date_has_event:hover {background-position: 162px -81px;}
#coe_calendar td.padding {background: url(../img/calendar/calpad.jpg);}
#coe_calendar td.today {background-position: 81px 0px; color: white;}
#coe_calendar td.today:hover {background-position: 81px -81px;}

.coe_events {
	position: relative;
}
.coe_events .eventscontainer{
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 10px;
	background: #E7ECF2 url(../img/calendar/popup.png) no-repeat;
	border: 1px solid white;
	width: 250px;
	list-style: none;
	color: #444444;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	-webkit-box-shadow: 0px 8px 8px #333;
}

.coe_events .eventscontainer h5{
	margin: 0 0 8px;
	font-size:14px;
}
.coe_events .eventscontainer h5 span{
	float:right;
}

.coe_events .eventscontainer h6{
	margin:10px 0;
	font-size:13px;
}

.coe_events .eventscontainer dl{
	margin:0;
}
.coe_events .eventscontainer dl dt{
float:left;
display:inline;
width:100px;
}


.coe_events h2{
	margin:0 5px 5px;
}

.coe_events li {
	padding-bottom: 5px;
}
.coe_events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.coe_events li span.title {
	font-weight: bold;
	color: #222;
}

.coe_date{
	font-weight:bold;
	color:#343434;
}

.coe_calendar_button{
	display:inline;
}


/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	margin:10px;
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.altdiv {
	background-color: #d9d9d9;	
}

