/* YOOLogin */
div#yt-login {
	width: 200px;
}
div#yt-logout {
	white-space:nowrap; 
	float: left;

}

div#yt-login .yt-username, 
div#yt-login .yt-password, 
div#yt-login .yt-remember {
	float: left;
}

div#yt-login .yt-username, 
div#yt-login .yt-password {
	padding-right: 5px;
}

div#yt-login .yt-username input, div#yt-login .yt-password input {
	width: 111px;
	height: 14px;
	padding: 4px 2px 2px 7px;
	border: none;
	background: url(../images/login_bg.png) 0 0 no-repeat;
	float: left;
	color: #646464;
	font-size: 100%;
}

div#yt-login .yt-username input:hover, div#yt-login .yt-password input:hover,
div#yt-login .yt-username input.sfhover, div#yt-login .yt-password input.sfhover  {
	background: url(../images/login_bg_hover.png) 0 0 no-repeat;
	color: #000000;
}
div#yt-login .yt-username input:focus, div#yt-login .yt-password input:focus,
div#yt-login .yt-username input.sffocus, div#yt-login .yt-password input.sffocus  {
	background: url(../images/login_bg_hover.png) 0 0 no-repeat;
	color: #be0000;
}

div#yt-login .yt-remember input {
}

div#yt-login .yt-login-button a {
	position: absolute;
	top: 45px;
	left: 135px;
}

div#yt-login .yt-break {
	clear: both;
}

div#yt-login .yt-lostpassword, div#yt-login .yt-registration {
	width: 120px;
	float: left;
	font-size: 80%;
	line-height: 20px;
}

div#yt-login .yt-lostpassword {
	padding: 0px 5px 0px 0px;
}

div#yt-logout .yt-greeting {
	margin: 0px 5px 0px 0px;
	float: left;
}

div#yt-logout .yt-logout-button {
	height: 20px;
	width: 40px;
	background: url(../images/logout_button.png) 0 0 no-repeat;
}

div#yt-logout .yt-logout-button a {
	height: 20px;
	width: 40px;
	font-size: 80%;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}

/* "Tabs & Slides In Content Items" Plugin for Joomla! 1.0.x - Version 2.2 from JoomlaWorks.gr */
div#maintop .tabberlive {
	margin: 0px 0px 0px 0px;
}

div#maintop ul.tabbernav {
	height: 23px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #aaaaaa;
	background: url(../images/main_module_header.png) 0 0 repeat-x;
	overflow: hidden;
}

div#maintop ul.tabbernav li {
	display: block;
	float: left;
	border-right: 1px solid #c8c8c8;
}

div#maintop ul.tabbernav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border: none;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background: #bec0c3;
	line-height: 23px;
}

div#maintop ul.tabbernav li a:hover, div#maintop ul.tabbernav li.tabberactive a:hover {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background: #f0f2f5;
}

div#maintop ul.tabbernav li.tabberactive a {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background: #dcdee1;
}