﻿/**** LOGIN FORM *****/
#login{margin-top:30px;}

#login .pnlLogin {
	border: solid 1px #7e7e7e;
	background-color: #f7f7f7;
	width: 320px;
}
#login .pnlLogin table {
	background-color: #f7f7f7;
}
#login .pnlLogin hr {	
	color: #999;
	margin: 0px 4px 0px 4px;
}
#login .pnlLogin .tdRight {
	width: 80px;
	text-align: right;
	padding-right: 4px;
}
#login .pnlLogin .tdLeft {
	text-align: left;
}
#login .pnlLogin .tdCenter {
	text-align: center;
}
#login .pnlLogin .td_inst {
	border-bottom: solid 1px #7e7e7e;
	height: 20px;
	text-align: center;
	color: #4d1f0b;
    background-color: #c9af90;
    font-weight: bold;
}
#login .pnlLogin .divLinks {
	height: 20px;
	border-top: solid 1px #7e7e7e;
	padding-top: 4px;
	margin-top: 6px;
	color: #4d1f0b;
    background-color: #c9af90;
}
#login .pnlLogin .divLinks a {
	color:#5b2d0d;
	font-weight: bold;
	font-size: .9em;
}
#login .pnlLogin .divLinks a:hover {color: Yellow;}
#login .pnlLogin .button {margin-top: 6px;}

#login table.login_error {
	width: 310px;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
}
#login td.login_failed {
	border: solid 1px #cc3300;
	color: #cc3300;
	background: #fff0e6;
	padding: 4px;
	font-size: 1em;
	text-align: left;
}
#login .login_checkbox {
	padding: 10px 0 6px 0;
}	
#login .login_text {
	font-size: 1em;
	width: 146px;
}

/***** REGISTRATION FORM *****/
#create_user {width: 680px;}

#create_user .register_val_fail {
	border: solid 1px #cc3300;
	color: Red;
	background-color: #fff0e6;
	text-align: left;
	padding: 2px 6px;
	margin-bottom: 4px;
}
#create_user #div_success {
	border: solid 1px #8b0000;
	text-align: justify;
	margin: 4px 4px 6px 4px;
	padding: 2px 4px;
	color: White;
	background-color: Teal;
}
#create_user .pnlRegister {
	background-color: #dcdcdc;
	border: solid 1px #7e7e7e;
	padding: 4px;
}
#create_user .pnlRegister table th {
	font-size: 1em;
	font-weight: normal;
	border-top: none;
	border-bottom: solid 1px #eaeaea;
	font-weight: bold;
	color: #4d1f0b;
    background-color: #c9af90;
}
#create_user .button {
	margin-top: 6px;
	margin-bottom: 4px;
}

#create_user #main_container {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #dcdcdc;
}
#create_user #user_left_content {
	width: 330px;
	height: 272px;
	text-align: left;
	vertical-align: top;
	background-color: #f8f8f8;
	padding: 0;
	margin: 0 0 6px 0;
	background-color: #f8f8f8;
	border: solid 1px #888;
}
#create_user #table_user {
	width: 330px;
	background-color: #f8f8f8;
	font-size: 1em;
	padding: 0px;
}
#create_user #table_user .text {
	width: 180px;
	font-size: 1.1em;
}	
#create_user #table_user .tdRightTop {
	width: 115px;
	text-align: right;
	padding: 4px 4px 0 4px;
}
#create_user #table_user .tdRight {
	width: 115px;
	text-align: right;
	padding-left: 4px;
	padding-right: 4px;
}
#create_user #table_user .tdLeftTop {
	padding-top: 4px;
	text-align: left;
}
#create_user #table_user hr {
	color: #888888;
	height: 1px;
	margin: 6px;
}
#create_user #user_center {
	width: 4px;
}	
#create_user #user_right_content {
	height: 272px;
	vertical-align: top;
	text-align: right;
	background-color: #f8f8f8;
	margin-bottom: 6px;
	border: solid 1px #888;
}
#create_user #table_user_info {
	font-size: 1em;
	background-color: #f8f8f8;
}
#create_user #table_user_info .tdRightTop {
	width: 90px;
	text-align: right;
	padding: 4px 4px 0 4px;
}
#create_user #table_user_info .tdRight {
	width: 90px;
	text-align: right;
	padding-left: 4px;
	padding-right: 4px;
}
#create_user #table_user_info .tdLeftTop {
	padding-top: 4px;
	text-align: left;
}
#create_user #table_user_info .text {
	width: 209px;
	font-size: 1.1em;
}	
#create_user #table_user_info .list {
	width: 213px;
	font-size: 1em;
}	
#create_user .pnlRegister .tdLeft {
	text-align: left;
	padding: 1px 0;
}
#create_user .pnlRegister .tdCenter {
	text-align: center;
}
#create_user .button {
	width: 100px;
	height: 26px;
}
#create_user .pnlRegister .chkReg {
	margin: 0;
	padding: 0;
	color: #83212a;
}

/***** PASSWORD RECOVERY *****/
#pw_recovery{margin-top:30px;}

#pw_recovery .pnlRecovery {
	background-color: #efefef;
	width: 340px;
	padding: 0px;
}
#pw_recovery .pnlRecovery2,
#pw_recovery .pnlSuccess {
	background-color: #efefef;
	width: 340px;
	border: solid 1px #7e7e7e;
}
#pw_recovery .table_recovery {
	background-color: #efefef;
	text-align: left;
}
#pw_recovery .table_recovery .thCenter {
	font-size: 1.1em;
	font-weight: normal;
	border-top: none;
	border-bottom: solid 1px #888888;
	text-align: center;
	font-weight: bold;
    background-color: #c9af90;
	color: #5b2d0d;
}
#pw_recovery .table_recovery .tdCenter {
	text-align: center;
	padding: 4px;
	padding-top: 8px;
}
#pw_recovery .table_recovery .td_left {
	text-align: left;
	padding-left: 18px;
}
#pw_recovery .recovery_text {
	width: 150px;
	font-size: .9em;
}	
#pw_recovery .table_recovery .button {
	width: 60px;
	margin: 4px 0px 4px 0px;
}
#pw_recovery .pnlRecovery #recover_error {
	background: #fff0e6;
	color: #cc3300;
	border: solid 1px #cc3300;
	font-size: 8pt;
	width: auto;
	margin: 2px;
}
#pw_recovery .pnlRecovery #recover_error td {
	text-align:justify;
	padding-left: 4px;
	padding-right: 4px;
}
#pw_recovery .divLinks {
	height: 20px;
	border-top: solid 1px #7e7e7e;
	padding-top: 4px;
	margin-top: 6px;
	color: #4d1f0b;
    background-color: #c9af90;
}
#pw_recovery .divLinks a {
	color:#5b2d0d;
	font-weight: bold;
	font-size: .9em;
}
#pw_recovery .divLinks a:hover {color: Yellow;}

/***** PASSWORD CHANGE FORM *****/
#pw_change{margin-top:30px;}

#pw_change .pnlChange {
	background-color: #f2f2f2;
	width: 390px;
	border: solid 1px #888;
}
#pw_change .pnlChange table {
	background-color: #f7f7f7;
}
#pw_change h4{font-size:1.1em;}

#pw_change .pnlChange .thCenter {
	height: 20px;
	font-size: 1.1em;
	font-weight: normal;
	color: #5b2d0d;
	border-top: none;
	text-align: center;
	font-weight: bold;
    background-color: #c9af90;
}
#pw_change .pnlChange .tdRight {
	width: 35%;
	text-align: right;
	padding-right: 4px;
	background-color: #d6e5cc;
	border-right: solid 1px #ababab;
}
#pw_change .pnlChange .tdRight_top {
	width: 35%;
	text-align: right;
	padding-top: 6px;
	padding-right: 4px;
	background-color: #d6e5cc;
	border-top: solid 1px #ababab;
	border-right: solid 1px #ababab;
}
#pw_change .pnlChange .tdRight_bottom {
	width: 35%;
	text-align: right;
	padding-right: 4px;
	padding-bottom: 6px;
	background-color: #d6e5cc;
	border-right: solid 1px #ababab;
	border-bottom: solid 1px #ababab;
}
#pw_change .pnlChange .tdLeft {
	text-align: left;
	padding-left: 4px;
	background-color: #eaeaea;
}
#pw_change .pnlChange .tdLeft_top {
	text-align: left;
	padding-top: 6px;
	padding-left: 4px;
	border-top: solid 1px #ababab;
	background-color: #eaeaea;
}
#pw_change .pnlChange .tdLeft_bottom {
	text-align: left;
	padding-left: 4px;
	padding-bottom: 6px;
	border-bottom: solid 1px #ababab;
	background-color: #eaeaea;
}
#pw_change .pnlChange .tdCenter {
	text-align: center;
	padding: 6px;
}
#pw_change .pnlChange .tdInfo {
	text-align: justify;
	padding: 6px;
}
#pw_change .pnlChange .tdCenter ul {
	text-align: left;
    list-style-image: none;
    list-style-type: none;
	margin: 0 20px 15px 20px;
	padding: 6px 0 6px 10px;
	border: solid 1px #cc3300;
	background-color: #ededed;
}	
#pw_change .pnlChange .tdCenter li {
	padding: 0;
	margin: 0;
}
#pw_change .pnlChange .button {
	width: 60px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#pw_change .pnlChange .textbox {
	width: 240px;
}
#pw_change .pnlChange #change_error {
	background: #fff0e6;
	color: #cc3300;
	border: solid 1px #cc3300;
	font-size: 8pt;
	width: auto;
	margin: 2px;
}
#pw_change .pnlChange #change_error td {
	text-align:justify;
	padding-left: 4px;
	padding-right: 4px;
}


