* {
    margin: 0;
    padding: 0;
}   
body {
    font-family: Tahoma;
    font-size: 13px;
    background-image: url('../img/site/main_bg.gif');
    background-position: 0% 0%;
    background-repeat: repeat-x;
    background-color: #fff;
    text-align: center;
    color: #3e4b5e;
}
input, select, textarea, button {
    font-family: Tahoma;
    font-size: 11px;
    color: #3e4b5e;
}
img {
    border: 0;
}
h1 {
    font-size: 12px;
    font-variant: small-caps;
    font-weight: 400;
    background-image: url('../img/site/arrow_666666.gif');
    background-repeat: no-repeat;
    background-position: 0% 3px;
    padding-left: 10px;
    margin-bottom: 10px;
}
h2 {
    font-size: 13px;
    font-variant: small-caps;
    font-weight: 400;
}
h3 {
    font-size: 14px;
    font-variant: small-caps;
    font-weight: 400;
}
h4 {
    font-size: 15px;
    font-variant: small-caps;
    font-weight: 400;
}
p {
        padding-bottom: 10px;
}
a,
a:link,
a:active,
a:visited {
    color: #3e4b5e;
    text-decoration: underline;
}
a:hover {
    color: #3e4b5e;
    text-decoration: none;
}
#content1left.content a:visited {
	color: #98B490;
}
table {
    border-collapse: collapse;
    border: 0;
    border-spacing: 0;
}
table thead {}
table thead tr {}
table thead tr th {
    line-height: 20px;
    font-weight: 700;
    padding: 2px 5px;
}
table thead tr th span {}
table tbody tr {}
table tbody tr td {
    vertical-align: top;
    padding: 2px 5px;
}
table tbody tr td label {
    max-width: 100px;
    text-align: left;
}
table tfoot tr {}
table tfoot tr td {
    padding-top: 10px;
    padding: 2px 5px;
    color: #999;
    font-style: italic;
}
table tfoot tr td label {}
table tfoot tr td span {
    color: #f00;
    font-style: normal;
}
table tfoot tr td div {
    text-align: right;
}
table.withSolidBorders {
    border: solid 1px #dfdfdf;
}
table.withSolidBorders thead tr th {
    border-right: solid 1px #dfdfdf;
    background-color: #efefef;
}
table.withSolidBorders thead tr th:last-child {
    border-right: none;
}
table.withSolidBorders tbody tr td {
    border-right: solid 1px #dfdfdf;
    border-top: solid 1px #dfdfdf;  
}
table.withSolidBorders tbody tr td:last-child {
    border-right: none;
}
table.withSolidBorders tbody .highlighted{
    background-color: #efefef;
}
table.withSolidBorders tfoot tr td {
    border-top: solid 1px #dfdfdf;  
}
.inputText {
    width: 200px;
}
.inputDate {
    width: 75px;
}
.inputSelect {
    width: 200px;
}
.inputTextarea {
    width: 200px;
}
.inputCheckbox {}
.inputRadio {}
.inputButton {}
.pplDesign #container {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
.pplDesign #header {
    padding: 0;
    height: 165px;
}
.pplDesign #header .logo {
    width: 354px;
    height: 119px;
    float: left;
}
.pplDesign #header .leftBox {
    width: 646px;
    height: 119px;
    float: right;
    background-image: url('../img/site/header_bg.gif');
    background-position: 0% 0%;
    background-repeat: no-repeat;
}
.pplDesign #header .leftBox .links {
    float: right;
    padding: 5px 0 5px 5px;
}
.pplDesign #header .leftBox .links ul {
    list-style: none;
}
.pplDesign #header .leftBox .links ul li {
    float: left;
    line-height: 28px;
    background-image: url('../img/site/menu_sp.gif');
    background-position: 0% 0%;
    background-repeat: no-repeat;
    padding: 0 10px;
}
.pplDesign #header .leftBox .search {
    float: right;
    width: 150px;
    height: 24px;
    background-image: url('../img/site/menu_sp.gif');
    background-position: 0% 0%;
    background-repeat: no-repeat;
    margin-top: 5px;
    padding: 2px 0 2px 10px;
}
.pplDesign #header .leftBox .search .field {
    float: left;
    background-image: url('../img/site/search_field.gif');
    background-position: 0% 0%;
    background-repeat: no-repeat;
    height: 22px;
    padding-top: 6px;
    padding-left: 10px;
    width: 115px;
}
.pplDesign #header .leftBox .search .field input {
    width: 110px;
    border: 0;
    color: #666666;
    font-size: 10px;
}
.pplDesign #header .leftBox .search .button {
    width: 22px;
    height: 23px;
    float: left;
}
.pplDesign #header .leftBox .search .button input {
    width: 22px;
    height: 23px;
    background-image: url('../img/site/search_button.gif');
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.pplDesign #header .menu {
    height: 28px;
    padding-top: 10px;
}
.pplDesign #header .menu ul {
    float: right;
    list-style: none;
    height: 28px;
    background-image: url('../img/site/menu_sp.gif');
    background-position: 100% 0%;
    background-repeat: no-repeat;
    z-index: 5;
}
.pplDesign #header .menu ul li ul li {
  background-image: none;
}
.pplDesign #header .menu ul li {
    float: left;
    background-image: url('../img/site/menu_sp.gif');
    background-position: 0% 0%;
    background-repeat: no-repeat;
    padding: 0 15px;
    font-size: 15px;
}
.pplDesign #header .menu ul li ul li a:hover {
  color: #fff;
  background-color: #1d4f88;
  line-height: 18px;
  border: none none;
  padding-left: 13px;
}
.pplDesign #header .menu ul li ul li a {
  background-image: none;
  line-height: 18px;
  border: none none;
  padding-left: 13px;
}
.pplDesign #header .menu a,
.pplDesign #header .menu a:link,
.pplDesign #header .menu a:active,
.pplDesign #header .menu a:visited,
.pplDesign #header .menu a:hover {
    text-decoration: none;
}
.pplDesign #mainContent {
    padding-bottom: 10px;
    background-image: url('../img/site/layer_sp.gif');
    background-repeat: no-repeat;
    background-position: 0% 100%;   
}
.pplDesign #mainContent .splash {}
.pplDesign #mainContent .sidebar {
    width: 333px;
    float: right;
}
.pplDesign #mainContent .boxes {
    padding: 0 1px;
}
.pplDesign #mainContent .boxes .item {
    background-image: url('../img/site/templates_1.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 330px;
    height: 189px;
    float: left;
    margin: 0 1px;
}
.pplDesign #mainContent .boxes .blueNav {
    background-position: 0px 0px;
}
.pplDesign #mainContent .boxes .greenNav {
    background-position: 0px -200px;
}
.pplDesign #mainContent .boxes .map {
    background-position: 0px -400px;
}
.pplDesign #mainContent .boxes .yellowBox {
    background-position: 0px -600px;
}
.pplDesign #mainContent .boxes .resizeableBox {
    background-position: -350px 0px;
    height: auto;
}
.pplDesign #mainContent .boxes .bottom {
    background-image: url('../img/site/templates_1.gif');
    background-repeat: no-repeat;
    background-position: -700px 100%;
    width: 330px;
    height: auto;
    float: left;
}
.pplDesign #mainContent .boxes .map a,
.pplDesign #mainContent .boxes .map a:link,
.pplDesign #mainContent .boxes .map a:active,
.pplDesign #mainContent .boxes .map a:visited,
.pplDesign #mainContent .boxes .map a:hover {
    text-decoration: none;
}
.pplDesign #mainContent .boxes .links {
    float: left;
    width: 200px;
    padding: 17px 0px 17px 6px;
}
.pplDesign #mainContent .boxes .links ul {
    list-style: none;
}
.pplDesign #mainContent .boxes .links ul li {
    padding-left: 20px;
    line-height: 24px;
    padding-bottom: 2px;
    font-size: 13px;
    color: #fff;
}
.pplDesign #mainContent .boxes .links ul li a,
.pplDesign #mainContent .boxes .links ul li a:link,
.pplDesign #mainContent .boxes .links ul li a:active,
.pplDesign #mainContent .boxes .links ul li a:visited {
    color: #fff;
    text-decoration: none;
}
.pplDesign #mainContent .boxes .links ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.pplDesign #mainContent .boxes .stair {
    margin-top:5px;
    float: left;
margin-right:10px;
    padding: 17px 0px 17px 16px;
}
.pplDesign #mainContent .boxes .stair ul {
    list-style: none;
    margin-left:10px;

}
.pplDesign #mainContent .boxes .stair ul li {
    font-size: 13px;
    background-image: url('../img/site/arrow_666666.gif');
    background-repeat: no-repeat;
    background-position: 0% 3px;
    padding-left: 10px;
}
.pplDesign #mainContent .boxes .stair ul li.active {
    font-weight: 700;
}
.pplDesign #mainContent .boxes .stair ul li a,
.pplDesign #mainContent .boxes .stair ul li a:link,
.pplDesign #mainContent .boxes .stair ul li a:active,
.pplDesign #mainContent .boxes .stair ul li a:visited {
    text-decoration: none;
}
.pplDesign #mainContent .boxes .stair ul li a:hover {
    text-decoration: underline;
}
.pplDesign #mainContent .boxes .vote {
    float: left;
    width: 200px;
    padding: 27px 0px 27px 26px;
}
.pplDesign #mainContent .boxes .vote ul {
    list-style: none;
}
.pplDesign #mainContent .boxes .vote ul li {
    margin-bottom: 5px;
}
.pplDesign #mainContent .boxes .vote label {
    padding-left: 5px;
}
.pplDesign #mainContent .boxes .mapLink {
    float: left;
    width: 210px;
    height: 170px;
    margin-left: 15px;
    margin-top: 10px;
    cursor: pointer;
}
*html .pplDesign #mainContent .boxes .mapLink {
    margin-left: 7px;
    margin-top: 5px;
}
.pplDesign #mainContent .boxes .rightColumn {
    width: 97px;
    padding: 15px 7px 15px 0;
    float: right;
}
.pplDesign #mainContent .boxes .rightColumn .title {
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 110px;
}
.pplDesign #mainContent .boxes .yellowBox .rightColumn .title {
    margin-bottom: 120px;
}
.pplDesign #mainContent .boxes .resizeableBox .rightColumn .title {
    margin-bottom: 0px;
}
.pplDesign #mainContent .boxes .rightColumn .link {
    line-height: 20px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.pplDesign #mainContent .boxes .rightColumn .link a,
.pplDesign #mainContent .boxes .rightColumn .link a:link,
.pplDesign #mainContent .boxes .rightColumn .link a:active,
.pplDesign #mainContent .boxes .rightColumn .link a:visited {
    color: #fff;
    text-decoration: underline;
}
.pplDesign #mainContent .boxes .rightColumn .link a:hover {
    color: #fff;
    text-decoration: none;
}
.pplDesign #mainContent .newsBlock {
    width: 100%;
}
.pplDesign .uudistekst p {
        padding-bottom: 10px;
}
.pplDesign .uudistekst ul li {
        list-style-position: inside;
        position: relative;
        left: -10px;
}
*:first-child+html .pplDesign #mainContent .newsBlock {
    width: auto;
}
*html .pplDesign #mainContent .newsBlock {
    width: auto;
}
.pplDesign #mainContent .newsBlock .leftBlock {
    padding: 0 2px 0 3px;
    width: 653px;
    margin-left: 7px;
    background-image: url('../img/site/content_sp.gif');
    background-repeat: no-repeat;
    background-position: 0% 0%;
    float: left;
}
.pplDesign #mainContent .newsBlock .leftBlock ol {
  margin-left: 1em;
  padding-left: 0;
}
.pplDesign #mainContent .newsBlock .leftBlock ul {
  margin-left: 1em;
  padding-left: 0;
}

*html .pplDesign #mainContent .newsBlock .leftBlock {
    margin-left: 0px;
}
.pplDesign #mainContent .newsBlock .leftBlock .header {
    /*height: 48px;*/
}
*:first-child+html .pplDesign #mainContent .newsBlock .leftBlock .header {
    padding-right: 0px;
}
*html .pplDesign #mainContent .newsBlock .leftBlock .header {
    padding-right: 5px;
}
.pplDesign #mainContent .newsBlock .leftBlock .header .name {
    height: 32px;
    float: right;
    width: 240px;
    overflow: visible;
    /*white-space: nowrap;*/
    padding-right: 15px;
    background-image: url('../img/site/templates_2.gif');
    background-repeat: no-repeat;
    background-position: 100% 0%;
    font-size: 15px;
    /*line-height: 40px;*/
    padding-top: 14px;
    padding-bottom: 2px;
    color: #001E3F;
    text-align: right;
}
.pplDesign #mainContent .newsBlock .leftBlock .styleContent .name {
    background-position: 100% -75px;
    font-size: 11px;
}
.pplDesign #mainContent .newsBlock .leftBlock .header .value {
    float: left;
    font-size: 15px;
    line-height: 22px;
    padding-top: 8px;
    padding-left: 10px;
    width:380px;
}
.pplDesign #mainContent .newsBlock .leftBlock .header .date {
    float: left;
    font-size: 10px;
    color: #98B490;
    width: 350px;
    line-height: 18px;
    padding-left: 10px;
}
.pplDesign #mainContent .newsBlock .leftBlock .content {
    padding: 10px 10px;
    background-image: url('../img/site/content_sp.gif');
    background-repeat: no-repeat;
    background-position: 100% 0%;
    margin-right: 5px;
    width: 628px;
    float: left;
    clear:both;
}
.pplDesign #mainContent .newsBlock .rightBlock {
    float: right;
    padding: 0 2 0 1px;
    width: 320px;
    background-image: url('../img/site/content_sp.gif');
    background-repeat: no-repeat;
    background-position: 100% 0%;
    margin-right: 10px;
}
*html .pplDesign #mainContent .newsBlock .rightBlock {
    margin-right: 5px;
}
.pplDesign #mainContent .newsBlock .rightBlock ul {
    list-style: none;
    padding: 5px;
}
.pplDesign #mainContent .newsBlock .rightBlock ul li {
    background-image: url('../img/site/arrow_666666.gif');
    background-repeat: no-repeat;
    background-position: 0% 3px;
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.pplDesign #footer {
    padding: 10px 0;
}
.pplDesign #footer .block {
    background-color:#fff;
    height:100px;
}
.pplDesign #footer .links {
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
}
.pplDesign #footer .links span {
    font-size: 11px;
    font-weight: 700;
    background-image: url('../img/site/telephone.gif');
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 20px;
}
.imageInText {
    float: right;
    margin-left: 10px;
    border: solid 10px #dadada;
}
.imageInText:hover {
    border: solid 10px #ccc;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltlft {
    float: left;
}
.fltrt {
    float: right;
}
.alignLeft {
    text-align: left !important;
}
.alignRight {
    text-align: right !important;
}
.alignCenter {
    text-align: center !important;
}
.w25 {
    width: 25px !important;
}
.w50 {
    width: 50px !important;
}
.w75 {
    width: 75px !important;
}
.w100 {
    width: 100px !important;
}
.w125 {
    width: 125px !important;
}
.w150 {
    width: 150px !important;
}
.w200 {
    width: 200px !important;
}
.w300 {
    width: 300px !important;
}
.w400 {
    width: 400px !important;
}
.wp25 {
    width: 25% !important;
}
.wp50 {
    width: 50% !important;
}
.wp75 {
    width: 75% !important;
}
.wp100 {
    width: 100% !important;
}

/* fg-menu */

.hidden {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.fg-button {
    clear: left;
    margin: 0 4px 40px 20px;
    padding: .4em 1em;
    text-decoration: none !important; 
    cursor:pointer; position: relative;
    text-align: center;
    zoom: 1;
}
.fg-button .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
}
a.fg-button {
    float: left;
}
button.fg-button {
    width: auto;
    overflow:visible;
}
    
.fg-button-icon-left {
    padding-left: 2.1em;
}
.fg-button-icon-right {
    padding-right: 2.1em;
}
.fg-button-icon-left .ui-icon {
    right: auto;
    left: .2em;
    margin-left: 0;
}
.fg-button-icon-right .ui-icon {
    left: auto;
    right: .2em;
    margin-left: 0;
}
.fg-button-icon-solo {
    display: block;
    width: 8px;
    text-indent: -9999px;
}
.fg-button.ui-state-loading .ui-icon {
    background: url('../js/fg-menu/spinner_bar.gif') no-repeat 0 0;
}
*html .fg-menu-ipod .fg-menu li {
    width: 95%;
}
*html .fg-menu-ipod .ui-widget-content {
    border: 0;
}
.ui-state-default {
    background: none !important;
    font-weight: 400 !important;
    border: 0 !important;
}
.ui-state-focus {
    background: none !important;
    font-weight: 400 !important;
    border: 0 !important;
}
.fg-button {
    padding: 0;
    margin: 0;
}
.fg-button-icon-right {
    padding-right: 0;
}
.ui-icon-triangle-1-s {
    background-image: none !important;
}
.fg-menu li {
    text-align: left;
}
.fg-menu-breadcrumb a,
.fg-menu-breadcrumb a:link,
.fg-menu-breadcrumb a:active,
.fg-menu-breadcrumb a:visited,
.fg-menu-breadcrumb a:hover {
    color: #fff;
}
.ui-widget {
    font-family: Tahoma;
    font-size: 15px;
}
.ui-widget-content {
    background-color: transparent;
    background-image: url('../img/site/menu_bg.gif');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    border: 0;
    border-top: solid 3px #001e40;
    height: auto !important;
    font-size: 11px;
}
.fg-menu a.ui-state-default:link,
.fg-menu a.ui-state-default:visited,
.fg-menu a.ui-state-default:hover,
.fg-menu a.ui-state-default:active,
.fg-menu a.ui-state-hover:link,
.fg-menu a.ui-state-hover:visited,
.fg-menu a.ui-state-hover:hover,
.fg-menu a.ui-state-hover:active,
.fg-menu a.ui-state-active:link,
.fg-menu a.ui-state-active:visited,
.fg-menu a.ui-state-active:hover,
.fg-menu a.ui-state-active:active {
    border-color: #001e40;
    background-color: #1d4f88;
    background-image: none;
    text-decoration:none;
    width:92%;
    padding:0.3em 3%;
    outline-color:-moz-use-text-color !important;
    outline-style:none !important;
    outline-width:0 !important;
    border:1px dashed transparent !important;
}
.fg-menu a,
.fg-menu a:link,
.fg-menu a:visited,
.fg-menu a:hover,
.fg-menu a:active {
    float:left;
    outline-color:-moz-use-text-color !important;
    outline-style:none !important;
    outline-width:0 !important;
    padding:0.3em 3%;
    text-decoration:none;
    width:92%;
    border:1px dashed transparent !important;
}
.fg-menu a.ui-state-hover:link,
.fg-menu a.ui-state-hover:visited,
.fg-menu a.ui-state-hover:active {
    color: #3e4b5e;
    background-color: transparent;
    width:92%;
    padding:0.3em 3%;
    outline-color:-moz-use-text-color !important;
    outline-style:none !important;
    outline-width:0 !important;
    border:1px dashed transparent !important;
}
.fg-menu a.ui-state-hover:hover {
    color: #fff;
    background-color: #1d4f88;
    padding:0.3em 3%;
    outline-color:-moz-use-text-color !important;
    outline-style:none !important;
    outline-width:0 !important;
    border:1px dashed transparent !important;
}
.fg-menu a.ui-state-default:link,
.fg-menu a.ui-state-default:visited,
.fg-menu a.ui-state-default:hover,
.fg-menu a.ui-state-default:active,
.fg-menu a.ui-state-active:link,
.fg-menu a.ui-state-active:visited,
.fg-menu a.ui-state-active:hover,
.fg-menu a.ui-state-active:active {
    border:1px dashed transparent !important;
    color: #3e4b5e;
    background-color: transparent;
    padding:0.3em 3%;
    outline-color:-moz-use-text-color !important;
    outline-style:none !important;
    outline-width:0 !important;
}
.ui-corner-all {
    -moz-border-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
.ui-state-default .ui-icon {
    background-image:url('../js/fg-menu/theme/images/ui-icons_808080_256x240.png');
}
table.form {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-style: 0;
}
table.form tr {}
table.form tr td {
    padding: 2 5px;
    width: 50%;
    line-height: 21px;
}
table.form tr td.label {
    background-image: url('../img/site/input_label_bg.gif');
    background-repeat: no-repeat;
    background-position: 0 2px;
    text-align: right;
}
table.form .basicInputText,
table.form .basicInputPassword,
table.form .basicInputTextarea,
table.form .basicInputSelect,
table.form .basicInputTextDate {
    border: solid 1px #6b6b6b;
    padding: 0 3px;
    color: #242424;
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    width: 300px;
    background-image: url('../img/site/input_field_bg.gif');
    background-repeat: repeat-x;
    background-position: 0 0;
}
table.form .basicInputSelect {
        background-image: none;
        border:1px solid #6B6B6B;
        color:#242424;
        font-size:12px;
        height:21px;
        line-height:21px;
        padding:0px;
        width:308px;
}
table.form .basicInputTextDate {
    width: 65px;
}
table.form .basicInputTextarea {
    height: 100px;
    background-image: url('../img/site/input_textarea_bg.gif');
    background-position: 0 100%;
}
table.form .basicInputButton {
    border: 0;
    color: #242424;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
}
table.form .basicInputButtonHover {
    color: #fff;
}
table.form .basicInputButtonClick {
    background-position: 1px 1px;
}
table.form .button50px {
    width: 50px;
    background-image: url('../img/site/input_button_50px.gif');
}
table.form .button75px {
    width: 75px;
    background-image: url('../img/site/input_button_75px.gif');
}
table.form .button100px {
    width: 100px;
    background-image: url('../img/site/input_button_100px.gif');
}
table.form .button125px {
    width: 125px;
    background-image: url('../img/site/input_button_125px.gif');
}
table.form .button150px {
    width: 150px;
    background-image: url('../img/site/input_button_150px.gif');
}
table.form .button175px {
    width: 175px;
    background-image: url('../img/site/input_button_175px.gif');
}
table.form .button200px {
    width: 200px;
    background-image: url('../img/site/input_button_200px.gif');
}
table.form .button225px {
    width: 225px;
    background-image: url('../img/site/input_button_225px.gif');
}
table.form .button250px {
    width: 250px;
    background-image: url('../img/site/input_button_250px.gif');
}
table.form label {
    padding-left: 10px;
    padding-right: 5px;
}

/* @ Radio buttons */
 
table.form .jRadioWrapper {
    z-index: 2;
}
table.form .jNiceRadio {
    background-color: transparent;
    background-image: url("../img/site/radio.gif");
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    vertical-align: middle;
}

/* @ Checkboxes */
 
table.form .jNiceCheckbox {
    background-color: transparent;
    background-image: url("../img/site/checkbox.gif");
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    cursor: pointer;
}

/* @ Radiobuttons & Checkboxes */
 
table.form .jNiceChecked {
    background-position: 50% 100%;
}

/* @ Selects */
table.form .jNiceWrapper {
    height: 23px;
}
table.form .jNiceWrapper select {
    border: 0;
    margin: 0;
    padding: 0;
    float: left;
    display: none;
}
table.form .jNiceSelectWrapper {
    height: 17px;
    left: 0px;
    top: 0px;
    z-index: 3;
    position: absolute;
    width: 500px !important;
}
table.form .jNiceWrapper iframe {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0px;
    top: 0px;
}
table.form .jNiceSelectWrapper .jNiceSelectText {
    height: 21px;
    line-height: 23px;
    padding: 0px 3px;
    color: #242424;
    font-size: 12px;
    width: 500px !important;
    background-image: url('../img/site/input_field_bg.gif');
    background-repeat: repeat-x;
    background-position: 0 0;
    border: solid 1px #6b6b6b;
    background-color: #fff;
    overflow: hidden;
    float: none;
    position: absolute;
    z-index: 5;
}
table.form .jNiceSelectWrapper .jNiceSelectOpen {
    width: 19px;
    height: 23px;
    background-image: url("../img/site/input_select.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 5;
    display: block;
    position: absolute;
    right: -8px;
}
table.form .jNiceSelectWrapper ul {
    top: 19px;
    background-color: #fff;
    border: solid 1px #6b6b6b;
    height: auto;
    position: absolute;
    left: 0px;
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    z-index: 100;
    width: 490px;
}
table.form .jNiceSelectWrapper ul a {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    background-color: #FFF;
    display: block;
    padding: 0 2px;
    text-decoration: none;
}
table.form .jNiceSelectWrapper ul a:hover {
    background-color: #fff;
}
table.form .jNiceSelectWrapper ul a.selected {
    background-color: #eee;
}
table.form .jNiceFocus {
    border: 0;
}
table.form .jNiceHidden {
    opacity: 0;
    z-index: -1;
    position: relative;
}
table.form .jNiceWrapper {
    position: relative;
    vertical-align: top;
}
table.form .jNiceWrapper input {
    outline: none;
    moz-outline: none;
}
.pplDesign #mainContent .servicePointsTree ul {
    list-style: none;
    float: none;
    margin-left:15px;
    padding-bottom: 4px;
}

.pplDesign #mainContent .servicePointsTree {
    font-size: 13px;
}   

.pplDesign #mainContent .servicePointsTree p {
    font-size: 13px;
    padding-bottom: 4px;
}   


.pplDesign #mainContent .servicePointsTree li {
    font-size: 13px;
    background-image: url('../img/site/arrow_666666.gif');
    background-repeat: no-repeat;
    background-position: 0% 3px;
    padding-left: 10px;
    padding-bottom: 4px;
    float: none;
}
.bar-title {
    float:left;
    line-height:20px;
    margin-right:17px;
    position:relative;
    text-align:right;
    width:104px;
}
.bar-container {
    float:left;
    height:10px;
    margin:0 0 15px;
    position:relative;
    width:110px;
}
.bar-container div {
    background-color:#CC4400;
    height:20px;
}
.bar-container strong {
    overflow:hidden;
    position:absolute;
    right:-32px;
    top:0;
}
.graph {
    position:relative;
    right:30px;
    width:250px;
}
.pplDesign #mainContent .photoGalleryImage {
    margin-top: 20px; 
    float: left;
    width: 120px;
    height: 160px; 
}
.pplDesign #mainContent .photoGalleryImage_last {
    margin-top: 20px;
    float: left;
    width: 120px;
    height: 160px; 
}
.pplDesign #mainContent .photoGalleryImage img {
    border: solid 1px #D7CCB3; 
    margin-left:10px;
}
.pplDesign #mainContent .photoGalleryImage_last img {
    border: solid 1px #D7CCB3; 
    margin-left:10px;
}
.pplDesign #mainContent .photoGalleryIndex {
    margin-top: 20px;
    float: left;
    width: 120px;
    height: 160px;
}
.pplDesign #mainContent .photoGalleryIndex_last {
    margin-top: 20px;
    float: left;
    width: 120px; 
    height: 160px; 
}
.pplDesign #mainContent .photoGalleryIndex img{
    border: solid 1px #666666; 
    margin-left:10px;
}   
.pplDesign #mainContent .photoGalleryIndex_last img{
    border: solid 1px #666666; 
    margin-left:10px;
}   
.pplDesign #mainContent .videoGalleryList {
    width: 100%;
}   
.pplDesign #mainContent .videoGalleryItem {
    margin-top: 20px;
    float: left;
    width: 120px;
    height: 160px;  
}
.pplDesign #mainContent .videoGalleryItem_last {
    margin-top: 20px;
    float: left;
    width: 120px;
    height: 160px;  
}
.pplDesign #mainContent .videoGalleryItem img{
    border: solid 1px #666666; 
    margin-left:10px;
}   
.pplDesign #mainContent .videoGalleryItem_last img{
    border: solid 1px #666666; 
    margin-left:10px;
}   
.pplDesign #mainContent .videoGalleryItemTitle {
    margin-top: 3px; 
    text-align: center; 
    overflow: hidden; 
    margin-left: 1px; 
    margin-right: 1px; 
}
.pplDesign #mainContent .galleryBottom {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: left;
    clear: left;
}
.pplDesign #mainContent .photoTitle { 
    margin-top: 3px; 
    text-align: center; 
    overflow: hidden; 
    margin-left: 1px; 
    margin-right: 1px; 
}
.pplDesign #mainContent .photoCount {
    margin-top: 3px; 
    text-align: center;
    overflow: hidden; 
    margin-left: 1px; 
    margin-right: 1px; 
}

.structuresTree {
    font-size: 13px;
}   

.structuresTree p {
    font-size: 13px;
    padding-bottom: 4px;
}   

.structuresTree ul {
    list-style: none;
    float: none;
    margin-left:15px;
    padding-bottom: 4px;
}

.structuresTree li {
    font-size: 13px;
    background-image: url('../img/site/arrow_666666.gif');
    background-repeat: no-repeat;
    background-position: 0% 3px;
    padding-left: 10px;
    padding-bottom: 4px;
    float: none;
}

ul.normal, ol.normal { margin:auto -3em 1em 0; padding:0; position:relative; left:-3em; overflow:hidden; }
.normal ul, .normal ol { margin-left:1em; padding-left:0; }
.normal li { margin-left:5em; display:list-item; }
.normal li li { margin-left:1em; }  

.spaced { margin-bottom:0; }
.spaced ul, .spaced ol { margin-top:1em; }
.spaced li { margin-bottom:1em; }

.gMapAdv_info_title { font-size: larger; font-weight: bold; margin-bottom: 20px; }
.gMapAdv_info_text img { float: right; margin-left: 10px; }

.pplDesign #mainContent .boxes .vote {
    padding: 15px 0 10px 15px !important;
    width: 210px !important;
}
.pplDesign #mainContent .boxes .vote .graphTable {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 25px;
}
.pplDesign #mainContent .boxes .vote .graphTable tbody tr td {
    vertical-align: top;
}
.pplDesign #mainContent .boxes .vote .graphTable tfoot tr td {
    vertical-align: top;
}

.pplDesign #mainContent .boxes .vote .graphTable .bar-title {
    width: 150px;
}
.pplDesign #mainContent .boxes .vote .graphTable .bar-score {
    width: 60px !important;
}
.pplDesign #mainContent .boxes .vote .graphTable .bar-score div {
    white-space: nowrap;
}
.pplDesign #mainContent .boxes .vote .graphTable .bar-score .glow {
    width: 100%;
    background-color: #ccc;
    height: 13px;
}
.pplDesign #mainContent .boxes .vote .graphTable .bar-score .progress {
    background-color: #e9a622;
    height: 13px;
}
.pplDesign #mainContent .boxes .title a {
    text-decoration: none !important;
}
.pplDesign #mainContent .boxes .rb-e9a622 {
    position: relative;
}
.pplDesign #mainContent .boxes .rb-e9a622 .rightColumn {
    padding: 7px 6px 15px 0;
}
.pplDesign #mainContent .boxes .rb-e9a622 .rightColumn .title {
    border-top: solid 10px #e9a622;
}
.pplDesign #mainContent .boxes .rb-e9a622 .rightColumn .link {
    position: absolute;
    bottom: 7px;
    right: 6px;
    background-image: url('../img/site/templates_1.gif');
    background-repeat: no-repeat;
    background-position: -230px -750px;
    line-height: 24px;
    padding: 8px 5px 0 5px;
    white-space: nowrap;
}
*html .pplDesign #mainContent .boxes .rb-e9a622 .rightColumn .link {
    bottom: 6px;
}

/*
Author: Craig Erskine
Description: Dynamic Menu System - Horizontal/Vertical
*/

ul#navmenu-h { margin: 0; padding: 0; list-style: none; position: relative; }

ul#navmenu-h ul {
 background-image:url(../img/site/menu_sp.gif);
 background-position:0 0;
 background-repeat:no-repeat;
 width: 160px; /* Sub Menu Width */
 margin: 0;
 list-style: none;
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
}

ul#navmenu-h ul ul,ul#navmenu-h ul ul ul { top: 0; left: 100%; }
ul#navmenu-h li { float: left; display: inline; position: relative; }
ul#navmenu-h ul li { width: 100%; display: block; }


/* Root Menu */
ul#navmenu-h a {
 padding: 3px;
 float: left;
 display: block;
 text-decoration: none;
 height: 1%;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
 border-style:none none none;
 font-size:11px;
 background: #FFF;
 float: none;
 width: 200px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
 border-style:none none none;
 font-size:11px;
 background: #999;
 float: none;
 width: 200px;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a {
 background: #999;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a {
 background: #666;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a {
 background: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
 background: #333;
}

/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul { display: none;}
ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { display: block;}

/* For news display widget, video gallery, picture/image gallery */
.laiendatudUudis {
	display: block;
	float: left;
	clear: left;
	width: 100%;
	/*text-align: justify;*/
}
.pictureVideoContent {
	display: inline;
	float: right;
	clear: right;
	padding-left: 12px;
}
.newsItemContentTable {
	margin: 0px;
	padding: 0px;
}
.goBackButton {
	font-weight: bolder;
}
.thumbnailLabel {
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
}
.photoGallery {
	margin-left: 151px;
}
.videoGallery {
	margin-left: 151px;
	width: 306px;
}
.videoPreview {
	border: 1px solid #D7CCB3;
	text-align: center;
	height: 225px;
	background-repeat: no-repeat;
	background-position: center center;
}
.videoPreview img {
	margin-top: 85px;
	cursor: pointer;
}
.videoPreview span.videoTitle {
	background-color: #FFFFFF;
	border: 1px solid #D7CCB3;
	margin: 5px 0px 0px 0px;
	padding: 3px;
}
.videoThumbs {
	width: 306px;
	height: 70px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.videoThumbs table {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border: 0px none;
}
.videoThumbs td {
	padding: 10px 5px 5px 5px;
}
.videoThumbs td:first-child {
	padding-left: 0px;
}
.videoThumbs td img {
	border: 1px solid #D7CCB3;
	padding: 1px;
	cursor: pointer;
}
#videoOverlay {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	background-color: #CCCCCC;
}
#videoContainer {
    background-color: #FFFFFF;
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
	z-index: 10010;
}
#videoItem {
	margin: 10px;
	width: 640px;
	height: 480px;
}
#videoInfo {
	margin: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #3E4B5E;
}
#videoInfo .videoFriendlyName {
	font-weight: normal;
}
#videoInfo img {
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}

/* Employee displaying */
.tabs {
	margin: 0px;
	padding: 0px;
}
.tab-title, .tab-single {
	float: left;
	cursor: pointer;
	padding: 2px 5px;
	width: 240px;
	text-align: left;
}
.tab-title:first-child {
	width: 239px;
	border-right: 1px solid #DFDFDF;
}
.selectedTab, .lockTab {
	background-color: rgb(226,226,226);
}
.info-second {
	display: none;
}
.column-content {
	width: 30%;
	text-align: right;
}
.tab-single {
	width: auto !important;
	border-right: 0px none !important;
	cursor: default;
}