/* Start of CMSMS style sheet 'E-Priroda main stylesheet' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Tahoma, Arial, Geneva, sans-serif;
   font-size: 75.01%; 
 /*  font-size: small; */
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/

div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

img.imgleft {
margin: 5px 20px 10px 0;
}

img.imgmitte {
margin: 10px 0;
}

/* default link styles */
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
 /*  background-color: #C3D4DF; */
   color: #385C72;
}

/*****************
basic layout 
*****************/
body {
   background-color: #ccc;
   color: #333;
   margin:1em;    /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
   div#pagewrapper {
   border: 1px solid black;
   margin: 0 auto;       /* this centers wrapper */
   max-width: 2000px;   /* IE wont understand these, so we will use javascript magick */
   min-width: 980px;
   background-color: #fff;;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/

div#header {
   height: 136px;    /* adjust according your image size */
   background: #51AEEF;           
}

div#header_l_ru {
   background-image: url(images/header_link_ru.gif);
   width:477px;
   height: 136px;
   float:left;    
   display:inline;
}

div#header_l_kz {
   background-image: url(images/header_link_kz.gif);
   width:477px;
   height: 136px;
   float:left;           
   display:inline;

}

div#header_l_en {
   background-image: url(images/header_link_en.gif);
   width:477px;
   height: 136px;
   float:left;          
   display:inline; 
}

div#header_r {
   background-image: url(images/header_right.gif);
   width:496px;
   height: 136px;
   float:right;
   display:inline;
}

#header1 {
   color: white;
   line-height: 1.5em;
   font-weight: bold;
   height:2em;
   margin-bottom: 1.2em;
   line-height: 1.4em;
   background: #e0b119 url(images/book_open.gif) 2px 2px no-repeat; 
   padding-left: 2em;
}

div#block1 {
   border: 1px solid #e0b119;
   margin-bottom: .5em;
}

#header2 {
   color: white;
   line-height: 1.5em;
   height:2em;
   font-weight: bold;
   background: #e0b119 url(images/attach.gif) 2px 2px no-repeat;  
   margin-bottom: .8em;
   padding-left: 2em;
}

div#block2 {
   border: 1px solid #e0b119;
   margin-bottom: .5em;
   font-size: 90%;
}

div#block2 .NewsSummaryLink {
   background: #fff;
   padding:0;
   font-size: 110%;
   font-weight: none; 
}

div#block2 .NewsSummary {
   border-bottom:none;
}


div#block2 a {
  text-decoration:none;
}

div#block2 .NewsSummarySummary  {
   background: #fff;
   padding:0;
}


div#block2 .NewsSummaryPostdate {
   background: #fff;
   padding:2px 2px 2px 5px;
   border-left: 12px solid #e0b119;
   float:none; 
   display: inline; 
   text-align: left;
}


table {
font-size: 1.0em;
line-height: 1.4em;
color: #333;
/*border-collapse:collapse; */
margin: 3px;
}

table.table01 {
font-size: .9em;
line-height: 1.4em;
}

table.table01 td {
padding: 4px;
text-align:center;
border: none;
border: 1px solid #bbb; 
}

table.table01 tr {
/* border: 1px solid #777; */
}

table.table02 {
font-size: .9em;
line-height: 1.4em;
}

table.table02 td {
padding: 4px;
text-align:left;
border: none;
border: 1px solid #ddd; 



}

table.table03 {
line-height: 1.4em;
text-align:left;
}

table.table03 td {
padding: 4px;
border: none;
/* background: #eef7ee; */
border: 2px solid #fff; 
}

table.table_chasy_raboty {
font-size: 1em;
line-height: 1.4em;
}

table.table_chasy_raboty td {
padding: 6px;
text-align:left;
border: none;
border: 1px dashed #ddd; 
}


tr.header td,
tr.header {
background: url(images/td_header_green.gif) repeat-x;
font-size: 1.1em;
border-bottom: 1px solid #fff;
height: 30px;
color: #fff;
font-weight: bold;
}

tr.header p {
color: #fff;
}

tr.header td {
border: 1px solid #fff;
}

td.inhalt {
background: white;
}

td.subheader {
background: #eef7ee;
}

td.vakansija {
padding:1em;
}


/* set the image to use and establish the lower-right position */

.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
 background: transparent url(images/round_box.png) no-repeat bottom right;
 }
 
.cssbox {
/* width: 200px !important; */ /* intended total box width - padding-right(next) */
/* width: 185; */ /* IE Win = width - padding */
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
/* margin: 10px auto; */ /* use to position the box */
}


/* set the top-right image */
.cssbox_head {
background-position: top right;
margin-right: -15px; /* pull the right image over on top of border */
padding-right: 30px; /* right-image-gap + right-inside padding */
}
 
 /* set the top-left image */
.cssbox_head h2 {
background-position: top left;
text-align:center;
margin: 0; /* reset main site styles*/
border: 0; /* ditto */
/* font-size: 1.0em; */
padding: 15px 0 15px 20px; /* padding-left = image gap + interior padding ... no padding-right */
height: auto !important;
height: 1%; /* IE Holly Hack */ } 

/* set the lower-left corner image */
.cssbox_body {
background-position: bottom left;
margin-right: 25px; /* interior-padding right */
padding: 5px 0 35px 40px;
/* mirror .cssbox_head right/left */ 
}

/* ------------ Round Box 3 ------ */

.cssbox1, .cssbox_body1, .cssbox_head1, .cssbox_head1 h2 {
 background: transparent url(images/round_box_green.png) no-repeat bottom right;
 }
 
.cssbox1 {
/* width: 200px !important; */ /* intended total box width - padding-right(next) */
/* width: 185; */ /* IE Win = width - padding */
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
/* margin: 10px auto; */ /* use to position the box */
}

/* set the top-right image */
.cssbox_head1 {
background-position: top right;
margin-right: -15px; /* pull the right image over on top of border */
padding-right: 30px; /* right-image-gap + right-inside padding */
}
 
 /* set the top-left image */
.cssbox_head1 h2 {
background-position: top left;
text-align:center;
margin: 0; /* reset main site styles*/
border: 0; /* ditto */
/* font-size: 1.0em; */
padding: 15px 0 15px 20px; /* padding-left = image gap + interior padding ... no padding-right */
height: auto !important;
height: 1%; /* IE Holly Hack */ } 

/* set the lower-left corner image */
.cssbox_body1 {
background-position: bottom left;
margin-right: 25px; /* interior-padding right */
padding: 5px 0 20px 20px;
text-align: center;
/* mirror .cssbox_head right/left */ 
}

.cssbox_body1 p {
text-align:center;
margin-left:6px;
}


/* ------------ End of Round Box 3 ------ */


#footertable {
margin: .3em 0 0 0;
border: 1px solid #b9dbf5;
font-size: 90%;
background: url(images/e-priroda_hgr3.gif) repeat-x;
}

#footertable ul li,
#footertable p,
#footertable ul
{
line-height: 1.1em;
padding: 0 0 0 2em;
}


#footertable ul li {
list-style-image: url(images/bullet_orange1.gif);
padding:0;
}

p.aright {
text-align:right;
}

#footertable h3 {
color: #800000;
/* padding-left: 2em; */
}

.tdblock1 {
width: 33%;
padding: .5em .5em .5em 1.5em;
vertical-align: top;
/* border-left: 1px solid #eee; */
}


.tdblock1 h3 {
background: url(images/icons/page_user_light.gif) no-repeat;
}


.tdblock2 {
width: 33%;
padding: .5em .5em .5em 1.5em;
vertical-align: top;
border-left: 1px solid #eee;
}

.tdblock2 h3 {
background: url(images/icons/icon_download.gif) no-repeat;
}


.tdblock3 {
width: 33%;
padding: .5em .5em .5em 1.5em;
vertical-align: top;
border-left: 1px solid #eee;
}

.tdblock3 h3 {
background: url(images/icons/icon_airmail.gif) no-repeat;
}


div#breadcr {
padding: 4px 0 0 0; 
margin-left:10px;
float:left;
/*display:inline;*/
width:auto;
height:20px;
/*vertical-align:middle;*/
}

div.breadcrumbs {
   padding: 0 0 0 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 85%;        /* its good to set fontsizes to be relative, this way viewer can change his/her  fontsize */
   margin: 0 0 0 0;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
 /*  float:left; */
 /*  width:99%; */
 /* display: inline;  /* FIX IE double margin bug */
  clear:left;
  height:20px;
  background: url(images/breadcrumbs_hgr.gif) repeat-x;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
   color:#54abec;
    color:#2c6fa1;
    background: white;
} 


.langpic a:active {
border: 1px solid #fff;
}

span.langpic {
color:yellow;
}


div#lang  {
padding: 2px 1em 0 29px;
float:right;
text-align:right;
display:inline;
width:86px;
height:20px;
background: url(images/e-priroda_lang.gif) no-repeat;
}

div#lang a:hover {
border-bottom: 1px solid #32658b;
border-top: 1px solid #32658b;
}

div#lang {
color:#555555;
font-weight:bold;
}




div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 21.0%;     /* sidebar width, if you change this please also change #main margins */
  display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
   margin-bottom:1em;
}


/* position for the search box */
div#search {
 /*  float: left; */
/*  display:inline;  */ 
   position:relative;
   text-align: left;
   padding: .4em 0em .4em .4em;
   margin: 0 0 .5em 0;
   background: #55abec;
   height: 5em;
 /*  border: 1px solid #32658b; */
}

div#search_cont {
   position:relative;
   text-align: left;
   padding-left:10px;
   padding-right:10px;
   margin: 0 0 0 0;
   height: 68px;
}

div.box_inhalt {
   background: url(images/round_mitte.gif) repeat-x;
   padding: 6px 3px 6px 3px;
   margin-left:13px;
   margin-right:13px;
   height: 68px;
/*   background-color: #55abec; */
}

* html div.box_inhalt {
  height: 1%;
}

div.corner_left {
background: url(images/round_korner_left.gif) no-repeat;
float:left;
margin-right: 0px !important;
margin-right: -3px;
width:16px;
height:68px;
}

div.corner_right {
background: url(images/round_korner_right.gif) no-repeat;
float:right;
margin-left: 0px !important;
margin-left: -3px;
width:16px;
height:68px;
}

div.spacer {
clear:both;
height:1em;
}



#slabel {
background: url(images/magnifier.gif) no-repeat;
padding-left: 18px;
height: 16px;
color: #fff;
font-weight:bold; 
}

input#search_input {
width: 98%; 
position: absolut;
border: 1px solid #fff;
margin: 3px 0;
}

#search_button {
display: inline;
margin:2px 2px 0 0; 
float:right;
width: auto;

}

 input#search_button {
/* width: 50%; */
height:20px;
border: 1px solid #32658b;
padding:1px;
font-size: 12px;
}



div#content {
   margin: 1.0em auto 0 0;   /* some air above and under menu and content */
   clear:both;
}

div#content img {
/*  margin: 4px auto 0 0;  */
}


div#main {
   margin-left: 22%; 
   margin-right: 1%; 
 /*  border: 1px solid red; */
   padding:0;
}

div#main td {
vertical-align: top;
padding-top: 6px;
border: 0px solid;
}


div#main table {
border: 0px solid;
}

caption {
font-weight: bold;
margin: 10px 0;
}



/* Hides from IE5-mac \*/
 * html div#main {height: 1%;} 
/* End hide from IE5-mac */ 


div#contblockleft {
   margin: 0; 
   padding:0;
   width: 70.00%;  
/*   border: 1px solid black; */
}

div.boxleft h2 {
  font-size: 1.2em;
}


div#contblockleft h2 {
 /* margin: 0; */
  background: #54abec;
  color: #2c6fa1;
  height: 2.4em;
  background: url(images/h2_1.gif) repeat-x;
  border-bottom: 1px solid #b9dbf5;
  border-top: 1px solid #b9dbf5;
  margin-bottom: 1em;
  z-index:50;
}

div#contblockright {
   width: 28.0%;
   margin-left: 0;
   float:right;   
   display:inline; 
 /*  background: gray; */
}


#content1 {
        position:relative;
	float: left;
	padding: 10px 10px 10px 10px;
	margin-top: .5em;
        margin-bottom: .5em; 
	/* background: #999; */
        display:inline;
	border: 2px solid #ccc;
        height: 6em;
	width: 49%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 45%;
	}
html>body #content1 {
	width: 45%; /* ie5win fudge ends */
	}

#content2 {
        position:relative;
	float: right;
        display:inline;
	padding: 10px 10px 10px 10px;
	margin-top: .5em;
	margin-bottom: .5em; 
	/* background: #999; */
	border: 2px solid #ccc;
        height: 6em;
	width: 49%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 45%;
	}
html>body #content2 {
	width: 45%; /* ie5win fudge ends */
	}

#content3 {
        position:relative;
	padding: 10px 10px 10px 10px;
	margin-top: .5em;
	margin-bottom: .5em; 
	background: #ddd; 
	border: 1px solid #ccc;
        height: 4em;
}

div#pagecontent {
margin-bottom:1.3em;
margin-top:1em;
/* clear:both; */
}

div#panorama {
   background: url(uploads/images/horiz_panorama.gif);
   height:50px;
}

div#pagecontent p a {
text-wrap: none;
}


/* ссылка float-right */
#link1 {
float:right;
/* display:inline; */
width: 16em;
padding: 1px 4px;
text-align: right; 
}

#link1 a {
font-size: 80%;
color: #54abec;
padding-left: 18px;
background: url(images/folder.gif) no-repeat;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   height:2em; 
   margin-top:1em; 
 /*  padding-top: 1em; */
   background-color: #32658b; 
   background-color: #365F29;
}

div#footer p {
   font-size: 0.8em;
   padding: .5em;       /* some air for footer */
   text-align: center;  /* centered text */
   vertical-align: middle;
   margin: 0;
   color:#bbb;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

div.hr2 {
   height: 1px;
   width:80%;
   clear:both;
 /*  padding: .4em; */
   border-bottom: 1px dotted #ddd;
   margin: .4em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  display:inline;
  width: 49%;
  text-align: right;
}

p.warnung {
	border: 1px dashed Maroon;
        padding: .5em;
        margin: 1em;
        background: #eee;
}

p.warnung a {
  text-wrap: none;
}

.graytext {
color: #666;
}

table.formbuilderform {
width: 100%;
/* background: url(images/send_message_icon.gif) no-repeat;*/
background-position: 2em center;
background: #e3e3e3;
padding: 1em;
border: 1px solid #eee;
}

table.formbuilderform td {
/* width: 8em; */

}

.formbuilderform input, 
.formbuilderform textarea {
border: 1px solid #2c6fa1;
border: 1px solid #ccc;

width: 100%;
}

.formbuilderform input.fbsubmit {
width: 6em;
border: 1px outset #ddd;
}

.formbuilderform input#m5fbrp__7 {
width: 16em;
}


.formbuilderform input#m5fbrp__8 {
width: 16em;
}


/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

h2 {
	color: #294B5F; 
	font-size: 1.3em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
        line-height: 1.2em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
h3 {
   color: #294b5f;
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 1.5em 0 0.5em 0;
}
 h4 {
   color: #C78005; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 1em 0 0.25em 0;
}
div#content h5 {
   color: #4A642B; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-weight:400;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 .5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
   color: #333;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

.boxleft {
padding-left: 1em;
}


/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   line-height: 1.4em;
   margin: 0 0 0.5em 0.5em;
}

div#main ul li,
div#main ol li,
div#main dl li{
color: #6e8373;
 color: #666; 
font-size: 100%;
font-family: tahoma;
}

ul li,
ol li {
   margin: 0 0 0.4em 2.3em;
   color: #333;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

/*  CSS Table Design
Author: Stanislav Filev
Theme: Stainless Steel: Stenli Style
URL: http://www.stenli.net

----------------------------------------------- */

.table_goszakupki table {
	border: 1px solid #cbd5e1; 
	background-color: #e6edf5; 
	color: #444;
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, начиная с 1999 года */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */         
}
 
.table_goszakupki td 
{
 padding:5px;
 width:0;
}

.table_goszakupki th 
{
/* font-weight: bold; */
 padding:5px;
 width:0px;
 }


.table_goszakupki caption {
/*	text-transform: uppercase; */
	text-align:left;  
	font: bold 12pt Verdana;
	color: #4F4F4F;
	margin: 3px 0;
}

/* =links
----------------------------------------------- */
.table_goszakupki table a { color:maroon; text-decoration: none;}
.table_goszakupki table a:link {color:maroon;}
.table_goszakupki table a:visited { color: maroon;}
.table_goszakupki table a:hover {color:chocolate;}

/* thead tbody tfoot
----------------------------------------------- */

.table_goszakupki thead th,
.table_goszakupki tfoot th,
.table_goszakupki tfoot td,
.table_goszakupki tbody th,
.table_goszakupki tbody td {
	color: #444; 
	font-size: .7em; 
	border-right: 1px solid #aaa; 
	border-top: 1px solid #eee; 
	border-left:1px solid #eee; 
	border-bottom: 1px solid #aaa; 
}

.table_goszakupki thead th,
.table_goszakupki tfoot th,
.table_goszakupki tfoot td { background-color: #ccc; font-weight: bold; text-align:center; }
.table_goszakupki tfoot td { text-align:right; }

.table_goszakupki tbody th {
  font-weight: bold; 
 text-align: left; 
 background-color: #cbd5e1; 
 }


/* Visual and hover effects */
.table_goszakupki .odd td { 
	background-color: #edf2f7;
}

.table_goszakupki tbody tr:hover td{
	background-color: #cbd5e1;
	border-right: 1px solid #eee; 
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-bottom: 1px solid #eee; 
}

.polloption,
.polloptions,
.pollresult,
.pollresults,
#returntovote {
margin: 6px 0;
}



div.pollvoteform form {
margin: 6px 0;
}



/* END LISTS */
/* End of 'E-Priroda main stylesheet' */

