BODY
{
	font: 76% Verdana, Tahoma, Arial, sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #303030;
	background: #4F1200 url(../images/bg-body.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
A
{
	color: #8D4900;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}
A:hover
{
	color: #484D50;
	text-decoration: none;
	background-color: inherit;
}
A IMG
{
	border: none;
}
P
{
	margin: 5px auto 2px;
	line-height: 20px;
	font-size: inherit;
}
P FORM
{
	margin-top: 0;
	margin-bottom: 20px;
}
IMG.left, IMG.center, IMG.right
{
	padding: 4px;
	border: 1px solid #A0A0A0;
}
IMG.left
{
	float: left;
	margin: 0 12px 5px 0;
}
IMG.center
{
	display: block;
	margin: 0 auto 5px;
}
IMG.right
{
	float: right;
	margin: 0 0 5px 12px;
}
/**************** Header and navigation styles ****************/
#theme_page_container
{
	width: 950px;
	margin: 15px auto 20px;
	padding: 1px 0;
	text-align: left;
	background: #FEFEFE;
	color: #443535;
	border: thin dotted #980000;
}
#theme_header
{
	height: 145px;
	width: 100%;
	margin: 0;
	background: #FEFEFE url(../images/bg_header.jpg) no-repeat left top;
	border-bottom: 35px solid #FDFBFC;
}
#theme_header H1
{
	padding: 35px 0 0 20px;
	font-size: 2.4em;
	background-color: inherit;
	color: #FFFFFF;
	font-weight: normal;
}
#theme_header H2
{
	margin: 10px 0 0 40px;
	font-size: 1.4em;
	background-color: inherit;
	color: #F0F2F4;
	font-weight: normal;
}
/*this hack targets IE<7
*************** Content styles ****************/
#theme_content
{
	float: left;
	width: 77%;
	font-size: 0.9em;
	padding: 30px 1em 3.5em 20px;
	background-color: #FFF;
	min-height: 550px;
}
#theme_content H1
{
	display: block;
	margin: 6px 0;
	font-size: 1.1em;
	color: #181A1C;
}
#theme_content H2
{
	display: block;
	margin: 0 0 16px;
	font-size: 1.4em;
	font-weight: 900;
	color: #505050;
	background-color: inherit;
}
#theme_content H2 A
{
	font-weight: bold;
	color: #FE9700;
	line-height: 20px;
	font-size: 10pt;
}
#theme_content H3
{
	margin: 0 0 5px;
	font-size: 1.3em;
}
#theme_content .pn-block H4
{
	margin: 0 0 5px;
	font-size: 1.2em;
}
#theme_content A:hover, #subcontent A:hover
{
	text-decoration: underline;
}
#theme_content UL, #theme_content OL
{
	/*[disabled]margin:0 5px 16px 15px;*/
	/*[disabled]background-color:#84BE4B;*/
	list-style: none;
}
#theme_content DL
{
	margin: 0 5px 10px 25px;
}
#theme_content DT
{
	font-weight: bold;
	margin-bottom: 5px;
}
#theme_content DD
{
	margin: 0 0 10px 15px;
}
/**************** Sidebar styles ****************/
#theme_subcontent
{
	float: right;
	width: 18%;
	padding: 0.9em 7px 10px;
	line-height: inherit;
	background-color: inherit;
}
#theme_subcontent P
{
	margin: -3px auto 0;
	font-size: 0.9em;
}
/**************** Menublock styles ***************
.pn-bkey-menu, .pn-bkey-extmenu {margin:0 0 20px 8px; font-size:0.9em;}*/
DIV.navcontainer UL, DIV#navcontainer UL
{
	margin: 0 0 20px 20px;
	font-size: 0.9em;
}
.pn-bkey-menu LI, .pn-bkey-extmenu LI
{
	list-style: none;
	display: block;
	padding: 2px;
	margin-bottom: 2px;
}
.pn-bkey-menu LI A, .pn-bkey-extmenu LI A
{
	font-weight: bold;
	text-decoration: none;
}
.pn-bkey-menu LI A:hover, .pn-bkey-extmenu LI A:hover
{
	text-decoration: none;
}
.pn-bkey-menu LI UL, .pn-bkey-extmenu LI UL
{
	margin: 3px 0 3px 15px;
	font-size: 1em;
	font-weight: normal;
}
.pn-bkey-menu LI UL LI, .pn-bkey-extmenu LI UL LI
{
	margin-bottom: 0;
}
.pn-bkey-menu LI UL A, .pn-bkey-extmenu LI UL A
{
	font-weight: normal;
}
/**************** Footer styles ****************/
#theme_footer
{
	text-align: center;
	clear: both;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	font-size: 0.9em;
	color: #F0F0F0;
	background: #980000;
	height: 40px;
}
#theme_footer P
{
	padding: 0;
	margin: 10px 0 0;
	text-align: center;
}
#theme_footer A
{
	color: #F0F0F0;
	background-color: inherit;
	font-weight: bold;
}
#theme_footer A:hover
{
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: underline;
}
/*admin style override*/
#theme_content DIV.pn-adminformrow LABEL+UL>LI
{
	margin-left: 20.7em;
}
#theme_content DIV.pn-adminformrow LABEL+UL>LI:first-child
{
	margin-left: 0em;
}
/**************** Misc classes and styles ****************/
#theme_splitcontentleft
{
	float: right;
	width: 26%;
}
#theme_splitcontentright
{
	float: left;
	width: 72%;
	background-color: #FFF;
}
.clear
{
	clear: both;
}
.small
{
	font-size: 0.9em;
}
.hide
{
	display: none;
}
.textcenter
{
	text-align: center;
}
.textright
{
	text-align: right;
}
.important
{
	color: #F02025;
	background-color: inherit;
	font-weight: bold;
}
/*images*/
IMG
{
	border: none;
}
.theme_box
{
/*margin: 10px 0 20px;*/
	margin-top: 20px;
/*padding: 20px 10px 0;
border: 1px dashed #E3E2E2;*/
	border: none;
	background-color: #FFF;
	color: #2C2424;
	line-height: 1.7em;
}
/*Table styles based on style from the css table gallery
STYLESHEET: CLEAR BLUE, AUTHOR: ROBERT HARTL*/
TABLE.pn-datatable
{
	width: 100%;
	line-height: 1.2em;
	background-color: #FFF;
	border-collapse: collapse;
	text-align: left;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}
TABLE.pn-datatable CAPTION
{
	padding-bottom: 1em;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.6em;
	color: #333;
	background: transparent;
}
TABLE.pn-datatable THEAD TH, TABLE.pn-datatable TFOOT TH, TABLE.pn-datatable TFOOT TD
{
	border-right: 1px solid #FFF;
	padding-left: 5px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	color: #FFF;
	background: #A0A0A0;
}
TABLE.pn-datatable TFOOT TH, TABLE.pn-datatable TFOOT TD
{
	border-top: 2pt double #009;
}
TABLE.pn-datatable TD, TABLE.pn-datatable TH
{
	padding: 4px;
}
TABLE.pn-datatable TBODY TR TH, TABLE.pn-datatable TBODY TR TD
{
	border-bottom: 1px dotted #467AA7;
}
TABLE.pn-datatable TBODY TR:hover TD, TABLE.pn-datatable TBODY TR:hover TH
{
	border-bottom: 1px solid #467AA7;
}
TABLE.pn-datatable TBODY TD A, TABLE.pn-datatable TBODY TH A
{
	background: transparent;
	text-decoration: none;
	border: none;
}
TABLE.pn-datatable TBODY TD A:hover, TABLE.pn-datatable TBODY TH A:hover
{
	background: transparent;
}
TABLE.pn-datatable .odd
{
	background: #E3E3F4;
}
TABLE.pn-datatable TBODY TR:hover
{
	color: #333;
	background: #E8EAEC;
}
TABLE.pn-datatable TBODY TR TH:hover
{
	background: #FFF;
}
.pn-module-crpCalendar
{
	background-color: #FFFFFF;
}
#theme_splitcontentleft UL
{
	padding: 0 1em;
	margin: 0;
}
