
/* Standard Element styles */
body {
	color: #000;
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 100.1%;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0 5%;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

h1 { font-size: 120%; margin: 0px; padding: 0 0 .25em 0; }
h2 { font-size: 110%; margin: 0px; padding: .25em 0; }
h3 { font-size: 105%; margin: 0px; padding: .25em 0; }
label {font-weight: bold; }
p { margin-top: .5em; margin-bottom: .5em; }
a { color: #447AAC; font-weight: bold; }
a:hover { color: #9C0204; text-decoration: none; }
input, select, textarea { font-size: 100%; border: 1px solid #9C0204; }
table { font-size: 100%; margin: 4px 0; }
td { color: #666; background-color: #f0f0f0; font-size: 100%; vertical-align: top; }
td label, #lTable th label { color: #666; text-align: right; display: block; }
table input, table select, table textarea { font-size: 14px; border: 1px solid #000; background-color: #fff; }
table textarea { width: 345px; border: 1px solid #000; background-color: #fff; }
img { border: none; }
form { margin: 0; padding: 0; }

.clear { clear: both; overflow: hidden; height: 0; line-height: 0; }
.cent { text-align: center }
.right { text-align: right; }

/* min width */
.width {
	min-width:770px;
}
* html .minwidth {
	border-left:770px solid #fff;
}
* html #pgframe {
	margin-left: -770px;
	position:relative;
}
/*\*/
* html .minwidth, * html #pgframe {
	height: 1px;
}
/**/
/* end min width */
/*#pgframel, #pgframer { height: 1%; }
*/
/* Container for page */
#pgframe {
	text-align: left;
	font-size: 80%;
	color: #666;
	background-color: #fff;
}

#pgframel {
	padding-left: 10px;
	background-image: url(images/leftshadow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#pgframer {
	padding-right: 10px;
	background-image: url(images/rightshadow.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 1%;
}

/* Box for title */
#titlebox {
	padding: 3px 0 3px 3px;
	float: left;
	width: 100%;
}
#titlebox img { margin: 0; padding: 0; display: block; }

#logo {
	float: left;
}

/* Box for footer */
#footer {
	background-color: #000;
	color: #fff;
	padding: 3px;
	font-size: 85%;
	text-align: center;
}

#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; color: #ccc; }
#version { margin-top: 15px; font-size: 75%; text-align: center }

/* RSS feed button */
#feed { margin: 4px 0; text-align: center; }

/* feed icons */
a.feed {
	height: 12px;
	padding-left: 15px;
	background: url(images/feedicon.gif) no-repeat 0% 50%;
}

/* stats */
#perfStats { margin-top: 15px; font-size: 75%; text-align: center }

/* Path way */
#pathway {
	clear: both;
	background-color: #000;
	color: #fff;
	padding: 3px;
	border-bottom: 5px solid #fff;
}

#pathway a {
	color: #fff;
	font-weight: bold;
}

#pathway a:hover {
	text-decoration: none;	
}

/* Style for tabs */
#tabs {
	padding: 0; 
	margin: 0; 
	list-style-type: none;
	white-space: nowrap;
	font-weight: bold;
	display: block;
	height: 1%;
	clear: both;
}

#tabs li {
	float: left;
}

#tabs a {
	display: block;
	padding: 2px 8px;
	color: #000;
	border: 1px solid #fff; 
	text-decoration: none;
	background-image: url(images/tabbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
}

#tabs a:hover {
	color: #9C0204;
	text-decoration: underline;
	background-image: url(images/tababg.jpg);
}

#tabs #activetab span {
	width: auto;
	display: block;
	padding: 2px 8px;
	color: #000;
	border: 1px solid #fff; 
	text-decoration: none;
	background-image: url(images/tababg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
}

/* Content and right column */
#outer {
	margin-right: 180px;
}
#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;
	margin-bottom: 10px;
}

#rightcolin {
	margin-left: 5px;
}

#outer3 {
	margin-left: 200px;
	margin-right: 180px;
}

/* Category boxes */
.catbox {
	width: 100%;
	margin: 4px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

.catL { float: left; width: 49.5% }
.catR { float: right; width: 49.5% }

/* Home 2 col box */
.hpbox {
	width: 100%;
	margin: 4px 0;
	padding-bottom: 8px;
}

.hcatL{ float: left; width: 32.5% }
.hcatR { float: right; width: 64.5% }

.catbox ul { margin-left: 10px; padding-left: 10px; margin-top: 0; margin-bottom: 0; }
.catbox li { margin-top: 4px; margin-bottom: 4px; }
.catbox ul ul { margin-top: 0; margin-bottom: 0; margin-left: 10px; padding-left: 10px; }

.catbox a.subcat { font-weight: normal; font-size: 85%; color: #666; }
.catbox a:hover.subcat { font-weight: normal; font-size: 85%; color: #9C0204; }
.wdcatcnt { font-size: 75%; }

/* search box */
#searchForm { margin: 5px 11px 12px 0; text-align: right; float: right; margin-top: 20px; }

/* Add site/cate box */
#addlbox {
	text-align: center;
	padding: 3px;
	margin: 8px 0 5px 0;
	border: 1px solid #f0f0f0;
	background-color: #f7f7f7;
}

/* Alpha index (home page) */
.alphaIdx { font-weight: bold; list-style-type: none; margin: 10px 0 0 0; padding: 0; text-align: center; }
.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: #f0f0f0;
	font-weight: normal; padding: 4px; border: dotted 2px #9A0003;
}
.entryNorm {
	font-weight: normal; padding: 4px; /*border-bottom: dotted 2px #9A0003;*/
}
.entryRecip  {
	background-color: #f7f7f7;
	font-weight: normal; padding: 4px; border-bottom: dotted 2px #9A0003;
}
.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 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: normal;
	padding: 4px;
	border: 1px solid;
	border-color: #ccc;
	background-image: url(images/tabbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#featuredBox h2 {
	margin-top: 0;
	margin-bottom: .125em;

	background-color: #51b0dc;
	color: #fff;
	padding: 2px 4px;
}

#featuredEntry { margin-top: 7px; }

#categories {
	padding: 8px;
	border: 1px solid;
	border-color: #ccc;

	border-top: 5px solid;
	border-top-color: #51b0dc;
	background-image: url(images/tabbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Forms */
.contactErr { background-color: #F58320; color: #fff; padding: 5px; margin-top: 8px; margin-bottom: 8px; font-weight: bold; }
.submitnote {
	background-color: #f0f0f0;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px solid #888;
	border-left-width: 5px;
	border-right-width: 5px;
}
.submitnote ul { margin-top: 4px; margin-bottom: 4px; }
#jab, #suggest1, #suggest2, #mod1, #mod2, #newcat1, #newcat, #report, #report table { width: 80%; margin: 0 auto; text-align: left; }
#report table { margin: 4px 0;}

/* contact form */
#contact table { text-align: left; margin: 0 auto; }
.formrequired { font-weight: bold; font-size: 200%; color: #f00; }
#regoffice { color: #7b7b7b; font-size: .95em; text-align: center; margin-top: 20px; margin-right: 20px; margin-left: 20px; padding-top: 4px; border-top: 1px solid #afafaf }

/* Pay boxes */
.payhdr {
	background-color: #C21E1E;
	color: #fff;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}

.nrmhdr {
	background-color: #ccc;
	color: #000;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}


#paybox {
	width: 100%;
	margin-top: 10px;
}

#payL {
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	float: left;
	width: 49.5%
}

#payR {
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	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: #f0f0f0;
	border: 1px solid #9A0003;
	margin-bottom: 8px; font-weight: normal; padding: 4px;
}
#entryPreviewTitle { font-weight: bold; text-decoration: underline; }

/* Ad area */
#adarea0 { margin-top: 10px; text-align: center; }
#adarea0 img { margin-left: 5px; margin-right: 5px; border: 0; }
#adarea1 {
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}
#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;}

#adarea0h { margin: 10px 0; text-align: center; }
#adarea0h img { margin-left: 5px; margin-right: 5px; border: 0; }

#adarea1h {
	margin-top: 10px;
	text-align: center;
}
#adarea1h img { margin-left: 5px; margin-right: 5px; border: 0;}

/* Sponsors box */
#sponsors {
	margin-top: 8px;
	padding: 5px;
	border: 1px solid #888;
	border-left-width: 5px;
	border-right-width: 5px;
	background-color: #f7f7f7;
	font-size: 90%;
}
#sponsors ul {
	margin-top: 4px;
	margin-bottom: 0;
}

/* submenu */
#submenu {
	text-align: right;
	padding-right: 11px;
}

/* Ad area 2 box */
#adarea2 {
	margin-top: 8px;
	padding: 5px;
	border: 1px solid #888;
	border-left-width: 5px;
	border-right-width: 5px;
	background-color: #f7f7f7;
}

/* Express only fields */
.exponlytop td {
	border-top: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: #888;
}

.exponlyl {
	border-left: 2px solid;
	border-color: #888;
}

.exponlyr {
	border-right: 2px solid;
	border-color: #888;
}

.exponlybtm td {
	border-bottom: 2px solid;
	border-color: #888;
}

/* Cloud list */
.cloud {
	list-style: none;
	border: 1px solid #ccc;
	margin: 8px 0 8px 0px;
	padding: 4px;
	
	border-top: 5px solid;
	border-top-color: #51b0dc;
	background-image: url(images/tabbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.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; }

.lastupdated {
	font-size: 85%;
	text-align: right;
}

/* live news */
#livenewsBox, #livenewsBox2 {
	border: 1px solid;
	border-color: #ccc;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
}

#livenewsBox {
	border-top: 5px solid;
	border-top-color: #51b0dc;
	background-image: url(images/tabbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#livenewsBox ul, #livenewsBox2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#livenewsBox li a, #livenewsBox2 li a {
	font-size: 110%;
	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;
}

.bookmarks {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
}

.bookmarks li {
	display: inline;
	padding: 0 4px;
}

/* themes */
.themes {
	list-style: none;
	margin: 0;
	padding: 0;
}

.themes li {
	text-align: center;
	margin: 20px 0;
}
