/* 
    Document   : style.css
    Created on : Dec 16, 2009, 12:21:46 PM
    Author     : tinek

*/

.LoginTopRegisterLink {
    padding-top: 1px;
    padding-left: 10px;
}

.LoginTopRegisterLink a {
    color: #07569d;
    font-weight: bold;
    text-decoration: none;
}

.inputDarkBlue {
    border: 0px solid white;
    font-family: arial;
    color: #aaaaaa;
    font-size: 10px;
    font-weight: bold;
    width: 110px;
}

.buttSubmitDarkBlue {
    background-image: url(../../../images/plugins/user/btn-go.png);
    width: 16px;
    height: 16px;
    border: 0px solid white;
    margin-left: 5px;
}

.DarkBlueBarItem {
    float: left;
    padding-top: 0px !important;
}


.BtnLoginTopProfile, .LogoutSubmitButton {
    border: 1px solid #3E8FC8;
    background-color: #D1E8F6;
    font-size: 0.9em;
    color: white;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
    height: 16px;
    background-image: url(../../../images/plugins/user/btn-bg.png);

}

.BtnLoginTopProfile {
    background-image: url(../../../images/plugins/user/btn-bg-light.png);
}

.BtnLoginTopProfile:hover {
    background-image: url(../../../images/plugins/user/btn-bg.png);
}

.LogoutSubmitButton:hover {
    background-image: url(../../../images/plugins/user/btn-bg-light.png);
}

.LoginTopWrapper {
    padding-left: 10px;
}

.LoginTopWrapper div {
    padding-top: 0px !important;
}

#UserRegistrationV2 .textbox, .RegistrationField input, #UserPageV2 .textbox {
	background-color:#EAEAEA;
	border:1px solid #BEBEBE;
	color: #606060;
}

.RegistrationField input {
    width: 170px;
}

.LoginSubmitButton, .LoginLostPassSubmitButton, .LoginLostPassSubmitButton {
	color: white !important;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #0554A3 !important;
	border: 0px solid white !important;
	font-weight: bold;
}
.Login, .Registration, #UserPageV2 {
	font-size: 1.2em;
}
.UserLoginPanel {
	color: #606060;
}

#UserRegistrationV2 .listbox {
	background-color:#EAEAEA;
	border:1px solid #BEBEBE;
	color: #606060;
}

.RegistrationUsernameError {
	background-color:#EAEAEA !Important;
	border:1px solid #ff0000 !Important;
	color: #606060 !Important;
}
.RegistrationDateError{
	background-color:#EAEAEA !Important;
	border:1px solid #ff0000 !Important;
	color: #606060 !Important;
    border: 1px solid #C1272D !important;
    width:172px;
}
#OpenIdHelp {
	position: absolute;
	background-color: white;
	padding: 15px;
	border: 1px solid #EAEAEA;
	top: -15px;
	left: 220px;
	visibility: hidden;
}

#LoginUsernameHelp, #LoginPasswordHelp {
	position: absolute;
	top: -22px;
	left: 180px;
	border: 1px solid green;
	padding:5px;
	background-color: white;
}

.RegistrationNoticeText {
	font-weight: bold !Important;
	color: green !Important;
	padding-top: 5px !Important;
	padding-bottom: 5px !Important;
}

.RegistrationNoticeTextFault {
	font-weight: bold !Important;
	color: red !Important;
	padding-top: 5px !Important;
	padding-bottom: 5px !Important;
}

.RegistrationNoticeTextHidden{
	display:none;	
}

.RegistrationFieldRow {
	padding-top: 8px;
}

.PersonalEditorListTitle {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	font-size: 1.1em;
	font-weight: bold;
}

.PersonalEditorTitle {
	font-family:georgia,'Numbus Roman No9 L',serif;
	font-size: 1.4em;
	color: #07569D;
	padding-top: 20px;
	padding-bottom: 8px;
}

.PersonalEditorListSection {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted silver;
	font-family:georgia,'Numbus Roman No9 L',serif;
	color: #07569D;
}

.PersonalEditorRemove {
	background-image:url(/assets/delo/images/profile_delete.gif);
	height:15px;
	margin-right:5px;
	width:15px;
}
