body, table, tr, td, ul, li, form {
    padding: 0;
    margin: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
}
table {
    border-collapse: collapse; 
    border-spacing: 0px;
}
img {
    border: 0px;
}
ul {
    list-style-type: none;
}
body {
    background-color: #fff;
}
a {
    color: #2C8A57;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font: 13pt Arial,Helvetica,Sans-serif;
    font-weight: bold;
    margin: 4px 0px 4px 0px;
}
h2 {
    font: 11pt Arial,Helvetica,Sans-serif;
    font-weight: bold;
    margin: 0px;
}
h4 {
    font: 7.5pt Verdana, Arial,Helvetica,Sans-serif;
    font-weight: bold;
    margin: 0px;
}
/*   colors

    #DFF2C3
    #2C8A57
    #8A572B

*/

.center {
    margin-left: auto;
    margin-right: auto;
    padding: 0 1px;
}
.spacedTop {
    margin-top: 5px;
}
.spacedBottom {
    margin-bottom: 5px;
}

/*--------- Min-width IE 6 ---------------- */
#outerIE6 {
   min-width: 1000px;
}

* html #outerIE6 {
   padding-left: 1000px;
}

* html .minwidthIE6 {
   height:1%;
}

* html .containerIE6 {
   margin-left: -1000px;
   position: relative;
   height:0;
}
/*------------------------------------------*/
#mainBlock {
    margin: 0px auto;
    width: 90%;
    position: relative;
}
#bannerTop {
    text-align: center;
}
#bannerBottom {
    clear: both;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}
#mainTitle {
    width: 445px;
    height:70px;
    position: relative;
    font-family: Arial, serif;
    font-size: 65px;
    text-align: center;
     
    padding-top: 10px;
    margin: 0px auto;
    color: #2C8A57;
}
#mainTitle h1 {
    display: none;
}
#topLeftPanel {
    float: left;
    position:relative;
    width: 75px;
    height:75px;
}
/* ------------- Curved corners --------------------------------------*/

.bordered .b1, .bordered .b2, .bordered .b3, .bordered .b4 {display:block; overflow:hidden; font-size:1px;}
.bordered .b1, .bordered .b2, .bordered .b3 {height:1px;}
.bordered .b2 {background:white; border-left:1px solid #2C8A57; border-right:1px solid #2C8A57;;}
.bordered .b3 {background:white; border-left:1px solid #2C8A57; border-right:1px solid #2C8A57;;}
.bordered .b4 {background:white; border-left:1px solid #2C8A57; border-right:1px solid #2C8A57;;}

.bordered .b1 {margin:0 5px; background:#2C8A57;}
.bordered .b2 {margin:0 3px; border-width:0 2px;}
.bordered .b3 {margin:0 2px;}
.bordered .b4 {height:2px; margin:0 1px;}

.bordered .boxcontent {display:block; background:white; border-left:1px solid #2C8A57; border-right:1px solid #2C8A57;height: 16px;}
/* -------------------------------------------------------------------*/
.bordered .boxcontent {
    text-align: center;
    color: #2C8A57;
}
#topRightPanel {
    float: right;
    width: 222px;
    height:75px;
    padding-top:5px;
    position:relative;
}
#topRightPanel .button {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #2C8A57;
    text-align: center;
    margin-bottom: 10px;    
}
#topRightPanel .button .boxcontent{
    padding: 4px 0;
}
a.button:hover .boxcontent, a.button:hover .b2, a.button:hover .b3, a.button:hover .b4{
    background-color: #2C8A57;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
#logo {
    width: 75px;
    height: 75px;
    font-size: 0px;
    background-image: url('/skin/images/logo_new_small.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
}
#loginPanel {
    height: 60px;
}
#loginPanel table  {
    margin: 0px auto 0;
}
#loginPanel .smallBold {
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #2C8A57;
}
#loginPanel input {
    font-size: 9px;
    color: #2C8A57;
    width: 100px;
}
#loginPanel #enter {
    width: 12px;
    height: 12px;
    margin-left: 5px;    
}
#loginPanel #inner {
    text-align: center;
    padding-top: 3px;
    font-size: 7pt;
    font-weight: bold;
}
#loginPanel #inner span {
    margin-left: 10px;
}
#loginPanel #exit {
    float: right;
}
#loginPanel #welcome {
    font-weight: normal;
    margin-top: 10px;
}
#copyright {
    display: block;
    text-align: right;
    border-top:1px solid #2C8A57;
    padding: 10px 0 3px;
    margin-bottom: 5px; 
}
.column {
    width: 19%;
    margin-right: 1%;
    margin-top: 5px;
    float: left;
}
.last {
    margin-right: 0;
}
#bannerCenter {
    margin: 0;
    text-align: center;
}
#footer {
    clear: both;
}
.margined {
    padding-bottom: 5px;
}
#searchForm .smallBold {
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #2C8A57;
}
#searchForm #q {
    font-size: 9px;
    color: #2C8A57;
    width: 100px;
}
#searchForm input {
    vertical-align: middle;
}
#searchForm {
    position:absolute;
    bottom:0;
    right:30px;
}
/* ------------ content ---------------------------*/
#container {
    width: 100%;
    padding: 5px 0 0;
}
#topNavLine {
    background-color: #D9F0E6;
    margin: 5px 0;
    padding: 5px 10px;
}
#topNavLine a {
    color: #444;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 7.5pt;
    font-weight: bold;
    text-decoration: none;
}
#topNavLine a:hover {
    text-decoration: underline;
}
#rightPanel {
    float:left;
    width: 24%;
}
#contentPanel {
    float:right;
    width: 75%;
    padding-left: 5px;
}
#menuPanel ul.menu {
    margin-top: 10px;
    list-style: none;
}
#menuPanel ul.menu li{
    margin: 3px 5px 3px 0px;
}
#menuPanel ul.menu a {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #2C8A57;
}
#menuPanel ul.menu a:hover {
    text-decoration: underline;
}
#menuPanel ul.menu li.title {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    border-bottom: 1px solid #2C8A57;
    margin: 15px 25px 15px 0px;
}
#menuPanel ul.menu .submenu{
    list-style: none;
}
#menuPanel ul.menu .submenu li {
    padding: 0px 0px 0px 7px;
    margin: 3px 5px 3px 22px;
    background: url(/skin/images/li_points.gif) no-repeat 0px 7px;
    border-bottom: none;
}
#menuPanel ul.menu .submenu a {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #444;
}
#menuPanel ul.menu .submenu a.smallDark {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #444;
}
#menuPanel ul.menu .submenu a:hover {
    text-decoration: underline;
}
#contentPanel .articleData {
    margin: 5px 0px;
    padding: 5px 0px 5px 0px;
    border-bottom: 3px double #ccc;
    border-top: 1px solid #ccc;
}

#contentPanel .articleData .author {
    float: left;
    font: 7.5pt Verdana, Arial, sans-serif;
}

#contentPanel .articleData .counter {
    text-align: right;
    font: 7.5pt Verdana, Arial, sans-serif;
}

#contentPanel ul.other {
    display: block;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

#contentPanel ul.other li {
    padding: 0px 0px 0px 10px;
    background: url(/skin/images/li_square.gif) no-repeat 0px 4px;
    list-style: none;
    border-bottom: none;
    margin: 0px;
}

#contentPanel ul.other li.header {
    margin: 0px 0px 5px 0px;
    padding: 2px;
    color: #000;
    font: bold 7.5pt Verdana, Arial, sans-serif;
    list-style: none;
    border-bottom: 3px double #ccc;
    background: none;
}

#contentPanel ul.other a {
    font: 7.5pt Verdana, Arial, sans-serif;
    text-decoration: none;
    color: #000
}

#contentPanel ul.other a:hover {
    text-decoration: underline;
}
#contentPanel a {
    color: #444;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 7.5pt;
    font-weight: bold;
    text-decoration: none;
}
#contentPanel a:hover {
    text-decoration: underline;
}
#contentPanel img {
    border: none;
}
div.button a{
    color: #2C8A57;
}
#rightCalendar {
    float: left;
    width: 220px;
    padding: 0px 0 5px 0px;
    background-color: #fff;
}
#leftPanel {
    width: 24%;
}
td#contentPanel{
    float:none;
}
/*
 * Register Form
 */

#regFormContainer {
    padding: 0px;
    margin: 0px;
    width: auto;
}

table.registerForm {
    padding: 0px;
    margin-left: 1px;
    border-collapse: collapse;
    width: 100%;
}

.registerForm td {
    padding: 3px;
}

.registerForm tr.noBorderBottom td {
    border-bottom: none;
}

.registerForm tr.consult td {
    background: #ebebeb;
}

table.registerForm td.label {
    width: 30%;
    padding-left: 10px;
}

table.registerForm td.star {
    width: 5%;
    text-align: right;
    font: bold 8pt Tahoma, Verdana, Arial, sans-serif;
    color: #FF7A29;
}

table.registerForm td.input {
    width: 60%;
}

table.registerForm input, table.registerForm select {
    width: 250px;
}

table.registerForm .noinputwidth input, table.registerForm .noinputwidth select {
    width: auto;
}

table.registerForm td.label label {
    font: bold 7.5pt Verdana, Arial, sans-serif;
}

table.registerForm td.visible label {
    color: #D44900;
}

span.star {
    font: bold 8pt Tahoma, Verdana, Arial, sans-serif;
    color: #FF7A29;
}

span.label {
    font: bold 8pt Tahoma, Verdana, Arial, sans-serif;
    color: #D44900;
}

div#regWarning {
    background: #ebebeb;
    margin: 0px 0px 5px 0px;
    padding: 5px 5px 5px 35px;
    font: 7.5pt Verdana, Arial, sans-serif;
}

div#regWarning img {
    background: #ebebeb;
    position: absolute;
    margin-bottom: 5px;
    margin-left: -30px;
}
ul.errors {
    list-style-position: inside;
    padding: 5px;
}
ul.errors li {
    color: #DD0000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
}
a.smallGreen {                  
    color:#228551;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 7.5pt;
    font-weight: bold;
}

div.leftInsertion {
    float: left;
    width: 35%;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-left: 3px #606080 solid;
    background: #F0F0F0;
}

div.rightInsertion {
    float: right;
    width: 35%;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    border-right: 3px #606080 solid;
    background: #F0F0F0;
}
.anketaMenu {
    list-style: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding-left: 10px;
}
.anketaMenu .selected {
    background-color: #2C8A57;
    color: #fff;
}
.anketaMenu .selected a{
    color: #fff;
}
.anketaMenu li {
    padding: 3px;    
}
.anketaTemplateTable td.right {
    width: 125px;
}
.photoAlbum {
    width: 100%;
    border: 1px solid #83B9A0;
}
.photoAlbum td {
    padding: 5px;
}
.uploadFormLabel {
    display: block;
    padding: 10px 0 5px;
    font-weight: bold;
}
table.poll-left td{
    padding: 2px 5px;
}
table.poll-left .input {
    width: 215px;
}
#mainTable{
    border: 1px solid #83B9A0;
}
table.poll-right td{
    padding: 2px 5px;
    border:0;
}
#contentPanel .review a, #contentPanel .article a {
    color:#444444;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 9pt;
    font-weight: bold;    
}
#contentPanel .photos a {
    color:#444444;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 7.5pt;
    font-weight: bold;    
}
