/* General proSilver Markup Styles
---------------------------------------- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 6px 0;
}

h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #536482 /*#3f3f3f;#828282; */
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
}

h2.solo {
	margin-bottom: 1em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;
}

h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
}

.page_title {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-weight: normal;

	color: #536482 /*#3f3f3f;#828282; */
	font-size: 1.5em;
	margin: 0.8em 0 0.2em 0;
	color: #536482;
}
.a8090page_title {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: large;
	color: #536482 /*#3f3f3f;#828282; */
	margin: 0.8em 0 0.2em 0;
	color: #536482;
}

.a8090xsmall {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}

.a8090xsmallbold {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #333333;
}

.a8090small {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.8090small {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

.a8090smallred {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
}

.a8090smallbold {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	font-weight: bold;
}

.a8090medium {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
}

.a8090mediumred {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF0000;
}

.a8090mediumbold {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333333;
}

.a8090large {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: large;
	color: #333333;
}

.a8090largebold {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #333333;
}

a.a8090Link {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	
	}

a.a8090Link:link {
	color: #105289;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;

	}

a.a8090Link:visited {
	color: #9900CC;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	}
a.a8090Link:active {
	color: #9900CC;
	text-decoration: umderline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FCE6BD;
	}
	
a.a8090Link:hover {
	color: #9900CC;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC
	}




p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

/* Main blocks
---------------------------------------- */
#wrap {
	margin: 0 auto;
	padding: 0 20px;
	min-width: 650px;
	/*max-width: 1400px;*/
	width: 95%
	/*margin: 0 auto;*/
	/*align: center*/
	/*border: 1px; color: #666666;*/
}

#simple-wrap {
	padding: 6px 10px;
}

#page-body {
	margin: 4px 0;
	clear: both;
}

#page-footer {
	clear: both;
}

#page-footer h3 {
	margin-top: 20px;
}

#logo {
    position: relative;
	float: left;
	width: auto;
	padding: 10px 13px 0 10px;
}

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

#logo2 {
       float: left;
       width: 100%;
       padding: 10px 13px 0 10px;
       text-align: right;
       margin-bottom: -40px;
    }
/* Search box
--------------------------------------------- */
#search-box {
	color: #FFFFFF;
	position: relative;
	/*margin-top: 30px;*/
	margin-top: 30px;
	margin-right: 5px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

#search-box #keywords {
	width: 95px;
	background-color: #FFF;
}

#search-box input {
	border: 1px solid #b0b0b0;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
	padding: 1px 5px;
}

#search-box li {
	text-align: right;
	margin-top: 4px;
}

#search-box img {
	vertical-align: middle;
	margin-right: 3px;
}

/* Site description and logo */
#site-description {
	float: left;
	width: 70%;
	text-align: center;
}

#site-description h1 {
	margin-right: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background:#7C8891 url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/bg_header.gif) repeat-x;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 5px;
	/*height: 75px;*/

}

.headerbar2 {
	background: #eef0f2; /*#96a2ab*/ url/*(./images/bg_header2.gif) */ (http://newforum.80-90.co.uk/styles/prosilver/theme/images/gradient2.gif) repeat-x;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 5px;
	background-image:  url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/gradient2.gif);
	/*height: 75px*/
	
}


.bodybar {
	background:#7C8891 url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/bg_header.gif) repeat-x;
	color: #000000 /*#FFFFFF;*/
	margin-bottom: 4px;
	padding: 10px 10px;
	
	
}

.navbar {
	background-color: #CFCFCF;
	padding: 0 10px;
}

.forabg {
	background: #7C8891/*#b1b1b1*/ none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

.forumbg {
	background: #7C8891 /*#ebebeb*/ none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

.panel {
	margin-bottom: 4px;
	padding: 0 10px;
	background-color: #f3f3f3;
	color: #3f3f3f;
}

.post {
	padding: 0 10px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.bg1	{ background-color: #f7f7f7;}
.bg2	{ background-color: #f2f2f2; }
.bg3	{ background-color: #ebebeb; }

.rowbg {
	margin: 5px 5px 2px 5px;
}

.ucprowbg {
	background-color: #e2e2e2;
}

.fieldsbg {
	/*border: 1px #DBDEE2 solid;*/
	background-color: #eaeaea;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

.rules span.corners-top {
	margin: 0 -10px 5px -10px;
}

.rules span.corners-bottom {
	margin: 5px -10px 0 -10px;
}

.post span.corners-top {
        margin: -1px 0 0 -11px;
        position: relative;
    }
.post span.corners-top span {
        margin: 0 -11px 0 0;
    }

.post span.corners-bottom {
        margin: 0 0 -1px -11px;
        position: relative;
    }
.post span.corners-bottom span {
        margin: 0 -11px 0 0; 
    }
/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 20px;
	font-size: 1.1em;
	line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}
/*Navbar at top horizontal list*/

ul.linklistnav {
	display: block;
	margin: 0;
	
}

ul.linklistnav li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 25px;
	font-size: 1.1em;
	line-height: 2.2em;
	/*margin-left: 100px;*/
}

ul.linklistnav li.rightsidenav, p.rightsidenav {
	float: right;
	margin-right: 0;
	margin-left: 25px;
	text-align: right;
}

ul.navlinksnav {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

ul.leftsidenav {
	float: left;
	margin-left: 0;
	margin-right: 25px;
	text-align: left;
}

ul.rightsidenav {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

/* Table styles
----------------------------------------*/
table.table1 {
	/* See tweaks.css */
}

#ucp-main table.table1 {
	padding: 2px;
}

table.table1 thead th {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 1.3em;
	font-size: 1em;
	padding: 0 0 4px 3px;
}

table.table1 thead th span {
	padding-left: 7px;
}

table.table1 tbody tr {
	border: 1px solid #cfcfcf;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #f6f6f6;
	color: #000;
}

table.table1 td {
	color: #6a6a6a;
	font-size: 1.1em;
}

table.table1 tbody td {
	padding: 5px;
	border-top: 1px solid #FAFAFA;
}

table.table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}

/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .posts		{ text-align: center !important; width: 7%; }
table.table1 .joined	{ text-align: left; width: 15%; }
table.table1 .active	{ text-align: left; width: 15%; }
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .info		{ text-align: left; width: 30%; }
table.table1 .info div	{ width: 100%; white-space: nowrap; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	color: #000000;
	font-weight: normal;
}

.forumbg table.table1 {
	margin: 0 -2px -1px -1px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */
.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
}

dl.details {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 1.1em;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #000000;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #828282;
	float: left;
	width: 65%;
}

/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 5px;
	float: right;
}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #bfbfbf;
	border: 1px solid #bfbfbf;
	font-size: 0.9em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #eeeeee;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pagination span a:hover {
	border-color: #d2d2d2;
	background-color: #d2d2d2;
	color: #FFF;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
}

.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #d2d2d2;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}

.copyright {
	padding: 5px;
	text-align: center;
	color: #555555;
}

.small {
	font-size: 0.9em !important;
}

.titlespace {
	margin-bottom: 15px;
}

.headerspace {
	margin-top: 20px;
}

.error {
	color: #bcbcbc;
	font-weight: bold;
	font-size: 1em;
}

.reported {
	background-color: #f7f7f7;
}

li.reported:hover {
	background-color: #ececec;
}

div.rules {
	background-color: #ececec;
	color: #bcbcbc;
	padding: 0 10px;
	margin: 10px 0;
	font-size: 1.1em;
}

div.rules ul {
	margin-left: 20px;
}

p.rules {
	background-color: #ececec;
	background-image: none;
	padding: 5px;
}

p.rules img {
	vertical-align: middle;
}

p.rules a {
	vertical-align: middle;
	clear: both;
}

#top {
	position: absolute;
	top: -20px;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #536482;
	background-color: #ACA8A1;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #28313F;
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #115098;
}

hr {
	border-color: #FFFFFF;
	border-top-color: #CCCCCC;
}

hr.dashed {
	border-top-color: #CCCCCC;
}

/* Search box
--------------------------------------------- */

#search-box {
	color: #FFFFFF;
}

#search-box #keywords {
	background-color: #FFF;
}

#search-box input {
	border-color: #0075B0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
/*.headerbar {
	background-color:#7C8891; /*#12A3EB;*/
	/*background-image:  url("bg_header.gif");
	color: #FFFFFF;*/
	
}

.navbar {
	background-color: #DCDEE2;/*#cadceb;*/
}

.forabg, .forumbg {
	background-color: #505c65;/*#7C8891;#505C65; #0076b1;*/
	background-image:   url(../newforum/styles/prosilver/theme/bg_list.gif);
}

/*.forumbg {
	background-color: #7C8891/*#505C65;#12A3EB;
	background-image: url("{T_THEME_PATH./images/bg_header.gif");
}
*/
.panel {
	background-color: #ECF1F3;
	color: #28313F;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.bg1	{ background-color: #CCCCFF/*#ECF3F7;*/ }
.bg2	{ background-color: *#e1ebf2; }
.bg3	{ background-color: #cadceb; }

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}

span.corners-top {
	background-image:   url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/corners_left.png);
}

span.corners-top span {
	background-image:   url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/corners_right.png);
}

span.corners-bottom {
	background-image:   url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/corners_left.png);
}

.post span.corners-top, .post span.corners-bottom  {
       background-image:   url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/corners_left_b.png);
    }

.post span.corners-top span, .post span.corners-bottom span {
       background-image:   url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/corners_right_b.png);
    }

span.corners-bottom span {
	background-image:   url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/corners_right.png);
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {
	border-bottom-color: #FFFFFF;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #FFFFFF;
}

table.table1 tbody tr {
	border-color: #BFC1CF;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #CFE1F6;
	color: #000;
}

table.table1 td {
	color: #536482;
}

table.table1 tbody td {
	border-top-color: #FAFAFA;
}

table.table1 tbody th {
	border-bottom-color: #000000;
	color: #333333;
	background-color: #FFFFFF;
}

table.info tbody th {
	color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #000000;
}

dl.details dd {
	color: #536482;
}

.sep {
	color: #1198D9;
}

/* Pagination
---------------------------------------- */

.pagination span strong {
	color: #FFFFFF;
	background-color: #4692BF;
	border-color: #4692BF;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	color: #5C758C;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}

.pagination span a:hover {
	border-color: #368AD2;
	background-color: #368AD2;
	color: #FFF;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	background-image:   url(../newforum/styles/prosilver/theme/images/icon_pages.gif);
}

.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #368AD2;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #555555;
}

.error {
	color: #BC2A4D;
}

.reported {
	background-color: #F7ECEF;
}

li.reported:hover {
	background-color: #ECD5D8 !important;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #ECD5D8;
	color: #BC2A4D;
}

p.rules {
	background-color: #ECD5D8;
	background-image: none;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link	{ color: #105289; }
a:visited	{ color: #105289; }
a:hover	{ color: #D31141; }
a:active	{ color: #368AD2; }

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #FFFFFF;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #A8D8FF;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #C8E6FF;
}

/* Links for forum/topic lists */
a.forumtitle {
	color: #105289;
}

/* a.forumtitle:visited { color: #105289; } */

a.forumtitle:hover {
	color: #BC2A4D;
}

a.forumtitle:active {
	color: #105289;
}

a.topictitle {
	color: #105289;
}

/* a.topictitle:visited { color: #368AD2; } */

a.topictitle:hover {
	color: #BC2A4D;
}

a.topictitle:active {
	color: #105289;
}

/* Post body links */
.postlink {
	color: #368AD2;
	border-bottom-color: #368AD2;
}

.postlink:visited {
	color: #5D8FBD;
	border-bottom-color: #666666;
}

.postlink:active {
	color: #368AD2;
}

.postlink:hover {
	background-color: #D0E4F6;
	color: #0D4473;
}

.signature a, .signature a:visited, .signature a:active, .signature a:hover {
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	color: #105289;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #D31141;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #105289;
}

.search .postprofile a:hover {
	color: #D31141;
}

/* Back to top of page */
a.top {
	background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_BACK_TOP_SRC%7D);
}

a.top2 {
	background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_BACK_TOP_SRC%7D);
}

/* Arrow links  */
a.up		{ background-image:   url(../newforum/styles/prosilver/theme/arrow_up.gif)}
a.down		{ background-image:   url(../newforum/styles/prosilver/theme/arrow_down.gif)}
a.left		{ background-image:   url(../newforum/styles/prosilver/theme/arrow_left.gif)}
a.right		{ background-image:   url(../newforum/styles/prosilver/theme/arrow_right.gif)}

a.up:hover {
	background-color: transparent;
}

a.left:hover {
	color: #368AD2;
}

a.right:hover {
	color: #368AD2;
}
/*Top navbar links*/


a.navLink2 {
	display: block;
	padding: 0px;
	border: none;
	color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	left: 3px;
	font-weight: bold;
	text-decoration: none;
	
	}

a.navLink2:link {
	
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	left: 3px;
	font-weight: bold;
	}

a.navLink2:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	left: 3px;
	
	}
a.navLink2:active {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #CCCCCC;
	left: 3px;
	}
a.navLink2:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #CCCCCC;
	left: 3px;
	}
/*  	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
	background-color: #e4e4e4; /*#E8ECEE; #eef5f9;*/
	background-image:   url(../newforum/styles/prosilver/theme/gradient.gif);
}

ul.topiclist li {
	color: #4C5D77;
}

ul.topiclist dd {
	border-left-color: #FFFFFF;
}

.rtl ul.topiclist dd {
	border-right-color: #fff;
	border-left-color: transparent;
}

ul.topiclist li.row dt a.subforum.read {
	background-image: url("{IMG_SUBFORUM_READ_SRC}");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
}

li.row {
	border-top-color:  #FFFFFF;
	border-bottom-color: #00608F;
}

li.row strong {
	color: #000000;
}

li.row:hover {
	background-color: #d4cce7;/*#F6F4D0;*/
}

li.row:hover dd {
	border-left-color: #CCCCCC;
}

.rtl li.row:hover dd {
	border-right-color: #CCCCCC;
	border-left-color: transparent;
}

li.header dt, li.header dd {
	color: #FFFFFF;
}

/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #333333;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #333333;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #333333;
}

.content h2, .panel h2 {
	color: #115098;
	border-bottom-color:  #CCCCCC;
}

dl.faq dt {
	color: #333333;
}

.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

/* Post signature */
.signature {
	border-top-color: #CCCCCC;
}

/* Post noticies */
.notice {
	border-top-color:  #CCCCCC;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #EBEADD;
	background-image:   url(../newforum/styles/prosilver/theme/quote.gif);
	border-color:#DBDBCE;
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}

/* Code block */
dl.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

dl.codebox dt {
	border-bottom-color:  #CCCCCC;
}

dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

.pm-message .attachbox {
	background-color: #F2F3F3;
}

.attachbox dd {
	border-top-color: #C9D2D8;
}

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

.attach-image img {
	border-color: #999999;
}

/* Inline image thumbnails */

dl.file dd {
	color: #666666;
}

dl.thumbnail img {
	border-color: #666666;
	background-color: #FFFFFF;
}

dl.thumbnail dd {
	color: #666666;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border-color: #368AD2;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #DCDEE2;
	color: #666666;
}

fieldset.polls dl.voted {
	color: #000000;
}

fieldset.polls dd div {
	color: #FFFFFF;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar1 {
	border-left-color: #74162C;
}

.pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

.rtl .pollbar2 {
	border-left-color: #8C1C38;
}

.pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

.rtl .pollbar3 {
	border-left-color: #AA2346;
}

.pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
	border-left-color: #BE1E4A;
}

.pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

.rtl .pollbar5 {
	border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #666666;
	border-left-color: #FFFFFF;
}

.rtl .postprofile {
	border-right-color: #FFFFFF;
	border-left-color: transparent;
}

.pm .postprofile {
	border-left-color: #DDDDDD;
}

.rtl .pm .postprofile {
	border-right-color: #DDDDDD;
	border-left-color: transparent;
}

.postprofile strong {
	color: #000000;
}

.online {
	background-image:   url(../newforum/styles/prosilver/theme/icon_user_online.gif);
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

/* Big button ./images */
.reply-icon span	{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_BUTTON_TOPIC_REPLY_SRC%7D); }
.post-icon span		{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_BUTTON_TOPIC_NEW_SRC%7D); }
.locked-icon span	{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_BUTTON_TOPIC_LOCKED_SRC%7D); }
.pmreply-icon span	{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_BUTTON_PM_REPLY_SRC%7D);}
.newpm-icon span 	{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_BUTTON_PM_NEW_SRC%7D);}
.forwardpm-icon span	{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_BUTTON_PM_FORWARD_SRC%7D);}

a.print {
	background-image:   url(../newforum/styles/prosilver/theme/icon_print.gif);
}

a.sendemail {
	background-image:   url(../newforum/styles/prosilver/theme/icon_sendemail.gif);
}

a.fontsize {
	background-image:   url(../newforum/styles/prosilver/theme/icon_fontsize.gif);
}

/* Icon ./images
---------------------------------------- */
.sitehome						{ background-image:   url(../newforum/styles/prosilver/theme/icon_home.gif); }
.icon-faq						{ background-image:   url(../newforum/styles/prosilver/theme/icon_faq.gif); }
.icon-members					{ background-image:   url(../newforum/styles/prosilver/theme/icon_members.gif); }
.icon-home						{ background-image:   url(../newforum/styles/prosilver/theme/icon_home.gif); }
.icon-ucp						{ background-image:   url(../newforum/styles/prosilver/theme/icon_ucp.gif); }
.icon-register					{ background-image:   url(../newforum/styles/prosilver/theme/icon_register.gif); }
.icon-logout					{ background-image:   url(../newforum/styles/prosilver/theme/icon_logout.gif); }
.icon-bookmark					{ background-image:   url(../newforum/styles/prosilver/theme/icon_bookmark.gif); }
.icon-bump						{ background-image:   url(../newforum/styles/prosilver/theme/icon_bump.gif); }
.icon-subscribe					{ background-image:   url(../newforum/styles/prosilver/theme/icon_subscribe.gif); }
.icon-unsubscribe				{ background-image:   url(../newforum/styles/prosilver/theme/icon_unsubscribe.gif); }
.icon-pages						{ background-image:   url(../newforum/styles/prosilver/theme/icon_pages.gif); }
.icon-search					{ background-image:   url(../newforum/styles/prosilver/theme/icon_search.gif); }
/*.icon-wiki						{ background-image: url("{T_THEME_PATH./images/icon_mini_wiki.gif"); }*/
.icon-wiki					    { background-image:   url(../newforum/styles/prosilver/theme/icon_mini_wiki.gif); } repeat="no-repeat"

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background-image: url("{IMG_ICON_CONTACT_EMAIL_SRC}"); }
.aim-icon, .aim-icon a			{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_CONTACT_AIM_SRC%7D); }
.yahoo-icon, .yahoo-icon a		{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_CONTACT_YAHOO_SRC%7D); }
.web-icon, .web-icon a			{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_CONTACT_WWW_SRC%7D); }
.msnm-icon, .msnm-icon a			{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_CONTACT_MSNM_SRC%7D); }
.icq-icon, .icq-icon a			{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_CONTACT_ICQ_SRC%7D); }
.jabber-icon, .jabber-icon a		{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_CONTACT_JABBER_SRC%7D); }
.pm-icon, .pm-icon a				{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_CONTACT_PM_SRC%7D); }
.quote-icon, .quote-icon a		{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_POST_QUOTE_SRC%7D); }

/* Moderator icons */
.report-icon, .report-icon a		{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_POST_REPORT_SRC%7D); }
.edit-icon, .edit-icon a			{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_POST_EDIT_SRC%7D); }
.delete-icon, .delete-icon a		{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_POST_DELETE_SRC%7D); }
.info-icon, .info-icon a			{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_POST_INFO_SRC%7D); }
.warn-icon, .warn-icon a			{ background-image:   url(../newforum/styles/prosilver/theme/%7BIMG_ICON_USER_WARN_SRC%7D); } /* Need updated warn icon */

/*  	
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #A4B3BF;
}

#cp-main .panel li.row {
	border-bottom-color: #B5C1CB;
	border-top-color: #F9F9F9;
}

ul.cplist {
	border-top-color: #B5C1CB;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #000000;
}

#cp-main table.table1 thead th {
	color: #333333;
	border-bottom-color: #333333;
}

#cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
#tabs a {
	background-image:   url(../newforum/styles/prosilver/theme/bg_tabs1.gif);
}

#tabs a span {
	background-image:   url(../newforum/styles/prosilver/theme/bg_tabs2.gif);
	color: #536482;
}

#tabs a:hover span {
	color: #BC2A4D;
}

#tabs .activetab a {
	border-bottom-color: #CADCEB;
}

#tabs .activetab a span {
	color: #333333;
}

#tabs .activetab a:hover span {
	color: #000000;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
	background-color: #E1EBF2;
}

#minitabs li.activetab {
	background-color: #F9F9F9;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333333;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
#navigation a {
	color: #333;
	background-color: #B2C2CF;
	background-image:   url(../newforum/styles/prosilver/theme/bg_menu.gif);
}

#navigation a:hover {
	background-color: #aabac6;
	color: #BC2A4D;
}

#navigation #active-subsection a {
	color: #D31141;
	background-color: #F9F9F9;
	background-image: none;
}

#navigation #active-subsection a:hover {
	color: #D31141;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	color: #333333;
}

#cp-main .panel {
	background-color: #F9F9F9;
}

#cp-main .pm {
	background-color: #FFFFFF;
}

#cp-main span.corners-top, #cp-menu span.corners-top {
	background-image:   url(../newforum/styles/prosilver/theme/corners_left2.gif);
}

#cp-main span.corners-top span, #cp-menu span.corners-top span {
	background-image:   url(../newforum/styles/prosilver/theme/corners_right2.gif);
}

#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
	background-image:   url(../newforum/styles/prosilver/theme/corners_left2.gif);
}

#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
	background-image:   url(../newforum/styles/prosilver/theme/corners_right2.gif);
}

/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	background-image:   url(../newforum/styles/prosilver/theme/corners_left.gif);
}

#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
	background-image:   url(../newforum/styles/prosilver/theme/corners_right.gif);
}

#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	background-image:   url(../newforum/styles/prosilver/theme/corners_left.gif);
}

#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
	background-image:   url(../newforum/styles/prosilver/theme/corners_right.gif);
}

/* Friends list */
.cp-mini {
	background-color: #eef5f9;
}

dl.mini dt {
	color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #999999 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #5D8FBD;
}

pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000000;
}

/* Avatar gallery */
#gallery label {
	background-color: #FFFFFF;
	border-color: #CCC;
}

#gallery label:hover {
	background-color: #EEE;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	border-color: #666666;
	background-color: #FAFAFA;
}

label {
	color: #425067;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #F2F3F3;
}

/* Posting page styles
----------------------------------------*/

#message-box textarea {
	color: #333333;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF; 
	border-color: #B4BAC0;
	color: #333333;
}

.inputbox:hover {
	border-color: #11A3EA;
}

.inputbox:focus {
	border-color: #11A3EA;
	color: #0F4987;
}

/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #000;
	background-color: #FAFAFA;
	background-image:   url(../newforum/styles/prosilver/theme/bg_button.gif);
}

a.button1, input.button1 {
	border-color: #666666;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	color: #000000;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #BC2A4D;
	color: #BC2A4D;
}

input.search {
	background-image:   url(../newforum/styles/prosilver/theme/icon_textbox_search.gif);
}

input.disabled {
	color: #666666;
}
  
      /*  phpBB 3.0 Style Sheet - Colours & Backgrounds for common.css
        --------------------------------------------------------------
		Style name:         Glacier
		Based on style:     proSilver (this is the default phpBB 3 style)
		Original author:	subBlue ( http://www.subBlue.com/ )
		Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
		
		Style Author:		Ika ( http://www.shadowflames.us )
		Copyright 2007-2008 ShadowFlames Development
        --------------------------------------------------------------
		Original Menu Version - Credit
		
		This copyright notice must be kept untouched in the stylesheet at 
		all times.
	
		The original version of this stylesheet and the associated (x)html
		is available at http://www.cssplay.co.uk/menus/pro_drop6.html
		Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
		This stylesheet and the associated (x)html may be modified in any 
		way to fit your requirements.
		=================================================================== */

.preload1 {
background: url('./images/gnavbg2.gif');
}

.preload2 {
background: url('./images/gnavbtn2.gif');
}

#header_nav{
	background: url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/gnavbg.gif) repeat-x;
	border-top:1px solid #000;
	font:11px/11px tahoma,arial,helvetica,sans-serif;
	height:33px;
	margin:0 1px 0 1px;
	padding-bottom: 5px;
}

#nav {
	padding:0;
	margin: 0;
	list-style:none;
	height:33px;
	position:relative;
	z-index:200;
	font-family: arial, verdana, sans-serif;
}

#nav li.top {
	display:block;
	float: left;
}

#nav li a.top_link {
	display:block;
	float: left;
	height:33px;
	line-height:31px;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
}

#nav li a.top_link span {
	float: left;
	display:block;
	padding:0 14px 0 6px;
	height:33px;
}

#nav li a.top_link span.down {
	float: left;
	display:block;
	padding:0 24px 0 12px;
	height:33px;
	background: url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/gnavbg2.gif) no-repeat right top;
}

#nav li:hover a.top_link,
#nav a.top_link:hover {
	color:#FFF;
	background: url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/gnavbtn.gif) no-repeat;
}

#nav li:hover a.top_link span, 
#nav a.top_link:hover span {
	background: url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/gnavbtn.gif) no-repeat right top;
}

#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down {
	background: url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/gnavbtn2.gif) no-repeat right top;
	padding-bottom:3px;
}

#nav table {
	border-collapse:collapse;
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:0;
}

#nav li:hover {
	position:relative;
	z-index:200;
}

#nav a:hover {
	position:relative;
	white-space:normal;
	z-index:200;
}

#nav :hover ul.sub {
	left:1px;
	top:34px;
	background-color: #000;
	padding:3px;
	border: 1px solid #FFF;
	white-space:nowrap;
	width:185px;
	height:auto;
	z-index:300;
	font-weight:bold;
}

#nav :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:185px;
	font-weight:bold;
}

#nav :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:18px;
	width:183px;
	line-height:18px;
	text-indent:5px;
	color:#3365ac;
	text-decoration:none;
	font-weight:bold;
}

#nav li ul.sub li a.fly {
	background: url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/gnavexpand2.gif) 175px 6px no-repeat;
}

#nav :hover ul.sub li a:hover {
	color:#3365ac;
	background-color: #FFF;
	border-color:#FFF;
	font-weight:bold;
}

#nav :hover ul.sub li a.fly:hover {
	background: #FFF url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/gnavexpand.gif) 175px 6px no-repeat;
	color:#3365ac;
}

#nav li b {
	display:block;
	font-size:11px;
	height:18px;
	width:183px;
	line-height:18px;
	margin-bottom:3px;
	text-indent:6px;
	color:#FFF;
	border-bottom:1px solid #B5BBCF;
	cursor:default;
}

#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul {
	left:89px;
	top:-4px;
	padding:3px;
	border:1px solid #000;
	white-space:nowrap;
	width:183px;
	z-index:400;
	height:auto;
}

#nav ul, 
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li:hover li:hover > ul {
	left: 183px; /* distance from right margin of main drop */
	top: -4px;
	background-color: #000;
	padding: 3px;
	border: 1px solid #FFF;
	white-space: nowrap;
	width: 185px; /* width of secondary drop */
	z-index: 400;
	height: auto;
}

#nav li:hover > ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li:hover li:hover > a.fly {
	background: #FFF url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/gnavexpand.gif) 175px 6px no-repeat; 
	color:#3365ac;
	font-weight: bold;
	text-decoration:none;
} 

#nav li:hover li:hover > li a.fly {
	background: #FFF url(http://newforum.80-90.co.uk/styles/prosilver/theme/images/gnavexpand.gif') 175px 6px no-repeat;
	color:#3365ac;
	font-weight: bold;
	text-decoration:none;
} 

/* Border
---------------------------------------- */
.border-left { 
    background: url("http://newforum.80-90.co.uk/styles/prosilver/theme/images/border_left.gif") #FFFFFF repeat-y 0 0;
}

.border-right {
    background: url("http://newforum.80-90.co.uk/styles/prosilver/theme/images/border_right.gif") repeat-y 100% 0;
}

.border-top { 
    background: url("http://newforum.80-90.co.uk/styles/prosilver/theme/images/border_top.gif") repeat-x 0 0; 
}

.border-top-left {
    background: url("http://newforum.80-90.co.uk/styles/prosilver/theme/images/border_top_left.gif") no-repeat 0 0;
}

.border-top-right {
    background: url("http://newforum.80-90.co.uk/styles/prosilver/theme/images/border_top_right.gif") no-repeat 100% 0;
    width: 100%;
}

.border-bottom { 
    background: url("http://newforum.80-90.co.uk/styles/prosilver/theme/images/border_bottom2.gif") repeat-x 0 100%;
}

.border-bottom span {
    background: url("http://newforum.80-90.co.uk/styles/prosilver/theme/images/border_bottom.gif") no-repeat 0 0;
    display: block;
    height: 18px; 
}

.border-bottom span span { 
    background-position: 100% -18px;
}

.inside { 
    padding: 17px 27px 10px 27px;
}

/*------------------------------------------------------------------------------------------------------*/
/* proSilver Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
* html span.corners-top, * html span.corners-bottom { background-image: url("http://newforum.80-90.co.uk/styles/prosilver/theme/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("http://newforum.80-90.co.uk/styles/prosilver/theme/images/corners_right.gif"); }

table.table1 {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}
html>body table.table1 { width: 100%; }	/* Reset 100% for opera */

* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}

/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
   From http://www.positioniseverything.net/easyclearing.html 
#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
	height: 1%;
	overflow: hidden;
}

/* viewtopic fix */
* html .post {
	height: 25%;
	overflow: hidden;
}

/* navbar fix */
* html .clearfix, * html .navbar, ul.linklist {
	height: 4%;
	overflow: hidden;
}

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
	From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

* html #search-box {
	width: 25%;
}

/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
	margin-left: 30%;
	float: none;
}

* html dl.details dd {
	margin-left: 30%;
	float: none;
}



