﻿


/**********************************------------- MIDDLE PART -------------*********************************/

/***************************---------- LOGIN PART IN MasterPage2.aspx ----------**************************/
.div_login
{
	position: relative;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;*/
	float: right;
	width: 100%;
	height: 175px;
	background: #EFEDE1; /*#F6F8F9; /*#FFFBDD;*/
	/*border: solid 1px #C8D6FF;*/
	display: none;
}

#div_user
{
	position: relative;
	float: left;
	width: 260px;
	_width: 200px;
	margin-left: 16px;
	margin-top: 10px;
}
.Label_usr
{
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 11px;
}
.TextBox_usr
{
	position: relative;
	float: left;
	width: 230px !important;
	_width: 190px;
	height: 25px;
}

#div_password
{
	position: relative;
	float: left;
	width: 260px;
	_width: 200px;
	margin-left: 16px;
	margin-top: 10px;
}
.Label_pwd
{
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 11px;
}
.TextBox_pwd
{
	position: relative;
	float: left;
	width: 230px !important;
	_width: 190px;
	height: 25px;
}

#div_li_1
{
	position: relative;
	float: left;
	width: 266px;
	_width: 200px;
	margin-left: 16px;
	margin-top: 5px;
}
.CheckBox_KeepLI
{
	position: relative;
	float: left;
	font-size: 11px;
	margin-left: 1px;
}
.CheckBox_KeepLI input
{
}
.CheckBox_KeepLI label
{
	margin-left: 5px;
}
.HyperLink_AccRec
{
	position: relative;
	float: right;
	margin-right: 3px;
	font-size: 11px;
	text-decoration: none;
	color: #2869FF;
}
.HyperLink_AccRec:hover
{
	text-decoration: underline;
}

#div_li_2
{
	position: relative;
	float: left;
	width: 266px;
	margin-left: 16px;
	margin-top: 15px;
}
.Button_Login
{
	position: relative;
	float: left;
	width: 100px;
	height: 25px;
	font-size: 12px;
}
.Button_Signup
{
	position: relative;
	float: right;
	height: 25px;
	padding: 0 5px 0 5px;
	font-size: 10px;
}
.Label_msg
{
	position: absolute;
	top: -5px;
	left: 4px;
	width: 266px;
	margin: 4px 0px 1px -15px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	background-color: #F3D991;
	background: -moz-linear-gradient(#FDEFCA 0%, #EFCA6C 90%)repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#FDEFCA), to(#EFCA6C)) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FDEFCA, endColorstr=#EFCA6C);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	clear: both;
	overflow: hidden;
	z-index: 100000;
	display: none;
}


/***************************---------- LOGGED POPUP PART IN MasterPage2.aspx ----------**************************/
.div_LoggedUserPopup
{
	position: absolute;
	top: 0px;
	left: 108px;
	width: 100%;
	height: 300px;
	display: none;
}
#div_LUP_inner
{
	position: relative;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	float: right;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-ms-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
	-webkit-box-shadow: 1px 1px 9px rgba(0,0,0,1);
	-moz-box-shadow: 1px 1px 9px rgba(0,0,0,1);
	box-shadow: 1px 1px 9px rgba(0,0,0,1);
	margin-top: 5px;
	width: 400px;
	height: 200px;
	background: #FFDF91; /*#FFF0AD;*/
	z-index: 9999;
}
.Label_LUP_Title
{
	position: relative;
	float: left;
	margin: 10px 0px 0px 10px;
	font-weight: bold;
	font-size: 12px;
	color: Red;
}
.Button_LUP_Close
{
	position: relative;
	float: right;
	margin: 2px 2px 0px 0px;
	width: 20px;
	height: 20px;
}
.Label_LUP
{
	position: relative;
	float: left;
	margin-top: 20px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
	text-align: justify;
}
.Button_LUP_OK
{
	position: relative;
	float: left;
	width: 100px;
	height: 30px;
	margin: 20px 0px 0px 150px;
}


/***************************---------- LOGOUT PART IN MasterPage2.aspx ----------**************************/
.div_logout
{
	position: relative;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;*/
	float: right;
	width: 100%;
	height: 190px;
	background: #EFEDE1; /*#F6F8F9; /*#FFFBDD;*/
	/*border: solid 1px #C8D6FF;*/
	display: none;
}

.Label_Welcome
{
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
}

.Button_Profile
{
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	text-align: left;
	margin-top: 30px;
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #2869FF;
}

.Button_Logout
{
	position: relative;
	float: right;
	width: 100%;
	height: 22px;
	width: 60px;
	margin-top: 30px;
	margin-right: 10px;
}