﻿/*30759F => 30629f*/

body
{
    font: normal 11px Verdana, Tahoma, Arial, Verdana;

    color: #000000; /*#30629f*/
    background: #c7c7c7 url(bg.jpg) repeat-x left top;
	
}

#divBack
{
    height:220px;
    width:300px;
    margin-left:auto;
    margin-right:auto;
    /*background-image:url(backSignin.jpg);
    background-repeat:no-repeat;*/
}
#divBack2
{
    height:220px;
    width:300px;
    margin-left:auto;
    margin-right:auto;
    /*background-image:url(backSignin.jpg);
    background-repeat:no-repeat;*/
}

#Container
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -10px;
}

#logo 
{
	position: relative;
	left: 44px;
}

.login_header 
{
	height: 60px;
	width: 391px;
	background: transparent url('login_panel.png') no-repeat left top;
	margin-left: auto;
	margin-right: auto;
}

.login_panel 
{
	width: 391px;
	height: 128px;
	background: transparent url('login_panel.png') no-repeat left -60px;
	margin-left: auto;
	margin-right: auto;
}

#pnlNewPassword 
{
	width: 391px;
	height: 128px;
	background: transparent url('login_panel.png') no-repeat left -60px;
	margin-left: auto;
	margin-right: auto;
	position: relative;

}


.lblUser 
{
	position: relative;
	top: 30px;
	left: 15px;
	height: 15px;
	width: 80px;
	text-align: center;
	color: #f0f0f0;
	/*background: #2251a4;*/
}

#txtUserName 
{
	position: relative;
	border: none;
	top: 13px;
	left: 105px;
	background-color: transparent;
	width: 245px;
}

.lblPassword 
{
	position: relative;
	top: 48px;
	left: 15px;
	height: 15px;
	width: 80px;
	text-align: center;
	color: #f0f0f0;
	/*background: #164394;*/
}

#txtPassword
{
	position: relative;
	border: none;
	top: 32px;
	left: 105px;
	background-color: transparent;
	width: 245px;
}


.lblNewPassword
{
	position: relative;
	top: 25px;
	left: 15px;
	height: 30px;
	width: 80px;
	text-align: center;
	color: #fff;
	background: #2555a8;
}

.lblConfirmNewPassword
{
	position: relative;
	top: 25px;
	left: 15px;
	height: 30px;
	width: 80px;
	text-align: center;
	color: #fff;
	background: #1a489a;
}

#txtNewPassword
{
	position: relative;
	border: none;

	left: 105px;
	background-color: transparent;
	width: 245px;
}
#txtConfirmNewPassword
{
	position: relative;
	border: none;
	top: 3px;
	left: 105px;
	background-color: transparent;
	width: 245px;
}


.login_footer 
{
	height: 73px;
	width: 391px;
	background: transparent url('login_panel.png') no-repeat left bottom;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#LoginButton 
{
	border: none;
	height: 40px;
	width: 149px;
	background: transparent url(btn_signin.png) no-repeat left top;
	cursor: hand;
	position: relative;
	top: 15px;
	
}

#LoginButton:hover 
{
	background: transparent url(btn_signin.png) no-repeat left bottom;
	margin-top: -2px;
}


H1
{
	font: Bolder 200% Verdana, Arial, Sans-serif;
	color: #339933;
	margin: 15px 0 0 0;
}

H3
{
    font: Normal 200% Verdana, Arial, Sans-serif;
    color: #006600;
    margin: 15px 0 15 0;
}

P
{
	margin: 2px 0;
}



A
{
	color: #000000;
	text-decoration: none;
}

A:Hover
{
	color: #000000;
}

.TBLE 
{
	width: 300px;
	background-color:Transparent;
}
.TBLE TH 
{
	width: 120px;
	font-weight: normal;
	text-align: right;
	padding-right: 5px;
}
.TBLE TD
{
	text-align: left;
}

.Err
{
	font: normal 11px Verdana,Tahoma, Arial;
	color: red;
}






.ModalBackground
{
    background-color: #999999;
    opacity: 0.7;
    filter: alpha(opacity=35);
}

.ModalPanelSmall
{
	background: #fff;
	width: 300px;
	height: 180px;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: solid 1px #2d5781;
}

.ModalHeader
{
	height: 25px;
	border-bottom: dotted 1px #ddd;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 15px;
}
.ModalHeader .LeftTitle
{
	float: left;
	font: bold 16px Tahoma, Verdana, Arial;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

.Button	{
	text-transform: capitalize;
	border: none;
	cursor: pointer; 
	color: #ffffff;
	background: transparent url(btn-60.png) no-repeat left top;
	height: 25px;
	width: 60px;
}

.Button:Hover
{
	text-transform: capitalize;
	cursor: pointer; 
	color: #ffffff;
	background: transparent url(btn-60-hover.png)no-repeat left top;
	height: 25px;
	width: 60px;
}