/*
--------------------------------------------------------------
phpBB Frontpage CSS File
-------------------------------------------------------------- */

body div.header {
    background-image: url("images/frontpage_header.jpg");
	background-repeat: no-repeat;
	width: 846px;
	height: 100px;
	float: left;
	margin-top: 21px;
    padding-top:30px;
    color:#f7f8f9;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.headerlink
{
	width: 846px;
	height: 100px;
}

body div.header p{
	width: 846px;
	height: 100px;
    padding-left:80px;
    display: block;
}

#page-body
{
    padding:0 0 0 0;
    margin:0 0 0 0;
}
#main {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
        font-size: 12px;
	width: 590px;
	float: right;
	clear: both;
    margin-bottom: 1em;
	
    min-height:300px;
        text-align: justify;
}
#main h1 {
	border-bottom: none;
	margin: 0 0 5px ;
    color: #4F84AD;
    font-size: 1.5em;
}
#main h2 {
	border-bottom: none;
	padding: 0;
	margin: 5px 0 5px 0;
    font-size: 1.3em;
    color: #105289;
    font-weight:bold;
}
#main .author
{
    font-size: 0.8em;
}
#main #replies
{
	text-transform:none;
    font-size: 1.0em;

}
#main div.content h2
{
    font-size:14px;
}
#main div.content dt
{
    font-size:13px;
}
#main div.content dd
{
    font-size:13px;
}
.panel {
	margin-bottom: 4px;
	padding: 0 10px;
	background-color: #f3f3f3;
	color: #3f3f3f;
}
div.panel p {
	ont-size: 1em;
	margin: 3px 0;
}
div.panel.odd{
 background-color: #eef3f6;
}
div.panel.even{
 background-color: #E0EAEF;
}

div.panel h3, div.panel h3 a
{
    color:#333;
    font-weight:bold;
}
/* attachment box*/
.frontpage_attachbox {
	width: auto;
	margin: 5px 5px 5px 0;
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px dashed #d8d8d8;
	clear: left;
}
.sitemap
{
    margin-left:15px;
}
/*  extras panel at the right*/
#extras {
	width: 240px;
	float: left;
}
dl.extra-box dt a {
	font-weight: bold;
	display: block;
	padding: 10px 0 5px 10px;
	color: #333333 !important;
	text-decoration: none !important;
}
dl.extra-box dd a {
	font-weight: bold;
	display: block;
	color: #FFFFFF !important;
	padding-left: 10px;
	padding-right: 50px;
	text-decoration: none !important;

}
dl.extra-box dt a:hover {
	text-decoration: none;
	color: #000000 !important;
}
/* Menu  listing */
ul.menu {
	border-top: 1px solid #FFFFFF;
	list-style: none;

}
ul.menu li {
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;

}
ul.menu li.active{
	font-weight: bold;
}
ul.menu li.active_last {
	border-bottom: none;
    font-weight: bold;
}
ul.menu li.last {
	border-bottom: none;
}
/* frontpage nav */
#frontpage_navbar #left {
                                    font-size: 11px;

	display: block;
	float: left;
	width: 13px;
	height: 30px;
	margin: 0px;
	background: url("images/frontpage_bg_left.gif") 0 0 no-repeat;
	position: static;
}
#frontpage_navbar #search-box {
	display: block;
	float: right;
	width: 165px;
	height: 30px;
	margin: 0px;
	background: url("images/frontpage_bg_search.gif")  0 no-repeat;
    background-position: 0 0;
	position: static;
  	padding: 0 0 0 0;
    margin: 0 0 0 0;

}
#frontpage_navbar #search-box fieldset {
	border: none;
	padding-top: 6px;
}
#frontpage_navbar #search-box input {
	width: 125px;
	height: 19px !important;
	margin-left: 28px;
	border: none !important;
	background-color: transparent;
	font-size: 0.9em !important;
	padding-top: 2px
}
#frontpage_navbar {
	background-color: #ebebeb;
	height: 30px;
    display:block;
	margin: 0px 0;
	clear: both;
	*clear: none;
    _clear: both;
	background: url("images/frontpage_bg_navbar.gif") repeat-x 0 0;
}
#frontpage_navbar ul {
	list-style: none;
	display: block;
}
#frontpage_navbar li {
	float: left;
	margin: 0 0 0.3em 0 !important;
	border: none;
	padding:0 0 0 0;
}
#frontpage_navbar li a {
    text-decoration:none;
	font-size: 14px;
	text-transform: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 145%;
	vertical-align: bottom;
	color:#EFEFEF;
    font-weight:bold;
    display:block;
    padding:5px 10px 5px 10px;
}
#frontpage_navbar li:hover {
    text-decoration:none;
    background:#A0A6AB
}
#frontpage_navbar #active {
	background:#DFDFDF;
    border-left: 1px solid #99A5AF;
    border-right: 1px solid #99A5AF;
}
#frontpage_navbar #active a{
	color:#DE0A46;
}
#frontpage_navbar #active a:hover {
    text-decoration:none;
    background:#A0A6AB;
    display:block;
    color:#EFEFEF;
}

