/* description: Main module stylesheet for HTML/Text Editor module. */

.footer, .footer a {
	color: #666666;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
}

.footer a:hover {
	color: #666666;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
}

#logotype ul {
	color: #ffffff;
	font: bold 11px arial, helvetica, sans-serif; 
	float: left;
	margin: 10px 0px 0px 25px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	wrap: none;
	margin-left: 20px;
	background-image: none;
}

#logotype ul li {
	font: bold 11px arial, helvetica, sans-serif; 
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#logotype ul li a {
	text-decoration: none;
	color: #ffffff;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}

#enter ul li a {
	font: bold 11px arial, helvetica, sans-serif; 
	display: block;
	text-decoration: none;
	padding: 5px 10px 4px 13px;
	color: #ffffff;	
	wrap: none;
}


#logotype ul li a:hover, #logotype ul li a.here {
	font: bold 11px arial, helvetica, sans-serif; 
	color: #0D7C99;
	wrap: none;
	background-color: #ffffff;
	background-image: none;
}


