@charset "UTF-8";
body  {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(../images/body_bg.png) 0 0 repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

img {
	border: 0;
}

body {
    position:relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.simpleRef {
	color:transparent;
}
.simpleRef:hover {
	color:transparent;
}

a {
	color: #689200;
}

a:hover,
a.orange {
	color: #f24704;
}

h1 {
	color: #f24704;
}

h2 a,
h2 {
	color: #555;
	text-decoration: none;
}

.postDate {
	color: #f24704;
	font-weight: bold;
	margin-bottom: .3em;
	font-size: .9em;
}

.more-link {
	padding-left: 18px;
	background: url(../images/read_full.gif) 0 .2em no-repeat;
}

.postDetails {
	text-align: right;
	margin-bottom: 10px;
}

.comments {
	padding-left: 18px;
	background: url(../images/comments.gif) 0 .3em no-repeat;
}

.orangeHr {
	height: 4px;
	background: url(../images/orange_hr_bg.gif) 0 0 repeat-x;
}

.grayHr {
	height: 4px;
	background: url(../images/gray_hr_bg.gif) 0 0 repeat-x;
}

.thrColFix #container { 
	width: 90%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 90px;
} 

.thrColFix #footer {
	height: 55px;
	background: #004164;
	position: absolute;
	margin-bottom: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #FFF;
	padding-top: 15px;
}

.forumPosts {
	padding: 3px 16px 0 16px;
	margin-bottom: 15px;
	font-size: .9em;
}

.forumPosts .forumPost {
	margin-top: 7px;
}

.forumPosts .forumPost .forumPostAva {
	width: 85px;
	height: 50px;
	float: left;
}

.forumPosts .forumPost .forumPostDetails {
	width: 113px;
	float: left;
}

.forumPosts .forumPost .forumPostDetails .dateAuthor .date {
	color: #f24704;
}

.forumPosts .forumPost .forumPostDetails .dateAuthor .author {
	color: #777;
}

*:first-child+html .thrColFix #sidebar1 .greenRow,
*:first-child+html .thrColFix #sidebar2 .greenRow {
	margin-top: -3px;
}

.banner {
	width: 468px;
	height: 60px;
	float: right;
	padding-bottom: 12px;
	background: url(../images/consult_top.gif) 271px 100% no-repeat;
	_background: url(../images/consult_top.gif) 236px 100% no-repeat;
	text-align:center;
	font-size:20px;
}

.horSideDivider {
	width: 232px;
	height: 27px;
	background: url(../images/hor_side_dev.png) 0 0 no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/images/hor_side_dev.png',sizingMethod='crop');
	padding: 6px 5px 0 10px;
	color: #555;
	overflow: hidden;
}

.consult {
	height: 41px;
	padding-left: 90px;
	padding-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
	background: url(../images/consult_bottom.png) 30px 0 no-repeat;
}

.consult a {
	color: #FFF;
}

.greenRowRightSep {
	background: url(../images/green_row_sep.png) 0 0 no-repeat;
}

.begun {
	padding-left: 20px;
	background: url(../images/begun.gif) 0 0 no-repeat;
}

.google {
	padding-left: 20px;
	background: url(../images/google.gif) 0 1px no-repeat;
}

.direct {
	padding-left: 20px;
	background: url(../images/direct.gif) 0 1px no-repeat;
}

.context {
	padding-left: 5px;
}

.aboveContent {
	padding: 6px 6px 0 6px;
}

.searchInput {
	width: 100%;
}

.searchFormWrapper {
	width: 100%;
}

.searchInputWrapper {
	width: 100%;
	padding-right: 5px;
}

*:first-child+html .searchInput {
	width: 100%;
}

*:first-child+html #header {
	height: 87px;
}

img.logo {
	background: url(../images/logo.png) 0 0 no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/images/logo.png',sizingMethod='crop');
}

.sideContentCont ul {
	margin: .3em 13px 1em 14px;
	padding: 0;
}

.sideContentCont ul li {
	margin: .2em 0;
	padding: .2em 0 .2em 16px;
	list-style-type: none;
	background: url(../images/list_bullet.gif) 0 .5em no-repeat;
	border-bottom: 1px solid #d1d1d1;
}

.sideContentCont ul li a {
	color: #555;
	text-decoration: none;
}

.sideContentCont li {
	list-style-type: none;
}
.contentArea {
	padding: 0 10px 30px 10px;
}
.contentAreaHeader{
	padding: 0 10px 10px 10px;
	
	background: url(../images/orange_hr_bg.gif) bottom left repeat-x;
}

.contentAreaHeader h2 {
	color: #F24704;
	text-align: center;
}


.greenRow {
	background: url(../images/green_row_bg.gif) 0 0 repeat-x;
	height: 41px;
	overflow: hidden;
}

.thrColFix #sidebar1 .greenRow {
	_width: 265px;
	_margin-right: -15px;
}

.thrColFix #sidebar2 .greenRow {
	_width: 270px;
	_margin-left: -20px;
}

.thrColFix #sidebar1 .greenRow .greenRowLeftCorner {
	background: url(../images/green_row_left.gif) 0 0 no-repeat;
	text-align: right;
}

.thrColFix #sidebar2 .greenRow .greenRowRightCorner {
	background: url(../images/green_row_right.gif) 100% 0 no-repeat;
	text-align: left;
}

.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding: 0;
	background: url(../images/side_bg_1.png) 100% 0 no-repeat;
	_margin: 0 -3px 0 0;
	border: 0;
}

.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding: 0;
	background: url(../images/side_bg_2.png) 0 0 no-repeat;
}
.thrColFix #mainContent { 
	margin: 0 250px;
	padding: 0;
	background: #FFF url(../images/green_row_bg.gif) 0 0 repeat-x;;
}

.thrColFix #mainContent .greenRow {
	_margin-right: -100px;
}

*:first-child+html #mainContent {
	margin-top: -3px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.calendarCont {
	background: #d8d8d8 url(../images/cal_tl.png) 0 0 no-repeat;
	margin: 5px 2px 0px 3px;
}

.calendarCont1 {
	background: url(../images/cal_tr.png) 100% 0 no-repeat;
}

.calendarCont2 {
	background: url(../images/cal_bl.png) 0 100% no-repeat;
}

.calendarCont3 {
	background: url(../images/cal_br.png) 100% 100% no-repeat;
	padding: 4px;
}

.reviewsCont {
	background: #d8d8d8 url(../images/reviews_tl.gif) 0 0 no-repeat;
	margin: 5px 2px 10px 3px;
}

.reviewsCont1 {
	background: url(../images/reviews_tr.gif) 100% 0 no-repeat;
}

.reviewsCont2 {
	background: url(../images/reviews_bl.gif) 0 100% no-repeat;
}

.reviewsCont3 {
	background: url(../images/reviews_br.gif) 100% 100% no-repeat;
	padding: 4px;
}

.calWrapper {
	background: #FFF;
}

table.reviews {
	width: 100%;
	border-collapse: collapse;
}
table.reviews td {
	width: 15.15%;
}

table.reviews td.stats {
	cursor:pointer;
	height: 100px;
	background: #FFF;
}

table.reviews td.system {
	text-align: center;
}
.good {
	height:100px;
	margin-right:4px;
	background: url('../images/goodback.jpg') repeat  center bottom;
}
.bad {
	height:100px;
	margin-right:4px;
	background: url('../images/badback.jpg') repeat; 
}

ul.standartList {
	padding: 0;
}

ul.standartList li {
	padding: 0 0 0 10px;
	margin: .2em 1em;
	list-style-type: none;
	background: url(../images/list_bullet_1.gif) 0 .4em no-repeat;
}

p.question {
	padding-left: 16px;
	background: url(../images/quest_mark.gif) 0 .2em no-repeat;
	margin-bottom: .4em;
}

p.answer {
	padding-left: 16px;
	margin: 0 0 1em 0;
}

.backLink {
	background: url(../images/arr_left.gif) 10px .3em no-repeat;
	padding-left: 30px;
}

.backLinkRight {
	background: url(../images/arr_r.gif) 97% .3em no-repeat;
	padding-right: 35px;
	text-align: right;
}

.articleComment {
	color: #666666;
}

input.standartInput {
	width: 60%;
}

textarea.standartInput {
	width: 100%;
	height: 130px;
}

.formFieldSubmit {
	margin-top: .6em;
}

.formFieldInput {
	margin-bottom: .4em;
}.faq {
	color: #000000;
}

ul.sideContentCont,
.sideContentCont {
	padding: 9px;
	margin: 0;
}

ul.sideContentCont li.pagenav {
	padding: 0;
	margin: 0;
	list-style-type: 0;
}

.searchBtnSubmit {
	float: right;
}

.partnersLink {
	padding: 0 15px;
	margin-bottom: .4em;
}

pre.examplecode {
	border: #efe7bc 1px solid;
	padding: 5px;
	width: 390px;
	overflow: auto;
	background: #fffbe8;
}

.banner_arrow {
	background:transparent url(../images/body_bg2.png) repeat-x scroll 0 0;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
 
.alignleft {
   float: left;
   margin-right: 5px;
}
 
.alignright {
   float: right;
   margin-right: 5px;
}
 
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.rc1 {
	background-color: #ffffff; /* цвет фона блока */
	background-image: url(http://helpcontext.ru/files/images/tl.gif); /* картинка угла */
	background-position: 0 0; /* положение картинки */
	background-repeat: no-repeat; /* не повторять */
	width: 100%; /* можно задать длину */
}

.rc2 {
	background-image: url(http://helpcontext.ru/files/images/tr.gif); /* картинка угла */
	background-position: 100% 0; /* положение картинки */
	background-repeat: no-repeat; /* не повторять */
}

.rc3 {
	background-image: url(http://helpcontext.ru/files/images/bl.gif); /* картинка угла */
	background-position: 0 100%; /* положение картинки */
	background-repeat: no-repeat; /* не повторять */
}

.rc4 {
	background-image: url(http://helpcontext.ru/files/images/br.gif); /* картинка угла */
	background-position: 100% 100%; /* положение картинки */
	background-repeat: no-repeat; /* не повторять */
}

.rc-content {
	width: 90%;
	margin: 0 auto;
}

