/* project: internet center template
   author: luka cvrk (www.solucija.com) */


/* default styles
   -------------- */

body {
    padding: 0;
    margin: 0;
    font: 9pt 'Trebuchet MS', arial, sans-serif;
    line-height: 1.5em;
    background: #fff;
    color: #454545;
}

a {
    color: #185DA0;
    background: inherit;
}

a:hover {
    color: #9EC068;
    background: inherit;
}

a.title {
    color: #FE6700;
    background: #FFF;
}

h1 {
    font: bold 2em Arial, Sans-Serif;
    letter-spacing: -1px;
    padding: 7px 0 0 8px;
    margin: 0;
}

h1 a, h2 a {
    text-decoration: none;
}

h1 a:hover, h2 a:hover {
    color: #FF6600;
    background: #FFF;
}

h2 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
    background: inherit;
}

h3 {
    font-size: 13pt;
    color:    grey;
    margin-bottom: 5px;
    /*color: #000; */
    background: inherit;
    border-bottom: 1px solid lightgray;
}

p {
    margin: 0 0 5px 0;

}

ul {
    margin: 0;
    padding : 0;
    list-style : none;
}

form {
    margin: 0;
}

select {
    border: 1px #888888 solid;
    border-style:inset;
    background-color: #FFFFFF;
    font-size: 10pt;
    font-family: 'Trebuchet MS', arial, sans-serif;
}

    select.workspace {
        width: 255px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

input.search {
    margin-top: 5px;
    margin-bottom: -5px;
    width: 150px;
    border: 1px #2F6B1F solid;
    background-color: #F7FBB9;
    color: #657342;
    font-size: 10pt;
    font-weight: bold;
    font-family: 'Trebuchet MS', arial, sans-serif;
}
input.search:focus {
    border: 1px #90AB63 solid;
    background-color: #FCFDE1;
}

input.login {
    width: 200px;
    border: 1px #4A8EBC solid;
    background-color: #EDF2FC;
    color: #4377E0;
    font-size: 10pt;
    font-weight: bold;
    font-family: 'Trebuchet MS', arial, sans-serif;
}
input.login:focus {
    border: 1px #6BA6C9 solid;
    background-color: #FFFFFF;
}

input.workspace {
    width: 250px;
    border: 1px #888888 solid;
    border-style:inset;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 10pt;
    font-family: 'Trebuchet MS', arial, sans-serif;
}

textarea.workspace {
    width: 250px;
    height: 64px;
    border: 1px #888888 solid;
    border-style:inset;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 10pt;
    font-family: 'Trebuchet MS', arial, sans-serif;
}

.workspace_disabled {
    border: 1px #888888 solid;
    border-style: inset;
    background-color: #F8F8F8;
    color: #AAAAAA;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 10pt;
    font-family: 'Trebuchet MS', arial, sans-serif;
}

.btn_search {
    margin-top: 4px;
    margin-bottom: -4px;
    border: 1px #90AB63 solid;
    background: #2A8C25 url(../images/btn_fill_search.jpg) repeat-x;
    color: #FAFAC9;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 12px;
    font-family: 'Trebuchet MS', arial, sans-serif;
    height: 21px;
}

.btn_login {
    border: 1px #1D4196 solid;
    background: url(../images/btn_fill_login.jpg) repeat-x;
    color: #FFFFFF;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 12px;
    width: 70px;
    font-family: 'Trebuchet MS', arial, sans-serif;
    height: 21px;
}

.btn_workspace {
    border: 1px #888888 solid;
    background: url(../images/btn_fill_workspace.jpg) repeat-x;
    color: #888888;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 12px;
    width: 100px;
    height: 20px;
    font-family: 'Trebuchet MS', arial, sans-serif;
}


/* layout
   ------ */

.content {
    width: 980px;
    text-align: left;
}

.header {
    text-align: left;
    height: 100px;
    background: url(../images/head_bg.jpg) repeat-x;
}

    .header .logo {
        padding-top: 20px;
        background: inherit;
    }

    .header .logo a {
        text-decoration: none;
        text-transform: capitalize;
        font-size: 21px;
        font-weight: bold;
        color: #006699;
    }

    .header .logo a:hover {
        color: #FF6600;
    }

    .header .slogan {
        font-weight: bold;
        color: #006699;
    }

.top_info {
    margin-top: 25px;
    float: right;
    width: 570px;
    color: #888888;
    font-size: 8pt;
}

    .top_info_left {
        width: 225px;
        float: left;
    }

    .top_info_right {
        float: right;
        width: 295px;
        padding-left: 30px;
        border-left: 1px solid #EEEEEE;
    }

.bar {
    background: #537D43 url(../images/menu_bg.jpg) repeat-x;
    border-top: 1px solid #9EC068;
    border-bottom: 1px solid #9EC068;
    clear: both;
    height: 30px;
}
    .main_menu {
        font-size: 1.1em;
        text-align: center;
        float: left;
    }

    .main_menu li {
        float: left;
        border-left: #90AB63 1px solid;
        border-right: #2F6B1F 1px solid;
        height: 25px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }

    .main_menu li.active {
        color: #FFFFFF;
        font-weight: bold;
        background: #4E8736 url(../images/menu_active.jpg) repeat-x;
    }

    .main_menu a {
        font-weight: bold;
        color: #FAFAC9;
        text-decoration: none;
    }
    .main_menu a:hover {
        font-weight: bold;
        color: #FFFFDE;
        text-decoration: none;
    }

    .search_field {
        float: right;
        margin-right: 5px;
    }

.subheader {
    padding: 8px 8px 0px 8px;
    background: #FFFFFF url(../images/subheader_bg.jpg) repeat-x;
    color: #808080;
    height: 42px;
    min-height: 42px;
    margin-bottom: 10px;
    border-bottom: 1px #F4F4F4 solid;
}
    .subheader li {
        margin-right: 2em;
        color: #808080;
        background: #FFF;
        float: left;
    }
    .subheader td {
        margin-right: 2em;
        color: #808080;
        background: #FFF;
    }

    .subheader_link {
        font-weight: bold;
        background: #FFFFFF url(../images/subheader_menu_item_bg.jpg) repeat-x;
        float: left;
        border: 1px solid #B0B0B0;
        line-height: 12px;
        cursor: pointer;
    }
    .subheader_link a {
        color: #555555;
        text-decoration: none;
    }
    .subheader_link a:hover {
        color: #000000;
        text-decoration: none;
    }

.menu3rd {
    padding: 0px 8px 0px 8px;
    background-color: #FFFFFF;
    color: #808080;
    margin-bottom: 10px;
    border-bottom: 1px #F4F4F4 solid;
}

.label {
    font-size: 14px;
    color: #006699;
}

    .label li {
        margin-left: 30px;
    }

.margin_30px {
    margin: 30px 30px 30px 30px;
}

.title {
    color: #006699;
    font-weight: bold;
    font-size: 21px;
    margin-top: 7px;
}

/* left side
   --------- */

.left {
    float: left;
    width: 740px;
    margin: 0 0 10px 0;
    min-height: 300px;
}
.ajaxContentDiv {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 300px;
}

    .left_articles {
        margin: 0px 0 10px 0;
    }

    .left_links {
        border: 1px solid #eee;
        padding: 10px 10px 10px 15px;
        margin: 0 0 10px 0;
    }

    .left_links:hover {
        border: 1px solid #ccc;
    }

    .left_message {
        border: 1px solid #eee;
        padding: 10px 10px 10px 75px;
        margin: 0 0 10px 0;
        background: #fff url(../images/questionmark.gif) no-repeat top left;
        color: #454545;
    }

    .left_message:hover {
        border: 1px solid #ccc;
    }

        .left_side {
            float: left;
            width: 280px;
            margin-bottom: 10px;
        }

        .right_side {
            float: right;
            width: 300px;
            border-left: 1px solid #eee;
            padding: 0 0 0 20px;
            margin-bottom: 10px;
        }

    .left_box {
        background: #f4f4f4;
        color: #000;
        border: 1px solid #ccc;
        padding: 10px;
    }

    .left_table {
        border: 0px solid lightgrey;
        background: #fff;
    }
        .left_table tr:hover {
            background: #eee;
            padding: 2 2 2 2px;
            cursor: pointer;
        }
        .left_table tr.header {
            border-bottom: 1px solid #eeeeee;
            padding: 2 2 2 2px;
            font-weight: bold;
            background: #eeeeee;
        }
        .left_table td {

        }

/* right side
   ---------- */

.right {
    float: right;
    width: 220px;
    margin: 0 0 10px 0;
}

    .right_login {
        padding: 10px;
        margin: 0 0 10px 0;
        background-color: #82BAFF;
        color: #FFFFFF;
        border-top: 1px solid #4A8EBC;
        border-bottom: 1px solid #4A8EBC;
        font-weight: bold;
    }
    .right_login a {
        font-size: 12px;
        color: #FFFFFF;
        font-weight: bold;
    }
    .right_login a:hover {
        color: #FFFFFF;
    }

    .right_articles {
        border: 1px solid #eee;
        padding: 8px;
        margin: 0 0 10px 0;
        background-image: url(../images/subheader_bg.jpg);
        background-repeat: repeat-x;
    }

.image {
    float: left;
    margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer {
    clear: both;
    text-align: center;
    line-height: 1.8em;
    color: #808080;
    background: #FFF;
    padding: 10px 0 10px 0;
    border-top: 1px solid #eee;
}

.footer a {
    color: #7D9F44;
    background: #fff;
}

/* product
   ------ */

.product_block {
    height: 100px;
    width: 150px;
    float: left;
    margin-left: 10px;
    margin-top: 40px;
}

/*  tables
    ------ */
td.fieldData {
    color: #006699;
    font-size: 10pt;
}

td.fieldName {
    font-size: 10pt;
}

tr.message {
    background-color: #FFFFFF;
    font-size: 10pt;
    border-bottom: 1px solid #CCCCCC;
}

.message_send {
    color: #006699;
    cursor: pointer;
}

.message_received {
    color: #993300;
    cursor: pointer;
}