/* Basic site style */
body  { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #000066; margin: 0; padding: 0; text-align: center; }
table, td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*border: solid 1px red;*/
}
div {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	color: #111170;
}
h2 {
	color: #111170;
	font-weight: bold;
	font-size: 16px;
	margin: 22px 0px -4px 0px;
}
h3, h4, h5, h6 {
	margin-top: 12px;
	margin: 16px 0 -6px 0;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	color: #111170;
}
h4 {
	font-weight: bold;
	font-size: 12px;
}
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, select, button, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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

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


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

td#contentarea ul {
	z-index: 0;
	list-style: disc;
}

td#contentarea ul li {
	margin-bottom: 5px;
}

div#footer, div#footer2   { background-color: #f60; background-repeat: repeat-x; margin: 0; width: 740px; height: 28px; border-top: 1px solid #006; border-bottom: 0; }
div#footer {
	text-align: center;
}
div#footer p, div#footer2 p {
	margin: 6px 0px 0px 10px;
}
img#masthead {
	margin: 0px;
	margin-bottom: -2px;
}
div#outer>img#masthead {
	margin-bottom: 0px;
}

a.pgfooter   { color: #006 }
a.pgfooter:visited   { color: #fc3; text-decoration: none }
a.pgfooter:hover { color: #fff; text-decoration: underline }
a.pageaction  { color: #006; margin-right: 10px; float: right }
a.pageaction:visited  { color: #fff; text-decoration: none }
a.pageaction:hover { color: #fff; text-decoration: underline }
a.pageaction img {
	border: none;
	vertical-align: middle;
	margin-right: 3px;
	position: relative;
	top: -1px;
}
/* end constructor div styles */


table#content {
	width: 740px;
	padding: 0px;
	/*margin-top: -2px;*/
}
 
 /* related items box */
  div#relations {
  	width: 170px;
  	margin: 0px 0px 20px 0px;
  	background-color: #a6caf0;
  }
  div#relations p {
  	width: 170px;
  	margin: 0px;
  	background-color: #000099;
  	color: #fff;
  	font-weight: bold;
  	padding: 3px 0px 4px 0px;
  }
  a.relate {
  	display: block;
  	margin-bottom: 6px;
  }
 /* end related items box */
  div#border  { width: 170px; border: solid 1px #006 }
 
 /* search box */
  div#search  { background-color: #a6caf0; margin-bottom: 20px; width: 170px }
  div#search p {
  	width: 170px;
  	margin: 0px;
  	background-color: #000099;
  	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: #A6CAF0;
  }
  div#loginbox p {
  	width: 170px;
  	margin: 0px;
  	background-color: #000099;
  	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;
	width: 100%;
}
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: #efefef }
td.weekend  { background-color: #e6e6e6 }
td.today  { background-color: #a6caf0 }
td.daysthismonth  { background-color: #c0cce6 }
.tiny {
	font-size: 9px;
}

table#monthcal a:link, table#monthcal a:visited {
	color: #006;
}

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 */


.pd_membership, 
.pd_region,
.pd_short,
.pd_long,
.pd_url {
	margin: 0.5em 0;
} 
.pd_label {
	margin: 0.5em 0 0 0;
} 

.pd_error {
	color: red;
	font-weight: bold;
}

.pd_success {
	color: green;
	font-weight: bold;
}

.pd_cons { margin-left: 30px; }
.pd_membership { font-weight: bold; }

#pd_logo {
	float: right;
}
@media print {
	#pd_logo {
		float: none;
	}
}
#pd_logo img {
	border: none;
}

div#pd_linkp { background-color: #a6caf0; margin-bottom: 20px; width: 170px }

div#pd_link {
  	width: 170px;
  	margin: 0 0 20px 0;
  	background-color: #000099;
  	color: #fff;
  	font-weight: bold;
  	padding: 3px 0px 4px 0px;
  }

div#pd_link a { color: white; text-decoration: none; }
div#pd_link a:hover { color: silver; text-decoration: none; }

.errormsg
{
font-weight: bold;
  color: #FF0066;
}
