#contextAdv {
	background-color : #f5f3e7;
	height: 20px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 7pt;
	color: #444;
}

.hand{
	cursor: hand;
}
#mini2{
	position: absolute;
	left: 240pt;
	top: 50pt;
	overflow : visible;
	z-index: 1;
}
#mini{
	position: absolute;
	right: 10pt;
	bottom: 10pt;
	overflow : visible;
	z-index: 2;
}

#hide {
	position: absolute;
	left: -100px;
	top: -100px;
	visibility: hidden;
}

#today{
	line-height: 11pt;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background-color: #d06c00;
}
#today a{
	color: #ffffff;
	text-decoration: none;
}
#today a:hover{
	color: #ffffff;	
	text-decoration: underline;
}
#currentday{
	line-height: 11pt;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #;
	background-color: #ddd;
}

#marquee{
	height: 15pt;
	border: 1px solid #d06c00;
	background-color: #d06c00;	
}

#marqueeText {
	line-height: 15pt;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #fff;
}
#marqueeText a{
	color: #fff;
	text-decoration: none;
}
#marqueeText a:hover{
	color: #fff;	
	text-decoration: underline;
}

#colorLine{
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	background-color: #d06c00;
}

.tableBorder{
	border: 1px solid #d06c00;
}