/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		imagemaster
	Based on style:	imagemaster (the default phpBB 2 style)
	Original author:	арт-студия Deworks.ru ( http://deworks.ru/ )
	
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	margin: 0pt;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #C7C4C4;
	background-color: #1A1A1A;
	font-size: 62.5%;
	background-image: url(images/header-bg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}


/*#################### шапка #########################*/

#header {
	height: 165px;
	padding-left: 3%;
}
#header #logo {
	height: 35px;
	width: 210px;
	padding-top: 60px;
	float: left;
	position: relative;
}
#header #logo a {
	background-image: url(images/logo.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 35px;
	width: 210px;
	cursor: pointer; 
}
#header #nav-icons {
	position: absolute;
	right: 55px;
	top: 15px;
}

#header #nav-icons ul {
	list-style-type: none;
}
#header #nav-icons ul li {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	margin-left: 25px;
}
#header #nav-icons ul li#home-link {
	background-image: url(images/home.gif);
}
#header #nav-icons ul li#email-link {
	background-image: url(images/email.gif);
}
#header #nav-icons ul li#map-link {
	background-image: url(images/map.gif);
}

#header #nav-icons li a {
	display: block;
	height: 20px;
	width: 20px;
}

#header #nav-icons li a:link,
#header #nav-icons li a:hover,
#header #nav-icons li a:visited {
	background-image:none;
}



/* верхнее меню */
#top-menu {
	float:right;
	line-height:normal;
	margin-top: 62px;
	margin-right: 20px;
	font-size: 13px;
	width: 550px;
}
* html #top-menu {
	margin-right: 10px;
}
.tabs {
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	height: 38px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tabs li {
	margin: 0px;
	display: block;
	float: right;
}
.tabs li a, .tabs li a:visited {
	display: block;
	text-decoration: none;
	position: relative;
	margin-left: 15px;
	color: #F5F5F5;
}
.tabs li a span {
	background-image: url(images/underline_bg.gif);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: repeat-x;
}
.tabs li a#active-link span {
	background-image: none;
}
.tabs li a:hover span {
	background-image: none;
}
.tabs li a b.p1 {
	display: block;
	width: 18px;
	height: 38px;
	float: left;
}
.tabs li a b.p2 {
	padding: 0pt 5px;
	position: relative;
	display: block;
	height: 38px;
	float: left;
	text-align: center;
	line-height: 38px;
	font-weight: normal;
}
.tabs li a b.p3 {
	display: block;
	width: 18px;
	height: 38px;
	float: left;
	position: relative;
}
.tabs li a:hover, .tabs li a:focus, .tabs li a:active { 
	border: 0pt none ; 
}
.tabs li a:hover b.p1, .tabs li a:focus b.p1, .tabs li a:active b.p1, .tabs li a#active-link b.p1 { 
	background-image: url(images/p1.png);
	background-repeat: no-repeat;
	position: relative; 
	cursor: pointer; 
}
.tabs li a:hover b.p2, .tabs li a:focus b.p2, .tabs li a:active b.p2, .tabs li a#active-link b.p2 {
	background: transparent url(images/p2.png) repeat-x;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.tabs li a:hover b.p3, .tabs li a:focus b.p3, .tabs li a:active b.p3, .tabs li a#active-link b.p3 {
	position: relative;
	cursor: pointer;
	background-image: url(images/p3.png);
	background-repeat: no-repeat;
}

/* верхнее меню */


/*#################### шапка #########################*/

#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: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #C7C4C4;
	font-family: "Lucida Grande", "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.5em;
	text-decoration: none;
	line-height: 120%;
}

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: #C7C4C4;
	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: #C7C4C4;	
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.breadcrumbs a:link, p.breadcrumbs a:visited {
	text-decoration: none;
	color: #00a2ff;
	background-image: url(images/underline_bg.gif);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: repeat-x;
}
p.breadcrumbs a:hover {
	background-image: none;
	color: #ff4d22;
}

.nav a:link, .nav a:visited {
	text-decoration: none;
/*	color: #00a2ff;*/
	color: #00a2ff;
	background-image: url(images/underline_bg.gif);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: repeat-x;
}
.nav a:hover {
	background-image: none;
	color: #ff4d22;
}

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: #C7C4C4;
	font-size:13px;
}

.postdetails {
	color: #C7C4C4;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "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: #C7C4C4;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #C7C4C4;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	padding: 4px 7px;
}
a.gen, b.gen {
	margin: 1px 1px;
	padding:0;
}
.genmed {
	margin: 1px 1px;
	padding: 4px 7px;
}
span.genmed {
	margin: 1px 1px;
	padding: 0;
}
.gensmall {
	margin: 1px 1px;
	padding: 4px 7px;
}

.copyright {
	color: #C7C4C4;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	padding: 7px 5px;
	color: #ff4d22;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
	background-color: #232323;
}

td {
	padding: 2px;
}
td.profile {
	padding: 10px;
}

.tablebg {
}

.catdiv {
	height: 28px;
	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 {
	border: 0pt none;
	margin: 0pt;
	background-color: #1A1A1A;
	text-indent: 15px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/cellpic3.gif);
	padding-top: 12px;
	padding-bottom: 12px;
}

.row1 {
	padding: 4px;
	background-color: #232323;
}

.row2 {
	padding: 4px;
	background-color: #232323;
}

.row3 {
}
.row4 {
	background-color: #242424;
	border: 1px solid #343434;
	padding:5px;
}

.spacer {
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #1a1a1a;
	color: #1a1a1a;
}

.legend {
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#cookie_team {
	text-align:center;
	padding:5px 0 0;
}
/* Links
 ------------ */
a:link, a:visited {
	text-decoration: none;
	color: #F5F5F5;
	background-image: url(images/underline_bg.gif);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: repeat-x;
}
a:hover {
	background-image: none;
	color: #979191;
}

a.forumlink,
a.forumlink:visited {
	color: #00a2ff;
	font-weight: normal;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}
a.forumlink:hover {
	color: #ff4d22;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}
a.topictitle:visited {
	color: #00a2ff;
	text-decoration: none;
}
a.topictitle:hover {
	color: #ff4d22;
}
th a,
th a:visited {
	color: #FF4D22 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}

/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	color:#C7C4C4;
	background-color: #2C2C2C;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-color: #616161;
	border-right-color: #3C3C3C;
	border-top-color: #000000;
	border-left-color: #3C3C3C;
	padding: 2px;
}

select {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-color: #616161;
	border-right-color: #3C3C3C;
	border-top-color: #000000;
	border-left-color: #3C3C3C;
	padding: 1px;
	background-color: #2C2C2C;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #C7C4C4;
}

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;
	margin: 4px 3px;
}

.post {
	color:#C7C4C4;
	background-color: #2C2C2C;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-color: #616161;
	border-right-color: #3C3C3C;
	border-top-color: #000000;
	border-left-color: #3C3C3C;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: normal;
	background-color: #2B2B2B;
	cursor: pointer;
	color: #C7C4C4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #616161;
	border-right-color: #3C3C3C;
	border-bottom-color: #000000;
	border-left-color: #3C3C3C;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 10px;
}

.btnlite {
	font-weight: normal;
	cursor: pointer;
	font-size: 10px;
	background-color: #2B2B2B;
	color: #C7C4C4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #616161;
	border-right-color: #3C3C3C;
	border-bottom-color: #000000;
	border-left-color: #3C3C3C;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.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 {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.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: #C7C4C4;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}
.linknoback a:link,
.linknoback a:visited,
a.linknoback {
	background-image:none;
}
pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}
