﻿.PassStrength
{
	background-color: #CCCCFF;
	border: thin solid #808080;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #9966FF;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.lblValidation
{
	font-family: Arial;
	font-size: small;
	color: #FF0000;
	font-weight: bold;  
}
.UpdateLabel
{
	font-family: Arial;
	font-size: small;
	color: #008000;
	font-weight: bold;
}
#CurrencyDiv
{
	margin: 10px;
	height:50px;
	
}
.ForgotPassTextBox
{
	width: 300px;
	height: 17px;
	font-family: arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #999999;
	top: 5px;
}

.ForgotPassTextBox2
{
	height: 14px;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #222222;
	top: 5px;
}
.ActivationCodePassed
{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: medium; 
	color: #008080; 
	background-color: #CCFFFF; 
/*	border: 1px solid #008080; */
	margin:5px 20px 20px 20px;
	text-align:center;
	
}
.ActivationCodeFailed
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #CC0000;
	background-color: #FFCCCC;
/*	border: 1px solid #993333;*/
	margin: 5px 20px 20px 20px;
	text-align:center;
	
}
#SideMenu
{
	background-position: #C0C0C0;
	
	background: #FFFFFF;
	width:180px;
	float: right;
	

}
.ProfileHeader
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #006699;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 40px;
	border-bottom-color: #C6D1DF;
}
#SideMenuHeaderText
{
	color: #FFFFFF;
	vertical-align: middle;
	
	position: relative;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	}
	#SideMenuItemText
{
	vertical-align: middle;
	
	position: relative;
	top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#SideMenuHeader
{
	
	width:96%;
	height: 33px;
	margin:5px 0px 0px 5px;
	background-image:url(images/profile_menu_header.png);
	background-position:top;
	background-repeat:repeat-x;
	
}
#SideMenuItem.a
{
}
#SideMenuItem
{
	border-color: #808080;
	
	width: 95%;
	height: 50px;
	margin: 0px 0px 0px 5px;
	background-image: url(images/profile_menu_item.png);
	background-position: top;
	background-repeat: repeat-x;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	text-align: center;
	color: #808080;
}
#SideMenuItem:hover
{
	border-color: #808080;
	width: 95%;
	
	margin: 0px 0px 0px 5px;
	background-image: url(images/profile_menu_item_Hover.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	cursor: pointer;
	text-align:center;
}
#SideMenuItem:active
{
	border-color: #808080;
	width: 95%;
	
	margin: 0px 0px 0px 5px;
	background-image: url(images/profile_menu_item.png);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	text-align: center;
	color: #808080;
}
.test_box_left
{
	float:left;
	width:40%;
	padding:10px;
	margin:10px;
			background-image:url(images/bg_xtile_mainbody.gif);
		background-position:top;
		background-repeat:repeat-x;
}
.test_box_right
{
	float:right;
	width:40%;
	padding:10px;
	margin:10px;
			background-image:url(images/bg_xtile_mainbody.gif);
		background-position:top;
		background-repeat:repeat-x;
}
.test_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	padding:10px;
}
.test_footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-align: right;
	border-style: dashed none none none;
	border-width: thin;
	border-color: #C0C0C0;
}