.menu	{
		font-family: verdana, arial;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;
		}
		
.menu:hover	{
		font-family: verdana, arial;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		color: #205F7D;
		}
		
.logout	{
		font-family: verdana, arial;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;
		}
		
.logout:hover	{
		font-family: verdana, arial;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #3399CC;
		}
		
.header	{
		font-family: arial, verdana;
		font-size: 19px;
		font-weight: bold;
		text-decoration: none;
		color: #205F7D;
		}
		
.text	{
		font-family: arial, verdana;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		color: #000000;
		margin-left: 20px;
		margin-top: 30px;
		margin-right: 40px;
		}
		
.copy	{
		font-family: arial, verdana;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		color: #666666;
		margin-left: 5px;
		}
		
.form	{
		font-family: verdana, arial;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #666666;
		}
		
.form1	{
		font-family: verdana, arial;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		color: #666666;
		}
		
		
.form2	{
		width: 145px;
		}
		
.td {
		border: 1px solid #CCCCCC;
	}
	
.reg	{
		font-family: arial, verdana;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		color: #205F7D;
		}
		
.reg:hover	{
		font-family: arial, verdana;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		color: #7F7D7E;
		}

.Error
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-family: Verdana;
}

.if_DEBUG{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	background-color: #FFFFCC;
	border: 1px dashed #FF0000;
	margin: 2px;
	padding: 0px;
	color: #000099;
	word-spacing: 5px;
	text-align: center;
	white-space: normal;
	letter-spacing: 2px;
	visibility: visible;
}
.if_REALESE{
	visibility: hidden;
	display:inline;
}

.button
{ 
	background:#F9EEAE url(secure/images/button_back.gif) repeat-x; 
	font-family: arial, verdana; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
	color: black;
	border-top:solid 1px buttonhighlight;
	border-left:solid 1px buttonhighlight;
	border-right:solid 1px buttonshadow;
	border-bottom:solid 1px buttonshadow
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	position: absolute;
	background-color: #b7cee2 !important;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	top: 250px !important;
	left: 300px !important;
}

.modalPopupDocList
{
	position: absolute;
	background-color: #b7cee2 !important;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 800px;
	top: 100px !important;
	left: 150px !important;
}

.modalPopupPublicLogin
{
	position: absolute;
	background-color: #b7cee2 !important;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	top: -150px;
	left: -150px;
}


#Panel1_DropShadow div
{
	background-color: purple !important;
}
.buttonHidden
{
	display: none;
}



