/* RIGHT PANEL */
.rightPanel {
	display: block;
	float: left;
	width: 200px;
	height: auto;
}
#loginPanel {
	clear: both;
	float: left;
	display: block;
	width: 200px;
	height: auto;
}
.loginTexts {
	margin: auto;
	width: 180px;
	height: auto;
}
a.loginPanelHref {
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}
a:hover.loginPanelHref {
	color: red;
}
a.loginPanelUser {
	font-family: Tahoma;
	font-size: 10pt;
	color: black;
	text-decoration: none;
}
a:hover .loginPanelUser {
	color: red;
}
.rightTitle {
	clear: both;
	width: 200px;
	height: 30px;
	background: url('../gfx/rightTitle.jpg') 0 0 no-repeat;
}
.rightTitleText {
	width: 200px;
	height: 30px;
	font-weight: bold;
	font-size: 11pt;
	color: white;
	padding-left: 60px;
	padding-top: 5px;
}
