/*-----------------------------------------------------------------------------
Screen Stylesheet

Version:   1.0
Author:    Tonatos
E-mail:     tonatossn@gmail.com
Website:   http://tonatos.ru/
ICQ UIN:   304-433-993
-----------------------------------------------------------------------------*/


/* =CONTENT FIELD
----------------------------------------------- */
.content h1, .content h2, .content h3, .content h4 { font-family: Arial, Helvetica, sans-serif; margin-bottom: .5em;}
.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img { margin-bottom: 1em; }

.content {
	font-size: 13px;
	color: #313d4d;
}
.content h1 {
	color: #27559d;
	font-size: 28px;
	font-family: "Times New Roman", serif;
	font-weight: normal;
	margin-bottom: 28px;
}
.content h2 {
	font-size: 18px;
	color: #5a617b;
	margin-bottom: 10px;
}
.content h3 {
	font-size: 15px;
	font-style: italic;
	color: #8290b2;
}
.content h3 a {
	color: #48509d;
}
.content h4 {
	font-size: 1.1em;
	font-weight: bold;
}
.content a {
	color: #0c5fc4;
}
.content a:hover {

}
.content a:visited {

}
.content p, .content span {
	margin-bottom: 20px;
}
.content strong {

}
.content ins {
	color: #8896a8;
	font-style: normal;
	text-decoration: none;
}
.content em {
	color: #6d7c8f;
}
.content pre, .content code {
	font: 1.2em/1.8 "Courier New", Courier, monospace;
	border: 1px dashed #aaa; padding: 1em; background: #eee;
}
.content code {
	padding: .2em .5em;
}
.content blockquote {
	background: #e2edf3;
	padding: 18px;
	font-size: 13px;
	font-weight: bold;
	color: #3c5265;
}
.content ul {
	list-style: none;
	margin-left: 10px;
	line-height: 18px;
	margin-bottom: 20px;
}
.content ul li {
	margin-bottom: .2em;
	padding-left: 32px;
	background: url('../../img/site/c-bullet-1.png') no-repeat 10px 2px;
}
.content ul li ul {
	margin-left: 0px;
	margin-bottom: 10px;
}
.content ul li li {
	padding-left: 32px;
	background: url('../../img/site/c-bullet-2.png') no-repeat 10px 4px;
}
.content ol {
	margin-left: 3em;
	line-height: 1.3em;
}
.content ol li {
	margin-bottom: .2em;
}
.content ul.files {
	list-style: none;
	margin: 0px;
}
.content ul.files li {
	background: url('../../img/site/bullet-download.png') no-repeat 10px 5px;
	padding: 0px 0px 0px 40px;
	margin-bottom: 14px;
}
.content img {
	padding: 5px;
	border: 1px solid #ccc !important;
	margin-top: .4em;
}
.content table.color {
	border-bottom: 2px solid #3a5576;
}
.content table.color th {
	background: #ebeef1;
	font-size: 11px;
	font-weight: bold;
	padding: 14px 16px 14px 16px;
	border-bottom: 2px solid #3a5576;
	color: #3a5576;
}
.content table.color td {
	color: #313d4d;
	font-size: 13px;
	padding: 5px 16px 5px 16px;
}
.content table.color tr:hover {
	background: #d4ebfc;
}
.content table.color td.dark {
	background: #3a5576;
	color: #fff;
}
.content hr {
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	border: 0px;
	border-top: 1px solid #dfeddd;
	margin: 14px 0px 22px 0px;
}