@charset "utf-8";

/* CSS Document */

div#calendar
{
	text-align: center;
	margin: 0 auto;
	width:190px;
}

/* calendar heading color */
p.calendar, p.calendar a
{
	color: #2c221b;
	font-size: 11px;
	text-align: left;
	padding: 0;
	margin:0;
	margin-left:1px;
	margin-right:1px;
}

p.calendar a
{
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #42a3ba;
}

/* list info - monospace font must be used */
ul#days, ul.weeks
{
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 3px 0;
	padding: 0;
}

ul#days li, ul.weeks li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#days li span, ul.weeks li a { margin: auto 2px; }

/* day-box span styles - adjust with padding */ 
ul#days li span
{
	border: 1px solid #2e3b49;
	cursor: help;
	font-weight: bold;
	color: #fff;
	padding: 0 1px;
}

ul.weeks li a.al, ul.weeks li a.na, ul.weeks li a.nu
{
	width: 19px;
	height: 16px;
	padding: 4px 0 0 2px;
	display: inline-block;
	font-size:10.5px;
}

/* active links boxes default state - adjust with padding */
ul.weeks li a.al, ul.weeks li a.na
{
	color: #fff;
	text-decoration: none;
	background: url(../images/common/calendar-normal.png);
}

ul.weeks li a.al { background: url(../images/common/calendar-highlight.png); }

/* all states of not-used links */
ul.weeks li a.na, ul.weeks li a.na:hover, ul.weeks li a.na:focus, ul.weeks li a.na:active
{
	color : #fff;
	cursor : default;
}

/* hover and focus state of active links */
ul.weeks li a.al:hover, ul.weeks li a.al:focus, ul.weeks li a.al:active
{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

/* not used link boxes - color and background should match - adjust with padding */
ul.weeks li a.nu
{
	cursor: default;
	background: url(../images/common/calendar-nodate.png);
	text-decoration:none;
}

/* to hide link separators */
span.sep { display: none; }

/* this needs to be in conditional comment for IE only */
div#calendar
{
	font-size:11px;
	color:#42a3ba;
	letter-spacing: 0.001em;
}

/* End Styles */

.tipsCalendar
{
/*	-moz-opacity: .90;
	opacity: .90;
	filter: alpha(opacity=90);*/
	width:210px;
}

.tipsCalendar .tip-top
{
	height: 5px;
	background: transparent url('../images/common/tip_top.png') no-repeat;
}

.tipsCalendar .tip
{
	background: transparent url('../images/common/tip_body.png') repeat-y;
	color: #000;
	padding: 0 13px;
	width: auto;
	font-size:10px;
}

.tipsCalendar .tip-title
{
	border-bottom: 1px dashed #666;
	font-weight: bold;
	padding:5px;
	margin: 5px 15px 5px 5px;
	text-align: center;
}

.tipsCalendar .tip-text {
	padding:6px;}

.tipsCalendar .tip-bottom
{
	height: 5px;
	background: transparent url('../images/common/tip_bottom.png') no-repeat;
}

.tipsCalendar hr
{
	height: 1px;
	padding: 0;
	margin:4px 0 4px 0;
	color:#CCC;
	width:164px;
}

