﻿/*============================================================================================*/
/* Global Reset */
/*============================================================================================*/
body, html
{
    font-family: Arial, Helvetica, sans-serif;
    background: #D1E0Ef url(../images/mw-bg.gif) 0 0 repeat-x;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 14px;
    vertical-align: baseline;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

:focus
{
    outline: 0; /* remember to define focus styles! */
}

del
{
    text-decoration: line-through;
}

img, a, a:focus
{
    border: 0;
    outline: none;
    text-decoration: none;
}

.clr
{
    width: 100%;
    height: 1px;
    clear: both;
}

/*============================================================================================*/
/* Site Structure */
/*============================================================================================*/

/* Header */
.headerwrap
{
    width: 100%;
    min-width: 1024px;
    height: 135px;
    background: url(../images/topper-bg.png) center top no-repeat;
    border-bottom: 1px solid #555;
}

.headerwrap .header
{
    margin: 0 auto;
    width: 1024px;
    height: 135px;
    background: url(../images/header-bg.png) center top no-repeat;
}

.headerwrap .header h1
{
    text-indent: -99999px;
    height: 135px;
}

/* Login Page */
.loginwrap
{
    width: 100%;
    min-width: 1024px;
    height: auto;
    border-top: 1px solid #cfcfcf;
}

.loginwrap .login
{
    margin: 0 auto 0 auto;
    width: 1024px;
    height: 500px;
    background: url('../images/login-bg.png') center center no-repeat;
}

.loginwrap .login .formbox
{
    margin: 0 auto;
    width: 600px;
    height: 400px;
    background: url('../images/login-box-bg.png') center center no-repeat;
}

.loginwrap .login .formbox h2
{
    display: block;
    padding: 40px 0 0 50px;
    width: 550px;
    height: 40px;
    font-family: "Segoe UI" , "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 2px #ccc;
}

.loginwrap .login .formbox ul.loginlistform
{
    display: block;
    padding: 20px 0 0 80px;
    width: 520px;
    height: 300px;
}

.loginwrap .login .formbox ul.loginlistform li
{
    display: block;
    width: 520px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #111;
    color: #111;
}

.loginwrap .login .formbox ul.loginlistform li span.label
{
    display: block;
    float: left;
    width: 120px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #111;
}

.loginwrap .login .formbox ul.loginlistform li input
{
    display: block;
    margin: -2px 10px 0 0;
    float: left;
    width: 250px;
    height: 25px;
    background: #efefef;
    border: 1px solid #ddf9f4;
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
}

.loginwrap .login .formbox ul.loginlistform li input:focus
{
    background: #c4f5f1;
    border: 1px solid #f5bc71;
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
}

.loginwrap .login .formbox ul.loginlistform li input[type='checkbox']
{
    width: 20px;
    height: 20px;
    padding: 2px 2px;
}

.loginwrap .login .formbox ul.loginlistform li button
{
    display: block;
    float: right;
    width: 120px;
    height: 40px;
    margin-right: 150px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #3BA4C7;
    background-image: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background-image: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background-image: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background-image: -ms-linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 );
    background-image: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);
    -webkit-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
    -moz-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
    box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
    border: 1px solid #004F72;
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    cursor: pointer;
}

/* Main Navi */
.navwrap
{
    width: 100%;
    min-width: 1024px;
    height: 40px;
    background: url('../images/mainnav-bg.png') 0 0 repeat-x;
    border-top: 1px solid #cfcfcf;
}

.navwrap .nav
{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 40px;
    z-index: 9999;
    
}

/* Customised Drop Dwon Menu */
.main-nav, .main-nav *
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav
{
    line-height: 1.0;
}

.main-nav ul
{
    position: absolute;
    top: -999em;
    width: 10em;
}

.main-nav ul li
{
    width: 100%;
}

.main-nav li:hover
{
    visibility: inherit;
}

.main-nav li
{
    float: left;
    position: relative;
}

.main-nav a
{
    display: block;
    position: relative;
}

.main-nav li:hover ul, .main-nav li.sfHover ul
{
    left: 0;
    top: 2.5em;
    z-index: 99999;
}

ul.main-nav li:hover li ul, ul.main-nav li.sfHover li ul
{
    top: -999em;
}

ul.main-nav li li:hover ul, ul.main-nav li li.sfHover ul
{
    left: 10em;
    top: 0;
}

ul.main-nav li li:hover li ul, ul.main-nav li li.sfHover li ul
{
    top: -999em;
}

ul.main-nav li li li:hover ul, ul.main-nav li li li.sfHover ul
{
    left: 10em;
    top: 0;
}

.main-nav
{
    width: auto;
    height: 40px;
    float: left;
    margin-bottom: 1em;
    font-family: "Georgia", "Segoe UI" , "Trebuchet MS" , Arial, Helvetica, sans-serif;
    margin-left:17%
}

.main-nav a
{
    border: none;
    padding: 10px 20px;
    text-decoration: none;
}

.main-nav a, .main-nav a:visited
{
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
}

.main-nav li
{
    background: transparent;
}

.main-nav li ul
{
    background: #09305a;
}

.main-nav li li a
{
    font-weight: normal;
}

.main-nav li li
{
    font-weight: normal;
    background: #fff url('../images/mainnav-bg.png') left top repeat-x;
}

.main-nav li li li
{
    background: #fff url('../images/mainnav-bg.png') left top repeat-x;
}

.main-nav li:hover, .main-nav li.sfHover, .main-nav a:focus, .main-nav a:hover, .main-nav a:active
{
    background: transparent;
    color: #fff;
    outline: 0;
}

.main-nav a.current
{
    color: #fff;
}

.main-nav a.sf-with-ul
{
    padding-right: 2.25em;
    min-width: 1px;
}

.sf-sub-indicator
{
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url('../images/nav-arrows.png') no-repeat -10px -100px;
}

a > .sf-sub-indicator
{
    top: 0.8em;
    background-position: 0 -100px;
}

a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator
{
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

.main-nav ul .sf-sub-indicator
{
    background-position: -10px 0;
}

.main-nav ul a > .sf-sub-indicator
{
    background-position: 0 0;
}

.main-nav ul a:focus > .sf-sub-indicator, .main-nav ul a:hover > .sf-sub-indicator, .main-nav ul a:active > .sf-sub-indicator, .main-nav ul li:hover > a > .sf-sub-indicator, .main-nav ul li.sfHover > a > .sf-sub-indicator
{
    background-position: -10px 0;
}

.sf-shadow ul
{
    background: url('../images/shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
    border-radius: 0 12px 0 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-topright: 12px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -ms-border-top-right-radius: 12px;
    -ms-border-bottom-left-radius: 12px;
    -khtml-border-top-right-radius: 12px;
    -khtml-border-bottom-left-radius: 12px;
}

.sf-shadow ul.sf-shadow-off
{
    background: transparent;
}

/* User Link */

.navwrap .nav .userlinker
{
    height: 52px;
}

.navwrap .nav .userlinker ul.userlinkmenu
{
    display: block;
    width: 100%;
    height: 40px;
}

.navwrap .nav .userlinker ul.userlinkmenu li
{
    display: block;
    float: right;
    margin: 0 3px;
}

.navwrap .nav .userlinker ul.userlinkmenu li a
{
    display: block;
    padding: 5px 5px;
    font-size: 15px;
    font-weight: bold;
    color: #ccc;
}

.navwrap .nav .userlinker ul.userlinkmenu li a:hover
{
    color: #fff;
    border-bottom: 2px dotted #efefef;
}

/* Main Container */

.contentwrap
{
    width: 100%;
    min-width: 1024px;
    height: auto;
}

.contentwrap .container
{
    margin: 0 auto;
    padding: 20px 20px;
    width: 990px;
    height: auto;
    background: url(../images/maincontentbg.png) no-repeat;
    overflow: auto;
}

.contentwrap .container .sidebar
{
    position: relative;
    float: left;
    width: 240px;
    height: auto;
}

.contentwrap .container .sidebar .calendarbox
{
    width: 270px;
    height: 280px;
}

.contentwrap .container .sidebar .fixedcalendarbox
{
    position: fixed;
    top: 0px;
}

.contentwrap .container .maincontent
{
    float: right;
    margin-right: 40px;
    width: 700px;
    height: auto;
    overflow: auto;
}


/*============================================================================================*/
/* Footer */
/*============================================================================================*/

.footerwrap
{
    width: 100%;
    min-width: 1024px;
    height: auto;
}

.footerwrap .footer
{
    margin: 0 auto;
    width: 1024px;
    height: 40px;
}

/* Go Top Button */
.gotop
{
    position: fixed;
    right: 10px;
    bottom: 0;
    width: 80px;
    height: 0px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 10px #333;
}

.gotop a
{
    display: block;
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #0d5090;
}

.showtop
{
    height: 25px;
}

.form-panel
{
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    float: left;
}
.half-panel
{
    width: 328px;
}
.full-panel
{
    width: 656px;
}



.full-panel div, .half-panel div 
{
    padding-top:5px;
    padding-bottom: 5px;
}

.form-panel label
{
    display: block;
    width: 150px;
    float: left;
    font-weight: bold;
    font: bold 12px tahoma,arial,verdana,sans-serif;
    padding-top:5px;
}

.form-panel input
{
    border: 1px solid;
}
.half-panel input, select
{
    width: 165px;
}
.half-panel p
{
    width: 200px;
}
.half-panel .display-field
{
    width: 165px;
    float: left;
    padding-bottom: 18px;
    color: #3D79B9;
    font-weight: bold;
    height: 18px;
}
.full-panel input
{
    width: 500px;
}
.full-panel .display-field
{
    width: 165px;
    float: left;
    padding-bottom: 18px;
    color: #3D79B9;
    font-weight: bold;
    height: 18px;
}
.x-panel div
{
    display: inline-block;
}

.x-panel-header
{
    font: bold 11px tahoma,arial,verdana,sans-serif;
    padding: 4px 8px;
    border: 1px solid #99BBE8;
    color: White;
    line-height: 15px;
    background-color: #3BA4C7;
    background-image: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
}
.x-panel-content
{
    border: 1px solid #EFEFEF;
    padding: 4px 8px;
    background-color: White;
}
.groupmenu
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    background: #eee;
    padding: 5px;
    width: 143px;
}
.groupmenu li
{
    margin: 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 120px;
}
.dropGroupList
{
    width: 175px;
    float: left;
}
.editor-label label
{
    font: bold 12px tahoma,arial,verdana,sans-serif;
}

.userlinkmenu li ul
{
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.0;
    position: absolute;
    z-index: 99999;
    width: 130px;
    background: #09305A;
}
.userlinkmenu li ul a:hover
{
    border-bottom: 0px !important;
    cursor: pointer;
}
.userlinkmenu li ul a
{
    font-weight: normal;
    background: #fff url('../images/mainnav-bg.png') left top repeat-x;
    width: 95px;
    text-align: center;
    padding: 15px !important;
}
.userlinkmenu li:hover > ul
{
    display: block;
}
.userlinkmenu li ul a:hover, a:active
{
    background: transparent;
    color: White;
    outline: 0;
}
.paging
{
    text-align: center;
    margin: 10px;
}
.paging a
{
    padding: 5px 10px;
    margin: 0px 10px;
    border: 1px solid black;
    background-color: White;
}
.paging input 
{
    width:35px;
}
.paging .selected 
{
    background-color:#3BA4C7;
    color:White;
}
.loading
{
    text-align: center;
    background: url('../images/ajax-loader.gif') center center no-repeat;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
}
.ui-progressbar .ui-progressbar-value
{
    background-image: url('../images/pbar-ani.gif');
}
.toggleFilter 
{
}
.toggleCollapse
{
    background-image: url('../images/toggle-collapse-alt_basic_blue.png');
    background-repeat:no-repeat;
    background-size: 20px 20px;
}
.toggleExpand
{
    background-image: url('../images/toggle-expand-alt_basic_blue.png');
    background-repeat:no-repeat;
    background-size: 20px 20px;    
}
.toggleFilter span
{
    margin-left:20px;
}

















