/* CSS Document */

div.qpTitle{

}
div.qpTitle h1{
	margin: 0;
	font-size: 20px;
	color: #FF6600;
}
h2{
	margin: 15px 0;
}
h3{
	margin: 0;
}
div.qpLocation{
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;
}
div.qpHomeText{
	margin-top: 5px;
	font-size: 1.2em;
}
div.qpCategosHome{
	padding: 4px;
	margin-top: 5px;
}
div.qpCategosHome h2{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0px 0;
}
div.qpCategosHome span.catdesc{
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}
table.qpPagesList{
	font-size: 12px;
	margin-top: 10px;
	/*background-color: #f2f2f2;*/
	border: 0;
	border-spacing: 8px;
	width: 100%;
	*width: 95%;
}
table.qpPagesList h3{
	margin: 0 0 5px 0;
	font-size: 16px;
}
div.qpPagesList ul{
	/*-moz-column-count:2;*/
	padding: 0;
	list-style: none;
	margin: 0;
}
table.qpPagesList td{
	width: 31%;
	vertical-align: top;
}
div.qpPagesCategos{
	padding: 4px 4px 4px 15px;
	margin-top: 10px;
}
div.qpPagesCategos h3{
	font-size: 14px;
	font-weight: bold;
}
table.qpSubcats{
	font-size: 12px;
	margin-top: 10px;
	background-color: #f2f2f2;
	border: 1px solid #E6E6E6;
	border-spacing: 8px;
	width: 100%;
	*width: 95%;
}
table.qpSubcats h3{
	margin: 0 0 5px 0;
	font-size: 16px;
}
table.qpSubcats td{
	width: 31%;
	vertical-align: top;
}
table.qpSubcats td a{
	font-weight: bold;
}
div.qpPageText{
	margin-top: 5px;
	font-size: 1.1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
div.qpPageText h2{
	color: #FF6600;
	font-size: 18px;
	border-bottom: 1px solid #000;
	padding: 0 0 3px 0;
}
div.qpPageText h3{
	font-size: 14px;
	font-weight: bold;
	color: #2F9629;
}
div.qpDocInfo{
	padding: 4px;
	text-align: right;
	font-size: 0.9em;
}
img.img_left{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.img_right{
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
img.img_center{
	margin: 0 auto;
	margin-bottom: 5px;
	margin-top: 5px;right;
	padding: 3px;
	display: block;
	border: 1px solid #333333;
}

table.qpPagesPages{
	width: 100%;
	*width: 95%;
	/*background-color: #f2f2f2;*/
	margin-top: 3px;
	border-spacing: 4px;
	border: 0;
}
table.qpPagesPages tr.head td{
	border: 0;
    background: transparent;
}
div.qpPagesPages h2{
	margin: 0 0 0px 0;
	margin-top: 10px;
}
table.qpPagesPages td{
	vertical-align: top;
	border-bottom: 1px dashed #e6e6e6;
	color: #999;
}
table.qpPagesPages a{
	font-weight: bold;
	font-size: 13px;
}
span.subdesc{
	display: block;
	border-bottom: 1px dashed #e6e6e6;
	color: #666;
}
table.qpRelated{
	border: 1px solid #e6e6e6;
	border-spacing: 3px;
	width: 100%;
	*width: 98%;
	margin-top: 50px;
	margin-bottom: 30px;
}
table.qpRelated td{
	padding: 4px;
	vertical-align: middle;
	border-bottom: 1px dotted #e6e6e6;
}
table.qpRelated td a{
	font-size: 14px;
	font-weight: bold;
}
table.qpRelated h2{
	color: #666;
	margin: 0;
	font-size: 18px;
}
table.qpRelated tr.head td{
	background-color: #f2f2f2;
}
.codegreen{
	font-family: "Courier New", Courier, monospace;
	color: #FF4400;
}

a.pageName{
    display: block;
    line-height: 150%;
    font-weight: bold;
    text-decoration: none;
    margin-top: 5px;
}
a.pageName strong{
    text-decoration: underline;
}
a.pageName span{
    text-decoration: none;
    font-size: 0.9em;
    color: #666;
    display: block;
    font-weight: normal;
}
