@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img
{
	border: none;
}

a, a:link
{
	color: #060;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.header
{
	background: url(images/bg-header.gif) no-repeat center;
	height: 111px;
}

.pagewrap
{
	background: url(images/bg-page.gif) repeat-y center;
}

/********* MENU *******/

.menu
{
	background: url(images/bg-menu.gif) no-repeat center;
	height: 42px;
}

.menu-content
{
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	color: #CCC;
}

.menu-content a, .menu-content a:link
{
	color: #FFF;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}

.menu-content a:hover
{
	color: #030;
	background-color: #CCC;
}

/********* SIDEBARS *******/

.sidebar-left
{
	padding: 0px;
	border-right: 1px #999 dotted;
	width: 261px;
}

.sidebar-right
{
	background: url(images/bg-sidebar2.gif) repeat-y center;
	width: 260px;
}

/********* CONTENT *******/

.contentwrap
{
	width: 100%px;
}

.content-page
{
	padding: 6px;
}

.content-page h1
{
	color: #FFF;
	font-size: large;
	margin-top: 4px;
	padding-top: 6px;
	padding-left: 6px;
	height: 32px;
	background: url(images/bg-heading.gif) repeat-x center;
}

.content-sidebar
{
	padding: 6px 6px 6px 12px;
}

.content-sidebar h1
{
	font-size: large;
	color: #999;
	margin-top: 12px;
	padding-bottom: 4px;
	border-bottom: 1px #999 dotted;
}

.table-style-1 td
{
	padding: 6px;
	border-bottom: 1px #999 solid;
}

/********* HEADER *******/
.header-content
{
	color: #666;
	font-size: 0.9em;
}

.header-content a, .header-content a:link
{
	color: #060;
	text-decoration: none;
	padding: 2px;
}

.header-content a:hover
{
	color: #FFF;
	background-color: #030;
}


/********* FOOTER *******/

.footer-content
{
	color: #666;
	font-size: 0.9em;
	padding: 6px 6px 16px 6px;
	border-bottom: 1px #999 dotted;
}

.footer-content a, .footer-content a:link
{
	color: #060;
	text-decoration: none;
	padding: 2px;
}

.footer-content a:hover
{
	color: #FFF;
	background-color: #030;
}

.footer-content2
{
	color: #666;
	font-size: 0.9em;
	padding: 6px 6px 16px 6px;
	border-bottom: 1px #999 dotted;
}

.footer-close
{
	background: url(images/line-horizontal.gif) repeat-x center;
}
