/*---------------------*/
/*--UN TEMPLATED PAGES-*/
/*---------------------*/

/*If no javascript!*/
.LangES {
position:absolute;
width:800px;
margin-left: -9999px;
}

/*These get a class of .page_display added by the system anyway - handy*/

/*HEADINGS*/

#Content, #RightColumnPages, #RightColumnDetails {
	border-top: 5px solid #b0cf30;
}
	
#PageHome #Content, #PageHome #RightColumnPages  { /*'Cos this is the only page with a banner*/
	border-top: none;
}

.Scratchpad {
	display: block;
	float: left;
	width: 280px;
	height: 280px;
	background: #FFC;
	border-top: 5px solid #FF9;
	padding: 10px;
}

#Content .page_display h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	padding: 0px;
	margin: 0px;
	margin: 0px 0px 17px 20px;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom: 1px dashed #ccc;
}

#Content .page_display h2 {
	margin-left: 20px;
}

#Content .page_display h3 {
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 9px;
	margin-left: 0px;
	font-size: 13px;
}

#Content .page_display p {
	padding: 0px;
	padding-left: 20px;
}

#RightColumnPages {
	padding: 15px;
	background: #fff;	
	width: 275px;
	float: right;
	display: inline; /*For stinky IE6*/
	padding-top: 27px;
}

a.RightAd {
	margin-top: 22px;
}



/*If no javascript!*/
.LangES {
position:absolute;
width:800px;
margin-left: -9999px;
}

.EditInPage {
width:30px;
background-color: #FFFF99;
text-decoration: none;
padding: 3px;
margin-left:-67px;
position: absolute;
bottom: 0px;
}

.EditInPage:hover {
background-color: #FFFF66;
}

/*---------------------*/
/*----POP UP "PAGES"---*/
/*---------------------*/

#PopUpPage {
background-color: #fff;
}


#PopupWrapper {
padding: 20px 20px 0px 20px;
background-color: #fff;
}

#Content ol, #Content ul {
line-height: 18px;
padding-left: 60px;
margin-bottom: 18px;
}

#Content ol li, #Content ul li {margin-bottom: 9px;}



