@CHARSET "ISO-8859-1";

.event1{
	font-family:"Trebuchet MS";
    font-size: 11px;
    font-weight: normal;
    color:#000000;
    text-decoration:none;
}


    .ui-tabs-hide {
        display: none;
    }


/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
	
	
#GlobalOptions {
display:none;
}


#MonthOptions {
display:none;
}

#Options {
display:none;
}
	
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}




#navigationTable, #calendarTable {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#navigationTable {
	border: 1px solid #000;
	margin: 5px 0px 0px 0px;
}
#navigateMonths {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
}
#prevMonth {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: middle;
	width: 20%;
}
#prevMonth a, #prevMonth a:visited {
	background: transparent url(../images/prevMonthArrow.jpg) 80% 50% no-repeat;
	color: #00f;
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#prevMonth a, #prevMonth a:visited, #nextMonth a, #nextMonth a:visited {
	text-decoration: none;
}
#currentMonth {
	width: 60%;
	text-align: center;
	vertical-align: middle;
}
#currentMonth h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 7px 0px 5px 0px;
	padding: 0px;
}
#nextMonth {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	width: 20%;
}
#nextMonth a, #nextMonth a:visited {
	background: transparent url(../images/nextMonthArrow.jpg) 20% 50% no-repeat;
	color: #00f;
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#calendarTable {
	border-left: 1px solid #898989;
	margin: 0px 0px 7px 0px;
}
#calendarTable tr {
	margin: 0px;
	padding: 0px;
}
#calendarTable th {
	border-right: 1px solid #898989;
	border-bottom: 1px solid #898989;
	font-size: 13px;
	font-weight: bold;	
	margin: 0px;
	padding: 2px 5px 4px 5px;
	text-align: center;
	vertical-align: middle;
}
#calendarTable td h2 {
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
	padding: 3px 8px 3px 8px;
}
#calendarTable td > h2 { /* hidden from Internet Explorer <=6 which can't handle this type of png */
	background: transparent url(<?php echo base_url() ?>/images/dateBox.png) bottom right;
}
#calendarTable td {
	border-right: 1px solid #898989;
	border-bottom: 1px solid #898989;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	text-align: left;
	vertical-align: top;
}
#calendarTable td p {
	clear: left;
	font-size: 12px;
	line-height: 14px;
	margin: 0px 8px 6px 8px;
	padding: 0px;
}

.smallt {
	font-family:"Trebuchet MS";
    font-size: 11px;
}


#GlobalOptions {
	background-color:#ebf3fb;
	border-right: 1px solid #aacbee;
	border-bottom: 1px solid #aacbee;
	border-top: 1px solid #aacbee;
	border-left: 1px solid #aacbee;

}

#GlobalOptions td {
	
	text-align:left;
	vertical-align:middle;
	color:#07519a;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	margin-left:4px;
	padding:4px;
}



#MonthOptions {
	background-color:#ffffcc;
	border-right: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	text-align:left;
	vertical-align:middle;
	color:#07519a;
	font-family:"Trebuchet MS";
	font-size:10px;
	font-weight:bold;
	padding:1px;
}

#Options {
	background-color:#07519a;
	text-align:left;
	vertical-align:middle;
	color:white;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	margin-left:4px;
	padding:6px;
}

.identifier {
color:#07519a;
	font-family:"Trebuchet MS";
	font-size:10px;
	font-weight:bold;
}