@media print{
    @page {
		size 8.5in 11in;
		margin: 1cm;
    }
    body{
		background:white;
		color:#ffffff;
		font-size:16px;
    }
    #lang, #add_comment, #toggle_paste_text, #search, #calcmenu, #title_page, #comment_block, .linenos, #message, #toolbar, #footer
    {
		display:none !important;
    }
    #path_page
    {
		display:block !important;
		position:absolute;
		font-size:16px;
		top:65px;
		left:350px;
    }
    #paste_text
    {
		border:none !important;
    }
    #text_paste
    {
    	display:block !important;
    	overflow: visible !important;
    	word-wrap: break-word;
    }
    #toolbar
    {
		display:none;
    }
    #footer
    {
		display:none;
    }
}
body
{
    background: url('/static/images/bg.gif') repeat;
    color:#303030;
    font-family: "Droid Sans",Verdana,sans-serif !important;
    font-size: 13px;
    margin: 0;
    min-width: 900px;
    padding: 0;
}
a
{
    color:#5d5d8a;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
h1
{
    margin:10px 0 10px -2px;
    font:normal 21px Verdana;
}
h2
{
    margin:10px 0;
    font:bold 16px Verdana;
}
h3
{
	margin:5px 0;
	font:bold 14px Verdana;
}
h4
{
	margin:0;
	font:bold 12px Verdana;
}
p{
	margin-top:3px;
}
input[type=text],textarea
{
	border:1px inset #557F8A;
	max-width:906px;
	outline: none;
}
.text
{
	font-size:14px;
	padding-left:7px;
}
.text a
{
	margin-left:0 !important;
	font-weight: normal !important;
}
#sublogo
{
	position:absolute;
	background: url('/static/images/sublogo.png') no-repeat;
	width:200px;
	height:16px;
	left:52px;
}
#wrapper 
{
    background:#ffffff;
    margin: 0 auto;
    width: 980px;
}
#wrapper_left
{
    background: url("/static/images/wrapper_bl.gif") repeat scroll 0 0 transparent;
    padding-left: 10px;
}
#wrapper_right
{
    background: url("/static/images/wrapper_br.gif") repeat scroll 0 0 transparent;
    padding-right: 10px;
}
#wrapper_center
{
    background:#ffffff;
    position:relative;
}
div#block_logo_print
{
    display:none;
}
#path_page
{
    display:none;
}
#header
{
	height:65px;
	margin-left:23px;
	border-bottom:2px solid #F58220;
	position:relative;
}
#lang
{
	position: absolute;
	top:8px;
	right:25px;
}
#logo
{
	position: absolute;
	top:7px;
}
#ten
{
	background: url('/static/images/ten.png') repeat-x;
	height:10px;
	width:100%;
}
#search
{
	position: absolute;
	top:0;
	right:20px;
}
#search input
{
	width:265px;
}
#ten_bottom
{
	background: url('/static/images/ten_bottom.png') repeat-x;
	height:10px;
	width:100%;
}
a#href_home
{
    font-size:14px;
    font-weight:bold;
    padding-left:5px;
}
div#calcmenu
{
    position: absolute;
    bottom: 5px;
    right:0;
    background: url('/static/images/menu_line_blue.png') 0 -1px no-repeat;
    height:20px;
    width:287px;
}
div#calcmenu ul {
    border: 0 none;
    font: normal 11px Verdana,Arial;
    height: 18px;
    list-style: none outside none;
    margin:5px 24px 0 0;
    padding: 0;
}
div#calcmenu ul li {
    border: 0 none;
    float: right;
    height: 18px;
    list-style: none outside none;
    margin: 0 0 0 28px;
    padding: 0;
   /* width:50px;*/
    text-align: right;
}
div#calcmenu ul .big
{
	/*width:90px;*/
}
div#calcmenu ul .lang {
    border: 0 none;
    display: inline;
    float: right;
    height: 18px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
div#calcmenu ul a {
    border: 0 none;
    color: #5D5D8A;
    display: block;
    float: none !important;
    height: auto !important;
    padding: 0;
    text-decoration: none;
}
div#calcmenu ul a:hover,
div#calcmenu ul li:hover a,
div#calcmenu ul li.iehover a { 
        color:#222222;
        text-decoration:underline;
}

#content
{
    display:block;
    margin:18px 24px 10px;
    min-height:400px;
}
#content .in
{
    display:block;
    width:100%;
    padding-top:1px;
}
#field_text textarea
{
	max-width:910px;
    width:910px;
    height:300px;
    border:1px inset #557F8A;
    margin-bottom:5px;
    font-family: "Droid Sans Mono",Verdana,sans-serif;
    font-size:13px;
}
.ls_textarea
{
	text-decoration:none !important;
	cursor:pointer;
}
#id_private
{
	cursor:pointer;
}
#tabtextarea
{
	cursor:pointer;
}
label
{
	cursor:pointer;
}
.post_date
{
    font-size:12px;
    color:#995505;
}
.item_record
{
    line-height: 1.5em;
    padding: 6px 0;
    width:911px;
    margin-bottom:10px;
}
.item_record a
{
    text-decoration:none;
}
.item_record a:hover
{
    text-decoration:underline;
}
.high_text
{
    font-size:11px;
    border-top: 1px solid #A9B6B9;
    border-bottom: none;
    border-right:none;
    border-left:none;
    margin-left:0;
    overflow:auto;
}
.high_text pre
{
    font-size:13px;
    font-family:"Droid Sans Mono",Verdana,Arial;
    margin:5px 0;
    background:#ffffff;
}
.troe
{
    color:#AAAAAA;
}
#res
{
	font:normal 12px Verdana, Arial !important;
}
#paginator
{
    width:910px;
    text-align:right;
}
.count_comment
{
	float:right;
}
#paste_details
{
    cursor:pointer;
    background-color:#797E87;
    font: bold 16px Arial;
    color:white;
    height:25px;
}
#save_highlite
{
	display:none;
}
#paste_details div
{
    display:block;
    padding:2px 0 0 10px;
    position:relative;
}
#paste_details div span
{
    position:absolute;
    top:5px;
}
#paste_details div span.text
{
    position:absolute;
    left:28px;
    top:10px;
}
.paste_function
{
	padding:0;
}
#toggle
{
	display: block;
	margin:0;
	float:left;
	cursor: pointer;
}

.paste_function table
{
	padding:2px 0;
	border-spacing: 0;
}
#main_href_toolbar
{
	text-align:center;
	width:730px;
}
#share
{
	/*margin-right: 13px;
	margin-top:1px;*/
}
#share a
{
	width:16px;
	margin:0;
	opacity: 0.5;
}
#share a:hover
{
	opacity:1;
	text-decoration:none;
}
#vkontakte a
{
	background: url('/static/images/bg-icon-vk.png') no-repeat;
	float:right;
	width: 16px;
	height:16px;
	margin-left:5px;
}
#facebook a
{
	background: url('/static/images/bg-icon-facebook.png') no-repeat;
	float:right;
	width: 16px;
	height:16px;
}
#twitter a
{
	background: url('/static/images/bg-icon-twitter.gif') no-repeat;
	float:right;
	width: 16px;
	height:16px;
	margin-left:5px;
}
.paste_function a
{
    color:#5d5d8a;
    font-size:14px;
    font-weight:bold;
    margin-left:10px;
    margin-top:10px;
}
#error
{
    color:red;
}
#paste_text
{
    width:911px;
    font-size:13px;
    border-top: none;
    border-bottom: 1px solid #A9B6B9;
    border-right:none;
    border-left:none;
}
#text_paste
{
	overflow:auto;
	margin-bottom:4px;
	margin-top:2px;
}
#toggle_paste_text
{
	display:block;
	padding:3px 0;
	cursor: pointer;
}
#paste_text table
{
	border-spacing:0;
	margin-left:-3px;
}
#paste_text table td
{
	padding:1px;
}
#paste_text pre
{
    font-family:"Droid Sans Mono",Verdana,Arial;
    background:#ffffff;
    font-size:13px;
    margin:0;
}
#paste_text .linenodiv
{
	margin-right:10px;
}
#paste_text .linenodiv pre
{
	background:#E5E5E5;
	padding:0 2px;
}
#toolbar
{
    border: none;
    /*background:#F0F0F0;*/
    width:911px;
}
#details
{
    margin-top:0;
    display:none;
    font-size:13px;
}
#details ul
{
	margin-top:3px;
}
#details .date
{
    
}
#details .childs
{
    margin:0 10px 0 0;
}
#list_comments
{
	margin-top:4px;
}
#comment_block
{
    border-top: none;
    border-bottom: 1px solid #A9B6B9;
    border-right:none;
    border-left:none;
    width: 911px;
}
#content_comment_block
{
    padding:3px 0;
    font-size:13px;
}
#content_comment_block .comment
{
    margin-bottom:15px;
}
.head_comment
{
    /*background:none repeat scroll 0 0 #FCD699;*/
    font-size:12px;
}
#content_comment_block h3
{
    margin:0;
}
#no_comment
{
    font-size:14px;
}
#toggle_comment
{
	cursor: pointer;
}
#add_comment
{
	/*background:#F6F6F6;*/
	border: none;
	width:911px;
}
#add_comment_content
{
	padding:3px 0;
	max-width:911px;
	width:911px;
}
#toggle_add_comment
{
	display: block;
	margin:0;
	cursor: pointer;
	position:relative;
}

#toggle_add_comment .text
{
	/*margin-left:20px;*/
}
#add_comment_form
{
	display:none;
}
#add_comment_form table
{
	border-spacing:0;
}
#add_comment_form textarea
{
	margin-left:0;
	max-width:905px;
}
#tree
{
    font-size:13px;
}
#main_ul
{
	margin-top:5px;
}
#tree .current
{
	font-weight: bold;
}
#tree .date
{
   color:#995505;
}
#compare
{
    font-size:13px;
}
#compare a
{
    font-weight:normal;
}
#compare table
{
    width:911px;
    border-collapse:collapse;
    font-size:13px;
}
#compare table td
{
    border:1px solid #CCCCCC;
}
#compare table td pre
{
    margin:0;
}
#compare table .num
{
    background:#EEEEEE;
    text-align:center;
    width:20px;
}
#compare table .del
{
    background:#FFCCCC;
}
#compare table .paste
{
    background:#DDFFDD;
}
#page_text
{
    font-size:13px;
}
#page_text .text
{
    float:left;
    width:630px;
    margin-bottom:20px;
}
#page_text .full_text
{
    float:left;
    width:911px;
    margin-bottom:20px;
}
#child
{
    background-color: #F6F6F6;
    border: 1px solid #E4E4E4;
    line-height: 1.5em;
    margin-top: 10px;
    padding: 6px;
    width:244px;
    float:right;
    text-align:right;
    font-weight:bold;
    font-size:14px;
}
#child a
{
    color:#5d5d8a;
}
#message
{
    border:1px solid #FAA61A;
    font-size:13px;
    width:100%;
    margin-bottom:10px;
    /*background:#FCD699;*/
    min-height:20px;
}
#message span
{
    display:block;
    padding:5px;
}
#message span a
{
    
}
#footer {
    background: url('/static/images/footer_line_blue.png') 0 0 no-repeat;
    height: 20px;
    line-height: 28px;
    padding: 0 0 0 25px;
    text-align: left;
    clear: both;
    color: #AAAAAA;
    margin-top:30px;
}
#footer .copycalc {
    float: left;
}
#footer a
{
    color:#AAAAAA;
}
#tool2 img
{
	display: block;
	float:left;
	margin-top:5px;
	margin-right:4px;
}
#tool2 input
{
	margin-top:10px;
}
ul.errorlist
{
	color:red;
	padding:0;
	margin-bottom:2px;
}
ul.errorlist li
{
	list-style: none;
}

.g-recaptcha {
    margin: 5px 0;
}
