 
/* Standard Element styles */
body {
	font-size: 100.1%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: center;
	margin: 0px;
	padding: 3px 0;
}

h1 {
	font-family: Tahoma,Calibri,Verdana,Geneva,sans-serif;
	font-size: 14px;
	color: #2B5D74;
	border-bottom: dotted 1px #2B5D74;
	border-top: solid 3px #2B5D74;
	padding: 3px 3px 5px 3px;
	margin: 4px 0 12px 0px;
}
	
h1 a:hover {text-decoration: none;}
h1 a { color: #2B5D74; text-decoration: none}
h2 { margin: 6px 0px 12px 3px; font-size: 150%; color: #5588cc; font-family: Tahoma; }
img { border-style: none }
label {font-weight: bold; }
p { margin-top: .125em; margin-bottom: .250em; line-height:140%; padding-left: 3px; }
a { color: #3333CC; text-decoration: none}
a:hover { color: #990000; text-decoration: underline; }
select, textarea { font-size: 100%; border: 1px solid #5588cc; font-family: Tahoma; font-size: 8pt; }
table { font-size: 100%; margin: 0; padding: 0; border-collapse: collapse; }
td { padding: 2px; background-color: #fff; color: #000; font-size: 100%; vertical-align: top; }
th {
	border: 1px solid #5588cc;
	background-color:#5588cc;
	color: #FFFFFF;
	padding: 3px 3px 3px 3px;
}
td label { text-align: right; display: block; }
table input, table select, table textarea { font-family: Tahoma; font-size: 8pt; border: 1px solid #5588cc; background-color: #fff; }
table textarea { width: 345px; border: 1px solid #5588cc; background-color: #fff; }

.clear { clear: both; overflow: hidden; height: 0; line-height: 0%; }
.cent { text-align: center }
.yes { text-align: center; vertical-align: middle}
.right { text-align: right; }
.left { text-align: left; }
/* Container for page */

#pgframe {
	width: 970px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	border: none;
	background-color: #fff;
	text-align: left;
	font-size: 75%;
	color: #000;
}

/* Box for title */

#titlebox {
	background-color: #fff;
	border-bottom: 5px solid #fff;
	color: #fff;
	padding: 0px;
}

#titlebox #dname {
	font-family: Tahoma,Calibri,Verdana,Geneva,sans-serif;
	font-size: 24px;
	padding: 20px 0px 3px 0px;
	border: none;
	font-weight: bold;
	color: #2B5D74;
	height: 28px;
}

#navbar {background-color:#2B5D74; 
	padding:5px 5px 5px 25px;
	color: #fff;
	font:   11px Arial, Calibri, Verdana, Geneva, sans-serif;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;} 
#navbar a { color: #fff; padding-right: 15px}
#navbar a:hover { color:rgb(255, 255, 255); }

#tmnu {font-family: Tahoma, Verdana, Arial;	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px 5px 25px;
	margin: 0;
	background-color:#4D85A1;
}
#tmnu a {font-size: 10pt; font-weight: bold; font-family: Tahoma;
    		   	text-decoration: none;  padding:5px 15px 5px 15px; color:#fff; border-top: 1px solid #Cedfeb;
	border-right: 1px solid #Cedfeb;}
#tmnu a:hover {text-decoration: none; color:#111111; font-family: Tahoma; background:#4D85A1 url(http://www.goldroo.org/images/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x   0 -4px;}
#tmnu a.selec{
	color:#111111;  
	background:#4D85A1 url(http://www.goldroo.org/images/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x ;
	position:relative;
	top:0px;
	padding-top:8px; 
	z-index:10;
}

/* FOOTER */
#footer {font:  normal 13px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	color: #fff; text-align:right;
	margin: 5px 0 4px 0;
	-moz-box-shadow: -2px 2px 2px #c8c8c8;
	-webkit-box-shadow: -2px 2px 2px #c8c8c8;
	background:#4D85A1 none   ;
	padding:5px 0px 5px 0px;
	border:1px solid #435769;
}

#footer a {font-size: 10pt; 
    		   	text-decoration: none;  padding-right: 7px; 
    		   	padding-top: 5px; padding-bottom: 5px; color:#fff;}
    		   	
#footer a:hover {text-decoration: underline;}

#addlbox a {
	font-size: 8pt; font-weight: bold; font-family: Tahoma, Verdana, Arial;;
    		   	text-decoration: none;  padding-left: 5px; padding-right: 5px; 
    		   	padding-top: 1px; padding-bottom: 1px; color:#444444;}
    		   	
#addlbox a:hover {background-color: #dddddd; text-decoration: none; color:#444444; font-family: Tahoma;}

#titlebox a { color: #fff; }

/* RSS feed button */
#feed { margin: 0 auto 0 auto; border: none; display: block; width: 80px; }

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

/* Path way */
#pathway {
		padding-bottom: 8px; padding-left: 6px; padding-top: 5px;
}

#pathway a {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none
}

#pathway a:hover {
	text-decoration: underline;	
	color: #ff0000;
}

/* Content and right column */
#outer {border-right: 255px solid #fff;}
#outer2 {border-right: 0px }
#inner { margin: 0; width: 100%; border-right: 1px solid #ccc; }
#inner2 { margin: 0; width: 100%; }
#content { float: left; width: 100%; }
#contentin { padding-right: 5px; }
#contentin2 { padding-right: 0px; }


#rightcol {
	float: left;
	width: 255px;
	margin-right: -255px;
	position: relative;
}

#rightcolin {
	margin-left: 5px;
	text-align: right;
	position: relative;
	width: 249px;
	}
	
/* Category boxes */
#catbox2 { border-top: #CCC 1px solid; margin-top: -13px; font-size: 90%}
#catL2, #catM2, #catM22 { float: left; width: 25% }
#catR2 { float: right; width: 24% }
#catbox2 ul { margin-left: 2px; padding-left: 2px; margin-top: 2px; margin-bottom: -2px; list-style-type: none;}
#catbox2 li {}
#catbox2 ul ul { margin-top: 0; margin-bottom: 0; margin-left: 10px; padding-left: 10px; }

#catbox, #sponsors {
	background-color: #fff;
	border: none;
	padding: 3px;
}
#catL { float: left; width: 262px; text-align: center; }
#catlg { float: left; width: 180px; text-align: center; }
#catR { float: right; width: 446px; text-align: center; border-left: 1px solid #ccc;}
#catrg { float: right; width: 588px; text-align: center; border-left: 1px solid #ccc;}
#catLid { float: left; width: 49.5% }
#catRid { float: right; width: 49.5% }
.wdidxtitle { color: #336699; font-weight:bold; font-style:italic; }

#catbox ul, #sponsors ul { margin-left: 10px; padding-left: 10px; margin-top: 0; margin-bottom: 0; list-style-type: none;}
#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: 75%; color: #666; }

.wdcatcnt { font-size: 85%; }

.cattext {
	background-color: #fff;
	border: none;
	padding: 0px;
	position: relative;
	height: 1%;
	margin: 3px 3px 8px 3px;
}


/* search box */
#searchForm { margin: 0px 0 8px 0; }

/* Add site/cate box */
#addlbox {
	text-align: center;
	background-color: #bbccee; 
	border: 2px solid #bbccee; 
	margin: 0px; 
	font-family: Tahoma; 
	padding: 1px;
}

/* Alpha index (home page) */
.alphaIdx { font-weight: bold; list-style-type: none; margin: 10px 0 0 0; padding: 10px; 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: #e3eaf7; border: 1px solid #8aa1e3; }

/* Page selection */
div.pgsel { text-align: center; margin-top: 4px; margin-bottom: 4px; padding: 3px; }
a:hover.pgsel { text-decoration: underline }

/* Listings */
.entryHigh, .entryNorm {
	padding: 4px; border: none; 
	height: 1%; line-height:135%; border-bottom: 1px solid #ccc; 
}
.entryHigh h2, .entryNorm h2, #featuredEntry h2 {margin: -3px -3px 0px -3px; padding: 3px; position:relative; font-size: 110%}

.entrybox  { list-style-type: none; margin: -7px 0px 0px 0px; padding-top: 0px; padding-left: 0px; padding-right: 0px}
.entrybox li { font-weight: bold; margin-top: 0px; margin-bottom: 0px; }
.entdesc, .lnkrate, .lnkurl, .lnkop, .wnclnk { font-weight: normal; font-size: 100%; }
.lnkurl { color: #008000; margin-top: 5px; clear: left;}
.entdesc {margin-top: 5px;}
.linkstyle { text-align: left; font-size: 8pt; font-weight: normal; margin-top: 5px }
.lnkop, .wnclnk { text-align: right; padding-bottom: 5px; clear: left; }

#featuredBox {
	background-color: #fff;
	margin-bottom: 8px; 
	font-weight: normal;
	padding: 4px; line-height:135%;
}

#featuredEntry { margin-top: 0px; height: 1%;}

/* Forms */
.contactErr { background-color: #F58320; color: #fff; padding: 5px; margin-top: 8px; margin-bottom: 8px; font-weight: bold; }

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

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

#payL {
	background-color: #f2f2f2;
	border: 1px solid #5588cc;
	float: left;
	width: 48%
}

#payR {
	background-color: #f2f2f2;
	border: 1px solid #5588cc;
	float: right;
	width: 48%
}

#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: #ffffff;
	border: 1px solid #5588cc;
	margin-bottom: 8px; font-weight: normal; padding: 4px;
}
#entryPreview ul		 { margin-left: 5px; margin-top: 0px; margin-bottom: 0px; padding-left: 0px; list-style: none; text-align: left; line-height:125%;}
#entryPreview li	 { padding-left: 10px; font-size: 9pt; margin: 5px; background-image: url('/img/bl.gif');
			   background-repeat: no-repeat; background-position:  0 .5em; }
#entryPreviewTitle { font-weight: bold; text-decoration: underline; }

/* Ad area */
#adarea0 { margin-top: 0px; text-align: center; padding-bottom: 0px; font-size: 8pt; font-weight: normal;}
#adarea0 h1 a {color:#FFF}
#adarea0 h1 a:hover {color:#FFF}
#adarea1 { margin-top: 0px; text-align: center; font-size: 8pt; padding-bottom: 5px; }
#adarea1 img { margin-left: 5px; margin-right: 5px; border: 0px none;}
#adarea2 { margin-bottom: 8px; 
	font-weight: normal;
	padding: 0px;}
#adarea2 h3 { margin: 20px 0px 12px 3px; font-size: 10pt; color: #5588cc; font-family: Tahoma; display: block; width: 99%; border-bottom: 1px solid #ccc }
#adarea2 a { color: #0000FF; text-decoration: none; }
#adarea2 a:hover {color: #990000; text-decoration:underline}
#adarea0 h3 { text-align: left; font-size: 8pt; font-weight: bold; margin-bottom: 1px; }
#adarea0 h4 { text-align: left; font-size: 8pt; font-weight: normal; margin-bottom: 7px; padding-bottom: 7px; margin-top: 1px; display: block; border-bottom:1px solid #ccc;}
#adarea0 p { text-align: left; font-size: 8pt; }
#adarea0 h4 a { color:#008000; }
#adarea0 a { color: #0000FF; text-decoration: none; }
#adarea0 a:hover {color: #990000; text-decoration:underline}

/* Added by wizz */

input		{ font-size: 8pt; font-family: Tahoma; background-color:#FFFFFF }
.input		{ border:1px solid #ccc; font-family: Tahoma; font-size: 9pt; font-weight: bold; color:#FFFFFF; background-color:#4D85A1; padding: 3px}
.inpu		{ border:none; }
h3		    { margin: 10px 0px 6px 3px; font-size: 11pt; color: #2B5D74; font-weight: bold; font-family: Tahoma; text-align: left; }
h4		    { margin: 20px 0px 12px 3px; font-size: 11pt; color: #2B5D74; font-family: Tahoma; display: block; width: 99%; border-bottom: 1px solid #ccc; clear: both; }
h5		    { margin: 20px 0px 8px 3px; color: #2B5D74; font-family: Tahoma; font-size: 110%; display: block; width: 99%; border-bottom: 1px solid #ccc;}
h6		    { margin: 7px 0px 5px 3px; color: #2B5D74; font-size: 110%; font-family: Tahoma;}
.s			{ font-size: 85% }
.p			{ font-size: 8pt; color: #000; margin: 0 0 0 0; }
.rule        { border-top-width: 1px; border-top-style: solid; border-color: #ccc; margin: -1px; padding-bottom: 2px; }
.rule2       { border-top-width: 1px; border-top: dotted 1px #2B5D74; margin: -1px; padding-bottom: 5px; }
em		{ color: #336699; font-weight:bold; font-style:italic }
i		{ color: #FF0000; font-style:italic; text-decoration:none }
dfn { cursor: help; border-bottom: 1px #03C dashed}
dfn a:hover {text-decoration:none}

.list td	{ width: 33%; padding:3px; }
.list		{ width: 100%; margin-bottom: 10px; }
.list p 	{ margin-bottom: 2px; }
.gmap {width: 99.5%; border-bottom: 1px solid #999; margin-left: 3px; margin-top: -10px}
.gmap td {padding: 0px; margin: 0px; vertical-align: baseline}

.add	{ border-collapse: collapse; width: 99%; margin-left: 3px}
.add td { border:1px solid #ccc; padding: 4px; }

ol { line-height:150%; }
.bul		 { margin-left: 5px; margin-top: 0px; margin-bottom: 0px; padding-left: 0px; list-style: none; text-align: left; line-height:140%;}
.bul li	 { padding-left: 10px; font-size: 9pt; margin: 5px; background-image: url('/img/bl.gif');
			   background-repeat: no-repeat; background-position:  0 .5em; }
#detail ul		 { margin-left: 5px; margin-top: 0px; margin-bottom: 0px; padding-left: 0px; list-style: none; text-align: left; line-height:140%;}
#detail i { color: #336699; font-weight:bold; font-style:italic }
#detail li	 { padding-left: 10px; font-size: 9pt; margin: 5px; background-image: url('/img/bl.gif');
			   background-repeat: no-repeat; background-position:  0 .5em; }			   
#detail img { border-style: none; margin: 5px}
#detail h1, #detail h2, #detail h3, #detail h5, #detail h6 { display: none }   
#detail h4 a:hover {text-decoration:none}
#detail td {vertical-align: top;}

#nav				{ text-align: left; margin-left: -1px; margin-top: -1px; margin-bottom: -2px; margin-right: -1px; font-family: Tahoma;}		
#nav ul			{ margin: 0; padding: 0; list-style-type: none; font-size: 8pt; font-weight: bold; }
#nav li 			{ margin: 0 0 1px 0; }
#nav a, #nav ul ul a {width: 239px}
#nav a				{ display: block; color: #444444; background-color: #fff; text-decoration: none; padding-left:2px; padding-right:10px; padding-top:2px; padding-bottom:2px;  border-bottom: 1px solid #ccc }
#nav a:hover	{ color: #5588cc; background-color: #dddddd; text-decoration: none }
#nav ul ul li { margin: 0 0 1px 0; }
#nav ul ul a	{ display: block; color: #808080; background-color: #fff; 
					text-decoration: none; padding-left:10px; padding-right:2px; padding-top:2px; padding-bottom:2px }
#nav ul ul a:hover	{ color: #5588cc; background-color: #dddddd; text-decoration: none; }	

#overDiv 	 {position:absolute; text-align: left; visibility:hidden; z-index:1000; border: 1px solid #5588cc; 
			  padding: 0px; margin: 0px;}	
form		{ margin-top: 2px; margin-bottom: 2px; }

.out	{ float: left; border: none; padding: 2px; width: 20px; height: 20px; }
.in	{ float: right; border: none; padding: 2px; width: 20px; height: 20px; }
.thumb	{ float: left; border: none; margin-top: 5px; margin-right: 5px; margin-bottom: 1px;}
#logo	{ float: right; border: none; margin: 0px;}
.top  { float: right; font-size: 75%; }
.artimg {float: left; border: none; margin: 5px 8px 5px 2px; line-height:140%; font-size: 8pt; background-color: #CCC; text-align:center; padding: 4px}

.copy {border: 1px solid #003399; font-size: 8pt; margin-top:5px}
.author {
	background-image: url('/img/listhdg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fefefe;
	font-weight: normal; border: 1px solid #ccc; font-size: 8pt}
.author h6 {font-size:8pt;}
.sponsor {
	background-color: #FFFBE6;
	border: solid 1px #ffd308;
	margin-bottom: 8px; margin-top: 8px;
	font-size: 8pt;}
.sponsor h6 {font-size:8pt;}
.art {margin-bottom: 8px; margin-top: -4px; font-size: 8pt;
	border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc; border-bottom:5px solid #4D85A1;
	padding: 4px;
	background-image: url(images/tabbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bookmarks {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
}

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

.ptrad { font-size: 8pt; }
.banner { font-size: 8pt; text-align: left; width: 468px; margin: 0 auto 0 auto; }
.pro1 {border: 1px solid #A1D171; }
.pro2 {border: 1px solid #81B9D3; }
.pro3 {border: 1px solid #FFCC00; }
.pro4 {border: 1px solid #C590D8; }

.pro1 h1 { border:none; background-color:#A1D171; padding: 2px; margin: 0px; font-size: 100%; background-image:none}
.pro2 h1 { border:none; background-color:#81B9D3; padding: 2px; margin: 0px; font-size: 100%; background-image:none}
.pro3 h1 { border:none; background-color:#FFCC00; padding: 2px; margin: 0px; font-size: 100%; background-image:none}
.pro4 h1 { border:none; background-color:#C590D8; padding: 2px; margin: 0px; font-size: 100%; background-image:none}

.pro1 p, .pro2 p, .pro3 p, .pro4 p { border-bottom: 1px dashed #c0c0c0; padding: 2px;}

.ptrad h3, .banner h3 { background-color:#ffffff; border:none; padding: 2px; margin: 0px; font-size: 90% }
.pro1 h1 a:hover, .pro2 h1 a:hover, .pro3 h1 a:hover, .pro4 h1 a:hover { color:#FFFFFF; text-decoration: underline; }
.pro1 h1 a, .pro2 h1 a, .pro3 h1 a, .pro4 h1 a { color:#FFFFFF }

/* feed list for listings */
.sitefeeditems		 { margin-left: 5px; margin-top: 0px; margin-bottom: 0px; padding-left: 0px; list-style: none; text-align: left; line-height:140%;}
.sitefeeditems li	 { padding-left: 10px; font-size: 9pt; margin: 5px; background-image: url('/img/bl.gif');
			   background-repeat: no-repeat; background-position:  0 .5em; }

.sitefeeditems a {
	font-weight:bold; text-decoration: none;
}
.sitefeeditems a:hover {text-decoration: underline }

/* live news */
#livenewsBox, #livenewsBox2 {padding: 4px; }
.story { margin-top: 5px; line-height:135%;}
#livenewsBox ul, #livenewsBox2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#livenewsBox li a, #livenewsBox2 li a {
	font-size: 110%; color: #3333CC; font-weight: bold; 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: 110%;
	text-align: right;
}

#livenewsBox2 li {
	margin: 12px 0;
}

/* tabs */
.basictab{
padding: 3px 0;
margin: 1px 0px 4px 0px;
font: bold 12px Verdana;
border-bottom: none;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0; 
}

.basictab li a{
text-decoration: none;
padding: 5px 7px 7px 7px;
margin-right: 0px;
border: 1px solid #ccc;
border-bottom: none;
background-color: #9DC2E3;
color: #fff;
}

.basictab li a:visited{
color: #fff;
}

.basictab li a:hover, .basictab li.selected a:hover{
background-color: #ffd733; color:#000000; text-decoration: none
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
padding: 5px 7px 6px 7px;
border: 1px solid #5d9bd3;
background-color: #7192A8;
color: #fff; border-bottom: none;
}

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

/* feed list */
.feeditems {
	list-style: none;
	margin: -2px 0 2px 0px;
	padding: 3px;
}

.feeditems li {
	margin-top: 2px; font-size: 9pt;
	margin-bottom: 12px;
	line-height:135%;
}

.feeditems li a {
font-size: 110%; color: #3333CC; font-weight: bold; text-decoration: none;
}
.more {
	font-size: 110%;
	text-align: right;
}
#side_bar {text-align:left; overflow:auto; font-size: 9pt}
#side_bar .head {color:#090; font-weight: bold; margin-bottom: -10px; margin-top: 5px; text-decoration: none; margin-left: -3px}

.bubble {width: 180px; }
.bubble h1 {margin: 0;padding: 0;font-size: 125%; border-top: none;}
.bubble p {font-size: 95%}
.hidden {display: none}
#payR2 {
	float: right;
	width: 48%}
