﻿html
{
    background: #d7d7d7;
    height: 100%;
    width: 100%;
}

body
{
    padding: 0;
    margin: 0;
    background: #d7d7d7;
    font-size: 8pt;
    font-family: Arial;
}

a
{
    text-decoration: none;
    color: #666;
    outline: none;
}

a img
{
    border: none;
    outline: none;
}

#page
{
    display: block;
    margin: 0 auto;
    width: 960px;
    position: relative;
}

#top
{
}

#topper
{
    padding: 10px 0;
    border-bottom: 1px solid #c6c6c6;
}

#topper a
{
    font-weight: bold;
    color: #333;
    margin-right: 5px;
    height: 16px;
    display: inline-block;
}

#topper a.contact
{
    padding-left: 20px;
    background: url(../Images/icon-contact.png) no-repeat left top;
}

#topper a.home
{
    padding-left: 20px;
    background: url(../Images/icon-home.png) no-repeat left top;
}

#topper a:hover
{
    color: #b70000;
    background-position: bottom left;
}

.top-news
{
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    padding-left: 20px;
    background: url(../Images/small-news.png) no-repeat top left;
}

.top-news a
{
    font-weight: normal !important;
}

#header
{
    display: block;
    height: 90px;
    position: relative;
}

#logo
{
    display: block;
    position: absolute;
    width: 280px;
    height: 40px;
    background: url(../Images/logo.png) no-repeat left top;
    top: 20px;
}

#clientlogin
{
    border-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    padding: 5px;
    background: #E3E3E3;
    border: 1px solid #c6c6c6;
    border-top: 0px;
}

#clientlogin input
{
    background: #f0f0f0;
    border: 1px solid #b6b6b6;
    padding: 2px;
    font-size: 8pt;
    outline: none;
}

#clientlogin .line
{
    min-height: 25px;
    display: block;
    line-height: 22px;
}

#clientlogin .left
{
    float: left;
}

#clientlogin .right
{
    float: right;
}

#menu
{
    height: 45px;
    display: block;
    background: #000000 url(../Images/menu-bg.png) repeat-x;
}

#menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul li
{
    border-right: 1px solid #333;
    float: left;
    height: 45px;
}

#menu ul li.special
{
    color: #FFD127;
    float: right;
}

#menu ul li.special a
{
    color: #FFD127 !important;
    font-weight: bold;
}

#menu ul li a
{
    display: inline-block;
    padding: 0px 20px;
    line-height: 45px;
    font-size: 8pt;
    color: #999;
}

#menu ul li a:hover
{
    color: #fff;
    background: #2B2B2B;
}

#menu ul li a.current
{
    background: #2B2B2B;
    color: #fff;
}

#banner
{
    position: relative;
    display: block;
}

#content
{
    position: relative;
    background: #F2F2F2;
}

#bottom
{
    display: block;
    position: relative;
    background: #CDCDCD url(../Images/bottom-bg.png) repeat-x;
    border-bottom: 1px solid #797979;
}

#bottom ul
{
    margin: 0px;
    padding: 5px 20px;
}

#bottom .bottom-box
{
    display: block;
    float: left;
    margin: 10px;
    margin: 30px;
}

#bottom h2
{
    margin: 5px;
    font-size: 12pt;
    color: #333;
}

.left-top-shadow, .right-top-shadow, .left-shadow, .right-shadow
{
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
}

.left-top-shadow
{
    background: url('../Images/left-top-shadow.png') bottom left no-repeat;
    left: -4px;
}

.right-top-shadow
{
    background: url('../Images/right-top-shadow.png') bottom left no-repeat;
    right: -4px;
}

.left-shadow
{
    background: url('../Images/left-shadow.png') bottom left repeat-y;
    left: -4px;
}

.right-shadow
{
    background: url('../Images/right-shadow.png') bottom left repeat-y;
    right: -4px;
}

.clear
{
    clear: both;
    height: 1px;
    display: block;
}

.content-box
{
    display: block;
    padding: 8px;
    padding-left: 36px;
    width: 250px;
    float: left;
    margin: 10px;
}

.content-box.pin
{
    background: url(../Images/icon-pin.png) no-repeat left 6px;
}

.content-box.arge
{
    background: url(../Images/icon-arge.png) no-repeat left 6px;
}

.content-box.feed
{
    background: url(../Images/icon-feed.png) no-repeat left 6px;
}

.content-box h2
{
    margin: 0;
    padding: 0;
    line-height: 20pt;
    font-size: 12pt;
    margin-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
}

.content-box-content
{
    line-height: 14pt;
}

.left-content
{
    float: left;
    width: 720px;
    display: block;
    position: relative;
    margin-top: 10px;
}

.left-content-box
{
    display: block;
    padding: 10px;
}

.left-content-box h2
{
    margin: 0;
    padding: 0;
    background: url(../Images/content-bullet.png) no-repeat left top;
    line-height: 24px;
    padding-left: 30px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e7e7e7;
}

.left-content-box-content
{
    line-height: 16px;
    font-size: 10pt;
}


.right-sidebar
{
    float: right;
    width: 220px;
    display: block;
    position: relative;
    padding-top: 10px;
    right: 0;
    top: 0;
    background: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #D1D1D1;
}

.right-sidebar h2
{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-left: 5px;
    background: url(../Images/sidebar-bullet.png) no-repeat left top;
    color: #5D5D5D;
    padding-bottom: 3px;
    border-bottom: 1px solid #e7e7e7;
}

.side-box .side-box-content
{
    padding: 5px;
    display: block;
}

.right-sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.right-sidebar ul li
{
    display: block;
}

.right-sidebar ul li a
{
    display: block;
    padding: 3px 0px;
    padding-left: 20px;
    line-height: 18px;
    border-bottom: 1px solid #e7e7e7;
    background: url(../Images/sidebar-li-bullet.png) no-repeat left top;
    color: #666;
}

.right-sidebar ul li a:hover
{
    color: #333;
    border-bottom: 1px solid #b6b6b6;
    background: url(../Images/sidebar-li-bullet.png) no-repeat left bottom;
}

a.icon-exit
{
    display: inline-block;
    line-height: 16px;
    padding-left: 18px;
    margin-left: 10px;
    background: url(../Images/icon-exit.png) no-repeat top left;
}

a.icon-exit:hover
{
    background: url(../Images/icon-exit.png) no-repeat bottom left;
}

a.icon-controlpanel
{
    margin-top: 10px;
    display: inline-block;
    line-height: 16px;
    padding-left: 18px;
    background: url(../Images/icon-controlpanel.png) no-repeat top left;
}

a.icon-controlpanel:hover
{
    background: url(../Images/icon-controlpanel.png) no-repeat bottom left;
}

a.icon-info
{
    margin-top: 10px;
    display: inline-block;
    line-height: 16px;
    padding-left: 18px;
    background: url(../Images/icon-info.png) no-repeat top left;
}

a.icon-info:hover
{
    background: url(../Images/icon-info.png) no-repeat bottom left;
}

.info-text
{
    display: block;
    color: #666;
    font-size: 10px;
    font-family: Trebuchet MS;
    background: url(../Images/icon-info.png) no-repeat top left;
    padding-left: 18px;
    line-height: 16px;
    cursor: default;
}

.info-text:hover
{
    background: url(../Images/icon-info.png) no-repeat bottom left;
    color: #3C5FC2;
}

.row.actions
{
    margin-bottom: 20px;
    margin-top: 10px;
    border-top: 1px solid #e7e7e7;
    padding-top: 5px;
}


/*Message Box*/

.msg
{
    border-bottom: 1px solid;
    border-left: 1px solid;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid;
    border-right: 1px solid;
    padding-top: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
    margin: 8px;
    line-height: 16px;
}
.msg P
{
    margin: 0px 0px 8px;
    padding-left: 25px !important;
}
.msg-ok
{
    border-bottom-color: #a6d877;
    border-top-color: #a6d877;
    background: url(../images/messagebox/msg-ok.png) #d2ecba repeat-x;
    color: #336801;
    border-right-color: #a6d877;
    border-left-color: #a6d877;
}
.msg-error
{
    border-bottom-color: #f3abab;
    border-top-color: #f3abab;
    background: url(../images/messagebox/msg-error.png) #f9c9c9 repeat-x;
    color: #8d0d0d;
    border-right-color: #f3abab;
    border-left-color: #f3abab;
}
.msg-warn
{
    border-bottom-color: #d7e059;
    border-top-color: #d7e059;
    background: url(../images/messagebox/msg-warn.png) #f3f7aa repeat-x;
    color: #6c6600;
    border-right-color: #d7e059;
    border-left-color: #d7e059;
}
.msg-info
{
    border-bottom-color: #9fd1f5;
    border-top-color: #9fd1f5;
    background: url(../images/messagebox/msg-info.png) #c3e6ff repeat-x;
    color: #005898;
    border-right-color: #9fd1f5;
    border-left-color: #9fd1f5;
}
.msg-ok P
{
    background: url(../images/messagebox/accept.png) no-repeat 0px 50%;
}
.msg-error P
{
    background: url(../images/messagebox/cross_octagon.png) no-repeat 0px 50%;
}
.msg-warn P
{
    background: url(../images/messagebox/exclamation_octagon_fram.png) no-repeat 0px 50%;
}
.msg-info P
{
    background: url(../images/messagebox/exclamation.png) no-repeat 0px 50%;
}


/*Table Design*/
table
{
    border: 1px solid #b6b6b6;
    background: #fff;
}

td
{
    border: 1px solid #C9C9C9;
    padding: 3px;
}

tr:hover
{
    background: #e7e7e7;
}

th
{
    padding: 3px;
    background: #f2f2f2 url(../images/td-header-bg.png) repeat-x bottom left;
}

table a
{
    color: #b70000;
}

.process-box
{
    display: block;
    width: 320px;
    height: 64px;
    border: 1px solid #e7e7e7;
    background: #fff;
    margin: 5px;
    float: left;
    position: relative;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.process-box a
{
    display: block;
}

.process-box:hover
{
    border: 1px solid #b6b6b6;
    background: #FAFAFA;
    cursor: pointer;
    box-shadow: 1px 1px 1px #b6b6b6;
    -moz-box-shadow: 1px 1px 1px #b6b6b6;
    -webkit-box-shadow: 1px 1px 1px #b6b6b6;
}
.process-box-icon
{
    position: absolute;
    left: 5px;
    top: 5px;
}
.process-box-title
{
    margin: 5px;
    margin-left: 60px;
    font-size: 9pt;
    font-weight: bold;
    color: #D70000;
}
.process-box-desc
{
    margin: 5px;
    margin-left: 60px;
    font-size: 8pt;
    color: #333;
}
