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

/* 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: 300px;
              font-family: arial, verdana;
}

.mod_cd_login .highslide-html-content a {
              font-family: arial, verdana;
}

.mod_cd_login .highslide-body {
	padding: 0px;
              margin-left: 40px;
              font-family: arial, verdana;
}
.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 .highslide-move a.control {
	background-image: url(../images/close-block.gif);
	background-repeat:no-repeat;
	float: right;
	cursor: pointer;
	display: block;
	height: 13px;
	width: 13px;
	/*position: relative;*/
	margin: 5px 5px;
	font-size: 1em;
	text-decoration: none;
	color: #555 !important;
}
.mod_cd_login .highslide-move a.control:hover {
	color: #ff0000 !important;
}
/* End */

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

/* Link to window open, login and logout link */
div.cd_moduletitle_logo {
	height: 30px;
	line-height: 19px;
	text-align: left !important;
}
div.cd_moduletitle_logo a {
	position:relative; top: 2px;left: 40px;
	font-size: 100%;
	text-decoration: underline;
	color:#777;
	background-color: transparent;
}


div.cd_moduletitle_logo a:hover, div.cd_moduletitle_logo a:visited, div.cd_moduletitle_logo a:active {
	color: inherit;
}
div.cd_login_border-top {
	border-top: 1px dotted #9A9A9A;
	margin-bottom: 5px;
	clear: both;
}
div.cd_login_border-bottom {
	border-bottom: 1px dotted #9A9A9A;
	margin-top: 5px;
	clear: both;
}

/* Login box */
form#cd_login_form_login {
	text-align: left;
	font-size: 12px;
	color: gray;
}
form#cd_login_form_login a, form#cd_login_form_login a:visited, form#cd_login_form_login a:active {
              font-family: arial, verdana;
	font-size: 12px;
	background: transparent;
}

form#cd_login_form_login fieldset.input {
              font-family: arial, verdana;
	border-left: 0px solid silver;
	border-bottom: 0px solid silver;
	border-right: 0px solid #e6e6fa;
	border-top: 0px solid #e6e6fa;
	padding: 5px;
}
form#cd_login_form_login fieldset.input div {
              font-family: arial, verdana;
	width: 100%;
}
form#cd_login_form_login fieldset {
	margin: 0;
	padding: 0;
}
form#cd_login_form_login fieldset.input p {
              font-family: arial, verdana;
	margin-top: 3px;
	margin-bottom: 3px;
}
form#cd_login_form_login fieldset.input p#form-login-username input#modlgn_username, form#cd_login_form_login fieldset.input p#form-login-password input#modlgn_passwd {
              font-family: arial, verdana;
	background-position:2px;
	background-repeat:no-repeat;
	border:1px solid #808080;
	color:#000;
	font-size:14px;
	padding:2px 2px 2px 18px;
	width:180px;
	height: auto;
	margin-bottom: 2px;
}
form#cd_login_form_login fieldset.input p#form-login-username input#modlgn_username {
	background-image: url(../images/cd_login-input-username.png);
}
form#cd_login_form_login fieldset.input p#form-login-password input#modlgn_passwd {
	background-image: url(../images/cd_login-input-password.png);
}
form#cd_login_form_login fieldset.input p#form-login-remember, form#cd_login_form_login fieldset.input p#form-login-submit {
	width: auto;
}

form#cd_login_form_login fieldset.input p#form-login-submit input#cd_login_loginbutton {
	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;
	cursor: pointer;
}
form#cd_login_form_login ul {
	margin: 0px;
	padding: 0px;
}
form#cd_login_form_login ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0pt;
}


/* Logout box */
div.cd_login-logout-greeting {
	height: 16px;
	line-height: 0.8em;
	position: relative;
	text-align: left !important;
}
div.cd_login-logout-greeting div a {
	background-image: url(../images/logout1.png);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 20px;
	height: 16px;
	display: block;
	float: right;
	position: absolute;
	top: -2px;
	right: 0;
}

div.cd_login-logout-greeting a.name-i {
              color: #000;
              text-decoration: none;
              border-bottom: 1px dotted;
}

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;
	cursor: pointer;
}

p.cd_login-bold {
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	font-size: 12px;
}
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;
}

