/*test font-sizes for text changer*/
.MediumText{font-size:75%;}
.LargeText{font-size:95%;}

.hide{display: none;}

/* temporary rules for link display tables*/
 
 .tabletop{background-image: url(../images/table_top.gif);}
 
 .whitel{background-image: url(../images/table_whitel.gif);}
 
 .whiter{background-image: url(../images/table_whiter.gif);}
 
 .bluel{background-image: url(../images/table_bluel.gif);}
 
 .bluer{background-image: url(../images/table_bluer.gif);}
 
 .tablemid{background-image: url(../images/table_mid.gif);}
 
 .tablebot{background-image: url(../images/table_bot.gif);}
 

/* general tag rules*/

html
{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 65% Arial, Verdana, Lucida, Helvetica, Arial,sans-serif;
	color: #536F7B;
}


/* following styles have nothing to do with the structural layout */
h1, h2, h3
{
	margin-top: 0;
	color:#485B6A !important;
	font-weight: bold;
}

p
{
	margin-bottom: 0;
}

h1
{
	font-size: 115%;
	font-weight: bold;
	color: #536F7B;
}

p.central{text-align: justify;color: #666;}

p,td{color: #536F7B !important;}

img{border: 0;}

div
{
	border: none;
	margin: 0;
	padding: 0;
}



/* header */

centerpadding,
{
	margin: 0px;
	padding: 10px;
}
	
.rightpadding, .leftpadding
{
	margin: 0px;
	padding: 0px;
}
	
.headerpadding
{
	margin: 0px;
	padding: 0px;
}
#logo
{
	position:absolute;
	right: 4px;
	top: 5px;
	padding: 0px 0px 0px 0px;
	width: 220px;
	height:91px;
	background-image:url(../images/header_r1_c2.gif);
	background-repeat:no-repeat;
}

#username
{
	display:block;
}

#userfield, #passwdfield
{
	padding-top: -2px;
}

#aux
{
	background-color:#F6F6F6;
	height:30px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/bg_quotes.gif);
}

#textsizecorner
{
	width: 34px;
	height:30px;
	background-image:url(../images/corner_textsize.gif);
	background-repeat:no-repeat;
}

#textsize
{
	position:absolute;
	left:40px;
	top: 102px;
	background-color:#F6F6F6;
	color: #E97329;
}

#quotescorner
{
	position:absolute;
	right: 4px;
	top: 96px;
	padding: 0px;
	width: 44px;
	height:30px;
	background-image:url(../images/corner_quotes.gif);
	background-repeat:no-repeat;
}

#quote
{
	position:absolute;
	right: 105px;
	padding: 0px 0px 0px 0px;
	top: 98px;
	background-color:#F6F6F6;
	color:#536F7B;
}

#quote img
{
	display: block;
}

#leftnavcorner
{
	
	width: 165px;
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
	background-image:url(../images/bg_leftnav_top.gif);
	background-repeat:no-repeat;
}

.leftnavcontent
{
	position: relative;
	width: 125px;
	left: 20px;
	margin: 0;
	padding: 0px;
	padding-top: 10px;
	z-index: 0;
}
.leftnavcontent p
{
	max-width:125px;
}
.leftnavcontent li {max-width:120px;}
.smallleftfooter
{
	position:relative;
	left: -20px;
	top:0px;
}

.leftnavbtn
{	
	position:absolute;
	top: 20px;
	right: 20px;
}

.largeleftfooter
{
	position:relative;
	left: -20px;
	height:35px;
	width:165px;
	top:0px;
	padding-bottom: 0px;
	background-image:url(../images/footer_leftnav_large.gif);
	background-repeat:no-repeat;
}

.largeleftfooternoindent
{
	position:relative;
	left: -20px;
	height:35px;
	width:165px;
	top:-10px;
	background-image:url(../images/footer_leftnav_large.gif);
	background-repeat:no-repeat;
}
/***************************/

/* general colour formatting */

.lightblue
{
	color: #728F9E;
}

.deepblue
{
	color: #536F7B;
}

.rating
{
	color: #006699;
	font-size: 115%;
}

.orange
{
	color:#E97329;
}

.red
{
	color: #ff3333;
}

.white
{
	color: #ffffff;
}

.grey
{
	color: #536F7B;
}	

.midtext
{
	font-size: 105%;
}

/***************************/


/* links */

a.bluelink
{
	text-decoration:underline;
	color:#069;
}

a.boldbluelink
{
	text-decoration:underline;
	font-weight:bold;
	color:#069;
}

a.bluelink:hover
{
	text-decoration:underline;
	color:#069;
}

a.orangelink
{
	text-decoration:none;
	border-bottom:1px dotted #E97329;
	color:#E97329;
}

a.orangelink:hover
{
	text-decoration:none;
	border-bottom:1px solid #E97329;
	color:#E97329;
}

a.whitelink
{
	text-decoration:underline;
	color:#fff;
}

a.whitelink:hover
{
	text-decoration:none;
	color:#fff;
}

a.boldbluelink:hover
{
	text-decoration:none;
	font-weight:bold;
	color:#069;
}

a.lightgreylink
{
	text-decoration:underline;
	color:#666;
}

a.lightgreylink:hover
{
	text-decoration:none;
	color:#666;
}

a.darkgreylink
{
	text-decoration:none;
	color:#5F7E8D;
}

a.darkgreylink:hover
{
	text-decoration:none;
	color:#8DA2B1;
}

/* lists */
.orangegreylist
{
	position: relative;
	margin-left: 15px; 
	padding: 0;
	padding-left: 1px;
	left: 0;
	top: 0;
	list-style: disc  url(../images/dot_orange.gif);
}

.newgreylist
{
	position: relative;
	margin-left: 0; 
	padding: 0;
	padding-left: 0;
	left: -20px;
	top: 0px;
	list-style: none;
}

.greyorangelist
{
	position: relative;
	margin-left: 15px; 
	padding-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 0;
	list-style: disc  url(../images/dot_grey.gif);
}

.blueorangelist
{
	position: relative;
	margin-left: 30px; 
	padding-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 0;
	list-style: disc  url(../images/dot_blue.gif);
	color: #666;
}

li
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.nobulletlist
{
	position: relative;
	margin-left: 0; 
	padding-left: 0;
	padding: 5px;
	top: 0;
	list-style: none;
}

.votelist
{
	position: relative;
	margin-left: 0;
	padding-left: 0;
	padding: 1px;
	top: 0px;
	width: 130px;
	
}
#pollbox1, #pollbox2
{
	margin-right:10px;
	max-width:140px;
	width:140px;
}
.hotlinklist
{
	position: relative;
	margin-left: 0px; 
	padding-left: 0px;
	padding: 5px;
	top: 0px;
	list-style: none;
}

.hotlink
{
	position: relative;
	margin-left: 0px; 
	padding-left: 0px;
	padding: 5px;
	top: 0px;
	list-style: none;
	color:#E97329;
	
}

.hotlinkcat
{
	color:#E97329;
	font-weight: bold;
	display: inline;
}

.hotlinksummary
{
	color:#666;
	padding-left: 80px;
	margin-top: -12px;
	margin-right: 80px;
	min-width: 100px;
}

.hotlinkmore
{
	position: absolute;
	right: 350px;
	margin-top: -12px;
}

html>body .hotlinksummary
{
	margin-top: -13px;
}
html>body .hotlinkmore
{
	right: 0px;
	position: absolute;
	margin-top: -13px;
}


#hotlinkstable
{
	position:relative;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	top: -60px;
	clear:both;
}

.title
{
	display:block;
	margin-bottom: 10px;
}

#hotlinkdiv
{
	padding-top: 0px;
	margin: 0px;
	top: 0px;
	display:block;
}

html>body
#hotlinkstable, #hotlinkdiv
{
	top: 0px;
}

.hotlinkcell
{
	color:#E97329;
	padding-right: 10px;
}

.greycell
{
	color:#666666;
	display:inline;
}

dt, dd {margin: 0; padding: 0;}

.radio-listing{overflow:hidden;}

.radio-listing dl
{
	float: left;
	margin: 0.5em;
	padding: 0.5em;
}

.radio-listing dt{display:none;}
.radio-listing dd{text-align:center;}


/*the right hand nav */
.rightnavcontent
{
	position: relative;
	width: 154px;
	margin: 0;
	left: 15px;
	top: 10px;
	right: 0px;
	padding: 0px;
	margin-bottom:10px;
}


.largerightfooter
{
	position:relative;
	left: -15px;
	height:35px;
	width:174px;
	margin-top:10px;
	background-image:url(../images/footer_rightnav_large.gif);
	background-repeat:no-repeat;
}

.largerightfooter-noindent
{
	position:relative;
	left: -15px;
	height:35px;
	width:174px;
	background-image:url(../images/footer_rightnav_large.gif);
	background-repeat:no-repeat;
}

#rightnavbottom
{
	width: 174px;
	margin: 0;
	height: 150px;
	background-image:url(../images/footer_rightnav_bloke.gif);
	background-repeat:no-repeat;
}

.righttitle
{
	margin: 10px 0px 0px 0px
}

.rightnavbtn
{	
	position:absolute;
	top: 20px;
	right: 20px;
}

#rightnavcorner
{
	float: right;
	width: 174px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/bg_rightnav_top.gif);
	background-repeat:no-repeat;
}

.votebtn
{
	right: -20px;
}

.voteitem
{
	width:150px;
}


.rightnavorangetext
{	
	position:absolute;
	color:#E97329;
	top: 20px;
	right: 20px;
}

#rightnav
{margin: 0;padding: 0;}

/***************************/



.toprightcorner
{
	position: absolute;
	right: 177px;
	top: 156px;
}

.rightcenter
{
	position:absolute;
	right: 178px;
}

#rightcenterfooter
{
	position:absolute;
	right: 0px;
	text-align:right;
	top: 0px;
}

.lightbluebg
{
	background-color: #E4EAED;
}

#sitenews
{
	color: #666;
	padding-top: 15px 15px 15px 15px;
}

#todaysnews
{
	background-color: #F2F2F2;
	padding:15px 15px 25px 15px;
	margin-bottom: 10px;
}

#hotlinks
{
	background-color: #FFF;
	padding: 15px;
	margin-top: -10px;
}

.centralmorebtn
{
	position:absolute;
	right: 195px;
	margin: 0;
	padding: 0;
}

.morecell
{
	position:relative;
	width:50px;
	text-align:right;
	display: inline;
}


/***************************/

/* forms */
.inputfield
{	
	border: 1px solid #728F9E;
	font-weight : bold;
	background-color: #fff;
	padding-top: 2px;
	padding-left: 4px;
	color: #666;
	font-size:100%;
	font-family : Arial, Verdana, Lucida, Helvetica, Arial,sans-serif;
	background-image: url(../images/fieldback.jpg);
}



.inputfield:focus
{
	background: #ff9;
	color:#2d3851;
	border-color: #728F9E;
}

.searchbox
{
	position:relative;
	left: 5px;
}

#searchselect{width: 130px;}

#searchfield
{
	position:relative;
	top: 5px;
	width: 124px;
}

#signup-form 
{
	border:0;
	margin-top:10px;
}
#signup-form label
{
	width:120px;
	text-align:right;
	float:left;
	top:4px;
}
#signup-form input
{
	margin:0px 0 2px 0;
	width:200px;
}
#signup-form .inputButton
{
	margin:0px 0 2px 0;
	text-align:right;
	width:50px;
	position:relative;
	left:270px;
}

/* stars stuff */
.stars{clear:left;float:right;}
.stars div
	{
	text-align:left;
	vertical-align:top;
	font-size:0;
	border:0;
	}
.agstar
	{
	width:93px;
	height:22px;
	padding:0;
	font-size:0;
	border:0;
	margin-bottom:-22px;
	}
/* stars end */

/* link nav*/
.topnav
{
	margin-left:10px;
	margin-bottom:3px;
	color: #069;
}
.topnav a:link	{	
	text-decoration:none;
	color: #069;
	font-size: 85%;
	}	
		
.topnav a:visited	{	
	text-decoration:none;
	color: #069;
	font-size: 85%;
	}	
		
.topnav a:active	{	
	text-decoration:none;
	color:	#069;
	font-size: 85%;
	}	
		
.topnav a:hover	  {
	text-decoration:none;
	color: white;
	background: #069;
	font-size: 85%;
	}
/* end link nav*/
/***************************/



html>body
#logo, #quotescorner, #borednow, #rightfooter
{right: 5px;}


a.red, A.red{text-decoration:none;color:#f33;}

.Visible0{display: none;}
.Visible20{}

.rightnavbtn2{position:absolute;	top: 20px;right: 68px;}
