body {
	cursor: default;
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	font-size: 75%;
	background-color: #CCCCCC;
	background-color: #adaa9e;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	text-align: left;
}
a:link {color: #000000;
    text-decoration: underline;
}
a:visited {color: #000000;
    text-decoration: underline;
}
a:hover {color: #003ec6;
    background-color: #ffffff;
    text-decoration: none;
}
#map {
    overflow: hidden;
    height: 450px;
    width: 488px;
}
#bottomsidebar {
	overflow: auto;
	height: 224px;
	background-color: #f4f4f4;
	width: 505px;
	border-top-width: 4px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	position: absolute;
	top: 285px;
}
#topsidebar {
	overflow: auto;
	height: 180px;
	background-color: #FFFFFF;
	min-height: 50px;
	width: 505px;
	position: absolute;
	top: 104px;	
}
/* operations bar for adding modding sites \*/
#pagecontrols {
	background-color: #666666;
	width: 500px;
	position: absolute;
	top: 85px;
	height: 14px;
	border: 1px outset #CCCCCC;
	padding: 1px 0px 1px 4px;
	clear: right;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: top;
	margin: 0px;
	z-index: 100;
}
#header {
	background-color: #CCCCCC;
	border: 1px ridge #666666;
	padding: 4px;
	vertical-align: middle;
	width: 991px;
	height: 40px;
}
#menu {
	background-color: #f4f4f4;
	width: 996px;
	border-top: 1px ridge #666666;
	border-right: 1px ridge #666666;
	border-bottom: 0px ridge #666666;
	border-left: 1px ridge #666666;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#menu_reg {
	background-color: #f4f4f4;
	width: 660px;
	border-top: 1px ridge #666666;
	border-right: 1px ridge #666666;
	border-bottom: 0px ridge #666666;
	border-left: 1px ridge #666666;
}
#mainContent {
	background-color: #FFFFFF;
	width: 559px;
	padding: 4px;
	border: 1px ridge #666666;
}
#mainContent_reg {
	background-color: #FFFFFF;
	width: 648px;
	padding: 8px 4px 80px 8px;
	border: 1px ridge #666666;
}
.tblheader {
	background-color: #5bb0eb;
	border: 1px ridge #666666;
	font-size: 95%;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	height: 13px;
}
.galleryfooter {
	background-color: #CCCCCC;
	border: 1px ridge #666666;
	height: 3px;
}

/*             styles for the star rater                */
.star-rating{
    list-style:none;
    margin: 0px;
    padding:0px;
    width: 100px;
    height: 20px;
    position: relative;
    background: url(/images/star_rating.gif) top left repeat-x;
}
.star-rating li{
    padding:0px;
    margin:0px;
    /*\*/
    float: left;
    /* */
}
.star-rating li a{
    display:block;
    width:20px;
    height: 20px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
}
.star-rating li a:hover{
    background: url(/images/star_rating.gif) left bottom;
    z-index: 1;
    left: 0px;
}
.star-rating a.one-star{
    left: 0px;
}
.star-rating a.one-star:hover{
    width:20px;
}
.star-rating a.two-stars{
    left:20px;
}
.star-rating a.two-stars:hover{
    width: 40px;
}
.star-rating a.three-stars:hover{
    width: 60px;
}
.star-rating a.three-stars{
    left: 40px;
}
.star-rating a.four-stars{
    left: 60px;
}
.star-rating a.four-stars:hover{
    width: 80px;
}
.star-rating a.five-stars{
    left: 80px;
}
.star-rating a.five-stars:hover{
    width: 100px;
}
/*- Menu Tabs B--------------------------- */
    #tabsB {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #tabsB ul {
	  margin:0;
	  padding:10px 10px 0 0px;
	  list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("/images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("/images/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
/* make forms pretty \*/
#addsite2db input.inp,
#addsite2db textarea.inp
{
    border: 1px solid #ddd;
    width: 300px;
    background: #f2f2f2;
    font: 11px verdana, sans-serif;
    color: #443;
    padding: 3px;
    margin-bottom: 10px;
    outline: none;
}
#addsite2db input.inp:hover,
#addsite2db textarea.inp:hover,
#addsite2db input.inp:focus,
#addsite2db textarea.inp:focus
{ border: 1px solid #aaa;
}
/* make buttons pretty \*/
.prettybutton {
    vertical-align: top;
    padding: 0px;
    width: auto;
    background-color: #5bb0eb;
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    height: 17px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: groove;
    border-right-style: groove;
    border-bottom-style: groove;
    border-left-style: groove;
    border-top-color: rgb(153, 204, 255);
    border-right-color: rgb(0, 76, 178);
    border-bottom-color: rgb(0, 76, 178);
    border-left-color: rgb(153, 204, 255);
    margin: 0px;
    line-height: 80%;
}
.prettybutton2 {
    border-style: double;
    border-color: rgb(153, 204, 255) rgb(0, 76, 178) rgb(0, 76, 178) rgb(153, 204, 255);
    border-width: 3px;
    padding: 0.25em;
    width: auto;
    background-color: #f8f8f8;
    background-repeat: repeat-x;
    color: #666666;
    font-size: 75%;
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
/* make first select item dif from rest \*/
.dropdown {
    font-size:93%;
    background-color : #5bb0eb;
    color : #FFFFFF;
}
.firstoption{
    font-size:93%;
    background-color : #5bb0eb;
    color : #FFFFFF;
}
.secondoption{
    font-size:93%;
    background-color : #FFFFFF;
    color : #000000;
}
.txtinp{
    font-size:93%;
    background-color : #5bb0eb;
    color : #FFFFFF;
}
/* view site \*/
.viewlabel
{
    font-size:93%;
    color : #666666;
    font-weight: bold;
}
/* operations bar for adding modding sites \*/
.opsbar {
	background-attachment: fixed;
	background-color: #666666;
	background-position: bottom;
	width: 499px;
	position: absolute;
	top: 514px;
	border: 1px outset #CCCCCC;
	padding: 2px;
}
/* minimap \*/
.minimap {
	position:absolute;
	top:432px;
	width:200px;
	height:100px;
	border: 2px inset #CCCCCC;
	overflow: hidden;
	visibility:hidden;	
} 
.miniControl {
	position:absolute;
	top:488px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
} 
.filterlabel
{
    font-size:80%;
    color : #000000;
}
/* for alternating color of results \*/
.oddclass
{
	font-size:90%;
	color : #000000;
	background-color: #E6E6E6;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.evenclass
{
	font-size:90%;
	color : #000000;
	background-color: #FFFFFF;
	border: 1px outset #999999;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-weight: bold;
}
/* for alternating color of results \*/
.diveimg
{
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.starline
{
vertical-align:bottom
}
.sitetitle
{
	font-size:110%;
	color : #FFFFFF;
	font-weight: bold;
	background-color: #999999;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.siteinfo
{
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}	
.footer
{
	font-size:75%;
	color : #FFFFFF;
	width: 993px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top: 1px solid #666666;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	border-left: 0px solid #666666;
	position: absolute;
	top: 535px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.footer_reg
{
	font-size:75%;
	color : #FFFFFF;
	width: 563px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top: 1px solid #666666;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	border-left: 0px solid #666666;
	position: absolute;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}		
.viewseparator
{
	display: block;
	background-color: #5bb0eb;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #FFFFFF;
}	
.galtitle
{
    font-size:93%;
    color : #666666;
    font-weight: bold;
}
.loading
{
	font-size:93%;
	color :#5bb0eb;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}		
.bottomContent
{
	color : #000000;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top: 1px solid #666666;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	border-left: 0px solid #666666;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}		
.topContent
{
	color : #000000;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.filter
{
	margin: 0px;
	padding: 0px;
}
.filterRow
{
	margin: 0px;
	padding: 2px 0px 0px;
	vertical-align: middle;
}							
.topLink
{
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
}

a.topLink:hover{
	color: #ffffff;
	background-color: #5bb0eb;
	display: block;
}
.dispWin
{
	white-space:nowrap;
	font-size: 10px;
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.magnify:hover{
	background-color: #f4f4f4;
}
.filterCount{
	height: 17px;
	padding: 2px;
}
.filterMatch{
	font-size:10px;
	color : #000000;
	background-color: #FFFFFF;
	height: 17px;
	padding: 2px;
}
.filterNoMatch{
	font-size:10px;
	color : #FF3333;
	background-color: #FFFFFF;
	height: 17px;
	padding: 2px;
}
.countryDrop{
	left: 50px;
	top: 92px;
	font-size:10px;
	Z-INDEX: 100;
	POSITION: absolute;	
}
a.rssLink
{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

a.rssLink:hover{
	color: #ffffff;
	background-color: #5bb0eb;
	text-decoration: underline;
}
a.pagedir{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
a.pagedir:visited{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
a.pagedir:hover{
	color: #ffffff;
	background-color: #5bb0eb;
	text-decoration: underline;
}
a.pagehigh{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	background-color: #FFFFFF;	
}
a.pagehigh:hover{
	color: #ffffff;
	background-color: #5bb0eb;
	text-decoration: underline;
}
.dropdownrec {
	font-size:9px;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width:75px
}
.recpos {
	float: right;
	position: absolute;
	top: 0px;
	left:429px;
	z-index: 200;
}