* {margin:0;padding:0}

html, body {
  width       : 100%;
  min-height      : 100%;
  background  : white;
  text-align  : left;
  font-family : verdana, arial, sans-serif;
  font-size   : 11px;  
  line-height : 16px; 
  color       : #929291;   
  background : url(../../img/site/bg_main.gif); 
}

html { background: none; }

body.mceContentBody
{
	background: none;
}


/* --------------- MAIN CONTAINERS --------------- */ 
/* ------------------------------------------`----- */ 
#header_container {
  height     : 60px;
  margin     : 0 auto; 
  background : url(../../img/site/header.gif) 0 0 no-repeat; 
}

#main_container {
  padding-top   : 30px;
  width         : 844px;  
  margin        : 0 auto;
  position      : relative;   
}   
  
#center_container {
  background  : #F5F5E4 url(../../img/site/bg_content.gif) 100% 0 repeat-y; 
}

#wrapper {
  min-height  : 450px;  
  background  : url(../../img/site/bg_content.jpg) no-repeat; 
}

#left_container {
  float        : left;
  width        : 150px;
  padding      : 30px 50px 0 60px;
}  

#right_container {
  float        : left;
  width        : 500px;
}  

#footer_container {  
  height     : 46px;  
  text-align : left;
  position   : relative;   
  background : url(../../img/site/footer.gif) no-repeat; 
  font-size  : 10px;
  color      : #2B6472;
  padding    : 50px 0 0 280px;
}  

#footer_container a {
  color : white;
}

/* --------------- TOP MENU --------------- */ 
/* ---------------------------------------- */ 
#menu_container {
  margin        : 0 auto; 
  font-family   : verdana;
  width         : 150px;
} 
#menu_nav {  
  text-align : left;
} 
#menu_nav li {  
  list-style  : none;
  background  : url(../../img/site/menu_line.gif) 50% 0 repeat-x; 
  padding     : 7px 10px;
}
#menu_nav li a, #menu_nav li a:hover { 
  text-decoration : none;
  color           : #F1F1E8;   
  background      : url(../../img/site/menu_bullet.gif) 100% 50% no-repeat; 
  font-weight     : bold;
  padding-right   : 20px;
  font-size       : 12px;
}  
#menu_nav li a:hover {
  text-decoration : underline;
}

#menu_nav li ul {
  margin  : 8px 0 0px 0;
}
#menu_nav li ul li {
  background     : none;
  padding        : 0 0 5px 10px;
  line-height    : 15px;
  width          : 120px;
}
#menu_nav li ul li a, #menu_nav li ul li a:hover { 
  color      : #F1F1E8;   
  background : none;
  padding    : 0;
  font-size  : 11px;
}  


/* ------------------ SITEMAP -------------------------- */ 
#sitemap_container { 
  margin     : 0 0 20px 20px;
  text-align : left;   
} 
  
#sitemap_container li { 
  list-style  : none;
  line-height : 20px;  
}
#sitemap_container li ul { 
  margin-left: 20px;
}



/* ------------------ NEWS  -------------------------- */ 
#news_container h1 {
  color : #0753BD;
}
.news_item {
  margin-bottom : 15px;
}
/*
.news_item a:link, .news_item a:visited, .news_item a:hover {
  color : #59A744;
}
*/
.news_date {
  font-weight : bold;
  color       : #818181;
}
.news_title {
  color : #358EA4;   
}
.news_title a:link, .news_title a:visited, .news_title a:hover {
  color : #358EA4;   
}

.news_item_text {
  width  : 280px;
  margin : 4px auto;
}

/* -------------------------------------------- */ 
/* -------------------------------------------- */  

#decoration {
  position   : absolute;
  top        : 0; 
  left       : 60px;
  width      : 46px;
  line-height: 18px;
  background : url(../../img/site/decoration.gif) no-repeat;  
}

#decoration_left {
  position   : absolute;
  top        : 0; 
  left       : -46px;
  width      : 46px;
  line-height: 655px;
  background : url(../../img/site/decoration_left.png) no-repeat;  
}
#decoration_top {
  width      : 916px;
  height     : 47px;
  background : url(../../img/site/decoration_top.png) no-repeat;  
  margin     : 0 auto;
}

#decoration_right {
  position   : absolute;
  top        : 0; 
  right      : -46px;
}



.ModFormTableContainer {
  margin: 0 auto;
}
.ModFormTableContainer th {
  padding     : 2px 20px 2px 0;
  font-weight : bold;
}

.table {
  text-align   : center;
  width        : 100%;
  border       : solid 1px #B0BFE8;
  border-width : 1px 0 0 1px;
  margin       : 10px auto;
}
.table th {
  background : #F3F4F8;
  color      : #8F8F8F;
  font-family : tahoma;
  padding     : 5px 0;
  border       : solid 1px #B0BFE8;
  border-width : 0 1px 1px 0;
}
.table td {
  border       : solid 1px #B0BFE8;
  border-width : 0 1px 1px 0;
  padding     : 1px 0;
}


.table2 {
  text-align   : left;
  width        : 100%;
  margin       : 10px auto;
}
.table2 td {
  padding     : 5px;
  font-weight : bold;
}





 
#footer_content_container a:link, #footer_content_container a:visited, #footer_content_container a:hover {
  position    : absolute;
  top         : 10px;
  left        : 200px;
  display     : block;
  width       : 100px;
  line-height : 30px;
}

#link_container {
  position    : absolute;
  top         : 110px;
  right       : 32px; 
  width       : 211px;
  height      : 19px;
  background  : url(../../img/site/box_2.gif) no-repeat;  
  text-align  : center;
  line-height : 19px;
}
#link_container a:link, #link_container a:visited, #link_container a:hover {
  color       : white;
  font-weight : bold;
}

#content_container_bottom {
  background : url(../../img/site/line2.gif) 0 50% no-repeat; 
  height     : 20px;
}

/* ------------------ Other -------------------------- */ 


#title_container {
  position  : absolute;
  top       : 85px;    
  left      : 30px;
  height    : 40px;
  width     : 150px;
  color     : #5177AA;
  font-size : 12px;
  font-family : arial;
}

#contacts_container {
  position   : absolute;
  top        : 55px;
  left       : 605px;
  color      : #7C7C7C;
}
#contacts_container h1 {
  color     : #71AE63;
  font-size : 18px;
  font-weight : lighter;
}

#copyright_container {
  position   : absolute;
  bottom     : 10px;
  text-align : center;
  width      : 100%;
}

#teralogo_container {
  position   : absolute;
  top        : 40px;
  right      : 100px;
  text-align : right;
}
a#tera_logo_link:link, a#tera_logo_link:visited, a#tera_logo_link:hover {
  padding : 4px 40px;
  background  : url(../../img/site/teralogo.gif) 0 4px no-repeat;  
}

#right_container img { 
  border : solid 1px #47A3BA;
}
#right_container ul { 
  margin-left : 20px;
}


/* ------------------ Langs -------------------------- */ 
#langs_container {
  position    : absolute;
  top         : 100px;
  left       : 60px; 
  width       : 120px;
  height      : 14px;
  background  : url(../../img/site/box_1.gif) no-repeat;  
  padding     : 5px 0 0 0px;
}
#langs_container a:link, #langs_container a:visited, #langs_container a:hover {
  color         : #757886;
  font-family   : tahoma;
  width         : 11px;
  display       : block;
  float         : left;
  padding-right : 11px;
  line-height   : 12px;
}

/* ------------------ Icons -------------------------- */ 
#icons_container {
  position    : absolute;
  top         : 80px;
  left        : 60px; 
  width       : 120px;
  height      : 14px;
  background  : url(../../img/site/bg_icons.gif) no-repeat;  
  
}  
a#icon_home:link, a#icon_home:visited, a#icon_home:hover,
a#icon_mail:link, a#icon_mail:visited, a#icon_mail:hover,
a#icon_map:link, a#icon_map:visited, a#icon_map:hover {
  display       : block;
  line-height   : 13px;
  float         : left;
  padding-right : 26px;
  text-decoration : none;
}
a#icon_home:link, a#icon_home:visited, a#icon_home:hover {
  width      : 11px;
  background : url(../../img/site/icon_home.gif) no-repeat;
}
a#icon_mail:link, a#icon_mail:visited, a#icon_mail:hover {
  width      : 12px;
  background : url(../../img/site/icon_mail.gif) no-repeat;
}
a#icon_map:link, a#icon_map:visited, a#icon_map:hover {
  width      : 10px;
  background : url(../../img/site/icon_map.gif) no-repeat;
}

a#icon_home:hover {
  background : url(../../img/site/icon_home_on.gif) no-repeat;
}
a#icon_mail:hover {
  background : url(../../img/site/icon_mail_on.gif) no-repeat;
}
a#icon_map:hover {
  background : url(../../img/site/icon_map_on.gif) no-repeat;
}




a#icon_home:hover, a#icon_mail:hover, a#icon_map:hover {
  text-decoration : none;
}

/* ------------------- Logo and Photo ------------------------- */ 

#logo_container {
  width  : 230px;
  height : 130px;
  
  position   : absolute;
  background : url(../../img/config/logo.png) no-repeat;
}

#logo_container a:link, #logo_container a:visited, #logo_container a:hover {
  display     : block;
  width       : 275px;
  line-height : 100px;
  position    : relative; 
  z-index     : 1;
  text-decoration : none;
}
#logo_innerwrap {
  width  : 100%;
  height : 100%;
}

#photo_container {
  width  : 273px;
  height : 374px;
  
  position   : absolute;
  top        : 0px;
  left       : 22px;
  background : url(../../img/config/photo.png) no-repeat;  
}

/* ------------------- Paging ------------------------- */ 
.pages_container  {
  background  : url(../../img/site/pages_bg.gif) no-repeat;  
  line-height : 19px; 
  text-align  : center;     
  line-height : 30px
}  
.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
  color   : #4399B0;  
  padding : 1px 3px;
  margin  : 2px;
}
.pages_container a:hover {
  text-decoration : none;
}
.page_current {   
  background  : #4399B0;
  color       : white;
  padding     : 1px 3px;
  margin  : 2px;
}
.page_next {   
  padding-left : 30px; 
  background   : url(../../img/site/row_next.gif) 100% 50% no-repeat;  
  line-height  : 9px;
}
.page_previuos {   
  padding-right: 30px;
  background   : url(../../img/site/row_prev.gif) 0 50% no-repeat;  
  line-height  : 9px;
}

#running_line {
  width  : 750px;
  margin : 0 auto;
}

/* --------------- EXTRAS --------------------- */ 
/* -------------------------------------------- */ 

h1 {  
  font-size     : 14px;   
  font-weight   : bold; 
  line-height   : 17px;
  color         : #358EA4;   
  text-align    : left;
  padding-bottom : 10px;
  font-family    : verdana;
}  
 
h2 {
  font-size   : 11px;   
  font-weight : bold; 
  line-height : 23px;
  text-align  : center;    
  color       : #56699F;     
  text-decoration : underline;
}  
 
.button { 
  padding     : 0 10px;
  font-family : arial, sans-serif;  
  font-size   : 11px;
  border      :  white 1px solid; 
  background  : #93CD92;
  color       : white;
}
 
.error_message{
  color     : red;
  font-size : 10px;
}
 
.success_message{
  color       : red;
  font-size   : 11px; 
  font-weight : bold; 
  text-align  : center; 
  line-height : 15px;
} 

.content_block {
}

.tinyInput {
  width: 50px;
} 
.smallInput {
  width: 150px;
} 
.mediumInput {
  width: 200px;
} 
.bigInput {
  width: 400px;
} 
.tinyTArea {
  width  : 400px; 
  height : 100px;
}
.smallTArea {
  width: 400px; 
  height: 200px;
}
.bigTArea {
  width  : 400px;
  height : 200px;
}   

.form_table {
  text-align : left;
} 
.form_table h2 {
  color : white;
  text-align : left;
  font-weight : bold;
  font-size : 14px;
}

.boldText {
  font-weight: bold;
}
.smallText {
  font-size: 10px;   
  font-style: italic;
}

#content_container img, .mceContentBody img
{
  border : solid 1px #47A3BA;
  margin : 3px;
}

#content_container ul, .mceContentBody ul
{
  list-style-position: inside;
  padding-left: 10px;
}

#content_container blockquote, .mceContentBody blockquote
{
  padding-left: 20px;
}

#content_container p, .mceContentBody p
{
  padding: 6px 0;
}

img { 
  border: 0;
}
  
.clear {
  clear       : both; 
  line-height : 0px;
  font-size   : 0px;
}

a:link, a:visited, a:hover {
  color           : #358EA4;
  text-decoration : none;
}

a:hover {
  text-decoration: underline;
}