/* @override http://www.the-ebook.org/forum/templates/newspaper/newspaper.css */

/*
  The original newspaper 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: white url(images/snow_back.jpg) repeat-x;
}



/* General font families for common tags */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

a:link,a:active,a:visited { color : gray;
	text-decoration: underline;
}
a:hover		{ text-decoration: underline; color : #900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{
	padding: 0;
	width: 980px;
	margin: 2px auto 10px;
}

table.box_lang {
	text-align: left;
}

#mbodyline {
	padding: 0;	
}

#CoverMenu {
}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF;
	border-top: 2px solid #690000;
	/*border-bottom: 1px solid black;*/
	border-right: 1px  black;
	border-left: 1px black dotted;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: 1px dotted black;
}

/* Реклама */
.adver {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.6em;
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: white;
	border-bottom: 1px black solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.row2	{ background-color: white;
	border-bottom: 1px black solid;
}
td.row3	{ background-color: white; 
	border-bottom: 1px solid black;
}
td.row4	{ background-color: #e2e2e2;
	border-bottom: 1px solid black;
}

/*
  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 {
	border-bottom: 1px solid #333;
	background: #e2e2e2 repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: white; font-weight : bold; height: 25px;
	font-size: 11px;
	background: #900 url(images/celpic.newyear.3-2010-red.jpg) repeat-x 0 center;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color: #e2e2e2;
			height: 28px;
}


/*
  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;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; 
	border: #FFFFFF; 
	border-style: solid; 
	height: 28px; }
td.row3Right,td.spaceRow {
	background-color: white; 
	border-bottom: 1px solid black;
}

th.thHead,td.catHead { border-width: 1px 1px 0px 1px;
	border-bottom: 1px solid #333;
	border-top-width: 0;
	font-size: 100%;
	background-image: url(images/celpic.newyear.3-2010-light.jpg);
}
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  {
	border-bottom: 1px solid #333;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px;
	border-top-width: 1px;
}
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			text-decoration: none; color : #960000;
	font: bold 22px Verdana, Arial, Helvetica, Geneva, sans-serif;
}
a.maintitle,h1,h2	{
			color : #960000;
	text-decoration: none;
}

/* General text */
.gen {
	font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
}
.genmed, .genmed b {
	font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
}

span.genmed, span.genmed b {
	font-size: 12px;
}

span.genmed b, span.gensmall b {
	font-weight: bold;
}

span.gensmall, span.gensmall b {
	font-size: 10px;
}

span.genmed img {
	margin: 2px 0 2px 20px;
}
.gensmall {
	font-size: 10px;
}
.gen,.genmed,.gensmall { color : #333; }
a.gen,a.genmed,a.gensmall { color: gray; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #900; text-decoration: underline; }

.glance {
}

/* The register, login, search etc links at the top of the page */
.mainmenu		{
	font: 12px/200% Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	display: block;
	margin: 0;
}
a.mainmenu		{ text-decoration: none; color : black;  }
a.mainmenu:hover{ color : #990000;
	text-decoration: underline;
}


/* Forum category titles */
.cattitle		{ 
	font: bold 100% Times, "Times New Roman", serif; color : #333;
	margin-left: 25px;
	display: block;
	text-transform: uppercase;
}
a.cattitle		{ text-decoration: none; color : black;
	letter-spacing: 1px;
}
a.cattitle:hover{
	color: #900;
}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ 
	color : black;
	font: 110%/100% Times, "Times New Roman", serif;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
}
a.forumlink 	{ text-decoration: none; color : black;
}
a.forumlink:hover{ color : #900; }

.small_test {
	border: 3px solid silver;
	padding: 20px;
	margin: 25px;
}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ color : #333;
	font: bold 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
}
a.nav			{ text-decoration: none; color : #555;
}
a.nav:hover		{ text-decoration: underline;
	color: #900;
}


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ color : #333;
	font: 14px Verdana, Arial, Helvetica, Geneva, sans-serif;
}
a.topictitle:link   { text-decoration: none; color : black; }
a.topictitle:visited { text-decoration: none; color : #333; }
a.topictitle:hover	{ text-decoration: underline; color : #900; }


/* 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 : #333;
}

/* The content of the posts (body of text) */
.postbody {
	font: 14px/120% Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: black;
}
a.postlink:link	{ text-decoration: none; color : #900;
}
a.postlink:visited { text-decoration: none; color : #960000; }
a.postlink:hover { text-decoration: underline; color : #900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 14px; color: #444444;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote { color: #333;
	font: 14px/120% Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding: 10px 5px 10px 0;
}

.quoteclass > table {
	background: #fef9f0 url(images/avatar.jpeg) no-repeat 6px 6px;
	border: 1px dashed #333;
	padding-left: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 45px;
}

.quoteclass > table > tbody > tr > td.quote > div.quoteclass > table {
	background-color: white;
}

td.quote>table>tbody>tr>td.quote, td.quote>table>tbody {
	background-color: white;
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: 14px/120% Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #C2C2C2;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

textarea.post {
	background-color: #fef9f0;
	border: 1px solid #C2C2C2;
}

input { text-indent : 2px;
	border: 1px solid #C2C2C2;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #fef9f0;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #C2C2C2;
}

input.button:hover {
	background-color: #900;
	color: white;
	border: 1px solid white;
}

/* The main submit button option */
input.mainoption {
	background-color : #fef9f0;
	font-weight: bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #fef9f0;
	font-weight : normal;
}

input.liteoption:hover, input.mainoption:hover {
	background-color: #900;
	border: 1px solid white;
	color: white;
}
/* 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; }


.mobb, .mobr, .moby { font-size: 11px; }
#mobb a:hover {
	height: 16px;
	border: 1px solid white;
	background-color: #900;
	color: white;
	font-size: 10px;
	text-decoration: none;
	white-space:nowrap;
	padding: 3px 6px;
}
#mobr a:hover {
	height: 16px;
	border: 1px solid white;
	background-color: #900;
	color: white;
	font-size: 10px;
	text-decoration: none;
	white-space:nowrap;
	padding: 3px 6px;
}
#moby a:hover {
	height: 16px;
	border: 1px solid white;
	background-color: #900;
	color: white;
	font-size: 10px;
	text-decoration: none;
	white-space:nowrap;
	padding: 3px 6px;
}
#mobb a {
	height: 16px;
	border: 1px solid #C2C2C2;
	background-color: #fef9f0;
	color: #999999;
	text-decoration: none;
	white-space:nowrap;
	padding: 3px 6px;
	font: 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
}

/* Главное меню */

#mobb2 a {
	border-left: 1px solid #333;
}

#mobb3 a {
	border-right: 1px hidden #333;
}

#mobb2 a, #mobb3 a {
	white-space:nowrap;
	font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif; color : #333;
	text-decoration: none;
	padding: 5px;
	margin-right: 0;
	margin-left: 0;
}

#mobb2 a:hover, #mobb3 a:hover {
	text-decoration: underline;
	background-image: none;
	color: #900;
}

td.th2 {
	background-image: none;
}


#mobr a {
	height: 16px;
	border: 1px solid #c2c2c2;
	background-color: #ffe3e3;
	color: #999999;
	text-decoration: none;
	white-space:nowrap;
	padding: 3px 6px;
	font: 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
}
#moby a {
	height: 16px;
	border: 1px solid #c2c2c2;
	background-color: #ffffe3;
	color: #999999;
	text-decoration: none;
	white-space:nowrap;
	padding: 3px 6px;
	font: 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
/* Масштабирование иллюстраций */
table tbody tr td span.postbody img {
	max-width: 700px;
}

/* @group Coloring */

#Barnes&Noble .row1 {
	background-color: orange;
}

#Barnes&Noble .row2 {
	background-color: orange;
}

#Copyright .row1 {
}

#Copyright .row2 {
}



/* @end */

/* @group Генеральный спонсор */

#sponsor-window-main {
	width: 906px;
	height: 30px;
	margin: 0 auto;
}

.sponsor-text {
	padding: 3px;
	border: 1px solid green;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	color: white;
	background: green url(images/cellpic-green.jpg) repeat-x 0 -7px;
	font-size: 10px;
}

.sponsor-text div {
	height: 30px;
	margin: auto 8px;
	text-transform: uppercase;
	display: inline;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.sponsor-text strong {
	display: inline;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.sponsor-text div a {
	color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.sponsor-text div a:hover {
	color: black;
	text-decoration: none;
}

.gen-sponsor-forum {
	color: white;
	padding: 2px;
	margin-top: 4px;
	width: 380px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: green url(images/cellpic-green.jpg) repeat-x 0 -7px;	
	border: 1px solid green;	
	text-align: center;
	font: bold 8px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	margin-bottom: -16px;
	clear: both;
}

/* @end */

/* @group Навигация */

#cat-menu {
	height: 30px;
	text-align: center;
}

#cat-menu a:link, #cat-menu a:visited {
	font-family: Times, "Times New Roman", serif;
	text-decoration: none;
	color: #333;
}

#cat-menu a:hover {
	color: #900;
	text-decoration: underline;
}

.cat-menu-layer {
	text-transform: uppercase;
	font-size: 0.8em;
}

.cat-menu-home {
	border-left: 1px dotted #333;
	width: 12.5%;
}

.cat-menu-news {
	border-left: 1px dotted #333;	
	width: 12.5%;
}

.cat-menu-pc {
	border-left: 1px dotted #333;	
	width: 12.5%;
}

.cat-menu-faq {
	border-left: 1px dotted #333;	
	width: 12.5%;
}

.cat-menu-rss {
	border-left: 1px dotted #333;	
	width: 12.5%;
}

.cat-menu-search {
	border-left: 1px dotted #333;	
	width: 12.5%;
	background-color: #fffbcc;	
}

.cat-menu-memberlist {
	border-left: 1px dotted #333;	
	width: 12.5%;
}

.cat-menu-usergroup {
	border-left: 1px dotted #333;	
	width: 12.5%;
}

.cat-menu-about {
	border-left: 1px dotted #333;	
	border-right: 1px dotted #333;
	width: 12.0%;
}

.cat-menu-home a, .cat-menu-news a, .cat-menu-device a, .cat-menu-download a, .cat-menu-forum a, .cat-menu-adver a, .cat-menu-donate a, .cat-menu-about a {

}

/* @end */

/* @group Setup */

.attention {
	color: white;
	padding: 5px;
	margin-top: 0;
	text-transform: uppercase;
	display: block;
	text-align: center;
	border-bottom: 1px solid #333;
	background: gray url(images/celpic.newyear.3-2010-gray.jpg) 0 center;
}

.attention a, .attention a:link, .attention a:active, .attention a:visited {
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.attention a:hover {
	text-decoration: underline;
	color: white;
}

.attention-menu {
	padding: 0 5px;
}

.attention-menu-layer {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: white;
	text-align: center;
}

.attention-menu-pc {
	width: 15%;
	margin-right: 10px;
	margin-left: 10px;
}

.attention-menu-setup {
	width: 15%;
	margin-right: 10px;
	margin-left: 10px;
}

a:link.attention-menu-karma, a:hover.attention-menu-karma, a:visited.attention-menu-karma, a:active.attention-menu-karma {
	color: #fffbcc;
}

.attention-menu-setup strong {
	font-weight: bold;
	color: #fffbcc;
}

.attention-menu-privat {
	width: 20%;
	margin-right: 10px;
	margin-left: 10px;
}

.attention-menu-topic {
	width: 15%;
	margin-right: 10px;
	margin-left: 10px;
}

.attention-menu-logout {
	width: 15%;
	margin-right: 10px;
	margin-left: 10px;
}

/* @end */





/* @group General */

.headerNav {
color: #bebebe;
display:block;
height: 32px;
width: 980px;
vertical-align:middle;
padding:0;
	margin: 16px auto 8px;
	bottom: 8px;
	position: relative;
	font: 9px/30px Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #bebebe;
	background-color: white;
}

.headerNav img {
vertical-align:middle;
border-style:none;
}

.headerNav a:link, .headerNav a:active, .headerNav a:visited {
text-decoration:none;
	text-transform: uppercase;
	padding: 15px 6px 0;
	color: #bebebe;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.headerNav a:hover {
color: #333333;
text-decoration: none;
}

.headerNav table {
margin:0;
padding:0;
float:right;
vertical-align:middle;
line-height:30px;
bottom:0;
top:0;
position:absolute;
height:30px;
display:block;
right:5px;
}

.headerNav .smallGray {
font-family:Helvetica, Arial, Sans-Serif;
font-size:10px;
font-weight:normal;
color: white;
text-decoration:none;
}

.headerNav .smallGray {
margin:0;
padding:0 15px 0 0;
}

img.flagImage1 {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	width: 100px;
	height: 30px;
	background: url(http://www.the-ebook.org/files/gensponsor/pocketbook-small.gif) no-repeat 0 0;
}

a:hover img.flagImage1 {
	background: url(http://www.the-ebook.org/files/gensponsor/pocketbook-small.gif) no-repeat 0 -26px;
}


img.flagImage2 {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	height: 30px;
	width: 70px;
	background: url(http://www.the-ebook.org/files/gensponsor/bookland-small.gif) no-repeat 0 0;
}

a:hover img.flagImage2 {
	background: url(http://www.the-ebook.org/files/gensponsor/bookland-small.gif) no-repeat 0 -26px;
}

img.flagImage3 {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	height: 30px;
	width: 70px;
	background: url(http://www.the-ebook.org/files/gensponsor/bookland-small2.gif) no-repeat 0 0;
}

a:hover img.flagImage3 {
	background: url(http://www.the-ebook.org/files/gensponsor/bookland-small2.gif) no-repeat 0 -26px;
}

#todaysdeals {
height:30px;
padding-top:0;
padding-right:12px;
padding-bottom:0;
padding-left:12px;
margin:0;
}

smallGray {
font-family:Helvetica, Arial, Sans-Serif;
font-size: 9px;
color: #bebebe;	
margin: 0 6px 0 0;
padding:0;
	text-transform: uppercase;
}

#flydownLink {
	padding: 0;
}

navleft {
	float: right;
	padding-right: 0;
	margin-right: 8px;
}

navright {
	float: left;
	margin-left: 8px;
}

/* @end */

#gensmall_rss {
	padding: 0;
}

img.flagImageRSS {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	width: 20px;
	height: 9px;
	background: url(images/rss_icon_css.gif) no-repeat 0 0;
}

a:hover img.flagImageRSS {
	background: url(images/rss_icon_css.gif) no-repeat 0 -9px;
}

/* Официальный форум */

#PocketBook td.row1, #PocketBook td.row2 {
	background-color: #fffbe5;
}

#Explay td.row1, #Explay td.row2 {
	background-color: #fffbe5;
}

#Qumo td.row1, #Qumo td.row2 {
	background-color: #fffbe5;
}

#LBook td.row1, #LBook td.row2 {
	background-color: #fffbe5;
}

#Ectaco td.row1, #Ectaco td.row2 {
	background-color: #fffbe5;
}

#PageOne td.row1, #PageOne td.row2 {
	background-color: #fffbe5;
}

.attention-strike {
	background-color: #900;
	color: white;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin-left: -3px;
	margin-right: -3px;
	padding: 3px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

