body {
	margin: 0;
	padding: 0;
	color: #d8d8d8;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25;
	background-color: #42413C;
	background-image: url(../img/bkg_tile.gif);
	
}

.yellowHighlight{
	color: #FC0;
	font-weight:bold;
}

a {
	color: #FC0;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 736px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}


.navTop {
	
	border-style: solid;
	border-width: 2px 16px 16px 15px;
	border-image: url(../img/p9_navTop.png) 2 16 16 15 fill stretch;
	padding: 0px;
	height:90px;
}

.navTopIntro {
	clear:both;
	float: left;
	
	width:100%;
	
	border:#00ff00;
	border-style: solid;
	border-width: 1px;
}




.block {

	float: right;
	padding:4px;

	margin:0px;
	max-width:440px;
	min-width:100px;
	
	padding-top:16px;
	line-height: 1.50;
	/*
	border:#0F0;
	border-style: solid;
	border-width: 1px;
	*/
}

.blockLeft {
	float: left;
}

.buttonA {
	border-style: solid;
	border-width: 4px 6px 4px 6px;
	border-image: url(../img/p9_btn_default_base.png) 4 6 4 6 fill stretch;
	text-decoration: none;
	
	padding:0px;
	color: #d8d8d8;
	
	margin-left: 4px;
	margin-right: 4px;

	float:right;
	
	display:block;
}
.buttonA:hover {
	border-style: solid;
	border-width: 4px 6px 4px 6px;
	border-image: url(../img/p9_btn_default_over.png) 4 6 4 6 fill stretch;
	text-decoration: none;
}

.buttonB {
	border-style: solid;
	border-width: 4px 6px 4px 6px;
	border-image: url(../img/p9_btn_blue_base.png) 4 6 4 6 fill stretch;
	text-decoration: none;
	
	padding:4px;
	color: #fffccf;
	
	float:right;
}
.buttonB:hover {
	border-style: solid;
	border-width: 4px 6px 4px 6px;
	border-image: url(../img/p9_btn_blue_over.png) 4 6 4 6 fill stretch;
	text-decoration: none;
}


.plugin {
	float: left;
	width:100%;
}


.plugin .body{
/*.plugin p {*/
	border-style: solid;
	border-width: 1px 16px 16px 15px;
	border-image: url(../img/p9_plugin_body.png) 1 16 16 15 fill stretch;

	padding: 8px;
}
.plugin .body p{
	padding: 0px;
	padding-bottom:8px;
	padding-top:8px;
}


.pluginImageBkg{
	border-style: solid;
	border-width: 19px 17px 15px 16px;
	border-image: url(../img/p9_overview_img_bkg.png) 19 17 15 16 fill stretch;
	width:auto;
	font-size: 12px;
}
.plugin .body .pluginImageBkg img{
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.container .plugin .body table tr .pluginImageBkg li{
/*	overviewSub		*/
	position:relative;
	left:16px;	
	font-size: 11px;
	min-width:150px;
	margin-right: 8px;
}




.container .plugin p img{
	/* images in plugin panel*/
	margin-top:16px;
	margin-bottom:16px;
	
	clear:both;
	display:block;
}

.container .plugin p .buttonA{

}




.container .navTop .block form input{
	/** align donate button to center */
	padding-top:8px;
}


.plugin h1 {
	border-style: solid;
	border-width:8px 11px 2px 10px;
	border-image: url(../img/p9_plugin_top.png) 8 11 2 10 fill stretch;
	
	margin:0px;
	padding-left:4px;
	vertical-align:top;
	
	font-size: 16px;
	font-weight:normal;
	
}
.plugin h1 img {
	/* Icon */
	max-width: 24px;
	max-height:24px;
	opacity: 0.4;
	
	margin-right: 4px;
	padding: 0;
	border-radius: 4px;
	border: 2px solid #000000;	
}




p {
	margin:0px;
	padding:0px;
}


ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
.footer {
	font-size: 10px;
	color:#cdcdcd;
}
.footer a{
	color:#cdcdcd;
}
