/* CSS style - Core Design Login module for Joomla! 1.0.13  */

/* Highslide CSS style */
.mod_cd_login .highslide-html {
    background-color: white;
}
.mod_cd_login .highslide-html-blur {
	
}
.mod_cd_login .highslide-html-content-header {
	height: 20px;
	padding: 2px;
}
.mod_cd_login .highslide-html-content {
	position: absolute;
   display: none;
	width: 388px;
}
.mod_cd_login .highslide-body {
	padding: 0 10px 10px 10px;
}
.mod_cd_login .highslide-display-block {
    display: block;
}
.mod_cd_login .highslide-display-none {
    display: none;
}
.mod_cd_login .highslide-move {
    cursor: move;
	 border: 0;
	 height: 18px;
	 padding: 2px;
}
.mod_cd_login a.control {
	float: right;
	display: block;
	/*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999 !important;
}
.mod_cd_login a.control:hover {
	color: black !important;
}
/* End */

/* Module style */
div.cd_login_clear {
	clear: both;
}

/* Link to window open, login and logout link */
div.cd_moduletitle_logo {
    background-image: url(../images/cd_login_moduletitle.png) !important;
	background-repeat: no-repeat !important;
	height: 18px;
	line-height: 19px;
	text-align: left !important;
}
div.cd_moduletitle_logo a {
	margin-left: 22px;
    font-weight: bold;
	font-size: 111%;
}
div.cd_login_border-top {
	border-top: 1px dotted #9A9A9A;
	margin-bottom: 5px;
	clear: both;
	height: 1px;
}
div.cd_login_border-bottom {
	border-bottom: 1px dotted #9A9A9A;
	margin-top: 5px;
	clear: both;
	height: 1px;
}

/* Login box */

div.cd_imglogo {
	background-image: url(../images/cd_login.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 20px;
}
input#cd_login_username, input#cd_login_password {
	background-position: 2px 2px;
	background-repeat: no-repeat;
	width: 120px;
	padding: 2px 2px 2px 18px;
	font-size: 14px;
	color: #808080;
	border: 1px solid #808080;
}
a.cd_login-lostpassword, a.cd_login-createaccount, label.cd_login-labelremember, label.cd_login-labelusername, label.cd_login-labelpassword {
	color: #555555 !important;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none !important;
}
a:hover.cd_login-lostpassword, a:hover.cd_login-createaccount {
	text-decoration: underline !important;
}
label.cd_login-labelusername, label.cd_login-labelpassword {
	font-size: 11px;
}
input#cd_login_remember {
	border: none;
}
input#cd_login_username {
	background-image: url(../images/cd_login-input-username.png);
}
input#cd_login_password {
	background-image: url(../images/cd_login-input-password.png);
}
div.cd_login-form-submit {
	width: 140px;
	margin-top: 5px;
}
div.cd_login-form-input {
	float: left;
}
div.cd_login-form-submit input.cd_login-loginbutton {
	background: url(../images/cd_login-login.png);
	background-repeat: no-repeat;
	border: 0;
	width: 20px;
	height: 20px;
	float: right;
}

/* Logout box */
div.cd_login-logout-greeting {
	height: 20px;
	line-height: 20px;
	position: relative;
	text-align: left !important;
}
div.cd_login-logout-greeting a {
	background-image: url(../images/cd_login-logout.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
div.cd_login-logoutform form {
	text-align: center;
}
div.cd_login-logoutform input.cd_login-logoutbutton {
	background-image: url(../images/cd_login-button-bg.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	margin: 1px;
	font-size: 11px;
	border: 3px double #cccccc;
}

p.cd_login-bold {
	font-weight: bold;
	text-align: center;
}
div.cd_login-logoutform {
	text-align: center;
}
div.cd_login_message_to_users {
	text-align: center;
	background-color: #ffffe0;
	border-top: 2px solid #ffdab9;
	border-bottom: 2px solid #ffdab9;
	margin: 10px 5px 5px 10px;
	padding: 5px 10px;
}

div.cd_login_message_to_users span {
	color: #cd5c5c;
}