@import url("gallery.css");

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

html {
	font-size: 100%;
}

body {
	background: #FFF;
	color: #666666;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 10px;
	line-height: 135%;
	margin: 10px 10px 10px 10px;
	padding: 0px; /* required for Opera to have 0 margin */

}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#info {
	MARGIN: 15px 0px 0px 0px; 
	WIDTH: 100%; 
	POSITION: fixed;
	
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Trebuchet MS", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 120%;
	text-decoration: none;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Trebuchet MS", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright{ 
	background: #FFF;
	font-size: 10px; 
	margin: 0 0 5px 0;
	padding: 10px;
	padding-bottom: 0px;
	text-align: right;
}

.titles {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */

th {
	height: 23px; 
	color: #363433;
	font-size: 10px;
	font-weight : bold; 
	background-color: #FFFFFF;
	background-image: url('./images/subtitle.gif');
	white-space: nowrap;
	padding: 0px 10px 0px 10px;

}

td {
	padding: 0px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #E3E3E3;
}

.catdiv {
	height: 26px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 26px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFF;
	text-indent: 4px;
}

.cattext {
	text-align:left;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	padding:7px 0px 6px 0px;
	color: #434343;
}

.cattext a:link { color: #434343; text-decoration:none }
.cattext a:visited { color: #434343; text-decoration:none }
.cattext a:hover { color: #EF463C; text-decoration:none }
.cattext a:active { color: #434343; text-decoration:none }

.row1 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row2 {
	background-color: #F6F6F6;
	padding: 4px;
}

.row3 {
	background-color: #fff;
	padding: 4px;
}

.spacer {
	background-color: #FFFFFF;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link,
a:visited,
a:active{
	background: transparent;
	color: #555555;
	text-decoration: underline;
}

a:hover{
	background: transparent;
	color: #EF463C;
}

a.forumlink {
	color: #555555;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #555555;
	text-decoration: none;
}

th a,
th a:visited {
	color: #555555 !important;
	text-decoration: none;
}

th a:hover {
	color: #EF463C;
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	background: #E6E6E6 url('./images/css_img_quote.gif') no-repeat right;
	border: 1px dotted #636363;
	border-bottom: 0;
	color: #555555;
	font-weight: bold;
	font-size: 10px;
	margin: 2px auto 0 auto;
	padding: 3px;
}

.quotetitle .quotetitle {
	font-size: 10px;
}

.quotecontent, .attachcontent {
	background: #f9f9f9;
	border: 1px dotted #636363;
	border-top: 0;
	color: #434343;
	padding: 4px;
	margin: 0 auto 0 auto;
}

.attachcontent {
	font-size: 10px;
}

.codetitle {
	background: #d50909 url('./images/css_img_code.gif') no-repeat right;
	color: #FFF;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
}

.codecontent {
	background: #F9F9F9;
	border: 1px dotted #636363;
	color: #434343;
	margin: 0 auto 0 auto;
	padding: 2px;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

/*Custom */

#header {
	position: relative;
	left: 0;
	top: 0;
	height: 160px;
}

#logo {	
	position: absolute;
	left: 0;
	top: 70px;
	width: 827px;
	height: 52px;
}

#top_menu {
	position: absolute;
	right: 0;
	top: 130px;
	text-align: right;
	width:500px;
}


#menu {
	position: absolute;
	top: 130px;	
	background: #D50909;
	width: 825px;
	height: 23px;
	color: #fff;
	border-top: 4px solid #E3E3E3;
	border-bottom: 6px solid #E3E3E3;
}

div.item {padding-top:0.6em;}

#top_menu a, 
#top_menu a:link, 
#top_menu a:visited {
	color:#666;
	padding-left: 5px;
	padding-right:5px;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
}

#top_menu a:hover, 
#top_menu a.active {
	text-decoration: underline;
}

#top_menu ul, 
#top_menu li, 
#menu ul, 
#menu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}



#top_menu li {
	float:right;
}



#menu ul {
	height: 23px;
} 



#menu ul li {
	float:left;
	height: 23px;
	line-height:23px;
	background: url('./images/menu_bg.gif') right top no-repeat;
}

#menu ul li a, 
#menu ul li a:link, 
#menu ul li a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
}

#menu ul li:hover, 
#menu ul li.over, 
#menu ul li#current {
	background:black url('./images/menu_bg.gif') right top no-repeat;
}

.borderwrap,
.borderwrapm{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */
	background: #e3e3e3;
	border: 0px solid #072A66;
	padding: 0px; 
	margin: 0px; 
}

.borderwrapm{
	margin: 5px;
}

.borderwrap h3,

.maintitle,
.maintitlecollapse{
	background: #FFF;
	border: 0px solid #FFF;
	border-bottom: 0px solid #5176B5;
	color: #434343; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
	padding: 8px;
	padding-left: 0px;
}

.maintitle td {
	color: #000; 
	font-size: 12px;
	font-weight: bold;
}


.maintitlecollapse{
	border: 0px solid #FFF;
}

.maintitle p,
.maintitlecollapse p,
.formsubtitle p{
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.maintitle p.expand,
.maintitle p.goto,
.maintitlecollapse p.expand,
.formsubtitle p.members{
	float: right;
	width: auto !important;
}

.maintitle a:link, 
.maintitle a:visited,
.maintitlecollapse a:link, 
.maintitlecollapse a:visited{ 
	background: transparent;
	color: #434343;
	text-decoration: none; 
}

.maintitle a:hover, 
.maintitle a:active,
.maintitlecollapse a:hover, 
.maintitlecollapse a:active{ 
	background: transparent;
	color: #434343;
}

#ipbwrapper{ 
	background: #FFF;
	margin: 0px auto 25px auto;
}

#userlinks,
#userlinksguest{ 
	background: #FFF;
	border: 0px solid #C2CFDF;
	margin: 25px 0 0 0;
	padding: 0 5px 0 5px;
}

#userlinksguest{ 
	background: #FFF;
	border: 0px solid #986265;
}

#userlinks p,
#userlinksguest p{
	background: transparent !important;
	border: 0 !important;
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0 !important;
	padding: 7px 0 7px 0; 
	text-align: right;
}

#userlinks p,
#userlinksguest p{
	font-weight: normal;
	letter-spacing: 0;
}

#userlinksguest p.pcen{
	text-align: center;
}

#userlinks p.home,
#userlinksguest p.home{
	float: left;
}

#navstrip{ 
	background: #FFF;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 14px 0px 8px 0px; 
}

.newslink{
	background: #FFF;
	border-bottom: 1px solid #e3e3e3;
	margin: 0;
	width: 100%;
}

.newslink td{
	color: #363433;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
}

.newslink span{
	background: transparent;
	color: #595858;
	font-style: italic;
	font-weight: normal;
}

.newslink input{
	background: #FFF;
	border: 1px solid #e3e3e3;
	color: #363433;
	font-size: 10px;
	padding: 3px;
	vertical-align: middle;
	width: auto;
}

.newslink input.button{
	background: transparent;
	border: 0;
	color: #072A66;
	vertical-align: middle;
}

.fieldwrap{
	background: #F9F9F9;
	border: 1px solid #CCC;
	border-top: 0;
	margin: 5px;
	padding: 0;
	text-align: left;
}

.fieldwrap h4{
	background: #EEE;
	border: 1px solid #CCC;
	border-left: 0;
	border-right: 0;
	color: #444; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.activeusers{
	background: #FFF;
	border: 1px solid #e3e3e3;
	color: #000;
	margin: 0px;
	padding: 1px;
}

.activeuserposting a:link,
.activeuserposting a:visited,
.activeuserposting a:active,
.activeuserposting
{

.icons { width:100% }

table.icons,
tr.icons,
td.icons
{ /* required for text in tables, because tables do not inherit from body */
	background: transparent;
	color: #222;
	font-size: 11px;
	line-height: 135%;
}

.icons td,
.divpad{ /* gives all tables faux cellpadding of 5px */
	padding: 5px;
}

td.nopad{ /* allows some tables to have no padding on the td */
	padding: 0;
}

/* Safari... */
th
{
	text-align: left;
}



#smiley-box {
	width: 18%;
	float: right;
}

#smiley-box img {
	margin: 3px;
}










.forabg {
	CLEAR: both; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; BACKGROUND: #b1b1b1 repeat-x 0px 0px; MARGIN-BOTTOM: 4px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
UL.topiclist {
	DISPLAY: block; MARGIN: 0px; LIST-STYLE-TYPE: none
}
UL.topiclist LI {
	DISPLAY: block; MARGIN: 0px; COLOR: #777777; LIST-STYLE-TYPE: none
}
UL.topiclist DL {
	POSITION: relative
}
UL.topiclist LI.row DL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px
}
UL.topiclist DT {
	PADDING-RIGHT: 5px; DISPLAY: block; PADDING-LEFT: 5px; FONT-SIZE: 1.1em; FLOAT: left; WIDTH: 50%
}
UL.topiclist DD {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 4px; BORDER-LEFT: #ffffff 1px solid; PADDING-TOP: 4px
}
UL.topiclist DFN {
	LEFT: -999px; WIDTH: 990px; POSITION: absolute
}
UL.topiclist LI.row DT A.subforum {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 0px 50%; PADDING-LEFT: 12px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat; WHITE-SPACE: nowrap; POSITION: relative
}
* HTML UL.topiclist LI {
	POSITION: relative
}
UL.topiclist DL {
	OVERFLOW: hidden; HEIGHT: 1%
}
UL.topiclist LI {
	COLOR: #4c5d77
}
UL.topiclist DD {
	BORDER-LEFT-COLOR: #ffffff
}
.rtl UL.topiclist DD {
	BORDER-LEFT-COLOR: transparent; BORDER-RIGHT-COLOR: #fff
}
UL.topiclist LI.row DT A.read.subforum {
	BACKGROUND-IMAGE: url(./styles/prosilver/imageset/subforum_read.gif)
}
UL.topiclist LI.row DT A.unread.subforum {
	BACKGROUND-IMAGE: url(./styles/prosilver/imageset/subforum_unread.gif)
}
UL.topiclist DD.searchextra {
	COLOR: #333333
}
LI.header DT {
	BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 1em; PADDING-BOTTOM: 2px; MARGIN: 2px 0px 4px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; LINE-HEIGHT: 1em; PADDING-TOP: 2px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
LI.header DD {
	BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 1em; PADDING-BOTTOM: 2px; MARGIN: 2px 0px 4px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; LINE-HEIGHT: 1em; PADDING-TOP: 2px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
LI.header DT {
	FONT-WEIGHT: bold
}
LI.header DD {
	MARGIN-LEFT: 1px
}
LI.header DL.icon {
	MIN-HEIGHT: 0px
}
LI.header DL.icon DT {
	PADDING-RIGHT: 50px; PADDING-LEFT: 0px
}
#cp-main .panel LI.header DD {
	MARGIN-BOTTOM: 2px; COLOR: #000000
}
#cp-main .panel LI.header DT {
	MARGIN-BOTTOM: 2px; COLOR: #000000
}
.pm-panel-header {
	PADDING-BOTTOM: 10px; MARGIN: 0px; BORDER-BOTTOM: #a4b3bf 1px dashed
}
.forumbg .header A:link {
	COLOR: #ffffff
}
.forabg .header A:link {
	COLOR: #ffffff
}
.forumbg .header A:visited {
	COLOR: #ffffff
}
.forabg .header A:visited {
	COLOR: #ffffff
}
.forumbg .header A:hover {
	COLOR: #a8d8ff
}
.forabg .header A:hover {
	COLOR: #a8d8ff
}
.forumbg .header A:active {
	COLOR: #c8e6ff
}
.forabg .header A:active {
	COLOR: #c8e6ff
}
LI.header DT {
	COLOR: #ffffff
}
LI.header DD {
	COLOR: #ffffff
}
#cp-main .panel LI.header DD {
	COLOR: #000000
}
#cp-main .panel LI.header DT {
	COLOR: #000000
}
.pm-panel-header {
	BORDER-BOTTOM-COLOR: #a4b3bf
}
A.feed-icon-forum {
	FLOAT: right; MARGIN: 3px
}
LI.header DL.icon {
	MIN-HEIGHT: 0px
}
LI.header DL.icon DT {
	PADDING-RIGHT: 50px; PADDING-LEFT: 0px
}
DL.icon {
	BACKGROUND-POSITION: 10px 50%; MIN-HEIGHT: 35px; BACKGROUND-REPEAT: no-repeat
}
DL.icon DT {
	BACKGROUND-POSITION: 5px 95%; PADDING-LEFT: 45px; BACKGROUND-REPEAT: no-repeat
}
DL.icon DT OL {
	LIST-STYLE-POSITION: inside; MARGIN-LEFT: 1em
}
DL.icon DT UL {
	LIST-STYLE-POSITION: inside; MARGIN-LEFT: 1em
}
DL.icon DT LI {
	DISPLAY: list-item
}
.reply-icon SPAN {
	BACKGROUND: no-repeat 0px 0px
}
.post-icon SPAN {
	BACKGROUND: no-repeat 0px 0px
}
.locked-icon SPAN {
	BACKGROUND: no-repeat 0px 0px
}
.pmreply-icon SPAN {
	BACKGROUND: no-repeat 0px 0px
}
.newpm-icon SPAN {
	BACKGROUND: no-repeat 0px 0px
}
.forwardpm-icon SPAN {
	BACKGROUND: no-repeat 0px 0px
}
.buttons DIV.reply-icon {
	WIDTH: 94px; HEIGHT: 25px
}
.buttons DIV.post-icon {
	WIDTH: 112px; HEIGHT: 25px
}
.buttons DIV.locked-icon {
	WIDTH: 94px; HEIGHT: 25px
}
.buttons DIV.pmreply-icon {
	WIDTH: 94px; HEIGHT: 25px
}
.buttons DIV.newpm-icon {
	WIDTH: 97px; HEIGHT: 25px
}
.buttons DIV.forwardpm-icon {
	WIDTH: 101px; HEIGHT: 25px
}
.icon-faq {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 0px 50%; PADDING-LEFT: 17px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 0px; PADDING-TOP: 1px; BACKGROUND-REPEAT: no-repeat
}
.icon-members {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 0px 50%; PADDING-LEFT: 17px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 0px; PADDING-TOP: 1px; BACKGROUND-REPEAT: no-repeat
}
.icon-home {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 0px 50%; PADDING-LEFT: 17px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 0px; PADDING-TOP: 1px; BACKGROUND-REPEAT: no-repeat
}
.icon-ucp {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 0px 50%; PADDING-LEFT: 17px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 0px; PADDING-TOP: 1px; BACKGROUND-REPEAT: no-repeat
}
.icon-register {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 0px 50%; PADDING-LEFT: 17px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 0px; PADDING-TOP: 1px; BACKGROUND-REPEAT: no-repeat
}
.icon-logout {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 0px 50%; PADDING-LEFT: 17px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 0px; PADDING-TOP: 1px; BACKGROUND-REPEAT: no-repeat
}
.icon-bookmark {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 0px 50%; PADDING-LEFT: 17px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 0px; PADDING-TOP: 1px; BACKGROUND-REPEAT: no-repeat
}
.icon-bump {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 0px 50%; PADDING-LEFT: 17px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 0px; PADDING-TOP: 1px; BACKGROUND-REPEAT: no-repeat
}
.icon-subscribe {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 0px 50%; PADDING-LEFT: 17px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 0px; PADDING-TOP: 1px; BACKGROUND-REPEAT: no-repeat
}
.icon-unsubscribe {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 0px 50%; PADDING-LEFT: 17px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 0px; PADDING-TOP: 1px; BACKGROUND-REPEAT: no-repeat
}
.icon-pages {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 0px 50%; PADDING-LEFT: 17px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 0px; PADDING-TOP: 1px; BACKGROUND-REPEAT: no-repeat
}
.icon-search {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 0px 50%; PADDING-LEFT: 17px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 0px; PADDING-TOP: 1px; BACKGROUND-REPEAT: no-repeat
}
UL.profile-icons {
	PADDING-TOP: 10px; LIST-STYLE-TYPE: none
}
UL.profile-icons LI {
	BACKGROUND-POSITION: 0px 100%; FLOAT: left; MARGIN: 0px 6px 3px 0px
}
UL.profile-icons LI A {
	BACKGROUND-POSITION: 0px 0px; DISPLAY: block; WIDTH: 100%; HEIGHT: 100%
}
UL.profile-icons LI SPAN {
	DISPLAY: none
}
UL.profile-icons LI A:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%
}
.postbody UL.profile-icons {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: right; PADDING-BOTTOM: 0px; WIDTH: auto; PADDING-TOP: 0px
}
.postbody UL.profile-icons LI {
	MARGIN: 0px 3px
}
.email-icon {
	BACKGROUND: no-repeat left top
}
.email-icon A {
	BACKGROUND: no-repeat left top
}
.aim-icon {
	BACKGROUND: no-repeat left top
}
.aim-icon A {
	BACKGROUND: no-repeat left top
}
.yahoo-icon {
	BACKGROUND: no-repeat left top
}
.yahoo-icon A {
	BACKGROUND: no-repeat left top
}
.web-icon {
	BACKGROUND: no-repeat left top
}
.web-icon A {
	BACKGROUND: no-repeat left top
}
.msnm-icon {
	BACKGROUND: no-repeat left top
}
.msnm-icon A {
	BACKGROUND: no-repeat left top
}
.icq-icon {
	BACKGROUND: no-repeat left top
}
.icq-icon A {
	BACKGROUND: no-repeat left top
}
.jabber-icon {
	BACKGROUND: no-repeat left top
}
.jabber-icon A {
	BACKGROUND: no-repeat left top
}
.pm-icon {
	BACKGROUND: no-repeat left top
}
.pm-icon A {
	BACKGROUND: no-repeat left top
}
.quote-icon {
	BACKGROUND: no-repeat left top
}
.quote-icon A {
	BACKGROUND: no-repeat left top
}
.report-icon {
	BACKGROUND: no-repeat left top
}
.report-icon A {
	BACKGROUND: no-repeat left top
}
.warn-icon {
	BACKGROUND: no-repeat left top
}
.warn-icon A {
	BACKGROUND: no-repeat left top
}
.edit-icon {
	BACKGROUND: no-repeat left top
}
.edit-icon A {
	BACKGROUND: no-repeat left top
}
.delete-icon {
	BACKGROUND: no-repeat left top
}
.delete-icon A {
	BACKGROUND: no-repeat left top
}
.info-icon {
	BACKGROUND: no-repeat left top
}
.info-icon A {
	BACKGROUND: no-repeat left top
}
UL.profile-icons LI.email-icon {
	WIDTH: 20px; HEIGHT: 20px
}
UL.profile-icons LI.aim-icon {
	WIDTH: 20px; HEIGHT: 20px
}
UL.profile-icons LI.yahoo-icon {
	WIDTH: 20px; HEIGHT: 20px
}
UL.profile-icons LI.web-icon {
	WIDTH: 20px; HEIGHT: 20px
}
UL.profile-icons LI.msnm-icon {
	WIDTH: 20px; HEIGHT: 20px
}
UL.profile-icons LI.icq-icon {
	WIDTH: 20px; HEIGHT: 20px
}
UL.profile-icons LI.jabber-icon {
	WIDTH: 20px; HEIGHT: 20px
}
UL.profile-icons LI.pm-icon {
	WIDTH: 28px; HEIGHT: 20px
}
UL.profile-icons LI.quote-icon {
	WIDTH: 56px; HEIGHT: 20px
}
UL.profile-icons LI.report-icon {
	WIDTH: 20px; HEIGHT: 20px
}
UL.profile-icons LI.edit-icon {
	WIDTH: 56px; HEIGHT: 20px
}
UL.profile-icons LI.delete-icon {
	WIDTH: 20px; HEIGHT: 20px
}
UL.profile-icons LI.info-icon {
	WIDTH: 20px; HEIGHT: 20px
}
UL.profile-icons LI.warn-icon {
	WIDTH: 20px; HEIGHT: 20px
}
UL.profile-icons LI.edit-icon {
	MARGIN: 0px 0px 0px 3px
}
UL.profile-icons LI.quote-icon {
	MARGIN: 0px 0px 0px 10px
}
UL.profile-icons LI.info-icon {
	MARGIN: 0px 3px 0px 0px
}
UL.profile-icons LI.report-icon {
	MARGIN: 0px 3px 0px 0px
}
DL.icon {
	MIN-HEIGHT: 35px; HEIGHT: auto! important
}
* HTML LI.row DL.icon DT {
	OVERFLOW: visible; HEIGHT: 35px
}
.reply-icon SPAN {
	BACKGROUND-IMAGE: url(./styles/prosilver/imageset/ru/button_topic_reply.gif)
}
.post-icon SPAN {
	BACKGROUND-IMAGE: url(./styles/prosilver/imageset/ru/button_topic_new.gif)
}
.locked-icon SPAN {
	BACKGROUND-IMAGE: url(./styles/prosilver/imageset/ru/button_topic_locked.gif)
}
.pmreply-icon SPAN {
	BACKGROUND-IMAGE: url(./styles/prosilver/imageset/ru/button_pm_reply.gif)
}
.newpm-icon SPAN {
	BACKGROUND-IMAGE: url(./styles/prosilver/imageset/ru/button_pm_new.gif)
}
.forwardpm-icon SPAN {
	BACKGROUND-IMAGE: url(./styles/prosilver/imageset/ru/button_pm_forward.gif)
}
DD.posts {
	FONT-SIZE: 1.2em; WIDTH: 8%; LINE-HEIGHT: 2.2em; TEXT-ALIGN: center
}
DD.g_lastimage {
	PADDING-LEFT: 5px; WIDTH: 30%
}

