/***********************************************/
/* style.css                                   */
/* Copyright The Spore Zone                    */
/* Author: Matt Sutton || matt@MSStudio.co.uk  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Arial,sans-serif;
	/* font-size: 12px; */
	font-size: small;
	background-color: #152569;
	background-image: url(images/layout/bg.gif);
	background-repeat: repeat-x;
	color: #4A7030;
	width: 930px;
	margin : 0px auto;
	padding: 0px;
	text-align: center;
	background-attachment: fixed;
}

a:link, a:visited {
/*	color: #C5A87A; */
	color: #6ea848;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #98c67a;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: x-large;
	/* font-size: 18px; */
	font-weight: bold;
	color: #4A7030;
}

h2 {
	font-size: medium;
	/* font-size: 14px; */
	font-weight: bold;
	color: #4A7030;
}

h3 {
	font-size: small;
	/* font-size: 12px; */
	font-weight: bold;
	color: #4A7030;
}

h4 {
	font-size: small;
	/* font-size: 12px; */
	font-weight: normal;
	color: #4A7030;
}

h5 {
	font-size: small;
	/* font-size: 12px; */
	font-weight: normal;
	text-decoration: underline;
	color: #4A7030;
}

th {
	font-weight: bold;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: square;
}

ul ul ul ul {
	list-style-type: disc;
}

label {
/*	font: 12px Arial,sans-serif;
	color: #98C779; */
	vertical-align: middle;
}

form {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

form p {
	margin: 0px 0px 0px 0px;
}

form p + p {
	margin: 8px 0px 0px 0px;
}

input {
	font-family: Arial,sans-serif;
	font-size: small;
	/* font-size: 12px; */
	color: #617CDF;
	border: 1px #98C779 solid;
	padding: 1px 1px 1px 1px;
	margin: 4px 4px 4px 4px;
	background-color: #ffffff;
	vertical-align: middle;
}

textarea {
	font-family: Arial, sans-serif;
	font-size: small;
	/* font-size: 12px; */
	color: #617CDF;
	border: 1px #98C779 solid;
	padding: 1px 1px 1px 1px;
	margin: 4px 0px 0px 0px;
	background-color: #ffffff;
}

select {
	font-family: Arial, sans-serif;
	font-size: small;
	/* font-size: 12px; */
	color: #617CDF;
/*	padding: 1px 1px 1px 1px; */
	margin: 4px 0px 0px 0px;
	background-color: #ffffff;
}

input.button {
	background-color: #ffffff;
	width: auto;
	padding: 1px 5px 1px 5px;
	margin: 4px 10px 4px 0px;
}

input.radio {
	margin: 0px 4px 0px 0px;
	border: 0px;
}

hr.layoutSep {
	display: none;
}

a img {
	border: 0px;
}

.inlineimg {
	vertical-align: middle;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 930px;
	background-image: url(images/layout/pagebg.gif);
	background-repeat: repeat-y;
	bottom: 0px;
	text-align: left;
}

#topLinks {
	text-align: right;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background-image: url(images/layout/topbg.gif);
	background-repeat: repeat-y;
	width: 910px;
}

#navLinks {
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 5px;
	background-image: url(images/layout/topbg.gif);
	background-repeat: repeat-y;
	width: 915px;
}

#masthead {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 930px;
	height: 112px;
	background-image: url(images/layout/header.gif);
	background-repeat: no-repeat;
}

#subContainer {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 788px;
}

#content {
	float: right;
	width: 604px;
	margin: 0px 8px 0px 8px;
	padding: 0px 2px 0px 2px;
	z-index: 1;
	overflow: hidden;
	color: #4A7030;
}

#leftnavBar {
	float: left;
	width: 153px;
	margin: 15px 0px 0px 3px;
	padding: 15px 4px 0px 4px;
	background-image: url(images/layout/navigation.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 2;
}

#rightnavBar {
	float: right;
	width: 134px;
	margin: -100px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	background-color: transparent;
	color: #617CDF;
	z-index: 2;
}

#footer {
	clear: both;
	font-size: x-small;
	/* font-size: 10px; */
	color: #a6824a;
	margin: 0px 0px 0px 0px;
	padding: 20px 141px 20px 163px;
	width: 626px;
	background-image: url(images/layout/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: center;
}

/*********** markup styles ***********/
.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.nomargin {
	margin: 0px 0px 0px 0px !important;
}

.noborder {
	border: 0px black solid;
}
.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.marked, .new {
	color: #FF0000;
	font-weight: bold;
}

.new a, a.new {
	color: #FF0000 !important;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.width33 {
	width: 33%;
}

.width50 {
	width: 50%;
}

.floatleft {
	float: left;
	text-align: left;
}

.floatright {
	float: right;
	text-align: right;
}

.empty {
	display: block;
	font-size: 0px;
	line-height: 0px;
}

.clear {
	clear: both;
}

.nobullet {
	list-style-type: none;
}

.larger {
	font-size: larger;
}

.smaller {
	font-size: smaller;
}

.nowrap {
	white-space: nowrap
}

/*********** #content styles ***********/
#content h1 {
	/* font-size: 22px; */
	font-size: x-large;
	text-align: center;
/*	color: #6f5731; */
	color: #4A7030;
	/* color: #C5A87A; */
/*	background-color: #C5A87A;
	border-top: 1px solid #6F5731;
	border-bottom: 1px solid #6F5731; */
}

#content h2 {
	margin: 8px 0px 0px 0px;
	text-align: center;
}

#content p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

#content p + p {
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	text-align: justify;
}

#content ul li {
	margin: 0px 0px 0px 0px;
}

#content table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

#content hr {
	width: 90%;
	height: 1px;
	margin: 4px auto 8px auto;
	background-color: #4A7030;
	color: #4A7030;
	border: 0px solid black;
}

/*********** news article styles ***********/
.newsBlock {
	border-left: 1px solid #4A7030;
	border-top: 1px solid #4A7030;
	border-right: 1px solid #4A7030;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.newsDate {
	font-size: large;
	/* font-size: 18px; */
	font-weight: bold;
	background-color: #98C779;
	color: #FFFFFF;
	padding: 1px 2px 2px 2px;
	border-bottom: 1px solid #4A7030;
}

.newsTitle {
	font-size: medium;
	/* font-size: 14px; */
	font-weight: bold;
/*	border-top: 1px solid #6F5731; */
	padding: 2px 4px 0px 4px;
	color: #4A7030;
	background-color: #E5FFD1;
}

.newsDetails {
	border-bottom: 1px solid #4A7030;
	padding: 0px 4px 1px 4px;
	font-size: small;
	color: #4A7030;
	background-color: #E5FFD1;
}

.newsTitle a:hover, .newsTitle a:focus, .newsDetails a:hover, .newsDetails a:focus {
	color: #4A7030;
}

/* .contentDetails {
	border-left: 1px solid #6F6731;
	border-right: 1px solid #6F6731;
	border-bottom: 1px solid #6F6731;
	padding: 0px 4px 1px 4px;
	font-size: small;
} */

.newsText {
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #4A7030;
	text-align: justify;
}

.readMore {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	background-image: url(images/layout/readmorebg.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

/*********** archive styles ***********/
.archive {
	margin: 0px auto 0px auto;
	width: auto;
}

.archiveBigHead {
	font-size: large;
	font-weight: bold;
	border: 1px solid #6F5731;
	background-color: #98C779;
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	padding: 1px 4px 1px 4px;
}

.archiveHead {
	font-size: medium;
	font-weight: bold;
	border: 1px solid #6F5731;
	background-color: #98C779;
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	padding: 1px 4px 1px 4px;
}

.archiveHead a:link, .archiveHead a:visited {
	color: #4A7131;
}

ul.archiveItems {
	border-left: 1px solid #6F6731;
	border-right: 1px solid #6F6731;
	border-bottom: 1px solid #6F6731;
	padding: 1px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
	color: #6F5731;
	list-style: none;
}

ul.archiveItems li {
	margin: 4px 0px 4px 0px !important;
	padding-left: 20px;
}

/*********** general article styles ***********/
.article {
	border: 1px solid #4A7030;
	margin: 10px 0px 10px 0px;
	text-align: justify;
	overflow: hidden;
}

.articleIntro {
	font-weight: bold;
	margin: 4px 16px 4px 16px;
}

.articleSection {
	background-color: #98C779;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}

.articleText {
	padding: 0px 0px 0px 0px;
	margin: 4px 4px 4px 4px;
}

.articleDetails, .articleDetailsLeft, .articleDetailsRight {
	background-color: #98C779;
	color: #FFFFFF;
	font-weight: bold;
}

.articleDetails {
	padding: 2px 4px 2px 4px;
	margin: 0px;
}

.articleDetailsLeft {
	white-space: normal;
}

.articleDetailsRight {
	margin: 0px 0px 0px 4px;
	text-align: right;
	white-space: nowrap;
	float: right;
}

.articleSection a:link, .articleSection a:visited, 
.articleDetails a:link, .articleDetails a:visited {
	color: #4A7131;
}

.articleSection a:hover, .articleSection a:focus, .articleSection a:active,
.articleDetails a:hover, .articleDetails a:focus, .articleDetails a:active {
	color: #6ea848;
}

.articleText blockquote {
	margin: 1em 30px 1em 30px;
	padding: 0px 0px 0px 0px;
	width: auto;
}

.articleText div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
}

/*********** general comment styles ***********/
.comment {
	border: 1px solid #4A7030;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.comment img {
	vertical-align: middle;
}
.commentDetails, .commentDetailsLeft, .commentDetailsRight {
	background-color: #98C779;
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-small;
}

.commentDetails {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;

}

.commentDetailsLeft {
	white-space: normal;
	margin: 0px 0px 0px 0px;
}

.commentDetailsRight {
	margin: 0px 0px 0px 0px;
	text-align: right;
	white-space: nowrap;
	float: right;
}

.commentDetails a:link, .commentDetails a:visited {
	color: #4A7131;
}

.commentText {
	font-size: small;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	clear: both;
}

.commentSig {
	font-size: x-small;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
}

.comment hr {
	background-color: #4A7131;
	width: 90%;
	height: 1px;
	border: 0px #4A7131 solid;
	margin: 2px auto 2px auto;
}


/*********** comment form styles ***********/
/*
.commentForm {
	margin: 8px 0px 0px 0px;
}

.commentForm label {
	/* Empty *//*
}

.commentForm textarea {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #617CDF;
	border: 1px #98C779 solid;
	padding: 1px 1px 1px 1px;
	margin: 4px 0px 0px 0px;
	background-color: #ffffff;
}

.commentForm input {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #617CDF;
	border: 1px #98C779 solid;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

.commentForm input.button {
	background-color: #ffffff;
	width: auto;
	padding: 1px 5px 1px 5px;
	margin: 0px 10px 0px 0px;
}
*/

/*********** other page specific styles ***********/
#registerTable, #myDetailsTable, #loginTable, .searchTable, .clearTable {
	/* empty */
}

#registerTable th, #myDetailsTable th, #loginTable th, .searchTable th, .clearTable th {
	padding: 0px 8px 0px 0px;
	text-align: left;
	white-space: nowrap;
}

.banner {
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 20px 0px;
}

.searchTable {
	margin: 0px auto 0px auto;
}

.mainTable {
	margin: 1em auto 10px auto;
	border-left: 1px solid #4A7030;
	border-top: 1px solid #4A7030;
	border-right: 0px solid #4A7030;
	border-bottom: 0px solid #4A7030;
}

.mainTable th {
	background-color: #98C779;
	color: #FFFFFF;
	border-right: 1px solid #4A7030;
	border-bottom: 1px solid #4A7030;
	padding: 0px 4px 0px 4px;
	white-space: nowrap;
}

.mainTable th a:link, .mainTable th a:visited {
	color: #E6FFD5;
}

.mainTable th a:active, .mainTable th a:focus, .mainTable th a:hover {
	color: #FFFFFF;
}

.mainTable td {
	border-right: 1px solid #4A7030;
	border-bottom: 1px solid #4A7030;
	padding: 0px 4px 0px 4px;
}

.mainTable td.odd {
	background-color: #E6FFD5;
}

.mainTable td.even {
}

/*********** other general styles ***********/

.note {
	font-size: x-small;
	/* font-size: 10pt; */
}


/*********** #topLinks, #navLinks link styles ***********/

#topLinks a:link, #topLinks a:visited,
#navLinks a:link, #navLinks a:visited {
	color: #ffffff;
	text-decoration: none;
}

#topLinks a:hover, #topLinks a:active, #topLinks a:focus,
#navLinks a:hover, #navLinks a:active, #navLinks a:focus {
	text-decoration: underline !important;
}

/*********** #navBar styles ***********/

#leftnavBar ul, #rightnavBar ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#leftnavBar li, #rightnavBar li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#leftnavBar input, #rightnavBar input {
	width: 85px;
	font-family: Arial,sans-serif;
	/* font-size: 12px; */
	color: #617CDF;
	border: 1px #98C779 solid;
	padding: 1px 1px 1px 1px;
	margin: 0px 2px 0px 25px;
	background-color: #ffffff;
}

#leftnavBar input.radio, #rightnavBar input.radio {
	width: 14px;
	margin: 4px 2px 4px 10px;
	border: 0px;
	background-color: transparent;
}

#leftnavBar h1, #rightnavBar h1 {
	text-align: center;
	margin: 0px 0px 0px 3px;
	color: #294bc7;
	font-size: large;
	font-weight: bold;
}

#leftnavBar h2 {
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	border-top: 1px #000080 solid;
	color: #617CDF;
	font-size: larger;
}

#leftnavBar a:link, #leftnavBar a:visited {
	color: #617CDF;
}

#leftnavBar a:hover, #leftnavBar a:active, #leftnavBar a:focus {
	color: #294bc7;
	text-decoration: underline;
}

#leftnavBar li a, #rightnavBar li a {
	padding-left: 15px;
}

#leftnavBar li a:hover, #leftnavBar li a:active, #leftnavBar li a:focus,
#rightnavBar li a:hover, #rightnavBar li a:active, #rightnavBar li a:focus {
	background-image: url(images/layout/sidebarlinkbg.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#leftnavBar li.mail a:hover, #leftnavBar li.mail a:active, #leftnavBar li.mail a:focus,
#rightnavBar li.mail a:hover, #rightnavBar li.mail a:active, #rightnavBar li.mail a:focus {
	background-image: url(images/layout/mail.gif);
}

#leftnavBar .center a, #rightnavBar .center a, #leftnavBar form a, #rightnavBar form a {
	padding-left: 0px !important;
	background-image: none !important;
}

#leftnavBar form, #rightnavBar form {
	padding: 0px;
	margin: 0px;
}

#rightnavBar h2 {
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	border-top: 1px #000080 solid;
	color: #617CDF;
	font-size: larger;
}

#rightnavBar h2:first-child {
	/* Note: IE doesn't support this... */
	border-top: 0px;
}

#rightnavBar a:link, #rightnavBar a:visited {
	color: #617CDF;
	padding-left: 15px;
}

#rightnavBar a:hover, #rightnavBar a:active, #rightnavBar a:focus {
	color: #294bc7;
	text-decoration: underline;
	background-image: url(/tszp/images/layout/sidebarlinkbg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
}

#leftnavBar hr, #rightnavBar hr {
	width: 90%;
	height: 1px;
	border: 0px solid #000080;
	margin: 4px auto 2px auto;
	background-color: #000080;
}

#leftnavBar p, #rightnavBar p {
	margin: 0px;
	padding: 0px;
}

#affiliatesrhs hr {
	width: 66%;
	margin: 2px auto 4px auto;
	padding: 0px;
}
/************* #memberlogin styles ***************/

/*
#memberlogin {
	padding: 0px 0px 0px 0px;
}

#memberlogin input {
	width: 100px;
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #927951;
	border: 1px #927951 solid;
	padding: 1px 1px 1px 1px;
	margin: 0px 2px 0px 10px;
}

#memberlogin input.button {
	font-size: 8pt;
}

#memberlogin input.radio {
	width: 20px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#memberlogin label {
	display: block;
	margin: 0px;
	padding: 0px;
}
*/

/************* #footer styles ***************/

#footer a:link, #footer a:visited {
	color: #6f5731;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #a6824a;
}