html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
}

/** template layout stuff **/

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
	background: #696969 url(http://www.christian-forum.co.uk/forums/Themes/orange-lt07/images/bg.png) repeat;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 900px;
	
}

#shadow-l {
	background: url(http://www.christian-forum.co.uk/forums/Themes/orange-lt07/images/shadow-l.png) 0 0 repeat-y;
	padding-left: 6px;
	position: relative;
}

#shadow-r {
	background: url(http://www.christian-forum.co.uk/forums/Themes/orange-lt07/images/shadow-r.png) 100% 0 repeat-y;
	padding-right: 6px;
	position: relative;
}

/* IE hack */
* html #shadow-l {
	float: left;
}

* html #shadow-r {
	float: right;
}
/* END IE hack */


p {
  margin-top: 0;
  margin-bottom: 5px;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, tr.windowbg td
{
	padding: 5px;
	background: #EEE;
	border-bottom: 1px solid #eee;
}
.windowbg2,tr.windowbg2 td
{
	padding: 5px;
	background: #fcfcfc;
	border-bottom: 1px solid #eee;
}
.windowbg3,tr.windowbg3 td
{
	padding: 5px;
	background: #f0f0f0;
}

/* the today container in calendar */
.calendar_today
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
table.nopad .titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, tr td.titlebg
{
	font-size: 100%;
	font-weight: bold;
	padding: 4px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
}

.titlebg a:hover
{
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
}

.titlebg2 a:hover
{
}
.titlebg, .titlebg2{
	background: #DDD;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
  border: 1px solid #CCC;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
  border: 1px solid #CCC;
  padding: 1px;
}

.catbg, .catbg2, .catbg3{
	background: #efefef url(http://www.christian-forum.co.uk/forums/Themes/orange-lt07/images/cat-bg.png) 0 -10px repeat-x;
	border-bottom: 2px solid #CCC;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
  line-height: 18px;
  text-indent: 10px;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}

/* header */

#topheader {
	position: relative;
	height: 140px;
	overflow: hidden;
	background: #ffffff;
}

#googleads {
	position: relative;
	height: 90px;
	overflow: hidden;
	background: #ffffff;
	padding-left: 80px;
}

#subheadertitle {
	position: relative;
	height: 50px;
	overflow: hidden;
	background: #ffffff url(http://www.christian-forum.co.uk/forums/Themes/orange-lt07/images/header-bg.png) repeat-x;
}

#header {
	position: relative;
	height: 111px;
	overflow: hidden;
	background: #ffffff url(http://www.christian-forum.co.uk/forums/Themes/orange-lt07/images/header-bg.png) repeat-x;
}

#header-l {
	height: 111px;
	background: url(http://www.christian-forum.co.uk/forums/Themes/orange-lt07/images/header-l.png) 0 0 no-repeat;
	position: relative;
	padding-left: 16px;
}

#header-r {
	height: 111px;
	background: url(http://www.christian-forum.co.uk/forums/Themes/orange-lt07/images/header-r.png) 100% 0 no-repeat;
	position: relative;
	padding-right: 16px;
}

#newsheader {
	position: relative;
	height: 35px;
	overflow: hidden;
	background: #ffffff url(http://www.christian-forum.co.uk/forums/Themes/orange-lt07/images/header-bg.png) repeat-x;
}

#news {
	width:850px;
	height: 35px;
	padding-top: 0px;
	padding-bottom: 10px;
	top: 0;
	left: 0;
	overflow: hidden;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #000000;
}

/* the usercenter (login / avatar "quick user links") */
#useropts
{
	margin: 0 50px 0 0;
	list-style: none;
	padding: 0;
}

.avatar_t
{
	height: 65px;
	width: 65px;
	border: none;
}

div.profile_info {
  margin-left: 80px;
}

td.smalltext {
	font-weight: normal;
}

/* toolbar */

#toolbar {
	margin: 0 10px 0 0;
	padding: 0;
	height: 60px;
	background: url(http://www.christian-forum.co.uk/forums/Themes/orange-lt07/images/toolbar-bg.png) repeat-x;
	position: relative;
}

/* menu */


/* showcase */

#showcase {
	background: #fff;
	color: #444;
	padding: 0;
	margin: 0;
}

#showcase ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#showcase li {
		border-bottom: 1px dotted #b7bbc7;
		padding-bottom: 0;
		margin-bottom: 2px;
}

.userinfo {
	background: #fff url(http://www.christian-forum.co.uk/forums/Themes/orange-lt07/images/showcase-bgl.png) 100% 0 no-repeat;
	width: 350px;
	float: left;
	padding: 10px 0 10px 10px;
}

.searchfield {
	background: #fff;
	text-align: right;
	padding: 15px 20px 10px 5px;
}


/*** fonts ***/


.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

#nav a,
#inset a {
	font-size: 110%;
}


/* font family */
#nav,
span.pathway,
.small,
.createdate,
.modifydate,
#inset {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* headings */

h1 {
	padding-bottom: 5px;
	font-weight: normal;
}

h2 {
   padding-bottom: 5px;
}

h3 { 
   padding-bottom: 0px;
}

h4 {
	 padding-bottom: 5px;
}

.small {
	font-weight: bold;
	color: #40D1FF;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-weight: bold;
	color: #999;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #999;
}

.clr {
	clear: both;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

/* End of Forum styles */







A:link
{
 text-decoration: underline;
 color:#AB0000;
}

A:link:hover
{
 color: #40D1FF;
}

A:visited
{
 text-decoration: none;
}

A:visited:hover
{
text-decoration: none;
}



INPUT 
{
 background: #ffffff; 
 border-color: #777777;
 border-style: solid;
 border-width: 1px;
 color: #000000;
 font-size: 11px;
}

SELECT
{
 background: #ffffff; 
 border-color: #777777;
 color: #000000;
 font-size: 11px;
}

TEXTAREA
{
 background: #ffffff; 
 border-color: #777777;
 border-style: solid;
 border-width: 1px;
 color: #333333;
 font-size: 11px;
}

.button
{
 border: outset 2px #F8F8F8;
 color: #000000;
 font-weight: bold;
 background-color: #C0D1E5;
}

P
{
 font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
 font-size: 12px;
}

TABLE
{
 font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
 font-size: 12px;
}

H2
{
 font-size: 22px;
 font-weight: normal;
}

.incomplete
{
 background-color: #FFCCCC;
 color: #000000;
}

.required
{
 border-color: #C05555;
}

.suggest
{
 font-size: 12px;
 border-style: solid;
 border-width: 1px;
 border-color: #F4F5F5;
}

.link
{
 padding: 10px;
 font-size: 12px;
 border-bottom-width: 1px; 
 border-bottom-style: dotted; 
 border-bottom-color: #BBBBBB;
 background-color: #F3F3F3;
}

.category
{
 padding: 2px;
 font-size: 12px;
}

.category2
{
 padding: 2px;
 font-size: 12px;
 background-color: #D5D8E0;
}

.commentposter
{
 font-size: 12px;
 background-color: #D5D8E0;
 border-style: outset;
 border-width: 2px;
 border-color: #DDDDDF;
}

.comment
{
 padding: 5px;
 font-size: 12px;
 background-color: #C5CDD8;
 border-style: solid;
 border-width: 2px;
 border-color: #DFE1E2;
}

.commentposteralternate
{
 font-size: 12px;
 background-color: #D9DCE4;
 border-style: outset;
 border-width: 2px;
 border-color: #DDDDDF;
}

.commentalternate
{
 padding: 5px;
 font-size: 12px;
 background: #C9D2DC;
 border-style: solid;
 border-width: 2px;
 border-color: #DFE1E2;
}

.commentdate
{
 font-size: 9px;
 font-style: italic;
}

.details
{
 padding: 10px;
 margin: 10px;
 font-size: 12px;
 background: #FDFEFF;
 border-style: solid;
 border-width: 1px;
 border-color: #004455;
}

.detailsborder
{
 font-size: 12px;
 border-style: solid;
 border-width: 1px;
 border-color: #004080;
}

.labels
{
 font-weight: bold;
}

.grouping
{
 border-style: inset;
 border-width: 1px;
 border-color: #DDDDDD;
 padding: 5px;
 margin: 5px;
}

.important
{
 font-weight: bold;
}

.columnheader
{

}

.highlighttext
{
 background-color: yellow;
 font-weight: bold;
}

.labelscolumn
{
 width: 30%;
 background-color: #D5D8E0;
 border-style: solid;
 border-width: 1px;
 border-color: #CCCCCC;
 vertical-align: top;
 padding: 5px;
}

.optionscolumn
{
 width: 70%;
 background-color: #C5CDD8;
 border-style: solid;
 border-width: 1px;
 border-color: #DDDDDD;
 vertical-align: top;
 padding: 5px;
}

.evencolumns
{
 background-color: #D3D6DA;
}

.oddcolumns
{
 background-color: #E3E7ED;
}

.categoryname
{
 font-weight: bold;
}

.info
{
 display: block;
 color: #000000;
 border: solid 1px #D2D5D8;
 background-color: #FAFBFC;
 padding: 5px;
}

.editedby
{
 font-size: 9px;
}

.searchhighlight
{
 background-color: yellow;
}

.modified
{
 color:#668866;
}

.title
{
 font-size: 14px;
 padding: 3px;
 font-weight: bold;
 text-align: center;
 color: #000000;
}

.newpmhighlight
{
 font-weight: bold;
}

.quote
{
 text-align: left;
 padding: 2px;
 border-color: #DCEEE1;
 border-style: solid;
 border-width: 1px;
 margin: 3px;
}

.quoteby
{
 font-size: 10px;
}

.posthistory
{
 border: 1px; 
 background-color: #DDDDDD;
 border-color: #666969;
 overflow: auto;
 width: 100%;
 height: 300px;
}

.historyposter
{
 border: 2px; 
 border-style: inset;
 border-color: #66F5FF;
}

.historypost
{
 border: 2px; 
 border-style: inset;
 border-color: #66FFFF;
}

.deletions
{
 width: 50%;
 background: #F5F6F6;
 padding: 5px;
 color: #000000;
 border-color: #9999BB;
 border-style: dotted;
 border-width: 1px;
 margin: 0 auto;
 text-align: center;
}

.homenav
{
 display: block;
 border: 1px solid #ccc;
 background-color: #eeeef3; 
 color: #55555a;
 text-decoration: none;
}

.homenav:hover
{
 display: block;
 border: 1px solid #ccc;
 background-color: #d7d7f2;
 color: #222;
 text-decoration: none;
}

.modcpnav
{
 display: block;
 border: 1px solid #ccc;
 background-color: #eeeef3; 
 color: #55555a;
 text-decoration: none;
}

.modcpnav:hover
{
 display: block;
 border: 1px solid #ccc;
 background-color: #d7d7f2;
 color: #222;
 text-decoration: none;
}

.code
{
 text-align: left;
 font-family: monospace;
 font-size: 10px;
 background: #EEEEEF;
 padding: 2px;
 border-color: #CCDED1;
 border-style: solid;
 border-width: 1px;
 margin: 10px;
 overflow: auto;
}

.areaheader
{
 background-color: #E0E0F5;
}

.areafooter
{
 background-color: #EFF3F6;
}

.imtextself
{
 color: #006600;
}

.imtextother
{
 color: #000088;
}

.invisibleuser
{
 color: #999999;
}

.admincolor
{
 color: #8899FF;
 font-weight: bold;
}

.modcolor
{
 color: #AA3333;
}

.sponsorcolor
{
 color: #11BB33;
}

.bannedcolor
{
 color: #777777;
}

.rteImage 
{
 background: #D3D3D3;
 border: 1px solid #D3D3D3;
 cursor: pointer;
}

.rteImageRaised, .rteImage:hover 
{
 background: #D3D3D3;
 border: 1px outset;
 cursor: pointer;
}

.rteImageLowered, .rteImage:active 
{
 background: #D3D3D3;
 border: 1px inset;
 cursor: pointer;
}

.rteVertSep 
{
 margin: 0 4px 0 4px;
}

.rteBack 
{
 background: #D3D3D3;
 border: 1px outset;
 letter-spacing: 0;
 padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td 
{
 background: #D3D3D3;
 padding: 0;
}

.rteDiv 
{
 display: block;
 position: relative;
}

.legend
{
 padding: 10px;
 margin: 10px;
 font-size: 12px;
 border-style: solid;
 border-width: 1px;
 border-color: #007788;
 width: 250px;
}

.mutualbuddy
{
 font-weight: bold;
}

.smiliebox
{
 border-style: dotted;
 border-width: 1px;
 background-color: #DFDFDF;
 border-color: #AAAAAA;
 padding: 10px;
 text-align: left;
 width: 140px;
}

.adbanner
{
 float: left;
 width: 100%;
}

.linktools
{
 font-size: 11px;
 color: #888888;
}

.linktools a
{
 text-decoration: none;
 color: #888888;
}

.subcatsmainpage
{
 font-size: 10px;
 margin: 0px;
 padding: 3px;
}

.login
{
 font-size: 10px;
 float: right;
 padding: 4px;
}

.sort
{
 text-align: center;
 border-width: 1px;
 border-style: solid none solid none;
 border-color: #D7DFE8;
 padding: 3px;
 margin: 5px;
}

.box
{
 background-color: #DDE1EA; 
 margin-bottom: 10px;
}

.box2
{
 background-color: #DDE1EA; 
margin-bottom: 10px;
}

.boxtitle
{
 background-color: #5080B0;
 cursor: pointer;
 font-weight: bold;
 color: #FFFFFF;
}

.box2title
{
 background-color: #5080B0;
 font-weight: bold;
 color: #FFFFFF;
}

.box3title
{
 background-color: #5080B0;
 font-weight: bold;
 color: #FFFFFF;
 padding: 10px;
 text-align: center;
margin-bottom: 10px;
}


.boxbody
{
 padding: 5px;
}

.newlinks
{
}

.bullet
{
 vertical-align: middle;
}

.minilabels
{
 font-style: italic;
}

.tableheader
{
 background-color: #004080;
 border-style: solid;
 border-width: 1px;
 border-color: #111133;
 color: #FFFFFF;
 padding-left: 5px;
}

.month 
{
 border-style: none;
 background-color: #E4E4E4;
 text-align: center;
 width: 90%;
}

.monthname 
{
 text-align: center;
 font-size: 13px;
 font-weight: bold;
 background-color: #DADADA;
 color: #5D5D5D;
 border-style: outset;
 border-width:1px
}

.dayname td 
{
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 background-color: #3E97CF;
 color: #FFFFFF;
 border-style: outset;
 border-width:1px
}

.datepicker { }

.datepickerform {	margin: 0px; }

.monthnavigation { font-family: Tahoma, Arial, sans-serif; }

.monthpicker 
{
 font-size: 11px;
 background-color: #EEEEEE;
}

.yearpicker 
{
 font-size: 11px;
 background-color: #EEEEEE;
}

.pickerbutton 
{
 font-size: 11px;
 background-color: #EEEEEE;
 border-style: solid;
 border-color: #000000;
 border-width: 1px;
}

.nomonthday 
{
 text-align: center;
 font-size: 10px;
 height: 60px;
 width: 10%;
 color: #AAAAAA;
 vertical-align: top;
}

.monthday 
{
 text-align: center;
 font-size: 11px;
 font-weight: bold;
 background-color: #E4E4E4;
 color: #384955;
 height: 60px;
 width: 10%;
 vertical-align: top;
}

.today 
{
 text-align: center;
 font-size: 11px;
 font-weight: bold;
 background-color: #BCC5C7;
 color: #FFFFFF;
 height: 60px;
 width: 10%;
 vertical-align: top;
}

.event 
{
 text-align: center;
 font-size: 11px;
 font-weight: bold;
 color: blue;
 background-color: #E9E9E9;
 height: 60px;
 width: 10%;
 vertical-align: top;
}

.event a 
{
 color: #113355;
}

.todayevent 
{
 text-align: center;
 font-size: 11px;
 font-weight: bold;
 color: red;
 background-color: #FFFF99;
 height: 60px;
 width: 10%;
 vertical-align: top;
}

.todayevent a 
{
 background-color: #FFFF99;
 color: red;
}

.eventcontent 
{
 font-size: 10px;
 border-style: outset;
 border-width: 1px;
 width: 100%;
}

.rules
{
 border-width: 2px;
 border-color: #FFAAAA;
 border-style: solid;
 background-color: #EEEEF5;
 padding: 5px;
 margin: 5px;
 font-size: 14px;
}

.flatbutton
{
 border-style: solid;
 background-color: #EEF2F5;
}

.threadbottom
{
 border-width: 0px;
 background-color: #E0E6F1;
}

/* Links, Gallery and KB only */

.main
{
 background-color: #FFFFFF;
 color: #000000;
}


/* Links only */

.reciplink
{
 font-weight: bold;
}

.navbutton
{
 float: right;
 margin: 5px;
}

.navbutton a
{
text-decoration: none;
cursor: pointer;
font-weight: bold;
}

.navbutton a:hover
{
	color: #eee;
}



/* Links, Gallery and KB only */

.main
{
 background-color: #FFFFFF;
 color: #000000;
}

/* Links only */

.reciplink
{
 font-weight: bold;
}

/* Links, Gallery and KB only */

.main
{
 width: 100%;
 background-color: #ffffff;
 color: #000000;
 }

/* Links only */

.reciplink
{
 font-weight: bold;
}

a.admincolor
{
 color: #3E97CF;
 font-weight: bold;
}

a.modcolor
{
 color: #AA3333;
}

a.sponsorcolor
{
 color: #11BB33;
}

a.bannedcolor
{
 color: gray;
}

.threadtools:link { text-decoration: none; }

.threadtools img
{
 vertical-align: middle;
 border-width: 0;
}

.quotations
{
 border-width: 1px;
 border-style: solid;
 background-color: #EEEEF3;
 border-color: silver;
 width: 500px;
 padding: 5px;
 margin: 0 auto;
 text-align: center;
}

.shoutbg
{ 
 background-color: #E4EAF3; 
 color: black;
} 

.whiteboard
{
 background-color: white;
 border: 1px solid silver;
 margin: 10px;
 padding: 5px;
}

.linkdiv
{
 float: left; 
 width: 45%;
 padding: 10px;
 border-bottom: 1px dotted silver;
 background-color: WhiteSmoke;
}

.statimage
{
 float: left;
 width: 40px;
}

.floatleft
{
 float: left;
}

.floatright
{
 float: right;
}

.internalreply
{
 border: 1px black solid;
 padding: 5px;
}

.clear
{
 clear: both;
}

#chatarea
{
 border: 1px dotted black;
 background-color: #F5F5F5;
 width: 75%;
 height: 300px;
 overflow: auto;
 float: left;
 margin: 10px;
 padding: 5px;
 font-size: 14px;
}

#activechatters
{
 border: 1px dotted black;
 background-color: #F5F5F5;
 width: 15%;
 height: 300px;
 overflow: auto;
 float: left;
 margin: 10px;
 padding: 5px;
 font-size: 14px;
}

.posttextarea
{
 width: 97%;
}

.redirect
{
 padding: 20px;
 margin: 40px;
 background-color: #EEEEF3;
 border: 1px solid #D9DCE4;
 font-weight: bold;
}

.ratingresponse
{
 background-color: white;
}

.thumbshot
{
 float: left;
 padding: 2px;
}

.floatattach
{
 float: left;
 margin: 5px;
}

.homenav, .homenav:link, .homenav:visited
{
 display: block;
 border: 1px solid #CCCCCC;
 background-color: #D9DCE4; 
 color: #113366;
 padding: 5px;
 margin: 5px;
 text-decoration: none;
 font-weight: bold;
}

.homenav:hover, .homenav:link:hover, .homenav:visited:hover
{
 background-color: #113366;
 color: white;
 text-decoration: none;
}

.denialpage
{
 border: 2px solid #FFAAAA;
 background-color: #EEEEF3;
 color: black;
 padding: 5px;

 margin: 5px;
 font-size: 14px;




}

.unit-rating
{
 list-style:none;
 margin: 0px;
 padding:0px;
 width: 100px;
 height: 20px;
 position: relative;
 background: url('../images_default/ajaxstar.gif') top left repeat-x;		
}
.unit-rating li
{
 text-indent: -90000px;
 padding: 0px;
 margin: 0px;
 float: left;
}
.unit-rating li a
{
 display:block;
 width:20px;
 height: 20px;
 text-decoration: none;
 text-indent: -9000px;
 z-index: 20;
 position: absolute;
 padding: 0px;
}
.unit-rating li a:hover
{
 background: url('../images_default/ajaxstar.gif') left center;
 z-index: 2;
 left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 20px; }
.unit-rating a.r2-unit { left: 20px; }
.unit-rating a.r2-unit:hover { width: 40px; }
.unit-rating a.r3-unit { left: 40px; }
.unit-rating a.r3-unit:hover { width: 60px; }
.unit-rating a.r4-unit { left: 60px; }	
.unit-rating a.r4-unit:hover { width: 80px; }
.unit-rating a.r5-unit { left: 80px; }
.unit-rating a.r5-unit:hover { width: 100px; }
.unit-rating li.current-rating
{
 background: url('../images_default/ajaxstar.gif') left bottom;
 position: absolute;
 height: 20px;
 display: block;
 text-indent: -9000px;
 z-index: 1;
}	

.bait { visibility: hidden; width: 0; height: 0; display: none; }

.pagerank { font-size: 6px; }

.toolsbar
{
 padding: 10px;
 margin-top: 10px;
 font-size: 18px;
 text-align: center;
}

.toolsbar a
{
 padding: 10px;
 margin-right: 10px;
 border: 1px dotted gray;
 text-decoration: none;
}

.articlebar
{
 float: right;
}

.articlebar a
{
 display: block;
 padding: 5px;
 margin: 10px;
 border: 1px inset black;
 text-decoration: none;
}

.popup
{
 padding: 5px;
 margin: 5px;
 background-color: #EEEEF3;
 border: 1px solid #D9DCE4;
 font-weight: bold;
}

.actionrow
{
 background-color: #C4C9CF;
 border-color: #E4E9EF;
 padding: 5px;
}

.alert
{
 padding: 10px;
 margin: 10px;
 background-color: #C4C9CF;
 border: 1px solid red;
}

.memberstatus
{
 float: right;
 width: 30%;
 background-color: WhiteSmoke;
 border: 1px solid silver;
 padding: 7px;
}

.statussection
{
 font-size: 14px;
 background-color: #E4E9EF;
 padding: 2px;
 margin-bottom: 5px;
 margin-top: 2px;
 margin-left: 0;
 margin-right: 0;
 display: block;
}

.logobg
{
 background-image: url('../images_default/headerbg.png');
 background-repeat: x;
 position: absolute;
 left: 0; top: 0;
 height: 80px;
 width: 100%;
 z-index: -1;
}

.footer
{
 border-top: 1px solid silver;
 background-color: whitesmoke;
 color: black;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
}

.footer a, .footer a:hover
{
 text-decoration: none;
 border-bottom: 1px dotted black;
 color: black;
}

.linktitle { }

.subcategoryname, .subcategoryname a, .subcategoryname a:hover { }

.catdescription
{
 text-align: center;
 font-size: 10px;
}

#similar
{
 font-size: 12px;
 margin: 10px;
 padding: 10px;
}

#similar .categoryname
{
 font-size: 12px;
 margin: 5px;
}

.cite
{
 padding: 3px;
 border: 1px solid blue;
 background-color: silver;
 margin: 3px;
}

.categoryname, a.categoryname
{
 font-weight: bold;
 font-size: 14px;
}

.linktitle, a.linktitle { }

/* Widebar */

#widebar2 {
	margin: 0px;
	padding: 10px 28px 10px 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
margin-bottom: 10px;
}

.previewframe
{
/*The iframe showing a preview of the details page.*/
 width: 95%;
 height: 400px;
 border: 1px solid
 border-color: #CCCCCC;
}