/* 
	Title:Quartile  Software - extra styles - sub-pages
	Date:21.1.2009
 */
.hdrtext{
	/*width:413px;*/
	width:460px;

	font-size:24px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:29px;
	padding:5px 0 0 232px;
	padding-bottom: 5px;
	color:#f4f4f4;
	float:left;
	display:inline;
	background:url(images/round.gif) no-repeat 68px 0;
	
}

#mainbottom{
	padding:0 9px 38px 6px;
	/*QSL edit: */
	/*background:url(images/mostbottom.gif) no-repeat left bottom;*/
	padding-left:60px;
	/*QSL edit end */
	height:600px;

}
* html #mainbottom{
	padding:0 0px 38px 6px;
	background:url(images/btmside.gif) no-repeat -2px bottom;
	/*QSL edit: */
	background:url(images/btmside2.gif) no-repeat -2px bottom;
	/*QSL edit end */
	height:700px;

}

#maincontentdiv{

	width:880px;	
	padding-left: 10px;
	padding-right: 8px;
	/*background: url(images/gradient_gray.png)*/
	/*background-color:ghostwhite; */
	/*border:solid 1px silver; */
	/*background:#d8d8d8 url(images/footerbg.gif);*/
	background: url(images/contentbgshort2.gif) repeat-x;	

}


.maincontenttextHdr{
	float:left;
	width:553px;
	display:block;
	padding:25px 0 10px 0px;
	font-size:18px;
	color:#313c42;
	line-height:19px;
}


.maincontenttext{
	float:left;
	/*width:553px;*/
	width: 90%;
	display:block;
	padding:0px 0 0 0px;
	font-size:14px;
	color:#313c42;
	line-height:17px;
}

a:link.pagelink{	
	color:#3333FF;
	text-decoration:none;
}
a:hover.pagelink{
	color:#990000;
	text-decoration:underline;
}

a:visited:hover.pagelink{	
	color:#3333FF;
	text-decoration:underline;
}

a:visited.pagelink{
	color:#3333FF;
	text-decoration:none;


}


#pagelistdiv{

	float:left;
	width:300px;
	display:block;
	margin-left:30px;
	padding-left: 10px;
	padding-right: 8px;
	font-size:14px;
	color:#313c42;
	line-height:17px;
	clear:both;

}

#areasdiv{
	float:left;
	width:300px;
	display:block;
	padding-left: 10px;
	padding-right: 8px;
	font-size:14px;
	color:#313c42;
	line-height:17px;

}


#pageimagediv{

	float:left;
	width:300px;
	display:block;
	margin-left:30px;
	padding-left: 10px;
	padding-right: 8px;
	margin-bottom:25px;
}


/*----- submit button  -----*/

a.button{
	background:url(images/button_bg_amber.png) repeat-x center center;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 22px;
	display: block;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.button:hover, .inner a.button:hover{
	text-decoration: underline;
	color: #000000;
}

a.button span{
	display: block;
	background:url(images/button_left_amber.png) no-repeat left center;
}

a.button span span{
	display: block;
	background:url(images/button_right_amber.png) no-repeat right center;
	height: 24px;
	cursor: pointer;
	color: #000000;
}


a.save{
	width: 225px;
	
}