body {
	font:				12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:				#000000;
}
a:link, a:visited {
	text-decoration: 	none;
	color:				#993399; /* ffcccc #ff6666;*/
}
a:hover {
	text-decoration:	none;
	color:				#ff0000;
}

#MainBody{
	padding:			0px;
	margin:				0px 0px 50px 0px;
	background-color:	#ffffff;
}

#PageHeader{
	color:				#ffffff;	
	font: 				11px  Verdana, Tahoma;	
	font-weight:		bold;
	
	background:			#debad6; /*#0f8b4f; #ff9933; */
	height:				20px;	
	margin:				0px 0px 0px 0px;
	padding:			5px 25px 0px 25px;
	border:				1px inset #debad6;
	text-transform:		lowercase;
}


#CustomBoxLegend {
	border: 			1px solid #c0c0c0;
	padding: 			5px 20px 5px 20px;
	font: 				11px  Verdana, Tahoma;	
	font-weight:		bold;
	color: 				#666666;	
	background:			#f0f0f0; /*#0f8b4f; #ff9933; */
}

fieldset{
	border:				1px inset #c0c0c0;	
}

#ContentsPanel{
	text-align:			center;
	margin-top:			100px;
}
#ContentsPanelInner{
	position:			relative;
	width:				960px;
	text-align:			left;
	margin:				auto;
}
#LoginButton{
	font-family: 		Verdana, Tahoma, Arial;					
	font-size:   		9pt;	
}

.ErrorMessages{
	color: 				red;
	font-family: 		Verdana, Tahoma, Arial;				
	font-size:   		8pt;	
}

.errorFormFieldsText{
	color: 				red;
	font-family: 		Verdana, Tahoma,  Arial;				
	font-size:   		8pt;	
}

.FormFields{
	font-family:		Verdana,Tahoma, Arial;		
	font-size:			12px;
	color:       		#000000;	
	background-color:	#f0f0f0;
	border:				1px inset #c0c0c0;
	
}

.DisabledFormFields{
	font-family:		Verdana,Tahoma, Arial;		
	font-size:			12px;
	color:       		#999999;	
	background-color:	#dfdfdf;
	border:				1px inset #c0c0c0;		
}


.SubmitButton{
	font-family: 		Verdana, Tahoma, Arial;		
	font-size:			12px;
	color:       		#993399;		 
}

.grey{
	color:				#adadad;
}


#LinkSeparator{
	font-family: 		Verdana, Tahoma, Arial;		
	font-size:			10px;
	color:       		#c0c0c0;		

}

#map_canvas{
	font-family:		Verdana, Tahoma;
	font-size:			10pt;
	border: 			1px solid #999999;
}

#AuthorPanelControl{
	position: 			fixed;
	top: 				5px;
	left:				0px;
	width: 				300px;
	height:				25px;
	z-index:			1000;
}

#AuthorNavigationBar{
	position: 			fixed;
	top: 				0px;
	left:				0px;
	width: 				100%;
	height:				25px;
	z-index:			1000;
	
}

#AuthorNavigationBarUI{	
	position:			relative;
	height:				30px;
		
	background:			#f0f0f0	url('/images/common/navbg.png') repeat-x;
	
	font-family: 		Tahoma, Verdana, Arial;		
	font-size:			11px;
	font-weight:		bold;
	color:       		#000000;	
		
	overflow:			hidden;
}

#AuthorNavigationBarUIGuest{	
	position:			relative;
	height:				24px;
	
	border-bottom:		1px solid #BBBBBB;
	background-color:	#f0f0f0; /*f1eded*/
	font-family: 		Tahoma, Verdana, Arial;		
	font-size:			11px;
	color:       		#000000;	
	overflow:			hidden;
}

#AuthorNavigationBarLeft{
	position:			relative;
	float:				left;
	width:				45%;
	height:				23px;
	text-align:			left;
	padding:			5px 0px 0px 0px;
}

#AuthorNavigationBarRight{
	position:			relative;
	float:				right;
	width:				45%;
	height:				23px;
	text-align:			right;
	padding:			4px 5px 0px 0px;
}



#SuperUserPanel{
	position: 			fixed;
	bottom: 			15px;
	width: 				100%;
	height:				26px;
	text-align:			center;
}

#BottomBar{
	position: 			fixed;
	bottom: 			0px;
	width: 				100%;
	height:				25px;
	text-align:			center;
	color:				#ffffff;
}
#BottomBarUI{	
	position:			relative;
	height:				24px;
	margin-left:		25px;
	margin-right:		25px;
	border-left:		1px solid #999999;
	border-right:		1px solid #999999;
	border-top:			1px solid #999999;
	background-color:	#f1eded;
	
	font-family: 		Tahoma, Verdana, Arial;		
	font-size:			11px;
	color:       		#ffffff;		
	overflow:			hidden;
}
#BottomBarCenter{
	position:			relative;
	float:				left;
	width:				30%;
	height:				23px;
	text-align:			center;
	padding:			5px 0px 0px 5px;
}
#BottomBarLeft{
	position:			relative;
	float:				left;
	width:				35%;
	height:				23px;
	text-align:			left;
	padding:			5px 0px 0px 5px;
	margin:				0px auto 0px auto;
}

#BottomBarRight{
	position:			relative;
	float:				right;
	width:				30%;
	height:				23px;
	text-align:			right;
	padding:			3px 5px 0px 0px;
}

#shortcut{
	background-color:	#ffffff;
	border:				1px solid #c0c0c0;
	margin:				25px 0px 15px 0px;
	padding:			10px;
	font-family:		Verdana, Tahoma;
	font-size:			9pt;
	color:				#666666;
}

#SectionHeaderType{
	font-size:			13px;
	font-weight:		bold;
	margin:				25px 0px 5px 0px;	
}

#copyright{
	position:			relative;
	width:				960px;
	height:				15px;
	text-align:			center;
	margin:				20px auto 0px auto;
	padding:			5px 0px 5px 0px;
	font-size:   		8pt;	
	color:				#999999;
	
	border-top:			1px solid #d7d7d7
}

.vietKey{		
	font-family: 		Tahoma, Arial;		
	font-size:			10px;
	color:       		#993399;
	width:				65px;
	height:				16px;		
	position:			relative;
	top:				1px;
}

#TipPanel{
	position: 			fixed;
	bottom: 			25px;
	height:				45px;
	width:				100%;
	text-align:			right;
}
