﻿div#divButtonBack
{
	height: 25px;
}
div#divButtonBack div.linkContent
{
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0 5px;
	font-weight: bold;
	display: inline;
	margin-left: 10px;
} 

div.pa_wrapper
{
	float:left;
	width:100%;
	background-image:url("../images/panel_middle.png");
	background-repeat:repeat-y;
	font-family:arial;
	font-size:16px;
}

div.pa_content
{
	margin: 0px;
	padding-left:10px;
}

div.pa_content p
{
	font-size:22px;
	font-weight:normal;
	color:#a8aed4;
	margin-bottom:10px;
	border-bottom:solid 1px #adb1c9;
}

div.pa_content ul
{
	list-style-type:none;
	font-size:14px;
}

div.pa_content li
{
	margin-left:-20px;
	margin-bottom:2px;
}

div.pa_content a
{
	text-decoration:none;
	color:#797ea2;
}

div.pa_content a:hover
{
	color:#302525;
}

div.pa_header
{
	background-image:url("../images/panel_upper.png");
	background-repeat:no-repeat;
}

div.pa_footer
{
	clear:left;
	width:100%;
	height:11px;
	background-image:url("../images/panel_lower.png");
	background-repeat:no-repeat;
}