/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
.yui-navset{
	background-color: #EBEBE8;
	border: 1px solid #D7D7CB;
	padding-top: 10px;
}
.yui-nav{
padding:0px;
margin: 10px 0px 1px 10px;
}
.yui-nav li{
display:inline;
list-style: none;
margin: 0px;
padding: 0px;
}
.yui-nav li a{
background-image: url(img/tabber-day.png); background-position:top left; background-repeat:no-repeat;
text-decoration: none;
padding: 12px 0px 4px 8px;
margin: 0px 0px 0px 0px;
font-size:30px;
color: #000000;
float: left;
display: block;
width:77px;
}
.yui-nav li a b{
font-size:14px;
position: relative;
left: 3px;
top: -25px;
}
.yui-nav li a.othermonth{
color: #bfbfbf;
}
.yui-nav li a:hover{
 background-image: url(img/tabber-day-active.png); background-position:top left; background-repeat:no-repeat;
 color: #519AEB;
 padding-bottom:4px; 
}
.yui-nav li.selected a{
 background-image: url(img/tabber-day-active.png); background-position:top left; background-repeat:no-repeat;
 color: #519AEB;
 padding-bottom:7px; 
 margin-top: -3px; 
 position:relative;
 top: 3px;
}
.yui-nav li.selected a:hover{
 background-image: url(img/tabber-day-active.png); background-position:top left; background-repeat:no-repeat;
 color: #519AEB;
 padding-bottom:7px; 
 margin-top: -3px; 
 position:relative;
 top: 3px;
}
.yui-content{
 background-color: #ffffff; border: 3px solid #519AEB;
 margin: 0 10px 10px 10px;
 padding:18px 30px 20px 30px; 
}
.yui-content div div{
	font-size:14px; line-height: 22px;
}
.yui-content div div strong{
	margin-left:10px;
}
.yui-content div div p{
	padding: 7px 0px 13px 52px;
	margin: 0px;
}

.tlc {
	background: url(img/tabber-tlc-gr.gif) no-repeat top left; width:16px; height: 16px;
	position: relative; top:16px; left: 0px; 
}
.trc {
	background: url(img/tabber-trc-gr.gif) no-repeat top right; width:16px; height: 16px;
	position: relative; top:0px; right: 0px; float:right;
}
.blc {
	background: url(img/tabber-blc-gr.gif) no-repeat top left; width:16px; height: 16px;
	position: relative; bottom:16px; left: 0px;
}
.brc {
	background: url(img/tabber-brc-gr.gif) no-repeat top right; width:16px; height: 16px;
	position: relative; bottom:32px; right: 0px; float:right;
}

.tlc-sky {background: url(img/tabber-tlc-sky.gif) no-repeat top left; width:16px; height: 16px;
	position: relative; top:73px; left: 11px; float:left; display: none;
	}
	#tlc-sky-11{display: none; background-image: url(img/tabber-tlc-sky-01.gif);}
	#tlc-sky-21{display: none; background-image: url(img/tabber-tlc-sky-01.gif);}
	#tlc-sky-31{display: none; background-image: url(img/tabber-tlc-sky-01.gif);}
	#tlc-sky-41{display: none; background-image: url(img/tabber-tlc-sky-01.gif);}
	#tlc-sky-51{display: none; background-image: url(img/tabber-tlc-sky-01.gif);}

.trc-sky {background: url(img/tabber-trc-sky.gif) no-repeat top right; width:16px; height: 16px;
	position: relative; top:73px; right: -5px; float:right;}
.blc-sky {background: url(img/tabber-blc-sky.gif) no-repeat top left; width:16px; height: 16px;
	position: relative; bottom:23px; left: 11px; float:left;}
.brc-sky {background: url(img/tabber-brc-sky.gif) no-repeat top right; width:16px; height: 16px;
	position: relative; bottom:23px; right: 11px; float:right;}
	
/*ie hack*/
* html .blc {
	left:-19px;
}
/*end ie hack*/
