/* CSS Reset */
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, 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, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, option, optgroup {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b, strong {
    font-weight: 700;
}

body {
    line-height: 1.25;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana;
    font-size: 10pt;
    color: #000000;
    background: #AAAAAA;
}

select, input, textarea, button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

optgroup {
    font-weight: bold;
}

option {
    font-weight: normal;
}

/* Clear Fix */
.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.clear {
    display: block;
}

html[xmlns] .clear {
    display: block;
}

* html .clear {
    height: 1%;
    overflow: visible;
}

/* Shortcuts */
.l {
    text-align: left !important
}

.c {
    text-align: center !important
}

.r {
    text-align: right !important
}

.b {
    font-weight: bold !important;
}

.fl {
    float: left
}

.fr {
    float: right
}

.nw {
    white-space: nowrap
}

.w30 {
    width: 30px
}

.w40 {
    width: 40px
}

.w60 {
    width: 60px
}

.w80 {
    width: 80px
}

.w100 {
    width: 100px
}

.w200 {
    width: 200px
}

.w300 {
    width: 300px
}

.w500 {
    width: 500px
}

.wordbreak-all {
    word-break: break-all;
}

.round {
    border-radius: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.pointer {
    cursor: pointer
}

span.info {
    color: #666666;
}

span.success, td.success {
    color: green;
    font-weight: bold;
}

span.error, td.error {
    color: red;
    font-weight: bold;
}

/**
* Layout
*/
h1 {
    font-size: 18pt;
}

h2 {
    font-size: 14pt;
}

h3 {
    font-size: 13pt;
    padding: 3px 0;
    border-bottom: 1px solid #000000;
    margin: 0 3px 6px;
}

h4 {
    font-size: 12pt;
}

h5 {

}

h6 {

}

p {
    margin: 0 0 10px 0;
}

#wrapper {
    background: #F4F9FE;
    min-width: 800px;
    width: 100%;
}

.layer {
    width: 100%;
}

/* Links */
a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #666666;
    text-decoration: underline;
}

a.active {
    font-weight: bold;
}

/* Header */
.header {
    background: url(../images/header_bg.png) no-repeat right top, -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ECF4FD));
    background: url(../images/header_bg.png) no-repeat right top, -moz-linear-gradient(top, #FFFFFF, #ECF4FD);
    border-bottom: 1px solid #99BBDD;
    height: 48px;
}

.header .logo {
    background: url(../images/logo.png) no-repeat 0 8px;
    color: #003366;
    float: left;
    font-size: 22px;
    height: 48px;
    line-height: 45px;
    margin: 0 0 0 10px;
    padding: 0 0 0 35px;
    width: 170px;
}

.header .items {
    margin: 13px 30px 0 0;
}

.header .items a {
    color: #003366;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
}

.header .items .btn {
    border: 1px solid transparent;
    color: #003366;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    margin: 0 6px;
    padding: 0 8px;
    text-decoration: none;
    border-radius: 2px;
}

.header .items .btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ECF4FD));
    background: -moz-linear-gradient(top, #FFFFFF, #ECF4FD);
    border: 1px solid #99BBDD;
    box-shadow: 0 0 5px rgba(149, 184, 211, .6);
}

.header .items .btn:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#CCDDEE), to(#ECF4FD));
    background: -moz-linear-gradient(top, #CCDDEE, #ECF4FD);
    border: 1px solid #99BBDD;
    box-shadow: 0 0 5px rgba(149, 184, 211, .6);
}

.header .actions {
    float: right;
    margin: 13px 30px 0 0;

}

.header .actions a {
    color: #003366;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
}

.header .actions .btn {
    border: 1px solid transparent;
    color: #003366;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    margin: 0 6px;
    padding: 0 8px;
    text-decoration: none;
    border-radius: 2px;
}

.header .actions .btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ECF4FD));
    background: -moz-linear-gradient(top, #FFFFFF, #ECF4FD);
    border: 1px solid #99BBDD;
    box-shadow: 0 0 5px rgba(149, 184, 211, .6);
}

.header .actions .btn:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#CCDDEE), to(#ECF4FD));
    background: -moz-linear-gradient(top, #CCDDEE, #ECF4FD);
    border: 1px solid #99BBDD;
    box-shadow: 0 0 5px rgba(149, 184, 211, .6);
}

.header .search-clear {
    right: 55px;
    top: 7px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    background-color: #DDDDDD;
    border: 1px solid #999999;
    border-radius: 10px;
    width: 14px;
    height: 14px;
}

.header .search-clear:hover {
    cursor: pointer;
}

/* Menu */
#mainmenu {
    padding: 5px 10px;
    background: #CCCCCC;
}

#mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainmenu li {
    display: inline;
    margin: 0;
    padding: 0 6px;
    border-left: 2px solid #666666;
}

#mainmenu li.first {
    border: 0;
    padding: 0 6px 0 0;
}

#container {

}

/* Blocks */
aside.sidebar {
    display: block;
    position: absolute;
    left: 0;
    top: 49px;
    width: 225px;
    box-shadow: #CCDDEE -2px 2px 2px inset;
    background: #DDEEFF;
}

.block {

}

.toggle-menu ul.menu-list {
    overflow: auto;
    padding: 4px;
}

.menu-list li.top {
    border: 1px solid #DDEEFF;
    cursor: pointer;
    margin: 2px 3px;
    border-radius: 3px;
}

.menu-list li.top:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ECF4FD));
    background: -moz-linear-gradient(top, #FFFFFF, #ECF4FD);
    border-color: #99BBDD !important;
}

.menu-list li.top div.submenu {
    margin: 0 0 6px;
}

.menu-list a.top {
    color: #003366;
    display: inline-block;
    line-height: 22px;
    overflow: hidden;
    padding: 2px 2px 0 20px;
    white-space: nowrap;
    width: 180px;
    height: 22px;
}

.menu-list a.has-sub {
    background: url(../images/unselect_arrow.png) no-repeat 6px 10px;
}

.menu-list li.top-active, .menu-list li.top-open {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ECF4FD));
    background: -moz-linear-gradient(top, #FFFFFF, #ECF4FD);
    border-color: #99BBDD;
    box-shadow: 0 0 4px #CCDDEE;
}

.menu-list li.top-active a.top {
    background: url(../images/selected_arrow.png) no-repeat 6px 10px;
}

.menu-list li.top-open a.top {
    background: url(../images/desc_arrow.png) no-repeat 6px 10px;
}

.menu-list a.sub {
    display: block;
    overflow: hidden;
    padding: 0 2px 0 20px;
    margin-bottom: 3px;
    white-space: nowrap;
    width: 180px;
    text-decoration: none;
    font-size: 9pt;
}

.menu-list a.sub:hover {
    background: url(../images/selected_arrow.png) no-repeat 8px 5px;
}

.menu-list a.sub-active {
    font-weight: bold;
}

/* Content */
#panel-body {
    margin: 0;
    background: #F4F9FE;
    border-left: 1px solid #99BBDD;
    padding: 1px;
    position: relative;
}

.with_sidebar {
    margin: 0 0 0 225px !important;
}

#panel-div {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF;
    width: 100%;
    opacity: 1;
    z-index: 0;
}

#panel-div .body-header {
    background: #DDEEFF;
    height: 36px;
}

#panel-div .body-header .panel-title {
    color: #003366;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 0 0 12px;
}

#panel-div .body-header .panel-button {
    float: right;
    font-size: 12px;
    height: 24px;
    line-height: 22px;
    margin: 7px 8px 0 0;
    padding: 0 8px;
}

#panel-div .panel-loader {
    line-height: 24px;
    padding: 8px;
    position: relative;
}

#main, #modalbox {
    line-height: 24px;
    overflow-y: auto;
    padding: 8px;
    position: relative;
}

#buttonbar {
    float: right;
    margin: 0 0 4px;
}

.section_buttons {
    float: right;
    margin: 0 0 4px;
}

#content_holder {

}

#content_holder .section {
    /*padding: 0 9px;*/

}

#content_holder .section[disabled] {
    opacity: .3;
}

#content_holder ul {
    margin: 0 0 0 10px;
}

#content_holder h5 {
    color: #003366;
    font-weight: bold;
    font-size: 10pt;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

#content_holder .seperator {
    background: #F4F9FE;
    border: 1px solid #DDEEFF;
    height: 1px;
    margin: 9px 0;
}

/* Forms */
form table.form {
    margin: 6px 0;
    display: block;
    width: 100%;
}

form table.form th {
    padding: 4px;
    background: #DDEEFF;
    font-weight: bold;
}

form table.form td {
    padding: 2px 6px 2px 2px;
    height: 23px;
    vertical-align: top;
}

form td.required {
    padding-right: 12px !important;
    background: url(../images/required.gif) no-repeat right 9px;
}

form .info {
    font-size: 8pt;
    color: #666666;
}

form label.error {
    color: red;
    font-weight: bold;
    padding: 0 4px;
}

input, select, textarea, label {
    font-size: 9pt;
}

input[type=text], input[type=email], input[type=password], input[type=file] {
    color: #000000;
    height: 24px;
    line-height: 20px;
    margin: 3px 0;
    padding: 1px 5px;
    box-shadow: #CCDDEE -2px 2px 2px inset;
    border: 1px solid #99BBDD !important;
    background: #DDEEFF;
    vertical-align: middle;
}

input:disabled {
    background: #F6F6F6;
    color: #CCCCCC;
}

select {
    height: 24px;
    line-height: 20px;
    min-width: 100px;
    outline: none;
    padding: 2px;
    margin: 0 0 3px;
    box-shadow: #CCDDEE -2px 2px 2px inset;
    border: 1px solid #99BBDD;
    background: #DDEEFF;
    vertical-align: middle;
}

textarea {
    color: #000000;
    line-height: 20px;
    margin: 3px 0;
    box-shadow: #CCDDEE -2px 2px 2px inset;
    border: 1px solid #99BBDD !important;
    padding: 6px;
    background: #DDEEFF;
}

.radio {
    margin: 0 2px 4px 0;
    vertical-align: middle;
}

/* button
---------------------------------------------- */
.button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 9pt/100% "Segoe UI", Tahoma, Geneva, Verdana;
    padding: .5em 2em .55em;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDEEFF));
    background: -moz-linear-gradient(top, #FFFFFF, #DDEEFF);
}

.button:hover {
    text-decoration: none;
}

.button:active {
    position: relative;
    top: 1px;
}

.bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.medium {
    font-size: 12px;
    padding: .4em 1.5em .42em;
}

.small, .list-table .button {
    font-size: 11px;
    padding: .2em 1em .275em;
}

/* color styles
---------------------------------------------- */

/* black */
.black {
    color: #DDDDDD !important;
    border: solid 1px #333333;
    background: #333333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000));
    background: -moz-linear-gradient(top, #666666, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#000');
}

.black:hover {
    color: #FFFFFF !important;
    background: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
    background: -moz-linear-gradient(top, #444444, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#000');
}

.black:active {
    color: #666666 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#444444));
    background: -moz-linear-gradient(top, #000000, #444444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#666');
}

/* gray */
.gray {
    color: #EEEEEE !important;
    border: solid 1px #555555;
    background: #666666;
    background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#555555));
    background: -moz-linear-gradient(top, #888888, #555555);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888', endColorstr='#555');
}

.gray:hover {
    color: #FFFFFF !important;
    background: #666666;
    background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
    background: -moz-linear-gradient(top, #777777, #444444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777', endColorstr='#444');
}

.gray:active {
    color: #AAAAAA !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#888888));
    background: -moz-linear-gradient(top, #555555, #888888);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#888');
}

/* white */
.white {
    color: #666666 !important;
    border: solid 1px #BBBBBB;
    background: #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#EEE');
}

.white:hover {
    color: #000000 !important;
    background: #EEEEEE;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
    background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#DDD');
}

.white:active {
    color: #999999 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #EEEEEE, #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEE', endColorstr='#FFF');
}

/* orange */
.orange {
    color: #FEF4E9 !important;
    border: solid 1px #DA7C0C;
    background: #F78D1D;
    background: -webkit-gradient(linear, left top, left bottom, from(#FAA51A), to(#F47A20));
    background: -moz-linear-gradient(top, #FAA51A, #F47A20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#F47A20');
}

.orange:hover {
    color: #FFFFFF !important;
    background: #F47A20;
    background: -webkit-gradient(linear, left top, left bottom, from(#F88E11), to(#F06015));
    background: -moz-linear-gradient(top, #F88E11, #F06015);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.orange:active {
    color: #FCD3A5 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#F47A20), to(#FAA51A));
    background: -moz-linear-gradient(top, #F47A20, #FAA51A);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F47A20', endColorstr='#faa51a');
}

/* red */
.red {
    color: #FADDDD !important;
    border: solid 1px #991111;
    background: #D81B21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ED1C24), to(#AA1317));
    background: -moz-linear-gradient(top, #ED1C24, #AA1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

.red:hover {
    color: #FFFFFF !important;
    background: #B61318;
    background: -webkit-gradient(linear, left top, left bottom, from(#C9151B), to(#AA1317));
    background: -moz-linear-gradient(top, #C9151B, #AA1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#AA1317');
}

.red:active {
    color: #DE898C !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#AA1317), to(#ED1C24));
    background: -moz-linear-gradient(top, #AA1317, #ED1C24);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
    color: #D9EEF7 !important;
    border: solid 1px #0078A5;
    background: #0095CC;
    background: -webkit-gradient(linear, left top, left bottom, from(#00ADEE), to(#0078A5));
    background: -moz-linear-gradient(top, #00ADEE, #0078A5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.blue:hover {
    color: #FFFFFF !important;
    background: #0078A5;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095CC), to(#00678E));
    background: -moz-linear-gradient(top, #0095CC, #00678E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.blue:active {
    color: #80BED6 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078A5), to(#00ADEE));
    background: -moz-linear-gradient(top, #0078A5, #00ADEE);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
    color: #FAE7E9 !important;
    border: solid 1px #BF4050;
    background: #DA5867;
    background: -webkit-gradient(linear, left top, left bottom, from(#F16C7C), to(#BF4050));
    background: -moz-linear-gradient(top, #F16C7C, #BF4050);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#BF4050');
}

.rosy:hover {
    color: #FFFFFF !important;
    background: #BF4050;
    background: -webkit-gradient(linear, left top, left bottom, from(#CF5D6A), to(#A53845));
    background: -moz-linear-gradient(top, #CF5D6A, #A53845);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}

.rosy:active {
    color: #DCA4AB !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#BF4050), to(#F16C7C));
    background: -moz-linear-gradient(top, #BF4050, #F16C7C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BF4050', endColorstr='#f16c7c');
}

/* green */
.green {
    color: #E8F0DE !important;
    border: solid 1px #538018;
    background: #64991E;
    background: -webkit-gradient(linear, left top, left bottom, from(#7DB72F), to(#4E7D0E));
    background: -moz-linear-gradient(top, #7DB72F, #4E7D0E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

.green:hover {
    color: #FFFFFF !important;
    background: #538018;
    background: -webkit-gradient(linear, left top, left bottom, from(#6B9D28), to(#436B0C));
    background: -moz-linear-gradient(top, #6B9D28, #436B0C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

.green:active {
    color: #A9C08C !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#4E7D0E), to(#7DB72F));
    background: -moz-linear-gradient(top, #4E7D0E, #7DB72F);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink {
    color: #FEEEF5 !important;
    border: solid 1px #D2729E;
    background: #F895C2;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEB1D3), to(#F171AB));
    background: -moz-linear-gradient(top, #FEB1D3, #F171AB);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}

.pink:hover {
    color: #FFFFFF !important;
    background: #D57EA5;
    background: -webkit-gradient(linear, left top, left bottom, from(#F4AACB), to(#E86CA4));
    background: -moz-linear-gradient(top, #F4AACB, #E86CA4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}

.pink:active {
    color: #F3C3D9 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#F171AB), to(#FEB1D3));
    background: -moz-linear-gradient(top, #F171AB, #FEB1D3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

/* Buttons END*/

/* Message Boxes */
.messagebox {
    margin-bottom: 10px;
    padding: 10px 6px 10px 45px;
    border: 2px solid #FFFFFF;
    color: #444444;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.messagebox ul {
    list-style: none;
    margin: 10px 4px;
}

.messagebox ul li {
    padding-left: 12px;
}

.ebox {
    background: #FFDDDD url(../images/mbox/icon-error.png) 16px center no-repeat;
    border-color: #DD0022
}

.ebox a {
    color: #DD0022
}

.ebox ul li {
    background: url(../images/mbox/bullet-error.png) left 10px no-repeat
}

.wbox {
    background: #FFEEAA url(../images/mbox/icon-warning.png) 16px center no-repeat;
    border-color: #FFCC22
}

.wbox a {
    color: #888833
}

.wbox ul li {
    background: url(../images/mbox/bullet-warning.png) left 10px no-repeat
}

.sbox {
    background: #EEFFDD url(../images/mbox/icon-success.png) 16px center no-repeat;
    border-color: #BBDD55
}

.sbox a {
    color: #558811
}

.sbox ul li {
    background: url(../images/mbox/bullet-success.png) left 10px no-repeat
}

.ibox {
    background: #E2EFFC url(../images/mbox/icon-info.png) 16px center no-repeat;
    border-color: #9DDAE6
}

.ibox a {
    color: #2D7BA2
}

.ibox ul li {
    background: url(../images/mbox/bullet-info.png) left 10px no-repeat
}

.add {
    background: url(../images/actions/add.gif) no-repeat left center !important;
    padding-left: 20px !important;
}

.list {
    background: url(../images/actions/list.png) no-repeat left center !important;
    padding-left: 20px !important;
}

.edit {
    background: url(../images/actions/edit.gif) no-repeat left center !important;
    padding-left: 20px !important;
}

.delete {
    background: url(../images/actions/delete.gif) no-repeat left center !important;
    padding-left: 20px !important;
}

.save {
    background: url(../images/actions/save.gif) no-repeat left center !important;
    padding-left: 20px !important;
}

/* Sidebar Menu */
.toggle-menu .menu-list {
    overflow: auto;
    padding: 4px;
}

#sidebar .menu-list li.top-item {
    border: 1px solid #DDEEFF;
    cursor: pointer;
    line-height: 22px;
    margin: 2px 3px;
    border-radius: 3px;
    height: 26px;
}

#sidebar .submenu ul {
    margin-left: 10px;
}

/* Lists */
.list-table {
    border: 1px solid #99BBDD;
    width: 100%;
}

.list-table thead {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ECF4FD));
    background: -moz-linear-gradient(top, #FFFFFF, #ECF4FD);
    color: #003366;
    height: 24px;
}

.list-table thead th {
    border-bottom: 1px solid #99BBDD;
    text-align: left;
    font-weight: bold;
    padding: 2px 4px;
}

.list-table td {
    padding: 0 4px;
}

.list-table tbody tr:nth-child(odd) {
    background: #F6F6F6;
}

.list-table tbody tr:nth-child(even) {
    background: #FFFFFF;
}

.list-table tbody tr:hover td {
    color: white;
    background: green;
}

.list-table tbody tr:hover td a, .list-table tbody tr:hover td .success {
    color: white;
}

.list-table tbody tr.selected td {
    background: #DDEEFF;
}

/* Pagination */
.paginationBar {
    border: 1px solid #99BBDD;
    padding: 5px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ECF4FD));
    background: -moz-linear-gradient(top, #FFFFFF, #ECF4FD);
    color: #003366;
    height: 24px;
    margin-bottom: 6px;
}

.pgnContainer {
    float: left;
    padding-right: 20px;
}

.pgnLoading {
    background: url(../images/fb-loader.gif) right center no-repeat;
}

.pgnContainer a, .pgnContainer span {
    margin-right: 4px;
    padding: 2px 4px;
}

.pgnContainer .current {
    background: #99BBDD;
    color: #FFFFFF;
}

.totalResultCount {
    float: right
}

/* Spesific CSS */
.seperateBox {
    margin: 6px;
    border: 1px solid #999999;
    padding: 4px;
}

ol.sortable, ol.sortable ol {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
}

ol.sortable {
    margin: 0 10px 0 0;
    padding: 10px;
    border: 1px dashed #CCCCCC;
    min-width: 400px;
}

ol.sort_grid {
    min-width: 160px;
    min-height: 135px;
}

.fixed-filter {
    min-width: 400px;
}

.sortable li {
    margin: 3px 0;
    padding: 0;
}

.sortable li div {
    background: -webkit-gradient(linear, left top, right top, from(#EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(left, #EEEEEE, #FFFFFF);
    border-left: 2px solid #AAAAAA;
    min-width: 300px;
    padding: 2px 2px 2px 6px;
    margin: 0;
    cursor: move;
    font-size: 9pt;
}

.sortable li.grid {
    margin: 3px;
    padding: 1px;
    float: left;
    text-align: center;
    border: 1px solid #CCCCCC;
    width: 150px;
    height: 125px;
    background: #FFFFFF;
}

.sortable li.placeholder_grid {
    margin: 3px;
    padding: 1px;
    float: left;
    text-align: center;
    border: 1px solid #CCCCCC;
    width: 150px;
    height: 125px;
    background: #FFEEAA;
}


.placeholder {
    background: -webkit-gradient(linear, left top, right top, from(#FFEEAA), to(#FFFFFF));
    background: -moz-linear-gradient(left, #FFEEAA, #FFFFFF);
    border-left: 1px dashed #FFCC22;
    width: 300px;
}

.placeholder_grid {
    background: #FFEEAA;
    margin: 3px;
    padding: 1px;
    float: left;
    text-align: center;
    border: 1px solid #CCCCCC;
    width: 152px;
    height: 127px;
}

/* Uploader */
.qq-uploader {
    position: relative;
    width: 100%;
}

.qq-upload-button {
    display: block; /* or inline-block */
    padding: 7px 0;
    text-align: center;
    background: #FF9999;
    border-bottom: 1px solid #DDDDDD;
    color: #990000;
}

.qq-upload-button-hover {
    background: #DD0022;
}

.qq-upload-button-focus {
    outline: 1px dotted black;
}

.qq-upload-drop-area {
    width: 100%;
    min-height: 70px;
    z-index: 2;
    background: #FF9999;
    text-align: center;
}

.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}

.qq-upload-drop-area-active {
    background: #FF9999;
}

.qq-upload-list {
    margin: 15px 35px;
    padding: 0;
    list-style: disc;
}

.qq-upload-list li {
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 12px;
}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {

}

.qq-upload-spinner {
    display: inline-block;
    background: url(../images/loading.gif);
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-upload-size, .qq-upload-cancel {
    font-size: 11px;
}

.qq-upload-failed-text {
    display: none;
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}

/* Images */
.category-image {
    border: 1px solid #AAAAAA;
    width: 238px;
    height: 150px;
    background: url(../images/nophoto.jpg) no-repeat center center;
}

.trashbox {
    background: url(../images/recycle.jpg) no-repeat center center;
}

tr.nlinko a {
    background: no-repeat center top;
    display: inline-block;
    height: 20px;
    margin-right: 3px;
    text-decoration: none;
    width: 20px;
}

.ico_d {
    display: inline-block;
    height: 20px;
    margin-right: 3px;
    text-decoration: none;
    width: 20px;
    background: url("../images/icons/ico_d.png") no-repeat center top;
}

.ico_p {
    display: inline-block;
    height: 20px;
    margin-right: 3px;
    text-decoration: none;
    width: 20px;
    background: url("../images/icons/ico_p.png") no-repeat center top;
}

.ico_k {
    display: inline-block;
    height: 20px;
    margin-right: 3px;
    text-decoration: none;
    width: 20px;
    background: url("../images/icons/ico_k.png") no-repeat center top;
}

.ournetwork {
    padding-top: 10px;
    margin-top: 10px;
    font-size: 11px;
    color: #666666;
    border-top: 1px dotted #999999;
    line-height: 18px;
}

.networklist {
    padding-left: 110px;
    height: 40px;
    background: no-repeat left;
}

.networkcheck {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999999;
}

/* Yeni ui spin input box için düzeltme */
.list-table .ui-spinner-input {
    text-align: left !important;
}
