﻿@font-face {
    font-family: myFont;
    src: url('typesfont/stc.ttf');
}

@font-face {
    font-family: dateFont;
    src: url('typesfont/stc.ttf');
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    margin: 0 auto;
    font-family: myFont, tahoma, Helvetica, Arial, sans-serif,"Helvetica Neue";
    font-size: 16px;
    font-weight: lighter;
    color: #333;
    text-decoration: none;
    /*background-color:#f3f3f3;*/
    background-color: #9acd32;
}

td, li, ul, a {
    font-family: myFont, tahoma, Helvetica, Arial, sans-serif,"Helvetica Neue";
    font-size: 12px;
    font-weight: normal;
}

td {
    font-size: 14px;
    /*font-weight:bold;*/
}

html {
    margin: 0 auto;
}

a, a:hover {
    text-decoration: none;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto;
}

.date {
    font-family: dateFont;
    font-weight: bold;
    color: black;
    font-size: 16px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.box-shadow {
    padding: 10px;
    margin: 10px;
    border: 1px groove #ccc;
    border-radius: 7px;
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 4px 1px #fff;
    box-shadow: 2px 2px 4px 1px #fff;
}

.divshadow {
    line-height: 1.6em;
    font-size: 18px;
    padding: 10px;
    border: 1px groove #ccc;
    border-radius: 7px;
    background-color: #FFF;
    font-family: myFont;
}

.spshadow {
    font-size: 18px;
    -moz-box-shadow: 0 5px 5px 5px #999;
    -webkit-box-shadow: 0 5px 5px 5px #999;
    border: 1px groove #ccc;
    border-radius: 7px;
    background-color: #FFF;
    padding: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: myFont;
}

.sparticle {
    font-size: 18px;
    font-family: myFont;
    border: 1px groove #ccc;
    border-radius: 7px;
    padding: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #FFF;
}

.spLink {
    font-size: 18px;
    font-family: myFont;
    border: 1px groove #ccc;
    border-radius: 7px;
    padding: 4px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #FFF;
    text-decoration: none;
    color: navy;
}

.sptoppanel {
    text-align: center;
    font-size: 18px;
    font-family: myFont;
    border: 1px groove #ccc;
    border-radius: 7px;
    padding: 4;
    margin: 0 auto;
    background-color: #FFF;
    -moz-box-shadow: 0 5px 5px 5px #999;
    -webkit-box-shadow: 0 5px 5px 5px #999;
}

.newsicon {
    max-width: 250px;
    font-family: myFont;
    border: 1px outset #ccc;
    border-radius: 5px;
    margin: 15px;
    padding: 5px;
    background-color: #FFF;
    text-align: center;
    -moz-box-shadow: 0 5px 5px 5px #999;
    -webkit-box-shadow: 0 5px 5px 5px #999;
}

.newsicon-wide {
    max-width: 500px;
}

.newsicon-mwide {
    max-width: 350px;
}

.modsparticle {
    font-family: myFont;
    font-size: 18px;
    font-weight: normal;
    border: 0;
    border-radius: 7px;
    padding: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #FFF;
}

.sparticlecontent {
    line-height: 1.6em;
    font-size: 18px;
    border: 0;
    border-radius: 7px;
    padding: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #FFF;
}

.adshadow {
    border: 0;
    padding: 0;
    background-color: #FFF;
    padding-left: 5px;
    padding-right: 5px;
}

.addddshadow {
    background-color: #FFF;
    border: 1px groove #ccc;
    border-radius: 7px;
    padding: 4px;
}

.well {
    font-weight: normal;
    color: #333;
    background-color: #FFF;
}

.nav {
    min-height: 40px;
    font-family: myFont;
    font-size: smaller;
}

div.mymenu {
    padding: 0;
    margin: 0 auto;
    padding-top: 8px;
    background-color: orange;
    font-family: myFont max-width:100%;
    border-bottom: solid 2px #044a8e;
}

li.menuItem {
    list-style: none;
    float: right;
    text-align: center;
    vertical-align: top;
    margin-right: 2px;
    padding-top: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    height: 36px;
    cursor: pointer;
    background-color: #044a8e;
    border-radius: 5px;
}

.dropdown-menu {
    font-weight: bold;
    color: white;
    font-size: 16px;
}

    .dropdown-menu li a {
        font-weight: bold;
        display: block;
        color: white;
        min-width: 160px;
    }

        .dropdown-menu li a:hover {
            background-color: #FFF;
            color: #dd4814;
        }

    .dropdown-menu li :hover {
        background-color: #FFF;
        color: #dd4814;
    }

a.wide {
    display: block;
}

    a.wide:hover {
        display: block;
        color: #dd4814;
        background-color: white;
    }

ul li a {
    display: block;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}

ul.dropdown-menu {
    background-color: #dd4814;
    color: white;
    font-weight: bold;
}

li.spmenuItem {
    list-style: none;
    text-align: center;
    vertical-align: top;
    margin-right: 2px;
    padding-top: 0;
    height: 36px;
}

li.menuItem a {
    color: white;
    text-decoration: none;
}

li.menuItem :hover {
    background-color: #1fa3ff;
}

ul.dropmenu {
    color: #FFF;
    position: absolute;
    display: none;
    padding: 0;
    margin: 0;
    margin-top: 1px;
    background-color: #103b6e;
    border: 1px solid #FFF;
    border-radius: 7px;
}

.wmenu {
    list-style: none;
    display: block;
    padding: 2px;
    margin: 0;
    padding-left: 0;
    text-align: left;
}

li.wmenu a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 2px;
    margin: 0px;
    text-align: left;
}

li.wmenu:hover {
    Background-Color: #1fa3ff;
    border-radius: 7px;
}

.nav > li > a {
    padding: 6px,8px,6px,8px;
}

.navbar-nav > li > a {
    padding: 2px;
    padding-top: 6px;
    padding-bottom: 0;
}

    .navbar-nav > li > a:hover {
        Background-Color: #1fa3ff;
    }

.bactive {
    background-color: #428bca;
    color: #FFF;
}

.fb-like {
    height: 28px;
    overflow: hidden;
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
}

.fbcontainer {
    height: 36px !important;
    width: 200px !important;
    overflow: hidden !important;
    /*border: solid 1px red !important;*/
}

h1, h2, h3, h4, h5, h6 {
    color: #dd4814;
    font-size: 16px;
    display: block;
    padding-right: 20px;
    font-weight: bold;
}

.btn-primary {
    font-weight: bold;
}

.textwrap {
    float: right;
    margin: 10px;
}

.navbar ul.nav li {
    float: right;
}

.ui-widget-content {
    padding: 10px 0;
    border-top: none;
}

#notifytips {
    display: block;
    width: 250px;
    padding: 5px;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 5px;
}

a, input, select, textarea {
    font-weight: bold;
    list-style: none;
}

.glbbutton {
    height: 36px;
    border-radius: 5px;
    font-weight: normal;
}

    .glbbutton:hover {
        Background-Color: #1fa3ff;
    }

.badge {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .badge:hover {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }

.glyphicon {
    margin-right: 4px !important; /*override*/
}

.pagination .glyphicon {
    margin-right: 0 !important; /*override*/
}

.pagination a {
    color: #555;
}

.panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-item {
    padding: 4px 4px;
    margin: 0;
    border-bottom: 1px dotted #555;
}

div.bootstrap-dialog-message {
    font-weight: bold;
}

div.modal-dialog {
    min-width: 860px;
}

div.bootstrap-dialog-title {
    padding-right: 30px;
    font-weight: bold;
}

div.bootstrap-dialog.type-primary .modal-header {
}

div.modal-header, div.bootstrap-dialog-header {
    /*background-color:#bbffff;*/
}

#Frame {
    text-align: center;
}

.Centerer {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#Frame > img {
    vertical-align: middle;
}

.modern-ticker {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

input[type=text], textarea, select {
    font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.sitemap {
    background: url("logo/texture.png") repeat scroll left top #EEEEEE;
    height: 400px;
    margin: 0 auto;
    width: 1160px;
    font-family: myFont;
    font-size: 16px;
    -moz-box-shadow: 0 5px 5px 5px #999;
    -webkit-box-shadow: 0 5px 5px 5px #999;
    border: 1px groove #ccc;
    border-radius: 7px;
    background-color: #FFF;
    padding-bottom: 5px;
    padding-top: 5px;
}

.panel-heading {
    /*border-bottom: 1px groove  #2455B6 ;*/
    max-width: 1160px;
    padding-right: 30px;
}

/*home icon*/
li a.home {
    text-indent: -9999px;
    background: url(logo/home_icon.png) no-repeat center;
    height: 46px;
    width: 27px;
}

li.home > a {
    text-indent: -9999px;
    background: url(logo/home_icon.png) no-repeat center;
    height: 46px;
    width: 27px;
}

li.home:hover > a, li.home.current-menu-item > a, li.home.current-menu-ancestor > a {
    background: #fff url(logo/home_icon.png) no-repeat center;
    height: 50px;
}

.imageicon {
    width: 250px;
    height: 250px;
    overflow: hidden;
    font-family: myFont;
    border: 1px outset #ccc;
    border-radius: 5px;
    margin: 7px;
    padding: 5px;
    vertical-align: central;
    background-color: #FFF;
    text-align: center;
    -moz-box-shadow: 0 5px 5px 5px #999;
    -webkit-box-shadow: 0 5px 5px 5px #999;
}

.padr20 {
    padding-right: 20px;
}

.padr40 {
    padding-right: 40px;
}

.padlr20 {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.marglr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.img-rounded {
    padding: 0;
    margin: 0;
}

table, tr, td {
    vertical-align: top;
}

td {
    padding-top: 6px;
    font-size: 16px;
}

li, ul {
    list-style: none;
}