﻿body 
{
	font-family: Arial;
	font-size: 12px;
}
.main 
{
	width: 1024px;
	margin-left:auto;
	margin-right: auto;
}
.head
{
	width: 100%;
}
.isologo 
{
	width: 300px;
	float: left;
}
.headright
{
	width: 700px;
	float: right;
	text-align: right;
	font-family: Arial;
}
.cleardiv 
{
	clear: both;
}
.mainnav 
{
	width: 100%;
	height: 25px;
}
.leftmain 
{
	width: 200px;
	height: 500px;
	background-color: Silver;
	float:left;
}
.rightmain 
{
	width: 800px;
	float: right;
}
.foot
{
	width: 100%;
}
a:LINK 
{
	font-family: Arial;
	color: Red;
	text-decoration: none;
}
a:VISITED 
{
	font-family: Arial;
	color: Red;
	text-decoration: none;
}
a:HOVER 
{
	font-family: Arial;
	color: Navy;
	text-decoration: underline;
}
a.sm:LINK 
{
	font-family: Arial;
	color: Navy;
	text-decoration: none;
}
a.sm:VISITED 
{
	font-family: Arial;
	color: Navy;
	text-decoration: none;
}
a.sm:HOVER 
{
	font-family: Arial;
	color: Red;
	text-decoration: underline;
}
.leftblock
{
	width: 175px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #FFFFBB;
}	
.pagehead 
{
	font-size: 16px;
	font-weight: bold;
	width: 45%;
	color: Navy;
	float: left;
	margin-top:25px;
}
.pagesub
{
	float: right;
	text-align: right;
	width: 100%;
	}
.pContent 
{
	width:100%;
	padding: 5px;
}
.r 
{
	color: Red;
	font-weight: bold;
}
.tag
{
	font-weight: bold;
}
.FortePassword {
	display: inline-block;
}
.cc-mask-icon-fa-eye {
	background-image: url('../Images/fa-eye.22.png');
}
.cc-mask-icon-fa-eye-slash {
	background-image: url('../Images/fa-eye-slash.22.png');
}
.cc-mask-icon {
	background-size: 18px 18px;
	position: relative;
	display: inline-block;
	top: 4px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	line-height: 22px !important;
	text-align: center;
	border-left-width: 0px;
	border-left-style: solid;
	color: #A2A2A2;
	z-index: 9999;
	cursor: pointer
}