/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http:/www.subBlue.com
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
 
 
body {
	background-color: #0076b4;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px; }


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid;

}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #585889; }

.logo { background-image: url(/forum/templates/subSilver/images/logo_phpBB_bg.gif); }

/* Main table cell colours and backgrounds */
.row1	{ background-color: #EFEFEF; }
.row2	{ background-color: #DEE3E7; }
.row3	{ background-color: #D1D7DC;}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(/forum/templates/subSilver/images/cellpic2.jpg);
		background-repeat: repeat-x;
}

/*
Netrogat
*/
td.catone{
    background-image: url(/forum/templates/subSilver/images/Menu.png);
	background-repeat: repeat-x;
}
/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #D5E4EC; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 28px;
	background-image: url(/forum/templates/subSilver/images/cellpic3.gif);
	background-repeat: repeat-x;
/* 	background-color: #3A95C2; */
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url(/forum/templates/subSilver/images/cellpic1.gif);
	background-color: #E0E5E9; height: 28px;
	background-repeat: repeat-x;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 28px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; }

th.thHead,td.catHead { font-size: 12px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ font-size : 11px;text-decoration: none; color : #006699;}
a.mainmenu:hover{ font-size : 11px;text-decoration: underline; color : #DD6900;}


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: "Courier New", Courier, monospace; font-size: 13px; color: #006600;
	background-color: #FAFAFA; border: solid #C8CFD2 1px; padding: 3px;
}

.quote {
	font-size: 12px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: solid #C8CFD2 1px; padding: 3px;
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
a.copyright		{  text-decoration: none;}
a.copyright:hover {  text-decoration: underline;}


/* Form elements */
input, textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

/* /qr */
textarea { font-size : 12px; }
/* /qr end */

input { text-indent : 2px; }

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }
/* Set Image style */
img, .forumline img {
	border: 0;
}
/* /bt */
.seed, .leech						{ font-size : 12px; }
.seedmed, .leechmed			{ font-size : 11px; }
.seedsmall, .leechsmall	{ font-size : 10px; }

.seed, .seedmed, .seedsmall			{ color: #006600; }
.leech, .leechmed, .leechsmall	{ color: #800000; }

.dlWill			{ color: #003366; }
.dlDown			{ color: #800000; }
.dlComplete	{ color: #006600; }
.dlCancel		{ color: #666666; }

.dlBgr1		{ background-color: #ADBAC6; }
.dlBgr2		{ background-color: #D6DBDE; }
.dlBgr3		{ background-color: #D6DBDE; }

.tDL			{ color: #000000; font-weight: bold; }
.tDLDown	{ color: #800000; font-weight: bold; }
.tDLCmpl	{ color: #006600; font-weight: bold; }

.prow1	{ background-color: #ECECEC; }
.prow2	{ background-color: #E7E7E7; }
.prow3	{ background-color: #DEE3E7; }

a.seed:link, a.seed:visited, a.seed:hover, a.seed:active, a.seedmed:link, a.seedmed:visited, a.seedmed:hover, a.seedmed:active, a.seedsmall:link, a.seedsmall:visited, a.seedsmall:hover, a.seedsmall:active {
	color: #006600; text-decoration: none; }

a.leech:link, a.leech:visited, a.leech:hover, a.leech:active, a.leechmed:link, a.leechmed:visited, a.leechmed:hover, a.leechmed:active, a.leechsmall:link, a.leechsmall:visited, a.leechsmall:hover, a.leechsmall:active {
	color: #800000; text-decoration: none; }

a.dlWill:link, a.dlWill:visited, a.dlWill:hover, a.dlWill:active {
	color: #003366; text-decoration: none; }

a.dlDown:link, a.dlDown:visited, a.dlDown:hover, a.dlDown:active {
	color: #800000; text-decoration: none; }

a.dlComplete:link, a.dlComplete:visited, a.dlComplete:hover, a.dlComplete:active {
	color: #006600; text-decoration: none; }

a.dlCancel:link, a.dlCancel:visited, a.dlCancel:hover, a.dlCancel:active {
	color: #666666; text-decoration: none; }

a.seed:hover, a.seedmed:hover, a.seedsmall:hover, a.leech:hover, a.leechmed:hover, a.leechsmall:hover, a.dlWill:hover, a.dlDown:hover, a.dlComplete:hover, a.dlCancel:hover  {
	text-decoration: underline; }

input.pOrdSel {
	background-color: #EFEFEF;
	border: 0px solid #EFEFEF;
	color: #333333;
	font-size: 12px;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	width: 18px;
}

optgroup, option, fieldset, legend {
	font-size: 11px; font-family: Verdana,Arial,Helvetica,sans-serif; }

optgroup { font-style: normal; font-weight: bold; background-color: #ECECEC; }
option { background-color: #FFFFFF; font-size: 11px; }

legend { color: #000066; }

.bold		{ font-weight: bold; }
.normal	{ font-weight: normal; }
.opened { color: #778899; }

.btTbl	{ background-color: #98AAB1; border: 0px #98AAB1 solid; }
.btHead { background-color: #D1D7DC; font-size: 11px; font-weight: bold; text-align: center; padding: 1px 0px 1px 0px; }
/* /bt end */

/* /txtb */
/* Text replacement for buttons */
.txtb, a.txtb:link, a.txtb:visited, a.txtb:hover {
	font-size : 11px; color : #003366; text-decoration: none; }
a.txtb:hover	{ text-decoration: underline; }
/* /txtb end */

/* translit */
.t { font-size: 12px; text-align: right; width: 36px; font-weight: bold; }
.hiddenRow { display:none; }
.topicSep { font-weight: bold; font-size: 12px; letter-spacing: 1px; color: #000000 }
/* Fancy form styles for IE */

input, textarea, select, input.button { border-width: 1px 1px 1px 1px }

input { text-indent : 2px; }

.postbody { line-height: 18px}

/*
input.mainoption, input.liteoption, input.button {
	background: #FAFAFA url('/forum/templates/subSilver/images/button.gif') repeat-x top left;
}
*/

/* The buttons used for bbCode styling in message post */
input.button { background-color : #F5F5F5; }

.spaceRow { padding: 3px 0px 0px 0px }

.attachrow		{ font: 11px; color: #000000; border: 1px #98AAB1 solid; }
.attachheader	{ font: 11px; color: #000000; border: 1px #98AAB1 solid; background-color: #D1D7DC; }
.attachtable	{ font: 12px; color: #000000; border: 1px #98AAB1 solid; border-collapse: collapse; }

.inlineadtitle {
	background-color: D1D7DC; border: FFFFFF; border-style: solid; border-width: 1px;
}
.inlinead {
	background-color: D1D7DC; border: FFFFFF; border-style: solid; border-width: 1px; text-align: center;}

	.topic_modtools {
	float: right;
}

#ajax_load {
	display: none;
	position: fixed;
	width: 230px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -125px;
	padding: 10px;
	background: #E4E4E4;
	border: 1px solid #9D9D9D;
	text-align: center;
	z-index: 10000;
}

* html #ajax_load {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}



A IMG {border: none;}
TEXT {color: #444444; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:20px;}
body{background-color: #0076b4;background-image: none;color:#333333;padding:0px;margin:0px;}

.whitebold {color: #ffffff; FONT-SIZE: 12px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:20px;font-weight:bold;}
.whitebold_big {color: #ffffff; FONT-SIZE: 13px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:18px;font-weight:bold;}
.whitebold_big A {color: #ffffff; FONT-SIZE: 13px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:18px;font-weight:bold;}

.whitebold_forumname {color: #ffffff; FONT-SIZE: 13px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:18px;font-weight:bold;}
.whitebold_forumname A:link {color: #ffffff; FONT-SIZE: 13px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:18px;font-weight:bold;}
.whitebold_forumname A:visited {color: #ffffff; FONT-SIZE: 13px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:18px;font-weight:bold;}
.whitebold_forumname A:hover {color: #ffffff; FONT-SIZE: 13px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:18px;font-weight:bold;text-decoration: underline;}
.whitebold_forumname A:active {color: #ffffff; FONT-SIZE: 13px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:18px;font-weight:bold;}
.whitebold_forumname A:visited.hover {color: #ffffff; FONT-SIZE: 13px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:18px;font-weight:bold;text-decoration: underline;}


.bluebold {color: #0088cc; FONT-SIZE: 12px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:16px;font-weight:bold; margin-left:8px;}
.bluebold A:link {color: #0088cc; FONT-SIZE: 12px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:16px;font-weight:bold;margin-left:-9px;}
.bluebold A:visited {color: #0088cc; FONT-SIZE: 12px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:16px;font-weight:bold;}
.bluebold A:hover {color: #ed900c; FONT-SIZE: 12px; FONT-FAMILY: Tahoma ;text-decoration: underline;line-height:16px;font-weight:bold;}
.bluebold A:active {color: #0088cc; FONT-SIZE: 12px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:16px;font-weight:bold;}
.bluebold A:visited.hover {color: #ed900c; FONT-SIZE: 12px; FONT-FAMILY: Tahoma ;text-decoration: underline;line-height:16px;font-weight:bold;}

.white {color: #ffffff; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:18px;}
.black {color: #444444; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:18px;}
.blue_mini {color: #0088cc; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:16px;}
.blue_mini A:link {color: #0088cc; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:16px;}
.blue_mini A:visited {color: #0088cc; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:16px;}
.blue_mini A:hover {color: #ed900c; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: underline;line-height:16px;}
.blue_mini A:active {color: #0088cc; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:16px;}
.blue_mini A:visited.hover {color: #ed900c; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: underline;line-height:16px;}

.news_text {color: #444444; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:16px;}
.news_text DIV {margin-bottom:2px;margin-top:1px;padding-left:6px;padding-top:2px;padding-bottom:2px;border-top:1px #eaeaea dotted;}
.news_text BR {line-height:0px;}
.news_text A:link {color: #0088cc; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:16px;}
.news_text A:visited {color: #0088cc; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:16px;}
.news_text A:hover {color: #30a70c; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: underline;line-height:16px;}
.news_text A:active {color: #30a70c; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: none;line-height:16px;}
.news_text A:visited.hover {color: #30a70c; FONT-SIZE: 11px; FONT-FAMILY: Tahoma ;text-decoration: underline;line-height:16px;}

.greyframe {background:#ffffff;border-left:1px solid #eeeeee;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;border-top:1px solid #eeeeee;margin-top:4px;}
.flagtext {left:20px; position:relative;color: #ffffff; FONT-SIZE: 14px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:30px;font-weight:bold;}


.frame_title {margin-left:16px; color: #0076b4; FONT-SIZE: 14px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:20px;font-weight:bold;}

.lf_link TEXT {color: #666666; FONT-SIZE: 12px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:16px;}
.lf_link A:link {color: #0088cc; FONT-SIZE: 12px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:16px;}
.lf_link A:visited {color: #0088cc; FONT-SIZE: 12px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:16px;}
.lf_link A:hover {color: #30a70c; FONT-SIZE: 12px; FONT-FAMILY: Tahoma;text-decoration: underline;line-height:16px;}
.lf_link A:active {color: #30a70c; FONT-SIZE: 12px; FONT-FAMILY: Tahoma;text-decoration: underline;line-height:16px;}
.lf_link A:visited.hover {color: #30a70c; FONT-SIZE: 12px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:16px;}

.mm_text {color: #666666; FONT-SIZE: 13px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:16px;}
.mm_text A:link {color: #0076b4; FONT-SIZE: 13px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:16px;}
.mm_text A:visited {color: #0076b4; FONT-SIZE: 13px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:16px;}
.mm_text A:hover {color: #30a70c; FONT-SIZE: 13px; FONT-FAMILY: Tahoma;text-decoration: underline;line-height:16px;}
.mm_text A:active {color: #30a70c; FONT-SIZE: 13px; FONT-FAMILY: Tahoma;text-decoration: underline;line-height:16px;}
.mm_text A:visited.hover {color: #30a70c; FONT-SIZE: 13px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:16px;}

#leftframe1{top:0px; position:relative;}
#leftframe2{top:0px; position:relative;}
#leftframe3{top:0px; position:relative;}
#leftframe4{top:0px; position:relative;}
#leftframe5{top:0px; position:relative;}
#leftframe6{top:0px; position:relative;}

#lf_content{margin-top:30px; margin-left:10px}
#fr_content{margin-top:3px; margin-left:10px}
#head{top:0px;left:0px;width:100%;height:172px;background-color:#0076b4;}
#logo{top:53px;left:43px;position:absolute;width:205px; height:110px; background:url('/forum/templates/subSilver/images/mt_logo.png') no-repeat;background-image:expression('none');background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/mt_logo1.png', sizingMethod='crop')}
#head_img{width:706px; height:172px; background:url('/forum/templates/subSilver/images/head_image.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/head_image.png', sizingMethod='crop')}
#head_search_bkg{left:0px;top:172px;position:absolute;width:232px; height:25px; background:url('/forum/templates/subSilver/images/head_search_bkg.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/head_search_bkg.png', sizingMethod='crop')}
#head_shadow{width:100%;height:11px; background:url('/forum/templates/subSilver/images/head_shadow.png') repeat-x;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/head_shadow.png', sizingMethod='scale') repeat-x;}
#loginbtn{padding-left:20px;color: #ffffff; FONT-SIZE: 12px;font-weight:bold;FONT-FAMILY: Tahoma;text-decoration: none;line-height:14px;top:0px;left:50%;margin-left:-39px;width:93px; height:38px;position:absolute; background:url('/forum/templates/subSilver/images/head_enter_button.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/head_enter_button.png', sizingMethod='crop')}
#login_hotspot{width:77px; height:19px;top:0px;left:50%;margin-left:-39px;position:absolute;cursor:pointer;}
#sbtn{cursor:pointer;padding-left:8px;color: #ffffff; FONT-SIZE: 11px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:14px;top:0px;left:22px;width:45px;height:15px;position:relative; background:url('/forum/templates/subSilver/images/head_search_btn.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/head_search_btn.png', sizingMethod='crop')}
#sbox{top:0px;left:12px;position:relative;padding-left:22px;padding-right:7px;color: #666666; FONT-SIZE: 11px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:14px;border:0px;width:136px;height:15px;background:url('/forum/templates/subSilver/images/head_search_box.jpg') no-repeat;}
#mainmenu{position:relative;padding-left:15px;padding-top:2px;height:20px;  background-color:#e6eef2}
#topic_icon {width:32px; height:32px;background:url('/forum/templates/subSilver/images/topic_icon.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/topic_icon.png', sizingMethod='crop')}
#b {left:232px;top:172px;position:absolute;width:6px; height:6px; background:url('/forum/templates/subSilver/images/b.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/b.png', sizingMethod='crop')}
#mm_bkg{height:15px;background:url('/forum/templates/subSilver/images/head_menu_tile.png') repeat-x;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/head_menu_tile.png', sizingMethod='scale') repeat-x;}

#frame1{width:49%; float: left; font-size: 12pt;}
#frame2{width:50%; float:right;}
#lf_content{margin-top:30px; margin-left:10px}
#fr_content{margin-top:3px; margin-left:10px}

#fr_delim {height:2px; width:90%; background:url('/forum/templates/subSilver/images/delim_tile.png') repeat-x;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/delim_tile.png', sizingMethod='scale') repeat-x;}

#fl_t_t{height:15px; background:url('/forum/templates/subSilver/images/frameleft_top_tile.png') repeat-x;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/frameleft_top_tile.png', sizingMethod='scale') repeat-x;}
#fl_t_c{width:15px; height:15px; background:url('/forum/templates/subSilver/images/frameleft_top_corner.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/frameleft_top_corner.png', sizingMethod='crop')}
#fl_r_t{width:15px; background:url('/forum/templates/subSilver/images/frameleft_tile.png') repeat-y;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/frameleft_tile.png', sizingMethod='scale') repeat-y;}
#fl_b_t{height:10px; background:url('/forum/templates/subSilver/images/frameleft_bottom_tile.png') repeat-x;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/frameleft_bottom_tile.png', sizingMethod='scale') repeat-x;}
#fl_b_c{width:10px; height:10px; background:url('/forum/templates/subSilver/images/frameleft_bottom_corner.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/frameleft_bottom_corner.png', sizingMethod='crop')}

#fr_lt_c{width:3px; height:3px; background:url('/forum/templates/subSilver/images/frame_lt_corner.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/frame_lt_corner.png', sizingMethod='crop')}
#fr_t_t{height:3px; background:url('/forum/templates/subSilver/images/frame_t_tile.png') repeat-x;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/frameleft_t_tile.png', sizingMethod='scale') repeat-x;}
#fr_rt_c{width:3px; height:3px; background:url('/forum/templates/subSilver/images/frame_rt_corner.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/frame_rt_corner.png', sizingMethod='crop')}

#fr_l_t{width:3px; background:url('/forum/templates/subSilver/images/frame_l_tile.png') repeat-y;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/frame_l_tile.png', sizingMethod='scale') repeat-y;}
#fr_r_t{width:3px; background:url('/forum/templates/subSilver/images/frame_r_tile.png') repeat-y;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/frame_r_tile.png', sizingMethod='scale') repeat-y;}

#fr_lb_c{width:3px; height:5px; background:url('/forum/templates/subSilver/forum/templates/subSilver/images/frame_lb_corner.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/frame_lb_corner.png', sizingMethod='crop')}
#fr_b_t{height:5px; background:url('/forum/templates/subSilver/images/frame_b_tile.png') repeat-x;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/frame_b_tile.png', sizingMethod='scale') repeat-x;}
#fr_rb_c{width:3px; height:5px; background:url('/forum/templates/subSilver/images/frame_rb_corner.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/frame_rb_corner.png', sizingMethod='crop')}

#blueflag {top:5px; left:0px; position:absolute; width:154px; height:34px;background:url('/forum/templates/subSilver/images/flag_blue.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/flag_blue.png', sizingMethod='crop');}
#greenflag {top:5px; left:-12px; position:relative; width:154px; height:34px;background:url('/forum/templates/subSilver/images/flag_green.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/flag_green.png', sizingMethod='crop');}
#bullet_b{width:3px; height:6px; background:url('/forum/templates/subSilver/images/bullet_blue.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/bullet_blue.png', sizingMethod='crop'); line-height: 12px;}
#bullet_b2{width:3px; height:6px; background:url('/forum/templates/subSilver/images/bullet_blue.png') no-repeat;background-image:expression('none');  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/bullet_blue.png', sizingMethod='crop'); line-height: 12px; MARGIN-TOP:6PX;}

.lbkg {z-index:1;top:0px;left:0px;display:none;width:100%;height:100%;position:absolute;background-color:#000000;opacity:0.5;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);}
#tkni {z-index:0;position:absolute;color: #ffffff; FONT-SIZE: 12px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:16px;}
#forfuckingie6 {z-index:2;border:#cccccc 1px solid;display:none;top:50%;left:50%;margin-left:-118px;margin-top:-57px;position:absolute;width:236px; height:114px; background-color:#ffffff;}
#lform{z-index:3;display:none;top:50%;left:50%;margin-left:-120px;margin-top:-59px;position:absolute;width:240px; height:118px; background:url('/forum/templates/subSilver/images/login_bkg.png') no-repeat; background-image:expression('none'); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/templates/subSilver/images/login_bkg.png', sizingMethod='crop');}

.label {color: #666666; FONT-SIZE: 12px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:14px;}

.forgot {color: #888888; FONT-SIZE: 11px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:13px;}
.forgot A:link {color: #888888; FONT-SIZE: 11px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:13px;}
.forgot A:visited {color: #888888; FONT-SIZE: 11px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:13px;}
.forgot A:hover {color: #666666; FONT-SIZE: 11px; FONT-FAMILY: Tahoma;text-decoration: underline;line-height:13px;}
.forgot A:active {color: #666666; FONT-SIZE: 11px; FONT-FAMILY: Tahoma;text-decoration: underline;line-height:13px;}
.forgot A:visited.hover {color: #666666; FONT-SIZE: 11px; FONT-FAMILY: Tahoma;text-decoration: underline;line-height:13px;}

.enter {color: #1ebb09; FONT-SIZE: 20px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:13px;font-weight:bold;}
.enter A:link {color: #1ebb09; FONT-SIZE: 20px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:13px;font-weight:bold;}
.enter A:visited {color: #1ebb09; FONT-SIZE: 20px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:13px;font-weight:bold;}
.enter A:hover {color: #1ebb09; FONT-SIZE: 20px; FONT-FAMILY: Tahoma;text-decoration: underline;line-height:13px;font-weight:bold;}
.enter A:active {color: #1ebb09; FONT-SIZE: 20px; FONT-FAMILY: Tahoma;text-decoration: underline;line-height:13px;font-weight:bold;}
.enter A:visited.hover {color: #1ebb09; FONT-SIZE: 20px; FONT-FAMILY: Tahoma;text-decoration: underline;line-height:13px;}

.loginbox {height:18px;width:100%;border:#cccccc 1px solid;color: #888888; FONT-SIZE: 11px; FONT-FAMILY: Tahoma;text-decoration: none;line-height:13px;}

.dialog {width: 400px; border: 2px solid #6c6b6c;background: #fff; padding: 40px; z-index: 1000;position: absolute; top: 0px; margin: 175px 0 0 -225px; left: 50%;}
.auth_bg {filter:alpha(opacity=45);opacity:0.45;height: 100%; width: 100%; overflow:auto; background: #000;position: absolute; z-index: 999; top:0px; left:0px;}

/*Менюшка-скролл*/
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 90%;

	height:150px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(/forum/images/h300.png) repeat-x;
	margin-bottom:5px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable a {
	float:left;
	/*margin:20px 5px 20px 21px;*/
	margin-right: 3px;
	/*border:1px solid #ccc;*/
	width:120px;
	height:75px;
	text-align:left;
	vertical-align:top;
}

.scrollable a  img{
	margin-left: -2px;
	margin-top: -3px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/forum/images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(/forum/images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 
/* position and dimensions of the navigator */
.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/forum/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

#demotip { 
    display:none; 
    background: transparent url(/forum/images/blue_arrow.png) no-repeat; 
    font-size:12px; 
    height:118px; 
    width:259px; 
    padding:25px;
	padding-right: 30px;
    color:#fff;  
clear:both;	
	z-index:9999;
}
/*Конец менюшки*/