﻿
.deptabs
{
    position: relative;
    padding: .2em;
    zoom: 1;
    background-color: #E7EFEF;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.deptabs .ui-tabs-nav
{
    padding: .2em 0.8em 0;
    background-color: #B3D1E1;
    width: 660px;
}
.deptabs .ui-tabs-nav li
{
    margin: 0 0 0 20px;
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
    font-family: Calibri;
    font-size: 12px;
}
.deptabs .ui-tabs-nav li a
{
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.deptabs .ui-tabs-nav li.ui-tabs-selected
{
    margin-bottom: 0;
    padding-bottom: 1px;
}
.deptabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a
{
    cursor: text;
}
.deptabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
{
    cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.deptabs .ui-tabs-panel
{
    display: block;
    border-width: 0;
    padding: 1em 1.8em;
    background: none;
    height: 100%;
}
.deptabs .ui-tabs-hide
{
    display: none !important;
}
.deptabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    border: 1px solid #3399FF;
    background: #E7EFEF;
    font-weight: bold;
    color: #3399FF;
}
.deptabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
    color: #EC7600;
    text-decoration: none;
}
.deptabs .ui-widget :active
{
    outline: none;
}

.dfmore
{
    padding: 5px;
    font-family: Verdana;
    font-size: 12px;
    color: #484848;
    text-align: center;
    line-height: 21px;
    margin: 5px 5px 5px 32px;
    width: 90%;  
    }


.dfprolife
{
    width: 35%;
    height:280px;
    float: left;
    margin-left: -17px;
    display: inline-block;
    background-color: #F0F0F0;
}
.dfprolife h2
{
    padding: 5px;
    background-color: #B5C8BF;
    color: #535353;
}
 .dfprolife img
{
    width: 125px;
    height: 100px;
}
 
 .dfodigosyp
{
    width: 35%;
    height:280px;
    float:none;
    display: inline-block;
    background-color: #F0F0F0;
}
 
 .dfodigosyp h2
{
    padding: 5px;
    background-color: #FFA980;
    color: #535353;
    font-family: 'Trebuchet MS';
}
 
 .dfodigosyp img
 {
    width: 100px;
    height: 100px;
 }
 
 .dfodigospdf
 {
    width: 35%;  
    height:280px;
    float: right; 
    margin-right: -25px;
    display:inline-block;
    background-color: #F0F0F0;
 }
 
 .dfodigospdf h2
{
    padding: 5px;
    background-color: #E1E9F0;
    color: #535353;
}

 .dfodigospdf img
{
    width: 100px;
    height: 100px;
}

 .dfodigospdfnote
{
   
    color: #0099FF;
    font-size: 9px;
    font-family: Verdana;
}

.tableresnews h2
{
    padding: 2px;
    background-color: #E1E9F0;
    color: #535353;
    /*height: 20px;*/
}

.tableresnews tr
{
    height: 100px;
}

.tableresnews td
{
    vertical-align:top;
}

.tableresnews img
{
    width: 150px;
    height: 100px;
    float: left;
    margin:10px 0px 0px 0px
}

.search textarea
{
    font-size: 9pt;
    font-family: Arial;
    color: #736DA0;
}

.search h4
{
    font-size: 9pt;
    color: #736DA0;
}

.search input
{
    font-size: 9pt;
    color: #736DA0;
    text-align: center;
}

.search select
{
    font-size: 9pt;
    color: #736DA0;
}

.search table
{
    border-top-left-radius: 7px 7px;
    border-top-right-radius: 7px 7px;
    border-bottom-left-radius: 7px 7px;
    border-bottom-right-radius: 7px 7px;
    padding: 5px;
    margin: 3px;
    border: 1px solid #dddddd;
    font-size: 9pt;
    color: #736DA0;
    background-color: #dfe9ee;
}

.admin h4
{
    font-size: 12pt;
    font-family: Arial;
    color: #736DA0;
}

.admin input
{
    font-size: 9pt;
    font-family: Arial;
    color: #736DA0; /*text-align: left;*/
}

.admin select
{
    font-size: 9pt;
    font-family: Arial;
    color: #736DA0;
    text-align: left;
}

.admin textarea
{
    font-size: 9pt;
    font-family: Arial;
    color: #736DA0;
}

.admin table
{
    /*border-top-left-radius: 7px 7px;     border-top-right-radius: 7px 7px;     border-bottom-left-radius: 7px 7px;     border-bottom-right-radius: 7px 7px;*/
    padding: 5px;
    margin: 3px;
    border: 1px solid #dddddd;
    font-size: 9pt;
    color: #736DA0;
    background-color: #dfe9ee;
    font-family: Arial;
}

.admgridview td
{
    padding: 5px;
    margin: 3px;
    font-size: 9pt;
    color: #736DA0;
    line-height: 1.5;
    font-family: Arial;
}

.admgridview th
{
    padding: 5px;
    margin: 3px;
    font-size: 9pt;
    font-family: Arial;
}

.admgridview td a
{
    color: #0033CC;
    text-decoration: none;
    font-family: Arial;
}

.admgridview td a:hover
{
    color: #4646FF;
    text-decoration: none;
    font-family: Arial;
}

.sgridview td
{
    padding: 5px;
    margin: 3px;
    font-size: 9pt;
    color: #736DA0;
    line-height: 1.5;
    font-family: Arial;
}

.sgridview th
{
    padding: 5px;
    margin: 3px;
    font-size: 9pt;
}

.sgridview td a
{
    color: #0033CC;
    text-decoration: none;
}

.sgridview td a:hover
{
    color: #4646FF;
    text-decoration: none;
}

.sgridview td a[disabled]
{
    color: Gray;
    text-decoration: none;
}
#admwrapper
{
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
#admheader
{
    width: 100%;
    margin: 0 auto;
    background-image: url('../Images/admtopright_bg.png');
    background-repeat: repeat;
}


#admmain
{
    float: right;
    width: 83%;
}

#admleft
{
    float: left;
    width: 17%;
    /*background-color: #dfe9ee;*/
    height: 600px;
}
.admlogo
{
    width: 100%;
    margin-left: 1px;
    background-image: url('../Images/admelke_logo_banner.jpg');
    background-repeat: no-repeat;
    height: 116px;
}

.cse input.gsc-search-button, input.gsc-search-button
{
    display:none;
    background: none;
    text-indent: -9999em;
    border: none !important;
   
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px;
}
.pagebg
{
    background-position: left bottom;
    width: 1024px;
    height: 600px;
    background-color: #FFFFFF;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-image: url('../Images/pagebg4.jpg');
}
.bgplay
{
    background-image: url('../Images/play.png');
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}
.bgstop
{
    background-image: url('../Images/stop.png');
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}
.bgnext
{
    background-image: url('../Images/next.png');
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}
.bgprev
{
    background-image: url('../Images/previous.png');
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}
#background
{
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0px;
    top: 0px;
    position: fixed;
}

.stretch
{
    width: 100%;
    height: 100%;
}

.pagebgbottom
{
    background-position: left bottom;
    width: 950px;
    height: 226px;
    background-color: #FFFFFF;
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-image: url('../Images/bottom_bg.jpg');
}
.top_table
{
    width: 100%;
    height: 44px;
    padding: 2px;
    background-image: url('../Images/top_menubg.png');
    background-repeat: no-repeat;
}

.top_link
{
    margin: 0px 10px 0px 0px;
    color: white;
    font-weight: bold;
    padding: 0px;
    cursor: pointer;
    font-family: Verdana;
    font-size: 10pt;
    display: block;
    float: right;
    text-align: right;
    width: auto;
}
.topbanner
{
    width: 960px;
    margin-bottom: 0px;
    background-color: #EAEAEA;
}
.slideshowpath
{
    width: 752px;
    margin-bottom: 2px;
    margin-left: 7px;
}
.gridview
{
    padding: 15px 10px 10px 10px;
}
.captiondecs
{
    width: 681px;
    height: 42px;
    position: absolute;
    top: 277px;
    background-image: url('../Images/bg_caption.png');
    font-family: Calibri;
    font-size: 16px;
    color: #FFFFFF;
    left: 2px;
    margin-left: 237px;
}
.captionnav
{
    padding: 2px;
    width: 120px;
    position: absolute;
    top: 278px;
    left: 835px;
    background-color: #FFFFFF;
}

.navpath
{
    width: 959px;
    background-color: #E7F1F8;
    float: left;
    height: 26px;
    color: #396FC6;
    font-size: small;
}

.navpathtextbg
{
    font-size: small;
    width: 959px;
    float: left;
    height: 1px;
    color: #396FC6;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #d7d7d7;
}
.navpathtext
{
    font-size: small;
    width: 707px;
    float: left;
    height: 0px;
    color: #396FC6;
    margin-top: 5px;
    margin-left: 250px;
    background-color: #d7d7d7;
}

.navpathtextWIDE
{
    font-size: small;
    width: 100%;
    float: left;
    height: 0px;
    color: #396FC6;
    margin-top: 5px;
    margin-left: 20px;
    background-color: #d7d7d7;
}

.trightmenubg
{
    width: 342px;
    background-color: #E7F1F8;
    float: right;
    height: 43px;
    color: #396FC6;
    background-image: url('../Images/left-menubg.png');
    background-repeat: no-repeat;
}
.base_menulink
{
    color: #005782;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    cursor: pointer;
    font-family: Verdana;
    font-size: 9pt;
}
.btn
{
    border: solid 1px #c0c0c0;
    background-color: #e1e1e1;
    color: #666666;
    cursor: pointer;
}

.slideImage
{
    width: 719px;
    margin: 0px auto;
    text-align: center;
    padding: 0px;
    border: 1px dashed gray;
    background-color: #B8CFFA;
    height: 150px;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #0083C1;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
  
    padding-left: 0px;
}



.elkeladamap
{
    margin: 10px;
}
#printtext
{
    display: none;
}
.bgdiv1
{
    background-color: #FFFFDF;
    }

.bgtext1
{
 margin-left: 5px;
 margin-top: -178px;
}
.maintextbg1
{
   color: #484848;
    font-family: Verdana;
    font-size: 12px;
    height: 168px;
    line-height: 21px;
    margin: 5px 5px 5px 260px;
    padding: 5px;
    text-align: justify;
    width: 421px;
    
}

.bgdiv2
{
    background-color: #eef3f4;
}

.bgtext2
{
   
 
   
    margin-left: 450px;
    margin-top: 0px;
}
.maintextbg2
{
     color: #484848;
    font-family: Verdana;
    font-size: 12px;
    height: 168px;
    line-height: 21px;
    margin: -176px 5px 5px 15px;
    padding: 5px;
    text-align: justify;
    width: 410px;
    
}
.maintextparbg1
{
    background-color: #FFFFDF;
}
.maintextparbg2
{
    
    background-color: #eef3f4;
}
.maintextpar
{
    padding: 5px;
    font-family: Verdana;
    font-size: 12px;
    color: #484848;
    text-align: justify;
    line-height: 21px;
    margin: 5px 5px 5px 15px;
   
}

.maintextpar2
{
    padding: 5px;
    font-family: Verdana;
    font-size: 12px;
    color: #484848;
    text-align: justify;
    line-height: 25px;
    margin: 5px 5px 5px 15px;
   
}

.divtextpar
{
    padding: 5px;
    font-family: Verdana;
    font-size: 12px;
    color: #484848;
    text-align: justify;
    line-height: 18px;
    margin: 5px 5px 5px 15px;
   
}

.divtextpar_resnews
{
    padding: 5px;
    font-family: Verdana;
    font-size: 12px;
    color: #484848;
    text-align: justify;
    line-height: 18px;
    margin: 5px 5px 5px 5px;
    float:left;
   
}


.maintextpar.red
{
    color: #FF0000;
}
.smalltext
{
    padding: 5px;
    font-family: Verdana;
    font-size: 10px;
    color: #484848;
    text-align: justify;
    line-height: 21px;
    margin: 5px 5px 5px 15px;
}

.maintextparin
{
    padding: 5px;
    font-family: Verdana;
    font-size: 12px;
    color: #484848;
    text-align: justify;
    line-height: 21px;
    margin: 2px 5px 5px 40px;
}


.maintextparlistsub
{
    margin: 5px 5px 5px 45px;
    padding: 10px;
    font-family: Verdana;
    font-size: 12px;
    color: #484848;
    text-align: justify;
    line-height: 22px;
    list-style-type: none;
    list-style-position: inside;
}

tparlistsub
{
    margin: 5px 5px 5px 45px;
    padding: 10px;
    font-family: Verdana;
    font-size: 12px;
    color: #484848;
    text-align: justify;
    line-height: 22px;
    list-style-type: none;
    list-style-position: inside;
}

.maintextparlistsub li
{
    padding-left: 20px;
    background-image: url('../Images/textbulletsub.png');
    background-repeat: no-repeat;
    background-position: 2px 12px;
    margin-top: 2px;
}

.maintextparlist
{
    padding: 10px;
    font-family: Verdana;
    font-size: 12px;
    color: #484848;
    text-align: justify;
    line-height: 25px;
    list-style-type: none;
    list-style-position: inside;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}


.maintextparlist li
{
    background-image: url("../Images/textbullet.png");
    background-position: 2px 7px;
    background-repeat: no-repeat;
    margin-top: 7px;
    padding-left: 20px;
}
.maintextparlistmng
{
    padding: 10px;
    font-family: Verdana;
    font-size: 12px;
    color: #484848;
    text-align: justify;
    line-height: 25px;
    list-style-type: none;
    list-style-position: inside;
    margin-right: 5px;
    margin-top:-18px;
    margin-bottom: 5px;
    margin-left: 5px;
}


.maintextparlistmng li
{
    background-image: url("../Images/textbullet.png");
    background-position: 2px 7px;
    background-repeat: no-repeat;
    margin-top: 7px;
    padding-left: 20px;
}

.docsheader
{
    background-position: 15px;
    padding: 15px;
    background-color: #D5E2E3;
    background-image: url('../Images/doc_imgs.png');
    background-repeat: no-repeat;
}
.docsheadertext
{
    background-color: #D5E2E3;
    color: #484848;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 10px 13px 0;
    text-align: justify;
    border-top-left-radius: 22px 9px;
}
.docslist
{
    background-color: #CADBDB;
    background-image: url("../Images/bg_docs.png");
    background-position: 580px 15px;
    background-repeat: no-repeat;
    margin-bottom: 11px;
    margin-top: -5px;
    min-height: 90px;
}

.maintextparlistn
{
    margin: 5px 5px 5px 15px;
    padding: 10px;
    font-family: Verdana;
    font-size: 12px;
    color: #484848;
    text-align: justify;
    line-height: 22px;
    list-style-type: none;
    list-style-position: inside;
}
.maintextparlistn li
{
    padding-left: 20px;
    margin-top: 2px;
    list-style-type: none;
    list-style-position: inside;
}
.contactlist
{
    margin: 5px 5px 5px 25px;
    padding: 10px;
    font-family: Verdana;
    font-size: 12px !important;
    color: #484848;
    text-align: justify;
    line-height: 25px;
    list-style-type: none;
    list-style-position: inside;
}
.contactlist li
{
    background-image: url("../Images/textbullet.png");
    color: #484848 !important;
    background-position: 4px 14px !important;
    background-repeat: no-repeat;
    margin-top: -4px !important;
    padding-left: 20px !important;
    font-size: 12px !important;
}
.contactlistsub
{
    margin: 5px 5px 5px 45px;
    padding: 10px;
    font-family: Verdana;
    font-size: 12px;
    color: #484848;
    text-align: justify;
    line-height: 22px;
    list-style-type: none;
    list-style-position: inside;
}

.contactlistsub li
{
    padding-left: 20px;
    background-image: url('../Images/textbulletsub.png');
    background-repeat: no-repeat;
    background-position: 2px 12px;
    margin-top: 2px;
}
.espalogo
{
    text-align: center;
    margin-top: 50px;
}

.latnewshead
{
    font-family: calibri;
    font-size: 12px;
    width: 180px;
    position: relative;
    color: #315B9B;
    font-weight: bold;
}
.latnewstitle
{
    width: 100px;
    font-family: calibri;
    font-size: 12px;
    font-weight: bold;
}
.latnewspanel
{
    height: 107px;
    margin-left: 1px;
    width: 245px;
}

.latnewsbg
{
    background: transparent url('../Images/acc_anakbg.png') repeat scroll 0 0;
    border: thin solid #8BA3BC;
    height: 114px;
    margin-left: -29px;
    padding-left: 4px;
    width: 235px;
    border-top-left-radius: 12px 12px;
    border-bottom-right-radius: 12px 12px;
}
.latnewstitledate
{
    width: 130px;
    font-family: calibri;
    font-size: 12px;
    font-weight: bold;
}
.latnewscontent
{
    font-family: calibri;
    font-size: 12px;
    margin-left: 31px;
    margin-top: -36px;
    padding-left: 22px;
    width: 167px;
}

.slidediary
{
    background-image: url('../Images/diary_b.png');
    background-repeat: no-repeat;
    font-weight: bold;
    height: 42px;
    margin-left: 2px;
    width: 62px;
}
.slidediary_year
{
    font-family: calibri;
    font-size: 13px;
    margin-left: 11px;
    margin-top: 6px;
    color: #FFFFFF;
}

.slidediary_date
{
    font-family: verdana;
    font-size: 9px;
    margin-left: 9px;
    margin-top: 3px;
    width: 42px;
}
.slidediary_more
{
    font-family: verdana;
    font-size: 12px;
    height: 42px;
    margin-left: 148px;
    margin-top: 7px;
    width: 62px;
}
.norecords
{
    font-family: Verdana;
    font-size: 12px;
    color: #007CF9;
    font-weight: bold;
}

.defpageconntent
{
    width: 727px;
    height: 100%;
}
.latnews
{
    font-family: calibri;
    font-size: 13px;
    width: 180px;
    left: 5px;
    position: relative;
    top: 5px;
}
.leftcontent
{
    border-width: 0px 1px 1px 1px;
    border-color: #42BDF9;
    width: 206px;
    background-color: #c4d3d8;
    border-right-style: solid;
    border-left-style: solid;
}
ul.hover_block
{
    display: block;
    overflow: hidden;
    height: 1%;
    padding-bottom: 15px;
    font-family: Verdana;
    font-size: 12px;
    text-align: center;
    margin-left: 30px;
    margin-top: -2px;
}
ul.hover_block li
{
    list-style: none;
    float: left;
    background: #fff;
    padding: 6px;
    width: 289px;
    position: relative;
    margin-right: 20px;
    margin-top: 1px;
    margin-bottom: 5px;
}

ul.hover_block li a
{
    display: block;
    position: relative;
    overflow: hidden;
    height: 216px;
    width: 270px;
    padding: 8px;
    color: #0066FF;
    font: 1em/1.7 verdana;
    text-align: center;
}

ul.hover_block li a
{
    text-decoration: none;
}

ul.hover_block li img
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    position: absolute;
    top: 0;
    left: 3px;
}

.resnews
{
    background-color: #ECF2F4;
    border-radius: 20px 20px;
    margin-left: 20px;
    margin-bottom: 50px;
    margin-top: 40px;
    padding-top: 24px;
}
.resnews p
{
    background-image: url("../Images/res_news_global.png");
    background-position: 62px 11px;
    background-repeat: no-repeat;
    font-family: Calibri;
    font-size: 22px;
    height: 120px;
    padding-left: 160px;
    padding-top: 24px;
    color: #4483B7;
}

.mixnews
{
    font-family: Calibri;
    font-size: 14px;
}
.mixnewsd
{
    background-color: #F7F3F2;
    border-radius: 20px 20px;
    margin-left: 20px;
    margin-bottom: -55px;
    padding-left: 84px;
    width: 600px;
    display: block; 
}
.mixnewsd p
{
    background-image: url("../Images/res_news_lastproc_b.png");
    background-position: -3px 7px;
    background-repeat: no-repeat;
    color: #B9424A;
    font-family: Calibri;
    font-size: 18px;
    height: 120px;
    padding-left: 85px;
    padding-top: 24px;
    margin-bottom: -20px;
}
.catlatnews
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #727272;
    font-weight: bold;
    margin-top: 0px;
    padding-left: 0px;
}
.catkindlatnews
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #D0635E;
    font-weight: bold;
    margin-top: 0px;
    padding-left: 0px;
}
.mixnewsdmore
{
    padding: 0px;
    margin-left: 530px;
    margin-top: -15px;
    width: 6%;
    height: 6%;
}

.elkeservices
{
    font-family: calibri;
    font-size: 12px;
    position: relative;
    top: 8px;
    left: 5px;
    color: #3366FF;
    width: 440px;
    height: 346px;
    font-weight: normal;
    background-image: url('../Images/elke_services.jpg');
}
.lnarea
{
    width: 215px;
    margin-top: 5px;
    margin-left: 25px;
}
.e-serviceselke
{
    width: 215px;
    margin-top: 0px;
    margin-left: -25px;
}    

.gsearch
{
   width: 205px;
margin-top: 2px;
margin-left: -6px;
float: left;
}

.diavgeia
{
    width: 205px;
    margin-top: 0px;
    margin-left: -4px;
}
.feedevalform
{
    width: 205px;
    margin-top: 0px;
    margin-left: -8px;
}
.leftacc
{
    width: 206px;
    margin-top: 0px;
    margin-left: -10px;
}

.ccontent
{
    width: 700px;
    margin-left: 20px;
}

.ccontentWIDE
{
    width: 100%;
}

.mcontent
{
    position: relative;
    padding: 0px;
    width: 100%;
    top: 42px;
}

#contentwrapper
{
    float: left;
    width: 100%;
    background-color: #FFFFFF;
}

#contentcolumn
{
    margin: 0 190px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumnWIDE
{
    width: 100%;
}

#leftcolumn
{
    float: left;
    width: 212px; /*Width of left column in pixel*/
    margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/
    background-color: #c4d3d8;
    margin-top: -25px;
    position: relative;
    z-index: 1;
    
}
	


/*@media only screen and (max-width : 320px) and (min-device-width: 320px)
{



    #leftcolumn
    {
        display: none;
    }

    #contentcolumn
    {
        margin: 0 0px 0 0px; 

    }
   

    .ccontent
    {
        width: 100%;
        margin-left: 0px;
    }

}
*/





#rightcolumn
{
    float: left;
    width: 10px; /*Width of right column*/
    margin-left: -8px; /*Set left margin to -(RightColumnWidth)*/
    background: #FDE95E;
}

#footer
{
    clear: left;
    width: 100%;
    color: #FFF;
    padding: 4px 0;
    background-color: #BFC7C8;
    background-image: url('../Images/footerbg.jpg');
    background-repeat: no-repeat;
}
#footer a
{
    color: #3366FF;
}
#footer a:hover
{
    color: #0F65F4;
    text-decoration: underline;
}
#footerin
{
    clear: left;
    width: 100%;
    color: #969696;
    text-align: center;
    padding: 4px 0;
    background-color: #EAEAEA;
    height: 20px;
}
.innertube
{
    margin: 0 10px -4px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.bottom_links_blank
{
    font-family: calibri;
    font-size: 13px;
    width: 203px;
    height: 50px;
}

.bottom_links
{
    padding: 5px 0px 0px 0px;
    font-family: calibri;
    font-size: 13px;
    width: 230px;
    height: 209px;
    background-image: url('../Images/bottom_lniks_bg.png');
    background-repeat: no-repeat;
    margin-left: 208px;
}

.bottom_links_green
{
    font-family: calibri;
    font-size: 13px;
    width: 230px;
    height: 209px;
    margin-left: 463px;
    background-image: url('../Images/bottom_lniks_bg_green.png');
    background-repeat: no-repeat;
    margin-top: -213px;
}

.bottom_links_map
{
    font-family: calibri;
    font-size: 13px;
    width: 230px;
    height: 209px;
    margin-left: 720px;
    background-image: url('../Images/bottom_lniks_bg-map.png');
    background-repeat: no-repeat;
    margin-top: -209px;
}

.bottom_map
{
    font-family: calibri;
    font-size: 13px;
    width: 215px;
    height: 173px;
    background-image: url('../Images/bottom_map.png');
    background-repeat: no-repeat;
}
.bottom_title
{
    left: 100px;
    font-family: calibri;
    font-size: 16px;
    position: relative;
    top: 30px;
    color: #FFFFFF;
    font-weight: bold;
    width: 89px;
}
.bottom_titlelinks
{
    left: 100px;
    font-family: calibri;
    font-size: 16px;
    position: relative;
    top: 35px;
    color: #FFFFFF;
    font-weight: bold;
    width: 89px;
}
.bottom_content ul
{
    left: 11px;
    font-family: calibri;
    font-size: 12px;
    position: relative;
    top: 55px;
    color: #3366FF;
    width: 200px;
    font-weight: normal;
    text-align: justify;
}

.bgcontact
{
    position: relative;
    left: 70px;
    background-image: url('../Images/bg_contacts_legal.png');
    width: 551px;
    height: 294px;
    background-repeat: no-repeat;
}
.bgcontact_supp
{
    position: relative;
    left: 70px;
    background-image: url('../Images/bg_contacts_supp.png');
    width: 551px;
    height: 294px;
    background-repeat: no-repeat;
}
.bgcontact_mngsupp
{
    position: relative;
    left: 70px;
    background-image: url('../Images/bg_contacts_mansupp.png');
    width: 551px;
    height: 577px;
    background-repeat: no-repeat;
}
.bgcontactsec
{
    position: relative;
    left: 70px;
    background-image: url('../Images/bg_contacts_secret.png');
    width: 551px;
    height: 485px;
    background-repeat: no-repeat;
}
.bgcontactrec
{
    position: relative;
    left: 70px;
    background-image: url('../Images/bg_contacts_officerec.png');
    width: 551px;
    height: 510px;
    background-repeat: no-repeat;
}
.bgcontactpaym
{
    position: relative;
    left: 70px;
    background-image: url('../Images/bg_contacts_paym.png');
    width: 551px;
    height: 446px;
    background-repeat: no-repeat;
}
.bgcontactrpo
{
    position: relative;
    left: 70px;
    background-image: url('../Images/bg_contacts_rpo.png');
    width: 551px;
    height: 624px;
    background-repeat: no-repeat;
}
.bgcontactit
{
    position: relative;
    left: 70px;
    background-image: url('../Images/bg_contacts_it.png');
    width: 551px;
    height: 467px;
    background-repeat: no-repeat;
}
.bgcontactevg
{
    position: relative;
    left: 70px;
    background-image: url('../Images/bg_contacts_it.png');
    width: 551px;
    height: 467px;
    background-repeat: no-repeat;
}
.bgcontactservpr
{
    position: relative;
    left: 70px;
    background-image: url('../Images/bg_contacts_servprom.png');
    width: 551px;
    height: 330px;
    background-repeat: no-repeat;
}
.bgcontactserreg
{
    position: relative;
    left: 70px;
    background-image: url('../Images/bg_contacts_acc_ekath.png');
    width: 551px;
    height: 507px;
    background-repeat: no-repeat;
}
.bgcontactekath
{
    position: relative;
    left: 70px;
    background-image: url('../Images/bg_contacts_acc_reg.png');
    width: 551px;
    height: 624px;
    background-repeat: no-repeat;
}



/*

.bgres_com
{
    position: relative;
    left: 54px;
    background-image: url('../Images/bg_rescom_theol.png');
    width: 529px;
    height: 255px;
    background-repeat: no-repeat;
}
.bgres_laws
{
    position: relative;
    left: 64px;
    background-image: url('../Images/bg_rescom_laws.png');
    width: 529px;
    height: 268px;
    background-repeat: no-repeat;
    top: -49px;
}
.bgres_med
{
    position: relative;
    left: 50px;
    background-image: url('../Images/bg_rescom_med.png');
    
    width: 529px;
    height: 460px;
    background-repeat: no-repeat;
    top: -100px;
}
.bgres_fil
{
    position: relative;
    left: 56px;
    background-image: url('../Images/bg_rescom_filos.png');
    width: 529px;
    height: 952px;
    
    background-repeat: no-repeat;
    top: -150px;
}
.bgres_thetep
{
    position: relative;
    left: 60px;
    background-image: url('../Images/bg_rescom_thet_epl.png');
    width: 529px;
    height: 455px;
    background-repeat: no-repeat;
    top: -206px;
}
.bgres_anex
{
    position: relative;
    left: 70px;
    background-image: url('../Images/bg_rescom_anex.png');
    width: 529px;
    height: 489px;
    background-repeat: no-repeat;
    top: -283px;
}
.bgres_comsecr
{
    position: relative;
    left: 68px;
    background-image: url('../Images/bg_secretary.png');
    width: 529px;
    height: 529px;
    background-repeat: no-repeat;
    top: 105px;
}
.res_secr_title
{
    left: 178px;
    font-family: calibri;
    font-size: 16px;
    position: relative;
    top: 56px;
    color: #FFFFFF;
    font-weight: bold;
    width: 260px;
}

.bgres_comserv
{
    position: relative;
    left: 68px;
    background-image: url('../Images/bg_rescom.png');
    width: 529px;
    height: 529px;
    background-repeat: no-repeat;
    top: 105px;
}
.res_com_title
{
    left: 58px;
    font-family: calibri;
    font-size: 16px;
    position: relative;
    top: 20px;
    color: #FFFFFF;
    font-weight: bold;
    width: 210px;
     border-top-left-radius: 7px 7px;
    border-top-right-radius: 5px;
}
.res_com_titler
{
    left: 122px;
    font-family: calibri;
    font-size: 16px;
    position: relative;
    top: 18px;
    color: #FFFFFF;
    font-weight: bold;
    width: 410px;
    line-height: normal;
    background-color: #FCA556;
}

*/
.reprcom
{
    position: relative;
    width: 526px;
    left: 50px;
    top: 50px;
}


.bgres_com
{
    width: 440px;
    height: 100%;
}
.bgres_laws
{
    width: 440px;
    height: 100%;
}
.bgres_med
{
    width: 440px;
    height: 100%;
}
.bgres_fil
{
    width: 440px;
    height: 100%;
}
.bgres_thetep
{
    width: 440px;
    height: 100%;
}
.bgres_anex
{
    width: 440px;
    height: 100%;
}
.bgres_comsecr
{
    height: 312px;
    background-image: url('../Images/bg_secretary.png');
    background-repeat: no-repeat;
    position: relative;
    left: 100px;
    top: 50px;
}
.res_secr_title
{
    font-family: calibri;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    width: 260px;
    top: 55px;
    left: 184px;
}

.bgres_comserv
{
    width: 440px;
    height: 100%;
}

.res_com_title
{
    font-family: calibri;
    font-size: 16px;
    color: white;
    font-weight: bold;
    background-color: #CF709F;
    border-top-left-radius: 7px 7px;
    border-top-right-radius: 5px;
    position: relative;
    width: 446px;
    left: 125px;
    height: 40px;
}
.res_com_title p
{
    left: 5px !important;
    top: 5px !important;
    position: relative !important;
}
.res_com_title.theol
{
    background-color: #CF709F;
    text-shadow: 2px 2px #8C5A2D;
}
.res_com_title.theol p
{
    left: 5px !important;
    top: 5px !important;
    position: relative !important;
}
.res_com_title.noms
{
    background-color: #66819D;
    text-shadow: 2px 2px #447195;
}
.res_com_title.nom
{
    background-color: #6AA7BD;
    text-shadow: 2px 2px #447195;
}
.res_com_title.fil
{
    background-color: #D75353;
    text-shadow: 2px 2px #8D2121;
}
.res_com_title.thet
{
    background-color: #4D9F9B;
    text-shadow: 2px 2px #377370;
}
.res_com_title.med
{
    background-color: #519FCE;
    text-shadow: 2px 2px #256185;
}
.res_com_title.agepik
{
    background-color: #A475BF;
    text-shadow: 2px 2px #62387A;
}
.res_com_title.paidag
{
    background-color: #CF709F;
    text-shadow: 2px 2px #842D58;
}
.res_com_title.tefa
{
    background-color: #6DA07C;
    text-shadow: 2px 2px #41634B;
}

.res_com_titleb
{
    background-color: #76BEC7;
    text-shadow: 2px 2px #ff0000;
}
.res_com_titler
{
    font-family: calibri;
    font-size: 16px;
    color: #3399FF;
    font-weight: bold;
    line-height: normal;
}
.res_com_titlers
{
    font-family: calibri;
    font-size: 16px;
    color: #3399FF;
    font-weight: bold;
    background-color: #FFFFCC;
    position: relative;
    width: 520px;
    left: 13px;
}
.res_com_epit
{
    left: 200px;
    font-family: calibri;
    font-size: 16px;
    position: relative;
    top: 38px;
    color: #FFFFFF;
    font-weight: bold;
    width: 410px;
    line-height: normal;
}
.res_com_epitsb
{
    left: 184px;
    font-family: calibri;
    font-size: 16px;
    position: relative;
    top: 38px;
    color: #FFFFFF;
    font-weight: bold;
    width: 410px;
    line-height: normal;
}
.bgres_comservsb
{
    width: 526px;
    height: 532px;
    background-image: url('../Images/bg_rescom.png');
    background-repeat: no-repeat;
    position: relative;
    left: 100px;
    top: 50px;
}
.res_com_table
{
    color: #627A88;
    font-family: calibri;
    font-size: 12px;
    font-weight: bold;
    left: 118px;
    margin: 2px;
    padding: 2px;
    position: relative;
    top: 0;
    width: 455px;
}
.res_com_tablesb
{
    color: #627A88;
    font-family: calibri;
    font-size: 12px;
    font-weight: bold;
    left: 52px;
    margin: 2px;
    padding: 2px;
    position: relative;
    top: 50px;
    width: 430px;
}
.res_com_tablescr
{
    padding: 2px;
    margin: 2px;
    font-family: calibri;
    font-size: 13px;
    position: relative;
    top: 61px;
    left: 42px;
    color: #627A88;
    font-weight: bold;
    width: 440px;
}

.contact_title
{
    left: 92px;
    font-family: calibri;
    font-size: 18px;
    position: relative;
    top: 4px;
    color: #0099CC;
    font-weight: bold;
    width: 510px;
}
.offcontact_title
{
    left: 48px;
    font-family: calibri;
    font-size: 16px;
    position: relative;
    top: 4px;
    color: #00688A;
    font-weight: bold;
    width: 549px;
}
.contact_table
{
    left: 45px;
    font-family: calibri;
    font-size: 13px;
    position: relative;
    top: 32px;
    color: #627A88;
    font-weight: bold;
    width: 440px;
}

.contact_table2
{
    /*left: 45px;*/
    font-family: calibri;
    font-size: 13px;
    position: relative;
    /*top: 32px;*/
    color: #627A88;
    font-weight: bold;
    width: 100%;
}

.contact_tbltitle
{
    font-family: calibri;
    font-size: 14px;
    color: #007095;
    font-weight: bold;
}
.contact_tbltitleol
{
    font-family: calibri;
    font-size: 14px;
    color: #007095;
    font-weight: bold;
    background-color: #F4F4F4;
}
.contact_tbltitleolftd
{
    font-family: calibri;
    font-size: 14px;
    color: #007095;
    font-weight: bold;
    background-color: #F4F4F4;
    width: 150px;
}
.bg_detcontactolltd
{
    background-color: #E3EDF0;
    width: 150px;
}
.bg_detcontactlol
{
    background-color: #EAEAEA;
}


.bg_detcontact
{
    background-color: #E3EDF0;
}
.bg_detcontactl
{
    background-color: #EAEAEA;
}
.contact_info
{
    /*left: 120px;*/
    font-family: calibri;
    font-size: 14px;
    position: relative;
    top: 0px;
    color: #2E648B;
    font-weight: normal;
    width: 330px;
    text-align: center;
    line-height: 1.5em;
}
.contact_infotext
{
    padding: 2px;
    margin: 2px;
}
.contact_footer
{
    left: 125px;
    font-family: calibri;
    font-size: 14px;
    position: relative;
    top: 16px;
    color: #2E648B;
    font-weight: normal;
    width: 330px;
    text-align: center;
}


.docsl_title
{
    
    margin-bottom:10px;
    color: #0099CC;
    font-family: calibri;
    font-size: 18px;
    font-weight: bold;
    left: 4px;
    /*position: relative;*/
    top: 40px;
    width: 677px;
}
.docsl_titlesimv
{
    color: #0099CC;
    font-family: calibri;
    font-size: 18px;
    font-weight: bold;
    left: 24px;
    position: relative;
    top: 40px;
    width: 677px;
}
.docsl_tableheader
{
    /*left: 15px;*/
    font-family: verdana;
    font-size: 12px;
    /*position: relative;*/
    top: 32px;
    color: #627A88;
    width: 675px;
    text-align: justify;
}
.docsl_table
{
    /*left: 15px;*/
    font-family: verdana;
    font-size: 12px;
    /*position: relative;*/
    top: 32px;
    color: #627A88;
    width: 675px;
    text-align: justify;
}
.docsl_table tr
{
    height: 30px;
}

.docsl_tbltitle
{
    font-family: calibri;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #7C979A;
    
}


.docsl_details
{
    background-color: #EAEAEA;
    /*min-height: 90px;*/
}
.docsl_detailsl
{
    background-color: #E3EDF0;
}
.docsl_dimen
{
    width: 201px;
    font-weight: bold;
    text-align: left;
    
}
.docsl_detdim
{
    min-height: 90px;
}
.docsl_dimenlong
{
    text-align: left;
    width: 200px;
    font-weight: bold;
}
/*.HeaderCSS
{
    color: #FFFAFA;
    background-color: #1E3877;
    font-size: medium;
    border: 1px solid #666699;
    font-weight: bold;
}  
.HeaderSelectedCSS
{
    color: #FFFFFF;
    background-color: #4389BC;
    font-weight: bold;
    font-style: italic;
}  
*/


.watermarktext
{
 font-style:italic
}

.cpHeader
{
    color: white;
    background-color: #719DDB;
    font: bold 13px auto "Trebuchet MS" , Verdana;
    font-size: 14px;
    cursor: pointer;
    width: 432px;
    height: 22px;
    padding: 4px;
}

.cpBody ul
{
    font: normal 14px Calibri;
    border: 1px gray;
    width: 432px;
    padding: 4px;
    padding-top: 7px;
    background-image: url('../Images/bg_caption.png');
    color: #DFFFFF;
    font-weight: bold;
    height: 306px;
    line-height: 28px;
}
.cpBody a
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Calibri;
}
.cpBody a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
    font-family: Calibri;
}

.slides_container
{
    width: 470px;
    display: none;
}

/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
.slides_container div
{
    width: 470px;
    height: 400px;
    display: block;
}

/*
			Optional:
			Reset list default style
		*/
.pagination
{
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
			Optional:
			Show the current slide in the pagination
		*/
.pagination .current a
{
    color: red;
}

#feedback
{
    position: fixed;
    top: 100px;
    left: -362px;
    z-index: 9999;
    background-color: #fcfce6;
    border-radius: 8px;
}
#feedback form
{
    float: left;
    border: 2px solid #f38f00;
    padding: 8px;
    border-radius: 8px;
}
#feedback form label
{
    display: block;
    float: left;
    text-align: right;
    margin-right: 20px;
    width: 70px;
    font-weight: bold;
    color: #019AC6;
    font-size: 14px;
}
#feedback a
{
    background: url("images/feedback-buttons.png") no-repeat scroll left center transparent;
    display: block;
    float: left;
    height: 216px;
    position: absolute;
    right: -36px;
    text-indent: -9999em;
    top: 120px;
    width: 38px;
}
#feedback a:hover
{
    background-position: -40px 12px;
}

#feedback form .btn
{
    float: right;
    background: url("images/send.png") no-repeat 0px 0px transparent;
    text-indent: -9999em;
    width: 80px;
    height: 28px;
    border: none;
}
#feedback form textarea
{
    width: 250px;
    height: 140px;
    border: 1px solid #019AC6;
}
#feedback form input[type="text"]
{
    width: 250px;
    height: 30px;
    border: 1px solid #019AC6;
}
#feedback h2
{
    text-align: center;
    color: #019AC6; /*text-shadow:0.2px 0.3px 0.3px #000;*/
    font-size: 14px;
}

.guide 
{
    
     margin-left: 92px;
    margin-top: -135px;
    width: 190px;
}
.guide p
{
 color: #484848;
    font-family: Verdana;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}
.guide a
{
    color: #336699;
}

.tcontact
{
    margin-left:293px;
    width:45%;
    height: 133px;
}
 .headcontact
{
    padding: 8px;
    background-color: #80A8A8;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    border-top-left-radius: 7px 7px;
    border-top-right-radius: 5px;
    text-align: center;
    width: 507px;
    margin-left: 86px;
}

.moreinfo
{  
    font-family: Verdana;
    font-size: 12px;
    width: 522px;
    margin-left: 86px;
}

.pcontact
 {   
   width: 480px;
   text-align:justify;
 } 

.contactrs
{
    background-color: #80A8A8;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    border-top-left-radius: 7px 7px;
    border-top-right-radius: 5px;
    text-align: center;
}
.contactrsb
{
    padding: 8px;
    background-color: #FCA556;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    border-top-left-radius: 7px 7px;
    border-top-right-radius: 5px;
    text-align: center;
}
.contactrsbodiph
{
    padding: 10px;
    background-color: #CA5746;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    border-top-left-radius: 7px 7px;
    border-top-right-radius: 5px;
    text-align: center;
    width: 386px;
}
.contactrsbodip
{
    background-color: #9CBCBC;
    color: #F5F5F5;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    border-top-left-radius: 7px 7px;
    border-top-right-radius: 5px;
    text-align: left;
    text-shadow: 1px 1px #999999;
}


.contactrstd
{
    background-color: #E6EBEC;
    color: #3777A6;
    font-family: Verdana;
    font-size: 12px;
    text-align: left;
}
.contactrstdheader
{
    background-color: #E6EBEC;
    color: #3777A6;
    font-family: Verdana;
    font-size: 12px;
    text-align: left;
}
.contactrstdinfocontents
{
    background-color: #E6EBEC;
    color: #484848;
    font-family: Verdana;
    font-size: 12px;
    text-align: left;
}
.contactrstdtop
{
    background-color: #E6EBEC;
    color: #484848;
    font-family: Verdana;
    font-size: 12px;
    text-align: left;
    vertical-align:top;
}
.contactrstdr
{
    background-color: #EAEAEA;
    color: #666666;
    font-family: Verdana;
    font-size: 12px;
    text-align: left;
}

.esa
{
    border: 1px solid #FF9933;
    font-family: Verdana;
    color: #593533;
    width: 603px;
    position: relative;
    left: 40px;
    background-image: url('../Images/bg_esa.png');
    background-repeat: no-repeat;
    height: 378px;
    font-size: 11px;
    border-radius: 7px 7px;
}
.esa table
{
    padding: 15px 5px 5px 80px;
    margin: 5px;
    width: 400px;
}

.esamail
{
    font-family: Verdana;
    color: #2D4A77;
    font-size: 11px;
    border: 1px solid #3399FF;
    width: 603px;
    position: relative;
    left: 40px;
    background-image: url('../Images/bg_esa_mail.png');
    background-repeat: no-repeat;
    height: 378px;
    border-radius: 7px 7px;
}
.esamail p
{
    padding: 15px 5px 5px 80px;
    margin: 5px;
    width: 415px;
}

.odigospdf
{
    margin-left: -187px;
}
.pagetitleodigos
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0083C1;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    margin-left: -135px;
}
.map
{
    margin-left: 60px;
}

.imgshare
{
   margin-bottom: 0px;
   margin-left: 714px;
   /*margin-left: 647px;*/
   margin-top: 7px;
   

}



.imgprinticon
{
  /*margin-left: -281px;
    margin-top: -4px;*/
    width: 20px;
    height: 22px;
}
 
 .imgprintWIDE
{
    margin-left: 677px;
    text-align: right;
    margin-right: 20px;
}
    
.scrollToTop
{
   /*margin-bottom: 0px;
   margin-left: 720px;
   margin-top: 7px;
   /*width: 50px;*/
   /*margin-left: 647px;*/
   
    width: 41px;
    height: 40px;
    padding: 0px;
    text-align: center;
    margin-left: 920px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    /*top: 300px;*/
    /*right: 30px;*/
    bottom: 225px;
    display: none;
    font-size: 9px;
}
.scrollToTop:hover{
	text-decoration:none;
}

.profiletitle
{
    font-size: 15px;
    font-family: verdana;
    color: #333333;
    font-weight: bold;
    margin-top: -34px;
}
.profilelketitle
{
    font-size: 15px;
    font-family: verdana;
    color: #333333;
    font-weight: bold;
}
.profilelist
{
    margin: 5px 5px 5px 25px;
    padding: 10px;
    font-family: Verdana;
    font-size: 12px;
    color: #484848;
    text-align: justify;
    line-height: 18px;
    list-style-type: none;
    list-style-position: inside;
}
.profilelist li
{
    background-image: url("../Images/textbullet.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    margin-top: 7px;
    padding-left: 20px;
}

.contactinfolist
{
    margin: 5px 5px 5px 25px;
    padding: -5px;
    font-family: Verdana;
    font-size: 12px;
    color: #484848;
    text-align: left;
    line-height: 16px;
    list-style-type: none;
    list-style-position: inline-block;
    margin-left:2px;
}
.contactinfolist li
{
    background-image: url("../Images/textbullet.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    margin-top: 7px;
    padding-left: 20px;
}

.profilelketable
{
    padding: 5px;
    background-color: #DCDBBC;
    color: #676636;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    border-top-left-radius: 7px 7px;
    border-top-right-radius: 5px;
    text-align: center;
}
.profilelkettd
{
    background-color: #EAEAEA;
    color: #797733;
    font-family: Verdana;
    font-size: 12px;
    text-align: center;
    width: 400px;
}
.profilelkettdr
{
    background-color: #F5F5F5;
    color: #797733;
    font-family: Verdana;
    font-size: 12px;
    text-align: center;
}

.profileimg
{
    border: 2px double #CCCCCC;
    /*margin-left: 155px;*/
}   

.profilepdf
{
     font-family: verdana;
    font-size: 11px;
    margin-left: 396px;
    margin-top: 10px;
    text-align: center;
    width: 200px;
}
.profilepdf a
{
    color: #808080;
}
.profilepdfen
{
   
  font-family: verdana;
    font-size: 11px;
    margin-left: 547px;
    margin-top: -79px;
    text-align: center;
    width: 200px;
}
.profilepdfen a
{
    color: #808080;
}


.profileslide
{
    font-size: 11px;
    font-family: verdana;
    margin-left: 520px;
    text-align: center;
    width: 199px;
    margin-top: -11px;
}

.profileslide a
{
    color: #808080;
}
.profileslide img
{
    width: 60%;
    height: 60%;
}
.profileslidepar
{
    color: #484848;
    font-family: Verdana;
    font-size: 12px;
    line-height: 21px;
    text-align: justify;
    width: 468px;
    margin-top: -96px;
    margin-left: 35px;
}

.profilepdf img
{
    width: 25%;
    height: 25%;
}
.profilepdfen img
{
    width: 25%;
    height: 25%;
}
.profilemore
{
    font-size: 9px;
    font-family: verdana;
    font-style: italic;
}
.profileheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    margin-top: 0px;
    padding-left: 0px;
    font-weight: bold;
}
.profilemore a
{
    color: #034AF3;
}
.listnewsres
{
    display: none;
}
.resnewsprok
{
    display: none;
}
#conprintarea
{
    display: none;
}

/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:990px;
	height:450px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:330px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #ccbda2;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.ca-icon{
	width:233px;
	height:189px;
	position:relative;
	margin:0 auto;
	background:transparent url(../images/animal1.png) no-repeat center center;
}
.ca-item-2 .ca-icon{
	background-image:url(images/animal2.png);
}
.ca-item-3 .ca-icon{
	background-image:url(images/animal3.png);
}
.ca-item-4 .ca-icon{
	background-image:url(images/animal4.png);
}
.ca-item-5 .ca-icon{
	background-image:url(images/animal5.png);
}
.ca-item-6 .ca-icon{
	background-image:url(images/animal6.png);
}
.ca-item-7 .ca-icon{
	background-image:url(images/animal7.png);
}
.ca-item-8 .ca-icon{
	background-image:url(images/animal8.png);
}
.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #fff;

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fff;
	position: relative;
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/************************************************
	      JCAROUSEL LITE		
************************************************/
#list {
	height: 130px;
    margin: -9px auto;
    width: 548px;

}

.slider {
	float:left;
	left: -5000px; 
	margin:5px; 
	position:relative; 
	visibility:hidden;	
	z-index:0 !important;
}
	
.slider ul {
	height:100px;
	width:600px; 
}

.slider ul li
{
    padding: 0 20px;
   height:150px; 
   width:200px;  
}

.slider ul li img {
	cursor:pointer;
	height:150px; 
	padding-top:3px;
	width:200px;  
}

.prev {
	cursor:pointer; 
	float:left;
	padding-top:60px;
}

.next {
	cursor:pointer; 
	float:right; 
	padding-top:60px;
}

/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-top, .caption-bottom {
	background: #000000;
	color: #ffffff; 
	cursor:default;
	padding:2px; 
	font-size:11px;   
	text-align:center;
}

.caption-top {
	border-width:0px;
}

.caption-bottom {
	border-width:0px;
}

.caption a, .caption a {
	background:#000;
	border:none; 
	text-decoration:none;  
	padding:2px;
}

.caption a:hover, .caption a:hover {
	background:#202020;
}

.descaption
{
  background-image: url("../Images/img_captioncar.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 13px;
    margin-left: 0;
    margin-top: -54px;
    padding: 2%;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    width: 97%;
    height:100%;
    z-index: 9999;
} 
.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
.addthis_toolbox.addthis_pill_combo a.addthis_counter {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}

.epix .ui-tabs {
    position: relative;
    padding: .2em;
    background-image: url('images/s_bg_p.jpg');
    background-repeat: repeat-x;
    background-color: #edf0f7;
    background-attachment: scroll;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.epix .ui-tabs-nav {
    padding: .2em 0.8em 0;
    background-color: #9FC5D9;
    width: 664px !important;
    background-image: url('images/s_bgpattern.png');
}

.epix .ui-tabs .ui-tabs-nav li {
    margin: 0 0 0 20px;
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
    font-family: Calibri;
    font-size: 12px;
}

    .epix .ui-tabs .ui-tabs-nav li a {
        float: left;
        padding: .5em 1em;
        text-decoration: none;
    }

    .epix .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
        margin-bottom: 0;
        padding-bottom: 1px;
    }

        .epix .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
            cursor: text;
        }

    .epix .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
        cursor: pointer;
    }
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.epix .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.8em;
    background: none;
    height: 140px;
}

.epix .ui-tabs .ui-tabs-hide {
    display: none !important;
}
.epix .ui-tabs 
    {
    height: 100% !important;
}
.epix .ui-tabs-panel {
    height: 100% !important;
}