
/* Standard Element styles */
body {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	font-size: 100.1%;
}

h1 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 110%;
}

img {
	border-style: none;
}

label {
	font-weight: bold;
}

p {
	margin-top: .5em;
	margin-bottom: .5em;
}

a {
	color: #000;
	font-weight: bold;
}

a:hover {
	color: #9C0204;
	text-decoration: none;
}

table {
	margin: 4px auto;
	border: 2px solid #ccc;
	width: 97%;
}

td {
	font-size: 100%;
	background-color: #eee;
	color: #000;
	vertical-align: top;
}

td label {
	text-align: right;
	display: block;
}

input, select, textarea {
	border: 1px solid #000;
	background-color: #fff;
}

textarea {
	width: 345px;
}

.clear { clear: both; overflow: hidden; height: 0; line-height: 0; }
.cent { text-align: center }
.right { text-align: right; }

/* Container for page */
#pgframe {
	font-size: 80%;
	margin: 0 8%;
	border: 5px solid;
	border-color: #aaa;
	background-color: #fff;
	text-align: left;
	color: #000;
	min-width: 740px;
}

/* Box for title */
#titlebox {
	color: #fff;
	background-color: #2476AE;
	padding: 15px;
}

#titlebox #dname {
	font-size: 145%;
	font-style: italic;
	font-weight: bold;
}

#titlebox #tmnu {
	text-align: right;
}

#titlebox #tmnu a {
	font-weight: bold;
}

#titlebox #tmnu a:hover, #footer a:hover {
	text-decoration: none;
}

#titlebox a, #footer a { color: #fff; }

/* Box for footer */
#footer {
	background-color: #2476AE;
	border-top: 5px solid #313131;
	color: #fff;
	padding: 5px;
	font-size: 85%;
	text-align: center;
	margin-top: 5px;
}

/* RSS feed button */
#feed { margin: 4px 0; }

/* stats */
#perfStats {
	margin-top: 15px;
	font-size: 60%;
	text-align: center;
}

/* Path way */
#pathway {
	background-color: #313131;
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 5px;
}

#pathway a {
	color: #fff;
	font-weight: bold;
}

#pathway a:hover {
	text-decoration: none;
}

/* Content and right column */
#outer {
	margin-right: 180px;
	background-image: url(images/vertbar.gif);
	background-repeat: repeat-y;
	background-position: right 0;
}
#inner { margin: 0; width: 100%; }
#content { float: left; width: 100%; }
#contentin { padding: 8px; }

#rightcol {
	float: left;
	width: 180px;
	margin-right: -180px;
	position: relative;
	text-align: center;
}

#rightcolin {
	margin-left: 5px;
}

/* Home page columns */
#hpcolbox {
	width: 100%;
}

#hpcolleft {
	width: 49.5%;
	float: left;
}

#hpcolright {
	width: 49.5%;
	float: right;
}

/* Category boxes */
#catbox, #catbox2 {
	width: 100%;
	margin: 8px 0;
	padding: 5px 0;
	background-color: #f3f3f7;
	background-image: url(images/vertbar.gif);
	background-position: 50% 0;
	background-repeat: repeat-y;
}
#catL, #catL2 { float: left; width: 49.5% }
#catR, #catR2 { float: right; width: 49.5% }

#catbox ul, #catbox2 ul { margin-left: 10px; padding-left: 10px; margin-top: 0; margin-bottom: 0; list-style: square; }
#catbox li, #catbox2 li { margin-top: 4px; margin-bottom: 4px; }
#catbox ul ul, #catbox2 ul ul { margin-top: 0; margin-bottom: 0; margin-left: 10px; padding-left: 10px; }
#catbox a.subcat, #catbox2 a.subcat { font-weight: normal; font-size: 75%; color: #666; }

.wdcatcnt { font-size: 85%; }

/* search box */
#searchForm { margin: 5px 0 8px 0; }

/* Add site/cate box */
#addlbox {
	text-align: center;
	background-color: #313131;
	color: #fff;
	padding: 3px;
	margin: 5px 0;
}

#addlbox a { color: #fff; }

/* Alpha index (home page) */
.alphaIdx { font-weight: bold; list-style-type: none; margin: 10px 0 0 0; padding: 0; text-align: center; font-size: 85%; }
.alphaIdx li { display: inline; text-align: center }
.alphaIdx li a { padding: 0 2px; border: 1px solid #fff; }
.alphaIdx li a:hover  { background-color: #E2EDFB; border: 1px solid #9A0003; }

/* Page selection */
div.pgsel { text-align: center; margin-top: 4px; margin-bottom: 4px; padding: 3px; }
a.pgsel:hover { text-decoration: underline }

/* Listings */
.entryHigh {
	background-color: #eee;
	font-weight: normal; padding: 4px; border-bottom: dotted 1px #ccc;
}
.entryNorm {
	font-weight: normal; padding: 4px; border-bottom: dotted 1px #ccc;
}
.entrybox  { list-style-type: none; margin: 0; padding: 6px 0; }
.entrybox li { font-weight: bold; margin-top: 2px; margin-bottom: 2px; }
.entdesc, .lnkrate, .lnkurl, .lnkop, .wnclnk { font-size: 95%; }
.lnkurl, .entdesc { margin-top: 5px; }
.lnkop, .wnclnk { text-align: right; }

#featuredBox {
	background-color: #eee;
	border: 1px solid;
	border-color: #ccc;
	margin-right: 8px;
	margin-bottom: 8px;
	font-weight: normal;
	padding: 9px;
}

#featuredEntry { margin-top: 7px; }

/* Forms */
.contactErr {
	background-color: #FFFFCC;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	border: 1px solid;
	border-color: #c90000;
}

/* Pay boxes */
.payhdr {
	background-color: #313131;
	color: #fff;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}

#paybox {
	width: 100%;
	margin-top: 10px;
}

#payL {
	background-color: #f0f0f0;
	border: 1px solid #9A0003;
	float: left;
	width: 49.5%
}

#payR {
	background-color: #f0f0f0;
	border: 1px solid #9A0003;
	float: right;
	width: 49.5%
}

#payL ul, #payR ul {
	margin-left: 10px;
	padding-left: 10px;
}

.declare { display: inline; text-align: left; font-weight: normal; }
#Geographic_Location__rbreq0, #Geographic_Location__rbreq1 { border: none; background-color: #f0f0f0; }

/* Preview box */
#entryPreview {
	background-color: #eee;
	border: 1px solid #ccc;
	margin-bottom: 8px; font-weight: normal; padding: 9px;
}
#entryPreviewTitle { font-weight: bold; text-decoration: underline; }

#sponsors {
	border: 1px solid;
	border-color: #ccc;
	background-color: #eee;
	padding: 4px 9px;
	margin: 12px 0 6px 0;
}

#sponsors ul {
	list-style: square;
	margin-top: 0;
	margin-bottom: 0;
}

/* Ad area */
#adarea0 { margin-top: 10px; text-align: center; }
#adarea0 img { margin-left: 5px; margin-right: 5px; border: 0; }
#adarea1 { margin-top: 10px; margin-bottom: 10px; text-align: center; }
#adarea1 img { margin-left: 5px; margin-right: 5px; border: 0;}
#adarea2 { margin-top: 10px; text-align: center; }
#adarea2 img { margin-left: 5px; margin-right: 5px; border: 0;}

/* Cloud list */
.cloud { list-style: none; margin: 0; padding: 6px; border: 1px solid #ccc; }
.cloud li { display: inline; }

.cloud a { text-decoration: none; }
.cloud1 a { color: #7B9AA4; }
.cloud2 a { font-size: 130%; color: #AF98AF; }
.cloud3 a { font-size: 150%; font-weight: bold; color: #5A7B84; }
.cloud4 a { font-size: 150%; font-weight: bold; color: #8C5F51; }
.cloud1 a:hover, .cloud2 a:hover, .cloud3 a:hover, .cloud4 a:hover { text-decoration: underline; }

/* cloud page */
#cloudbox {
	width: 100%;
	margin: 8px 0;
	padding: 5px 0;
	background-image: url(images/vertbar.gif);
	background-position: 50% 0;
	background-repeat: repeat-y;
}
#cloudL { float: left; width: 49.5% }
#cloudR { float: right; width: 49.5% }

/* submission terms */
#terms {
	height: 250px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #eee;
}

/* live news */
#livenewsBox, #livenewsBox2 {
	border: 1px dotted;
	border-color: #ccc;
	margin-right: 8px;
	margin-bottom: 8px;
	font-weight: normal;
	padding: 9px;
}

#livenewsBox {
}

#livenewsBox ul, #livenewsBox2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#livenewsBox li a, #livenewsBox2 li a {
	font-size: 110%;
	color: #6699FF;
	text-decoration: none;
}

#livenewsBox li a:hover, #livenewsBox .meta a:hover, #livenewsBox2 li a:hover, #livenewsBox2 .meta a:hover {
	color: #9C0204;
	text-decoration: underline;
}

#livenewsBox .meta, #livenewsBox2 .meta {
	font-size: 95%;
	color: #669900;
}

#livenewsBox .meta a, #livenewsBox2 .meta a {
	color: #669900;
	font-weight: normal;
}

#livenewsBox .more, #livenewsBox2 .more {
	font-size: 85%;
	text-align: right;
}

#livenewsBox2 li {
	margin: 12px 0;
}

