/* Basic site style */
body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333;
}
table, td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-weight: bold;
	font-size: 14px;
	color: #111170;
}
h2 {
	color: #111170;
	font-weight: bold;
	font-size: 12px;
	margin: 22px 0px 0px 0px;
}
h3, h4, h5, h6 {
	margin-top: 12px;
	margin-bottom: 12px;
}
h3 {
	font-weight: bold;
	font-size: 11px;
}
h4 {
	font-weight: bold;
	font-size: 11px;
}
h5 {
	font-weight: normal;
	font-size: 12px;
}
h6 {
	font-weight: normal;
	font-size: 12px;
}
p {
	margin-top: 12px;
	margin-bottom: 12px;
}
p.advert {
	text-align: center;
	margin-top: 100px;
}

input {
	font-size: 11px;
}

.right {
	text-align: right;
}
.soft {
	color: #777;
}

a:link {
	color: #0072BB;
	text-decoration:none;
}
a:visited {
	color: #048;
	text-decoration:none;
}
a:hover {
	color: #F60;
	text-decoration:underline;
}
.alert {
	color: #900;
}
.floatright {
	float: right;
}
.vertalign {
	vertical-align: middle;
}
/* end Basic site style */


/* constructor div styles */
div#outer {
	position: absolute;
	width: 758px;
	left: 50%;
	margin-left: -380px;
	margin-top: 20px;
	border: 1px solid #aaa;
	padding: 0px;
	background-color: #fff;
}
td#leftmenu {
	padding: 15px 10px 15px 0px;
}
td#contentarea {
	width: 578px;
}
td#contentarea div#padding {
	margin-top: 15px;
	padding: 0px 20px 15px 10px;
}

div#footer, div#footer2 {
	background-image: url(../images/footer_gradient.gif);
	background-repeat: repeat-x;
	height: 28px;
	border-top: 1px solid #aaa;
	width: 758px;
	margin: 0px;
}
div#footer {
	text-align: center;
}
div#footer p, div#footer2 p {
	margin: 6px 0px 0px 10px;
}
img#masthead {
	margin: 0px;
}
a.pageaction {
	float: right;
	margin-right: 10px;
}
a.pageaction:hover {
	text-decoration: none;
}
a.pageaction img {
	border: none;
	vertical-align: middle;
	margin-right: 3px;
	position: relative;
	top: -1px;
}
/* end constructor div styles */


table#content {
	width: 758px;
	padding: 0px;
	margin-top: -2px;
}
 
 /* related items box */
  div#relations {
  	width: 170px;
  	margin: 0px 0px 20px 0px;
  	background-color: #CBE4E9;
  }
  div#relations p {
  	width: 170px;
  	margin: 0px;
  	background-color: #3E73A9;
  	color: #fff;
  	font-weight: bold;
  	padding: 3px 0px 4px 0px;
  }
  a.relate {
  	display: block;
  	margin-bottom: 6px;
  }
 /* end related items box */
 
 /* search box */
  div#search {
  	width: 170px;
  	margin: 0px 0px 20px 0px;
  	background-color: #e7e7e7;
  }
  div#search p {
  	width: 170px;
  	margin: 0px;
  	background-color: #999;
  	color: #fff;
  	font-weight: bold;
  	padding: 3px 0px 4px 0px;
  }
  div#search form {
  	padding: 0px;
  	margin: 0px;
  }
 /* end search box */
  
 /* loginbox */
  div#loginbox {
  	width: 170px;
  	margin: 0px 0px 20px 0px;
	background-color: #FAC6A0;
  }
  div#loginbox p {
  	width: 170px;
  	margin: 0px;
  	background-color: #F3752B;
  	color: #fff;
  	font-weight: bold;
  	padding: 3px 0px 4px 0px;
  }
  div.padding {
  	padding: 5px 3px 6px 7px;
  }
  div#loginbox form {
  	padding: 0px;
  	margin: 0px 0px 8px 0px;
  }
  div#loginbox input {
  	margin: 2px 0px 1px 0px;
  }
  input.submit {
  	position: relative;
  	left: 90px;
  	top: 3px;
  }
 /* end loginbox */

/* end left menu styles */

/* templates/newslisting.php */
p.date {
	color: #111170;
	margin-top: 0px;
}
img.newsimage {
	float: right;
	margin: 0px 0px 5px 10px;
}
/* end templates/newslisting.php */

/* templates/documentlisting.php */
table.listing {
	margin-top: 15px;
	margin-bottom: 20px;
}
/* end templates/documentlisting.php */

/* templates/register.php and passwordchange.php */
table.registration {
	margin: 10px 10px 10px 40px;
	width: 400px;
}
/* end templates/register.php */

/* templates/print.php */
p#hide {
	margin-left: 12px;
}
/* end templates/print.php */

/* templates/forumthread.php */
table.forumthread {
	width: 100%;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin-bottom: 10px;
}
table.forumthread th {
	font-weight: bold;	
}
table.forumthread td, table.forumthread th {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 4px 6px;
}
tr.odd {
	background-color: #eee;
}
tr.even {
	background-color: #ddd;
}
p.smallright {
	text-align: right;
	font-size: 9px;
	margin: 0px 0px 5px 0px;
}
/* end templates/forumthread.php */

/* templates/forumtopic.php */
table.forumthread input.text, table.forumthread textarea {
	width: 360px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* end templates/forumtopic.php */

/* templates/forum.php */
p.small {
	font-size: 9px;
	margin: 3px 0px;
}
/* end templates/forum.php */

/* templates/calendar.php */
table#monthcal {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
table#monthcal td {
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
img.prev_next {
	border: none;
	height: 12px;
	width: 11px;
	vertical-align: middle;
	position: relative;
	top: 1px;
	margin-bottom: 5px;
}
table.dayview {
	border: 1px solid #ccc;
	width: 100%;
	margin: 10px 0px;	
}
table.dayview td {
	padding: 2px 8px;
	height: 20px;
}
td.daysothermonth {
	background-color: #eee;
}
td.weekend {
	background-color: #ddd;
}
td.today {
	background-color: #cef;
}
td.daysthismonth {
	background-color: #F8DECA;
}
.tiny {
	font-size: 9px;
}
a.subnavlinkon {
	font-weight: bold;
}
/* end templates/calendar.php */

/* templates/textadvert.php */
a.textad {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
	background-color: #fff;
}
/* end templates/textadvert.php */

/* templates/includes/advert.inc.php */
div#adverts {
	text-align: center;
	letter-spacing: -0.04em;
}
td#rightmenu {
	padding: 0px;
}
td#rightmenu div#adverts div.ads {
	display: block;
	margin: 14px 0px 0px 0px;
}
td#rightmenu div#adverts div.ads a {
	background-color: #fff;
}
/* end templates/includes/advert.inc.php */
