﻿#main, table
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

.postcontent,
.postcontent li,
.postcontent table,
.postcontent a,
.postcontent a:link,
.postcontent a:visited,
.postcontent a.visited,
.postcontent a:hover,
.postcontent a.hovered
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
}

.postcontent p
{
    margin: 12px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  text-decoration: none;
}

.postcontent a
{
  text-decoration: underline;
  color: #3087B5;
}

.postcontent a:link
{
  text-decoration: underline;
  color: #3087B5;
}

.postcontent a:visited, .postcontent a.visited
{
  color: #4EA2D0;
}

.postcontent  a:hover, .postcontent a.hover
{
  text-decoration: none;
  color: #FA7000;
}

.postcontent h1
{
   color: #345B74;
margin: 21px 0;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;    
}

.blockcontent h1
{
margin: 21px 0;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif; 
}

.postcontent h1 a, .postcontent h1 a:link, .postcontent h1 a:hover, .postcontent h1 a:visited, .blockcontent h1 a, .blockcontent h1 a:link, .blockcontent h1 a:hover, .blockcontent h1 a:visited 
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif; 
}

.postcontent h2
{
   color: #345B74;
margin: 19px 0;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 24px;    
}

.blockcontent h2
{
margin: 19px 0;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 24px; 
}

.postcontent h2 a, .postcontent h2 a:link, .postcontent h2 a:hover, .postcontent h2 a:visited, .blockcontent h2 a, .blockcontent h2 a:link, .blockcontent h2 a:hover, .blockcontent h2 a:visited 
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 24px; 
}

.postcontent h3
{
   color: #737373;
margin: 19px 0;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 19px;    
}

.blockcontent h3
{
margin: 19px 0;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 19px; 
}

.postcontent h3 a, .postcontent h3 a:link, .postcontent h3 a:hover, .postcontent h3 a:visited, .blockcontent h3 a, .blockcontent h3 a:link, .blockcontent h3 a:hover, .blockcontent h3 a:visited 
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 19px; 
}

.postcontent h4
{
   color: #182935;
margin: 20px 0;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 16px;    
}

.blockcontent h4
{
margin: 20px 0;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 16px; 
}

.postcontent h4 a, .postcontent h4 a:link, .postcontent h4 a:hover, .postcontent h4 a:visited, .blockcontent h4 a, .blockcontent h4 a:link, .blockcontent h4 a:hover, .blockcontent h4 a:visited 
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 16px; 
}

.postcontent h5
{
   color: #182935;
margin: 26px 0;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 13px;    
}

.blockcontent h5
{
margin: 26px 0;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 13px; 
}

.postcontent h5 a, .postcontent h5 a:link, .postcontent h5 a:hover, .postcontent h5 a:visited, .blockcontent h5 a, .blockcontent h5 a:link, .blockcontent h5 a:hover, .blockcontent h5 a:visited 
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 13px; 
}

.postcontent h6
{
   color: #233C4D;
margin: 35px 0;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 11px;    
}

.blockcontent h6
{
margin: 35px 0;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 11px; 
}

.postcontent h6 a, .postcontent h6 a:link, .postcontent h6 a:hover, .postcontent h6 a:visited, .blockcontent h6 a, .blockcontent h6 a:link, .blockcontent h6 a:hover, .blockcontent h6 a:visited 
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-size: 11px; 
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

html 
{
    height:100%;
}

#main
{
  position: relative;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
  overflow:visible;
}

body
{
  padding: 0; 
  margin:0;
  color: #3B3B3B;
  height:100%;
  min-height:100%;
  background-color: #FFFFFF;
  background-image: url(/tpl/images/Bottom_texture.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
  min-width: 1100px;
}

.cleared
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:0;
  overflow:hidden;
}

.reset-box
{
  overflow:hidden;
  display:table; 
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}

/* end Page */

/* begin Menu */
/* menu structure */

.hmenu a, .hmenu a:link, .hmenu a:visited, .hmenu a:hover
{
    outline: none;
}

.hmenu, .hmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.hmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.hmenu li li
{
  float: none;
}

.hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
  min-height: 0;
  background-image: url(/tpl/images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.hmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.hmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.hmenu:after, .hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.hmenu{
  min-height: 0;
  position:relative;
  padding: 4px 0 4px 0;
}

.hmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

/* menu structure */

.nav
{
   position: relative;
  width:1100px;
  margin:0 auto;
  min-height: 44px;
  z-index: 100;
    margin-top: 2px;
    margin-bottom: -3px;
}

.nav-outer
{
    position:absolute;
    width:100%;
}

.nav-wrapper 
{
        position: relative;
    width:1100px;
    margin:0 auto;
}
.nav-inner 
{
    margin: 0 4px;
}

.nav-l, .nav-r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url(/tpl/images/nav.png);
}

.nav-l
{
  left: 0;
  right: 7px;
}

.nav-r
{
  right: 0;
  width: 1100px;
  clip: rect(auto, auto, auto, 1093px);
}

/* end Menu */

/* begin MenuItem */
.hmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 36px;
  cursor: pointer;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}

.hmenu ul li
{
    margin:0;
    clear: both;
}

.hmenu a .r, .hmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 118px;
  background-image: url(/tpl/images/menuitem.png);
}

.hmenu a .l
{
  left: 0;
  right: 0;
}

.hmenu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.hmenu a .t, .hmenu ul a, .hmenu a:link, .hmenu a:visited, .hmenu a:hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}

.hmenu a .t
{
  color: #FFFFFF;
  padding: 0 12px;
  margin: 0 0;
  line-height: 36px;
  text-align: center;
}

.hmenu a:hover .l, .hmenu a:hover .r
{
  top: -41px;
}

.hmenu li:hover>a .l, .hmenu li:hover>a .r
{
  top: -41px;
}

.hmenu li:hover a .l, .hmenu li:hover a .r
{
  top: -41px;
}
.hmenu a:hover .t
{
  color: #000000;
}

.hmenu li:hover a .t
{
  color: #000000;
}

.hmenu li:hover>a .t
{
  color: #000000;
}

.hmenu a.active .l, .hmenu a.active .r
{
  top: -82px;
}

.hmenu a.active .t
{
  color: #FFFFFF;
}
/* end MenuItem */

/* begin MenuSeparator */
.hmenu .hmenu-li-separator
{
  display: block;
  width: 1px;
  height:36px;
}
.nav .hmenu-separator
{
  display: block;
  margin:0 auto;
  width: 1px;
  height: 36px;
  background-image: url(/tpl/images/menuseparator.png);
}
/* end MenuSeparator */

/* begin MenuSubItem */
.hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 20px;
  width: 180px;
  overflow: hidden;
  background-image: url(/tpl/images/subitem.png);
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 0;
  border-style: solid;
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #192C38;
  margin:0;
  padding:0;
}

.nav ul.hmenu ul span, .nav ul.hmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.hmenu ul a:link, .hmenu ul a:visited, .hmenu ul a:hover, .hmenu ul a:active, .nav ul.hmenu ul span, .nav ul.hmenu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #192C38;
  margin:0;
  padding:0;
}

.hmenu ul li a:hover
{
  color: #000000;
  background-position: 0 -20px;
}

.hmenu ul li:hover>a
{
  color: #000000;
  background-position: 0 -20px;
}

.nav .hmenu ul li a:hover span, .nav .hmenu ul li a:hover span span
{
  color: #000000;
}

.nav .hmenu ul li:hover>a span, .nav .hmenu ul li:hover>a span span
{
  color: #000000;
}

/* end MenuSubItem */

/* begin Header */
div.header
{
    margin: 0 auto;
  position: relative;
  z-index: -1;
  width:1100px;
  height: 75px;
  margin-top: -1px;
  margin-bottom: -4px;
}

.header-wrapper 
{
        position: relative;
    width:1100px;
    margin:0 auto;
}
.header-inner 
{
    margin: 0 4px;
}

div.header-center
{
	position: relative;
	width: 1100px;
	left:50%;
}

/* end Header */

/* begin HeaderObject */
div.headerobject
{
  display: block;
  left: 1%;
  margin-left: 3px;
  position: absolute;
  top: 14px;
  width: 51px;
  height: 51px;
  background-image: url(/tpl/images/header-object.png);
}
/* end HeaderObject */

/* begin Logo */
div.logo
{
  display: block;
  position: absolute;
  top: 20px;
  left: 8%;
  margin-left: -5px;
}

h1.logo-name
{
  display: block;
  text-align: left;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #429CCD !important;
}
h1.logo-name a, 
h1.logo-name a:link, 
h1.logo-name a:visited, 
h1.logo-name a:hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #429CCD !important;
}

h2.logo-text
{
  display: block;
  text-align: left;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #878787 !important;
}
h2.logo-text a,
h2.logo-text a:link,
h2.logo-text a:visited,
h2.logo-text a:hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #878787 !important;
}

#headline, #slogan 
{
    display: block;
    min-width: 150px;
    text-align: left;
}
/* end Logo */

/* begin Box, Sheet */
.sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 15px;
  min-height: 15px;
  margin-top: -3px;
  margin-bottom: 0;
  cursor:auto;
  width: 1100px;
}

.sheet-body
{
  position: relative;
  padding: 4px;
    padding-top:4px;
    padding-bottom:0;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl, .sheet-tc, .sheet-bc,.sheet-cr, .sheet-cl
{
  position: absolute;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl
{
  width: 26px;
  height: 26px;
  background-image: url(/tpl/images/sheet_s.png);
}

.sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 13px, 13px, auto);
}

.sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 13px, 13px);
}

.sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(13px, 13px, auto, auto);
}

.sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(13px, auto, auto, 13px);
}

.sheet-tc, .sheet-bc
{
  left: 13px;
  right: 13px;
  height: 26px;
  background-image: url(/tpl/images/sheet_h.png);
}

.sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 13px, auto);
}

.sheet-bc
{
  bottom: 0;
  clip: rect(13px, auto, auto, auto);
}

.sheet-cr, .sheet-cl
{
  top: 13px;
  bottom: 13px;
  width: 26px;
  background-image: url(/tpl/images/sheet_v.png);
}

.sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 13px);
}

.sheet-cl
{
  left: 0;
  clip: rect(auto, 13px, auto, auto);
}

.sheet-cc
{
  position: absolute;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 13px;
  background-color: #FFFFFF;
}

#page-background-top-texture, #page-background-middle-texture, #page-background-glare
{
  min-width: 1100px;
}

/* end Box, Sheet */

/* begin Layout */
.content-layout
{
  display: table;
  position:relative;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
  width:100%;
  margin-top:0;
  margin-bottom:0;
}
.layout-cell, .content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none;
  margin:0;
  padding:0;
}

.content-layout .content-layout{margin:0;}
.content-layout .layout-cell, .content-layout .layout-cell .content-layout .layout-cell{display: table-cell;}
.layout-cell .layout-cell{display: block;}
.content-layout-row {display: table-row;}
.layout-glare{position:relative;}/* end Layout */

/* begin Box, Block */
.block
{
  position: relative;
  min-width: 3px;
  min-height: 3px;
  margin: 5px;
}

.block-body
{
  position: relative;
  padding: 4px;
}

.block-tr, .block-tl, .block-br, .block-bl, .block-tc, .block-bc,.block-cr, .block-cl
{
  position: absolute;
}

.block-tr, .block-tl, .block-br, .block-bl
{
  width: 2px;
  height: 2px;
  background-image: url(/tpl/images/block_s.png);
}

.block-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.block-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.block-tc, .block-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url(/tpl/images/block_h.png);
}

.block-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.block-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.block-cr, .block-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url(/tpl/images/block_v.png);
}

.block-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.block-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.block-cc
{
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #F7F7F7;
}

div.block img
{
/* WARNING do NOT collapse this to border - inheritance! */
    border-width: 0;
    border-color: #C7C7C7;
  border-style: solid;
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.blockheader
{
  margin-bottom: 0;
  position: relative;
  height: 38px;
}

.blockheader h3.t
{
  position: relative;
  height: 38px;
  color: #31556D;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  margin:0;
  padding: 0 10px 0 21px;
  white-space: nowrap;
  line-height: 38px;
}

.blockheader h3.t a,
.blockheader h3.t a:link,
.blockheader h3.t a:visited, 
.blockheader h3.t a:hover
{
  color: #31556D;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.blockheader .l, .blockheader .r
{
  position: absolute;
  height: 38px;
  background-image: url(/tpl/images/blockheader.png);
}

.blockheader .l
{
  left: 0;
  right: 15px;
}

.blockheader .r
{
  width: 1092px;
  right: 0;
  clip: rect(auto, auto, auto, 1077px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.blockcontent-body
{
  position: relative;
  padding: 3px;
  color: #4F4F4F;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.blockcontent-cc
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F7F7F7;
}

.blockcontent-body table,
.blockcontent-body li, 
.blockcontent-body a,
.blockcontent-body a:link,
.blockcontent-body a:visited,
.blockcontent-body a:hover
{
  color: #4F4F4F;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.blockcontent-body p
{
  margin: 6px 0;
}

.blockcontent-body a, .blockcontent-body a:link
{
  color: #3087B5;
  text-decoration: none;
}

.blockcontent-body a:visited, .blockcontent-body a.visited
{
  color: #3087B5; 
  text-decoration: none;
}

.blockcontent-body a:hover, .blockcontent-body a.hover
{
  color: #FA7000;
  text-decoration: none;
}

.blockcontent-body ul li
{
  line-height: 125%;    
  color: #4F4F4F;
  padding: 0 0 0 8px;
  background-image: url(/tpl/images/blockcontentbullets.png);
  background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.button-wrapper a.button,
.button-wrapper a.button:link,
.button-wrapper input.button,
.button-wrapper button.button
{
  text-decoration: none;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #F7F7F7 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 31px;
  height: 31px;
  margin: 0 !important;
  padding: 0 14px !important;
  overflow: visible;
  cursor: pointer;
}

.button img, .button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 31px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}

.block select 
{
    width:96%;
}

.button-wrapper.hover .button, .button-wrapper.hover a.button:link, .button:hover
{
  color: #F7F7F7 !important;
  text-decoration: none !important;
}

.button-wrapper.active .button, .button-wrapper.active a.button:link
{
  color: #F7F7F7 !important;
}

.button-wrapper .button-l, .button-wrapper .button-r
{
  display: block;
  position: absolute;
  height: 103px;
  margin: 0;
  padding: 0;
  background-image: url(/tpl/images/button.png);
}

.button-wrapper .button-l
{
  left: 0;
  right: 8px;
}

.button-wrapper .button-r
{
  width: 409px;
  right: 0;
  clip: rect(auto, auto, auto, 401px);
}

.button-wrapper.hover .button-l, .button-wrapper.hover .button-r
{
  top: -36px;
}

.button-wrapper.active .button-l, .button-wrapper.active .button-r
{
  top: -72px;
}

.button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.post
{
  position: relative;
  min-width: 3px;
  min-height: 3px;
  margin: 5px;
}

.post-body
{
  position: relative;
  padding: 11px;
}

.post-tr, .post-tl, .post-br, .post-bl, .post-tc, .post-bc,.post-cr, .post-cl
{
  position: absolute;
}

.post-tr, .post-tl, .post-br, .post-bl
{
  width: 2px;
  height: 2px;
  background-image: url(/tpl/images/post_s.png);
}

.post-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.post-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.post-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.post-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.post-tc, .post-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url(/tpl/images/post_h.png);
}

.post-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.post-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.post-cr, .post-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url(/tpl/images/post_v.png);
}

.post-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.post-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.post-cc
{
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #F7F7F7;
}

a img
{
  border: 0;
}

.article img, img.article, .block img, .footer img
{
  border: solid 0 #C7C7C7;
  margin: 5px;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
}

.article th, .article td
{
  padding: 2px;
  border: solid 1px #C7C7C7;
  vertical-align: top;
  text-align: left;
}

.article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.postheader
{
  color: #243F51;
  margin: 5px 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 20px;
}

h2.postheader a, 
h2.postheader a:link, 
h2.postheader a:visited,
h2.postheader a.visited,
h2.postheader a:hover,
h2.postheader a.hovered
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 20px;
}

h2.postheader a, h2.postheader a:link
{
  text-align: left;
  text-decoration: none;
  color: #2C4D63;
}

h2.postheader a:visited, h2.postheader a.visited
{
  color: #2C4D63;
}

h2.postheader a:hover,  h2.postheader a.hovered
{
  color: #FA7000;
}

h2.postheader img
{
  border: none !important;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.postheadericons,
.postheadericons a,
.postheadericons a:link,
.postheadericons a:visited,
.postheadericons a:hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #2A759D;
}

.postheadericons
{
  padding: 1px;
}

.postheadericons a, .postheadericons a:link
{
  text-decoration: none;
  color: #345B74;
}

.postheadericons a:visited, .postheadericons a.visited
{
  font-style: normal;
  font-weight: normal;
  color: #345B74;
}

.postheadericons a:hover, .postheadericons a.hover
{
  font-weight: normal;
  font-style: normal;
  color: #FA7000;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.post ol, .post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.post li
{
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #215D7D;
  padding: 0 0 0 11px;
}

.post li ol, .post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.post ol>li
{
  background: none;
  padding-left: 0;
  /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.post ul>li
{
  background-image: url(/tpl/images/postbullets.png);
  background-repeat: no-repeat;
  padding-left: 11px;
  /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}

/* end PostBullets */

/* begin PostQuote */
.postcontent blockquote,
.postcontent blockquote a,
.postcontent blockquote a:link,
.postcontent blockquote a:visited,
.postcontent blockquote a:hover
{
  color: #404040;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}

.postcontent blockquote p
{
   margin: 2px 0 2px 15px;
}

.postcontent blockquote
{
   border: solid 1px #E0E0E0;
  margin: 10px 10px 10px 50px;
  padding: 2px 2px 2px 25px;
  background-color: #FFFFFF;
  background-image: url(/tpl/images/postquote.png);
  background-position: left top;
  background-repeat: no-repeat;
  /* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
  clear:both;
}

/* end PostQuote */

/* begin PostMetadata, PostMetadataFooter */
.postmetadatafooter
{
  overflow:hidden;
  padding: 1px;
  background-color: #E0E0E0;
  border-color: #C7C7C7;
  border-style: solid;
  border-width: 1px;
  word-wrap:break-word;
}
/* end PostMetadata, PostMetadataFooter */

/* begin PostIcons, PostFooterIcons */
.postfootericons,
.postfootericons a,
.postfootericons a:link,
.postfootericons a:visited,
.postfootericons a:hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #203746;
}

.postfootericons
{
  padding: 1px;
}

.postfootericons a, .postfootericons a:link
{
  text-decoration: none;
  color: #2F526A;
}

.postfootericons a:visited, .postfootericons a.visited
{
  color: #2F526A;
}

.postfootericons a:hover, .postfootericons a.hover
{
  color: #FA7000;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.footer
{
  position: relative;
  margin-top:0;
  margin-bottom:0;
  width: 100%;
}

.footer-b 
{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  height:50px;
  background-image: url(/tpl/images/footer_b.png);
}

.footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background-color: #46799B;
}

.footer-body
{
    position:relative;
    padding: 5px;
}

.footer-text p
{
  padding:0;
  margin:0;
  text-align: left;
}

.footer-text,
.footer-text a,
.footer-text a:link,
.footer-text a:visited,
.footer-text a:hover,
.footer-text td, 
.footer-text th,
.footer-text caption
{
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}

.footer-text
{
  min-height: 50px;
  padding-left: 0;
  padding-right: 10px;
  text-align: left;
}

.footer-text a,
.footer-text a:link
{
  color: #F7F7F7;
  text-decoration: underline;
}

.footer-text a:visited
{
  color: #FFFFFF;
  text-decoration: none;
}

.footer-text a:hover
{
  color: #F7F7F7;
  text-decoration: none;
  color:#F60;
}

div.footer img
{
/* WARNING do NOT collapse this to border - inheritance! */
    border-color: #FFFFFF;
  border-style: solid;
  margin: 0;
}/* end Footer */

/* begin PageFooter */
.page-footer, 
.page-footer a,
.page-footer a:link,
.page-footer a:visited,
.page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #D8E5EE;
}

.page-footer
{
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */

.content-layout .sidebar1
{
  width: 180px;
}

/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */

/* end LayoutCell, content */

/* begin LayoutCell, sidebar2 */

.content-layout .sidebar2
{
  width: 200px;
}

/* end LayoutCell, sidebar2 */


hr{
	color:#ccc; /*для IE*/
	background-color:#ccc; /*для нормальных браузеров*/
	border:none;
	height:1px;
	clear:both;
}

.postcontent table {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	}
	
.postcontent table a:link,
.postcontent table a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding-right:10px;}
	
	.postcontent table a:hover{
		color:#F60;
}

.errors_block {
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:14px;
	background:#F33;
	font-weight:bold;
	padding:30px;
	border:3px dotted #FFF;
	}
	
.err {
	font-family:Tahoma, Geneva, sans-serif;
	color:#F30;
	font-size:14px;
}

.pstrnav {
	padding-bottom:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#036;
	padding-left:5px;
	padding-top:10px;
	}	

.pstrnav a,
.pstrnav a:link
.pstrnav a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	border:1px solid #FFF;
	background-color:#1F5674;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;}	
	
.pstrnav a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#F60;}
	
.pagenavact {	
    font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	border:1px solid #FFF;
	background-color:#93B7CF;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;}
	
.site_path{
	margin-top:10px;
	margin-bottom:5px;
	padding-left:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	}
		
.site_path a,
.site_path a:visited{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#069;}	
	
.site_path a:hover {
	color:#C60;
	text-decoration:none;}	

.site_path img {
	padding-left:5px;
	padding-right:5px;}
	
#raiting {position:relative; height:16px; cursor:pointer; width:83px;} 
#raiting_blank, #raiting_votes, #raiting_hover {height:16px; position:absolute}
#raiting_blank { background:url(/tpl/images/ratings.png); width:83px; } 
#raiting_votes {background:url(/tpl/images/ratings.png) 0 -16px} 
#raiting_hover {background:url(/tpl/images/ratings.png) 0 -32px; display:none}   
#raiting_info {margin-left:0px;}
#raiting_info img{vertical-align:middle; margin-top:15px; display:none}		


.btn_b{
	background:url(/tpl/images/btn-b.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}	
	
.btn_u{
	background:url(/tpl/images/btn-u.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}	
	
.btn_i{
	background:url(/tpl/images/btn-i.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}	
	
.btn_ul{
	background:url(/tpl/images/btn-ul.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}	
	
.btn_li{
	background:url(/tpl/images/btn-li.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}	
	
.btn_url{
	background:url(/tpl/images/btn-url.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}

.btn_urls{
	background:url(/tpl/images/btn-url1.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}
	
.btn_img{
	background:url(/tpl/images/btn-img.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}
	
.btn_red{
	background:url(/tpl/images/btn-red.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}	
	
.btn_green{
	background:url(/tpl/images/btn-green.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}
	
.btn_blue{
	background:url(/tpl/images/btn-blue.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}
	
.btn_r_letter{
	background:url(/tpl/images/btn-r-letter.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}	
	
.btn_g_letter{
	background:url(/tpl/images/btn-g-letter.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}

.btn_b_letter{
	background:url(/tpl/images/btn-b-letter.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}	

.btn_li{
	background:url(/tpl/images/btn-li.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}	
	
.btn_ul{
	background:url(/tpl/images/btn-ul.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:24px;
	cursor:pointer;
	}		

.btn_quote{
	background:url(/tpl/images/btn-quote.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:36px;
	cursor:pointer;
	}
.btn_video{
	background:url(/tpl/images/btn-video.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:36px;
	cursor:pointer;
	}

.btn_secret{
	background:url(/tpl/images/btn-secret.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:36px;
	cursor:pointer;
	}	
	
.comments {
	width:480px;
	min-height:32px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	word-wrap:break-word;
	overflow:hidden; 
	background-color:#FFF;
	border:1px solid #DDD;
	padding-left:5px;
	padding-right:10px;
	padding-bottom:3px;
	padding-top:2px;
	}	
	
.quote {
	width:400px;
	margin-left:40px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	background:#D9E9F9;
	font-family:Tahoma, Geneva, sans-serif;
	color:#036;
	font-size:12px;
	border:1px dashed #069;
	}	
	
.comments a,
.comments a:link,
.comments a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#069;
	text-decoration:none;
	}	
	
.comments a:hover {
	color:#F60;
	}
	
.comments span 
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	
}

.commdate {
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	font-size:10px;
	padding-left:12px;}
	
.commtext {
	padding-left:42px;
	padding-top:10px;}
	
.tags {
	background-image: url(/tpl/images/tag.png);
	background-position:left;
	background-repeat:no-repeat;
	margin:7px;
	width:640px;
	min-height:20px;
	border:2px dotted #ccc;
	padding-top:3px;
	padding-left:20px;
	background-color:#FFF;
	word-wrap:break-word;
	}	
	
.tags a,
.tags a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#999;
	font-weight:bold;
	text-decoration:none;
	padding-left:2px;
	}
	
.tags a:hover {
	color:#F60;}
	
.add_post {
	width:675px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
}

.add_post td {
	border:2px dotted #EAEAEA;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:0px;
	} 
	
.add_post h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	color:#006699;
	padding-bottom:5px;}	
	
.add_post table {
	background:#FFF;
	text-align:center;
}	

.add_post a,
.add_post a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#369;
	}
	
.add_post a:hover {
	color:#F60;}	
	
.add_post span {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}		

.column_small {
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	font-size:10px;
	}
	

.find {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	border:1px solid #CCC;
	margin:10px;
	padding:5px;
	background:#FFF;
	}

	
.find a
 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#003366;
	text-decoration:underline;
	font-weight:bold;
	}
	
.find a:visited 
{
	color:#666;
	text-decoration:underline;
	}	
	
.find a:hover{
	text-decoration:underline;
	color:#F60;}		
	
.profile {
	background-color:#FFF;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px;
	width:460px;
	border:2px dotted #EBEBEB;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#036;
	text-decoration:none;
	}
	
.profile_desc {
	width:400px;
	margin-bottom:5px;
	margin-top:5px;
	background-color:#FFC;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	border:1px dashed #EBEBEB;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:normal;
	}	
	
.profile a
 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#003366;
	text-decoration:none;
	padding-left:10px;
	font-weight:bold
	}
	
.profile span
 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#069;
	padding-top:5px;
	padding-right:5px;
	font-weight:normal;
	}
	
.profile a:visited 
{
	color:#666;
	text-decoration:underline;
	}	
	
.profile a:hover{
	text-decoration:underline;
	color:#F60;}	
	
.blog_table_part {
	margin-top:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#930;
	font-weight:normal;	
	padding-left:3px;
	}	
	
.blog_table_part a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#069;
	font-weight:normal;	
	padding:5px;
	text-decoration:none;
	}	
	
.blog_table_part a:visited  {
	color:#069;
	}	

.blog_table_part a:hover  {
	text-decoration:underline;
	color:#F60;
	}	
	
.blog_table_part td {
	border:1px dotted #CCC;
	padding:5px;
}	
	
.blog_table_part table {
	background-color:#FFFFFF;
}			
	
#defraiting {position:relative; height:16px; width:83px;} 
#defraiting_blank, #defraiting_votes {height:16px; position:absolute}
#defraiting_blank { background:url(/tpl/images/ratings.png); width:83px; } 
#defraiting_votes {background:url(/tpl/images/ratings.png) 0 -16px} 
 
.frmaddnews input {
	width:250px;}
	
div#secret {
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
width: 450px;
padding:5px;
background:#FFC;
border:2px dotted #CCC;
margin:10px;
}	

.noenter{
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
color:#C30;
width: 450px;
padding:5px;
background:#FFC;
border:1px dotted #CCC;
margin:0px;	
	}
	
.message {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#C30;
}

.smal_link {
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
color:#999;
}

.smal_link a,
.smal_link a:visited,
.smal_link a:link {
	font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
	text-decoration:none;
    color:#069;
	}
	
.smal_link a:hover {
    color:#FF6600;
	}	
	
.arhivprog {
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
color:#C60;
}

.arhivprog a,
.arhivprog a:visited,
.arhivprog a:link {
	font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
	text-decoration:none;
    color:#069;
	}
	
.arhivprog a:hover {
    color:#FF6600;
	}
	
.usermess a,
.usermess a:visited,
.usermess a:link {
	font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
	text-decoration:none;
    color:#069;
	}	

.usermess a:hover{
	color:#F60;
	}	
	
.usermess span {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;}	
	
.question a,
.question a:visited,
.question a:link {
	font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
	text-decoration:none;
    color:#069;
	}	

.question a:hover{
	color:#F60;
	}	
	
.question span {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;}	
	
.allusers td 
{
	border:0;
	}	
	
.allusers img {
	padding:0;
	margin:0;
	}	
	
.allusers span {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	}	
	
.small_text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;}	

.mgreen {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#060;
}

.recdiv {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;	
	border:3px dotted #C9D5E9;
	padding:10px;
	margin:5px;
	background:#FFC;
}

.recdiv a,
.recdiv a:visited,
.recdiv a:link {
	font-family:Tahoma, Geneva, sans-serif;
    font-size:14px;
	text-decoration:none;
    color:#069;
	padding-left: 5px;
	}	
	
.recdiv a:hover {
    color:#FF6600;
	}	
	
.toodiv {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;	
	border:3px dotted #C9D5E9;
	padding:10px;
	margin:5px;
	background:#EBFCFE;
}

.toodiv a,
.toodiv a:visited,
.toodiv a:link {
	font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
	text-decoration:none;
    color:#003366;
	padding-left: 5px;
	}	
	
.toodiv a:hover {
    color:#FF6600;
	}	
	
.rec_a a,
.rec_a a:link,
.rec_a a:visited{font-size:10px;}	

.rec_a p{font-size:10px;}	