/* Text Styles */
hr { color: #000000;}
body /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
 margin: 0px 0px 0px 0px;
 background:#FFFFFF;
}
table 
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
}
span.f_CodeExample /* Code Example */
{
 font-size: 9pt;
 font-family: 'Courier New';
}
span.green_text {color:green;}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.Quest {font: 'Times New Roman'; font-size:14px; font-weight:bold;} /* FAQ */
span.parametr {color:#CC0000; font-weight:bold;} /* параметры запуска, ключи, дополнительные параметры */
.ps {color: #666666;}
/* Paragraph styles */
p /* Normal */
{
}
p.head_podtema { /* "жирный" абзац */
	font-weight:bold;
}
p.Caption /* портфорвардинг */
{
font-size: 16pt; 
font-family: 'Times New Roman'; 
font-weight: bold; 
color: #008000;
}
p.Header {font-size: 12pt; font-weight: bold;}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
p.Author {font-size: 8pt;}
p.versiya {margin-left:15px; text-indent:-14px;}
/* навигационный блок */
img.icon {width:16px; height:16px; border:none;}
span.menu {color:#000000;}
div.navigation {margin-left:20px;}
/*--------------------*/
div.portforvard {text-align:left;}
div.podtema {margin-left:30px;}
div.title /* Заголовок в начале каждой страницы */
{
	background:#00BB2F;
	color:#FFFFFF;
	text-indent:7px;
	text-align:left;
	font-weight: bold;
	font-size: 16pt;
	margin: 0px;
	font-family: Arial;
	height: 20pt;
}
div.chat_commands {margin-left:70px; text-indent:-30px;}
div.keyboard_command {margin-left:-13px; text-indent:0px;}
div.new {font-weight:normal;}

a.WiKi {color:#FF3300; font-weight:600; text-decoration:none;}
a.WiKi:Hover {text-decoration:underline; background-color:#FFFFCC;}
a.Info {text-decoration:none;}
a.Info:Hover {background-color:#CCCCCC;}

.warning /* обратить на это внимание, что-то ну очень важное */
{
	color:red;
	font-style:italic;
	font-weight:bold;
}

p.warning { /* Важный абзац сообщения */
	color: rgb(255, 102, 102);
	font-weight:bold;
	font-size: 18px;
}

ul.new { /*список с новинками */
	font-size: 10px;
	font-weight:bold;
}

p.small {
	font-size: 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

/* для отображения знака рубля http://www.artlebedev.ru/tools/technogrette/html/rouble/ */
@font-face {
	font-family: "Rubl Sign"; src: url(http://www.artlebedev.ru/;-)/ruble.eot);
}
span.rur {
	font-family: "Rubl Sign"; text-transform: uppercase; // text-transform: none;
}
span.rur span {
	position: absolute; overflow: hidden; width: .45em; height: 1em; margin: .3ex 0 0 -.55em; // display: none;
}
span.rur span:before {
	content: '\2013';
}
table.inco {
	border-collapse: collapse;
	margin: 2px;
	margin-left: auto;
	margin-right: auto;
}
td.inco {
	padding: 2px;
}