/* 
 Default style for the standard page.  
 Overwrite by including a custom CSS file
 that redefines any of the classes below 
 in qm_standard_page.wcs.
*/

div.header_region {
	height:40px;
	width:100%;
	background-color:#6699CC;
	color:cornsilk;
	font-weight:bold;
	font-face:verdana;
	vertical-align:middle;
	position:relative;
	font-family: Tahoma, Verdana, Arial;		
}

div.v_space {
	width:100%;
	height:30px;
}

div.top_space {
	height:0px;
}

div.content_region {
	margin-left:2%;
}

span.head_text {
	position:absolute;
	line-height:40px;
	font-size: 15px;
	vertical-align:middle;
	top: 0px;
	left:1%;	
}	

span.close_link {
	position:absolute;
	line-height:40px;
	font-size:10px;	
	vertical-align:middle;
	top: 0px;
	right:1%;
}

a.close_link {
	color:cornsilk;
}

body.body_style{
	font-family: verdana, geneva, arial;
	font-size: 12px;
}
