/* 
	CSS Reset 
*/

html, body {
    height: 100%;
    overflow-x: hidden !important;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q {
	-webkit-quotes: "" "";
	quotes: "" "";
}

a img { border: none; }

/*
	General elements styles
*/

body {
	color: #363636;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
	margin: auto;
	-ms-text-shadow: 0 1px 0 white;
	text-shadow: 0 1px 0 white;
}

body.nobg { background: #f7f7f7; }

    body.login {
        background: #E4EFFC url("../../images/blue/bg.png") repeat-x 0 350px;
        color: #363636;
        font-family: Arial;
        font-size: 12px;
        margin: auto;
        -ms-text-shadow: 0 1px 0 #ccc;
        text-shadow: 0 1px 0 #ccc;
        overflow-x: initial !important;
    }

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

a {
	color: #1F92FF;
	text-decoration: none;
}

a:hover {
	color: #2F4E85;
	text-decoration: none;
}

a:active {
	color: black;
	text-decoration: none;
}

.clear { clear: both; }

.show { display: block; }

.hide { display: none; }

table {
	margin: auto;
	text-align: left;
}

img { border: 0; }

img.mid_align {
	border: 0;
	margin-right: 5px;
	vertical-align: middle;
}

ul.style, ol.style {
	padding-bottom: 15px;
	padding-left: 30px;
}

    ul.style li, ol.style li {
        margin-bottom: 5px;
        padding-left: 5px;
    }

label {
    font-weight: bold;
}

.quote {
    color: #666;
    display: block;
    font-size: 14px;
    font-style: italic;
    margin: auto;
    padding: 20px 15px 20px 15px;
    width: 80%;
}

/*
	Input elements style
*/

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=number], select {
    background: white url("../../images/bg_ip.png") repeat-x;
    border: 1px solid silver;
    color: black;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

input[type=email] {
    width: 330px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input.search {
    -moz-box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    background: transparent;
    border: 0;
    box-sizing: content-box;
    width: 180px;
}

textarea {
    background: white url("../../images/bg_ip.png") repeat-x;
    border: 1px solid silver;
    color: black;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 3px 5px 3px 5px;
}

    input[type=text]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=email]:hover, input[type=search]:hover, textarea:hover {
        background-color: #fff5d3;
        border: 1px solid #999;
    }

    input[type=text]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=search]:focus, textarea:focus {
        background-color: #fff5d3;
    }

    input[type=text].blur, input[type=password].blur, input[type=tel].blur, input[type=email].blur, input[type=search].blur, textarea.blur {
        color: #999;
        font-style: italic;
        font-weight: normal;
    }

input.search:hover, input.search:focus {
    background: transparent;
    border: 0;
}

input[type=submit], input[type=button] {
    background: #ccc url("../../images/bt_g.png") repeat-x;
    border: 1px solid #999;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #444;
    -ms-box-shadow: 0 1px 2px #444;
    box-shadow: 0 1px 2px #444;
    color: #333;
    font-weight: bold;
    margin: 0;
    padding: 7px 10px 7px 10px;
    -ms-text-shadow: 1px 0 0 #ccc;
    text-shadow: 1px 0 0 #ccc;
}

    input[type=button].right_switch {
        background: #ccc url("../../images/bg_switch.png") repeat-x;
        border: 1px solid #AAA9A9;
        -ms-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -ms-border-radius: 0;
        border-radius: 0;
        -ms-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-box-shadow: 0 1px 1px white;
        -ms-box-shadow: 0 1px 1px white;
        box-shadow: 0 1px 1px white;
        color: #333333;
        font-size: 10px;
        font-weight: bold;
        height: 30px;
        margin: 0;
        -ms-text-shadow: 1px 0 0 white;
        text-shadow: 1px 0 0 white;
    }

    input[type=button].left_switch {
        -moz-border-radius: 0;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-box-shadow: 0 1px 1px white;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-radius: 0;
        -webkit-border-top-left-radius: 5px;
        -webkit-box-shadow: 0 1px 1px white;
        -webkit-text-shadow: 1px 0 0 white;
        background: #ccc url("../../images/bg_switch.png") repeat-x;
        border: 1px solid #AAA9A9;
        -ms-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -ms-border-radius: 0;
        border-radius: 0;
        -ms-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -ms-box-shadow: 0 1px 1px white;
        box-shadow: 0 1px 1px white;
        color: #333;
        font-size: 10px;
        font-weight: bold;
        height: 30px;
        margin: 0;
        -ms-text-shadow: 1px 0 0 white;
        text-shadow: 1px 0 0 white;
    }

    input[type=button].middle_switch {
        -moz-border-radius: 0;
        -moz-box-shadow: 0 1px 1px white;
        -webkit-border-radius: 0;
        -webkit-box-shadow: 0 1px 1px white;
        -webkit-text-shadow: 1px 0 0 white;
        background: #ccc url("../../images/bg_switch.png") repeat-x;
        border: 1px solid #AAA9A9;
        -ms-border-radius: 0;
        border-radius: 0;
        -ms-box-shadow: 0 1px 1px white;
        box-shadow: 0 1px 1px white;
        color: #333;
        font-size: 10px;
        font-weight: bold;
        height: 30px;
        margin: 0;
        -ms-text-shadow: 1px 0 0 white;
        text-shadow: 1px 0 0 white;
    }

        input[type=submit]:hover, input[type=button]:hover, input[type=button].right_switch:hover, input[type=button].left_switch:hover, input[type=button].middle_switch:hover {
            background: #999 url("../../images/bt_gh.png") repeat-x;
            border: 1px solid #666;
        }

        input[type=submit]:active, input[type=button]:active, input[type=button].right_switch:active, input[type=button].left_switch:active, input[type=button].right_switch.active, input[type=button].left_switch.active, input[type=button].middle_switch:active, input[type=button].middle_switch.active {
            -webkit-text-shadow: 0 0 0 #999;
            background: #999999 url("../../images/bt_ga.png") repeat-x;
            border: 1px solid #999999;
            color: #cccccc;
            -ms-text-shadow: 0 0 0 #999;
            text-shadow: 0 0 0 #999999;
        }

/*
	WYSIWYG textarea
*/

div.wysiwyg {
    background: #ffffff url("../../images/bg_ip.png") repeat-x;
    font-family: Arial;
    width: 99% !important;
}

/*
	Login layout
*/

#login_wrapper {
    height: 400px;
    margin-top: 100px;
    width: 100%;
}

#login_top_window {
    height: 30px;
    margin: auto;
    width: 351px;
}

#login_body_window {
    background: transparent url('../../images/blue/bg_login_window.png') no-repeat top;
    height: 240px;
    margin: auto;
    width: 351px;
}

    #login_body_window .inner {
        height: 235px;
        margin: auto;
        padding-top: 10px;
        width: 300px;
    }

        #login_body_window .inner p {
            margin-top: 20px;
        }

#login_footer_window {
    height: 30px;
    margin: auto;
    width: 351px;
}

#login_reflect {
    height: 107px;
    margin: auto;
    margin-top: 3px;
    width: 350px;
}

/*
	Dashboard header layout
*/

#header {
    width: 100%;
    /*-moz-min-width: 1700px;
	-ms-min-width: 1700px;
	-o-min-width: 1700px;
	-webkit-min-width: 1700px;
	min-width: 1700px;*/
    background: linear-gradient(white 0,#dfe3e4 100%);
    -ms-text-shadow: 1px 0 0 #666;
    text-shadow: 1px 0 0 #666;
    color: #ccc;
}

    #header a:active {
        color: #999;
    }

    #header #logo {
        float: left;
        margin: 17px 0 0 30px;
    }

    #header #search {
        background: transparent url('../../images/bg_search.png') no-repeat;
        float: right;
        height: 30px;
        margin: 9px 1px 0 0;
        padding: 3px 10px 0 13px;
        text-align: left;
        width: 220px;
    }

    #header #account_info {
        background-color: whitesmoke;
        -ms-border-radius: 6px;
        border-radius: 6px;
        color: Black;
        float: left;
        margin: 40px 0 0 0;
        padding: 3px 3px 3px 3px;
        text-align: left;
        -ms-text-shadow: none;
        text-shadow: none;
    }

/*
	Dashboard left panel layout
*/

#main_menu {
    clear: both;
    font-family: verdana;
    font-size: 12px;
    min-height: 50px;
    line-height: 48px;
    list-style: none;
    overflow: auto;
    padding: 0;
    padding-left: 50px;
    position: relative;
}

    #main_menu li {
        border: 1px solid #AAA;
        background: #ececec;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7FECECEC', endColorstr='#FFD1D1D1', GradientType=1); /* for IE */
        background: linear-gradient(-90deg, rgba(236, 236, 236, 0.50), rgba(209, 209, 209, 1.00));
        display: inline-block;
        position: relative;
        z-index: 0;
        -ms-border-top-left-radius: 6px;
        border-top-left-radius: 6px;
        -ms-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
        -webkit-box-shadow: 0 3px 3px black, inset 0 1px 0 white;
        -ms-box-shadow: 0 3px 3px black, inset 0 1px 0 white;
        box-shadow: 0 3px 3px black, inset 0 1px 0 white;
        -webkit-text-shadow: 0 1px white;
        -ms-text-shadow: 0 1px white;
        text-shadow: 0 1px white;
        margin: 0 -5px;
        /*IE 7 hack*/
        -ms-zoom: 1;
        zoom: 1;
        *display: inline;
    }

    #main_menu a {
        -webkit-text-shadow: 0 1px 0 white;
        color: #4b4f5d;
        font-weight: bold;
        padding: 10px 20px 12px 20px;
        -ms-text-shadow: 0 1px 0 white;
        text-shadow: 0 1px 0 white;
    }

    #main_menu li.selected {
        color: #000;
        z-index: 2;
        border-bottom-color: #26558b;
        background: #26558b;
        -moz-filter: none;
        -o-filter: none;
        filter: none;
        background-color: #26558b;
    }

    #main_menu:before {
        border-bottom: 1px solid #AAA;
        bottom: 0;
        content: " ";
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    #main_menu li:before,
    #main_menu li:after {
        border: 1px solid #AAA;
        bottom: -1px;
        content: " ";
        height: 5px;
        position: absolute;
        width: 5px;
    }

    #main_menu li:before {
        -webkit-box-shadow: 2px 2px 0 #D1D1D1;
        -ms-border-bottom-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-width: 0 1px 1px 0;
        -ms-box-shadow: 2px 2px 0 #D1D1D1;
        box-shadow: 2px 2px 0 #D1D1D1;
        left: -6px;
    }

    #main_menu li:after {
        -webkit-box-shadow: -2px 2px 0 #D1D1D1;
        -ms-border-bottom-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border-width: 0 0 1px 1px;
        -ms-box-shadow: -2px 2px 0 #D1D1D1;
        box-shadow: -2px 2px 0 #D1D1D1;
        right: -6px;
    }

    #main_menu li.selected:before {
        -webkit-box-shadow: 2px 2px 0 #26558b;
        -ms-box-shadow: 2px 2px 0 #26558b;
        box-shadow: 2px 2px 0 #26558b;
    }

    #main_menu li.selected:after {
        -webkit-box-shadow: -2px 2px 0 #26558b;
        -ms-box-shadow: -2px 2px 0 #26558b;
        box-shadow: -2px 2px 0 #26558b;
    }

    #main_menu li a img {
        border: 0;
        margin-right: 5px;
        vertical-align: middle;
    }

    #main_menu li.selected a {
        -webkit-text-shadow: none;
        color: white;
        -ms-text-shadow: none;
        text-shadow: none;
    }

    /* main menu hover styles */

    #main_menu li.hover,
    #main_menu li:hover {
        background: #26558b;
        -moz-filter: none;
        -o-filter: none;
        filter: none;
    }

        #main_menu li:hover:before {
            -webkit-box-shadow: 2px 2px 0 #26558b;
            -ms-box-shadow: 2px 2px 0 #26558b;
            box-shadow: 2px 2px 0 #26558b;
        }

        #main_menu li:hover:after {
            -webkit-box-shadow: -2px 2px 0 #26558b;
            -ms-box-shadow: -2px 2px 0 #26558b;
            box-shadow: -2px 2px 0 #26558b;
        }

        #main_menu li:hover a {
            -webkit-text-shadow: none;
            color: white;
            -ms-text-shadow: none;
            text-shadow: none;
        }

    /* submenus */

    #main_menu li ul {
        display: none;
    }


#main_menu_sub {
    background: #285A90;
    min-height: 40px;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: inherit;
}


/*
	Dashboard shortcut
*/

#shortcut {
    display: block;
    font-size: 11px;
    list-style: none;
    margin-top: 20px;
}

    #shortcut li {
        display: block;
        float: left;
        /*margin: 0 15px 20px 0;*/
        text-align: center;
    }

        #shortcut li a {
            -moz-box-shadow: 0 2px 2px white;
            -webkit-box-shadow: 0 2px 2px white;
            -webkit-text-shadow: 0 1px 0 white;
            background: white url('../../images/shortcut/bg_shortcut.png') repeat-x center;
            border: 1px solid #cdcdcd;
            -ms-box-shadow: 0 2px 2px white;
            box-shadow: 0 2px 2px white;
            color: #4c535b;
            display: block;
            padding: 10px 15px 10px 15px;
            -ms-text-shadow: 0 1px 0 white;
            text-shadow: 0 1px 0 white;
            width: 50px;
        }

            #shortcut li a:hover {
                background: #eaeced url('../../images/shortcut/bg_shortcut_h.png') repeat-x center;
            }

            #shortcut li a:active, #shortcut li a.active {
                background: #C6CACB url('../../images/shortcut/bg_shortcut_a.png') repeat-x center;
            }

            #shortcut li a img {
                margin-bottom: 5px;
            }

#shortcut_notifications {
    display: none !important;
}

.notification {
    -webkit-text-shadow: 1px 0 0 #333;
    background: transparent url('../../images/bg_notification.png') no-repeat center;
    color: white;
    display: block;
    font-weight: bold;
    height: 37px;
    padding-top: 17px;
    position: absolute;
    text-align: center;
    -ms-text-shadow: 1px 0 0 #333;
    text-shadow: 1px 0 0 #333;
    width: 37px;
}

/*
	Dashboard content layout
*/

.content_wrapper {
    height: auto !important;
    margin: 0 auto -55px;
    min-height: 100%;
}

#content {
    /*-moz-min-width: 1185px;
	-ms-min-width: 1185px;
	-o-min-width: 1185px;
	-webkit-min-width: 1185px;
	min-width: 1185px;*/
}

    #content .inner {
        margin: auto;
        width: 98%;
    }

/*
	Dashboard window one column layout
*/

.onecolumn {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 2px #ccc;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    background: white;
    border: 1px solid #cdcdcd;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -ms-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    margin: 20px 0 20px 0;
    width: 100%;
}

    .onecolumn .header {
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
        border-bottom: 1px solid #ccc;
        -ms-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -ms-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        float: left;
        height: 40px;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .onecolumn .header span {
            cursor: n-resize;
            display: block;
            float: left;
            font-size: 16px;
            font-weight: bold;
            padding: 10px 0 0 15px;
            width: auto;
        }

        .onecolumn .header .switch {
            float: right;
            margin-right: 15px;
            padding: 5px 0 0 0;
        }

    .onecolumn .content {
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        background: white url("../../images/bg_ip.png") repeat-x;
        -ms-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -ms-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top: 1px solid #bdbdbd;
    }

table.data caption {
    display: none;
}

table.data tr {
    background: white;
}

    table.data tr td, table.data tr th {
        border-bottom: 1px solid #ccc;
        padding: 7px;
    }

    table.data tr th {
        background: #eee;
        font-weight: bold;
    }

    table.data tr td {
        color: #666;
    }

table#graph_data th {
    text-align: center;
}

table#graph_data td {
    cursor: pointer;
    text-align: center;
}

    table#graph_data td.hover {
        background: #fff5d3;
    }

.chart_wrapper {
    padding-left: 20px;
    position: relative;
    top: 5px;
}

/*
	Dashboard window two column layout
*/

.twocolumn {
    margin: 20px 0 20px 0;
    width: 100%;
}

.column_left, .column_right {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 4px #ccc;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    background: white;
    border: 1px solid #cdcdcd;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -ms-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    float: left;
    width: 49%;
}

.column_right {
    float: right;
}

    .column_left .header, .column_right .header {
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
        border-bottom: 1px solid #ccc;
        -ms-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -ms-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        float: left;
        height: 40px;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .column_left .header span, .column_right .header span {
            cursor: n-resize;
            display: block;
            float: left;
            font-size: 16px;
            font-weight: bold;
            padding: 10px 0 0 15px;
            width: auto;
        }

        .column_left .header .switch, .column_right .header .switch {
            float: right;
            margin-right: 15px;
            padding: 5px 0 0 0;
        }

    .column_left .content, .column_right .content {
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        background: white url("../../images/bg_ip.png") repeat-x;
        -ms-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -ms-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top: 1px solid #bdbdbd;
        padding: 25px 15px 15px 15px;
        padding-bottom: 10px;
    }

/*
	Dashboard window three column layout
*/

.threecolumn {
    float: left;
    margin: 20px 0 0 0;
    width: 100%;
}

.threecolumn_each {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 4px #ccc;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    background: white;
    border: 1px solid #cdcdcd;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -ms-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    float: left;
    margin: 0 1% 0 1%;
    width: 31%;
}

    .threecolumn_each .header {
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
        border-bottom: 1px solid #ccc;
        -ms-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -ms-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        float: left;
        height: 40px;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .threecolumn_each .header span {
            cursor: n-resize;
            display: block;
            float: left;
            font-size: 16px;
            font-weight: bold;
            padding: 10px 0 0 15px;
            width: auto;
        }

        .threecolumn_each .header .switch {
            float: right;
            margin-right: 15px;
            padding: 5px 0 0 0;
        }

    .threecolumn_each .content {
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        background: white url("../../images/bg_ip.png") repeat-x;
        -ms-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -ms-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top: 1px solid #bdbdbd;
        padding: 25px 15px 15px 15px;
        padding-bottom: 10px;
    }

/*
	Alert box layout
*/

.alert_warning {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 4px #ccc;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -webkit-text-shadow: 0 0 0 transparent;
    background: #fcf2a5;
    border: 1px solid #edbf06;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -ms-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
    margin: auto;
    margin: 10px 0 10px 0;
    -ms-text-shadow: 0 0 0 transparent;
    text-shadow: 0 0 0 transparent;
}

.alert_info {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 4px #ccc;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -webkit-text-shadow: 0 0 0 transparent;
    background: #e6f5fd;
    border: 1px solid #b2c8ff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -ms-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #cccccc;
    color: #333;
    cursor: pointer;
    font-weight: bold;
    margin: auto;
    -ms-text-shadow: 0 0 0 transparent;
    text-shadow: 0 0 0 transparent;
}

.alert_success {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 4px #ccc;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -webkit-text-shadow: 1px 0 1px #333;
    background: #08A000;
    border: 1px solid #49816e;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -ms-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin: auto;
    margin: 10px 0 10px 0;
    /*padding: auto;*/
    -ms-text-shadow: 1px 0 1px #333;
    text-shadow: 1px 0 1px #333;
}

.alert_error {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 4px #ccc;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -webkit-text-shadow: 1px 0 1px #333;
    background: #fb1800;
    border: 1px solid #ff8e8e;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -ms-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    color: white;
    font-weight: bold;
    margin: auto;
    margin: 10px 0 10px 0;
    -ms-text-shadow: 1px 0 1px #333;
    text-shadow: 1px 0 1px #333;
}

    .alert_warning p, .alert_info p, .alert_success p, .alert_error p {
        margin: 15px;
    }

.noshadow {
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}


/*
	Photos listing layout
*/

.media_photos {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    margin-top: 30px;
    padding: 0;
    padding-left: 10px;
    width: 100%;
}

    .media_photos li {
        display: block;
        float: left;
        height: 100px;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100px;
    }

        .media_photos li a {
            text-align: center;
        }

        .media_photos li img {
            border: 1px solid #ccc;
            height: 75px;
            width: 75px;
        }

/*
	Pagination style
*/

.pagination {
    font-size: 10px;
    font-weight: bold;
    margin: 25px 0 5px 0;
    text-align: center;
}

    .pagination a {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background: #ccc url("../../images/bg_switch.png") repeat-x;
        border: 1px solid #AAA9A9;
        -ms-border-radius: 3px;
        border-radius: 3px;
        color: #333;
        margin: 0 0 0 3px;
        padding: 5px 7px 5px 7px;
    }

        .pagination a:hover {
            -moz-box-shadow: 0 1px 3px #666;
            -webkit-box-shadow: 0 1px 3px #666;
            background: #999 url("../../images/bt_gh.png") repeat-x;
            border: 1px solid #666;
            -ms-box-shadow: 0 1px 3px #666;
            box-shadow: 0 1px 3px #666;
        }

        .pagination a:active, .pagination a.active {
            -webkit-text-shadow: 0 0 0 #999;
            background: #999 url("../../images/bt_ga.png") repeat-x;
            border: 1px solid #999;
            color: #666;
            -ms-text-shadow: 0 0 0 #999;
            text-shadow: 0 0 0 #999;
        }

/*
	Modal window layout
*/

.modal_header {
    -webkit-text-shadow: 0 0 0 transparent !important;
    background: #353c42 url('../../images/blue/bg_header.png') repeat-x;
    color: white;
    padding: 5px 15px 5px 15px;
    -ms-text-shadow: 0 0 0 transparent !important;
    text-shadow: 0 0 0 transparent !important;
}

    .modal_header span {
        color: white;
        font-size: 16px;
        font-weight: bold;
    }

.modal_content {
    background: white url("../../images/blue/bg_modal_window.png") repeat-x bottom;
    padding: 15px;
}

/* 
	Footer layout
*/

#footer {
    background: #285A90;
    color: white;
    font-size: 10px;
    height: 15px;
    margin: 0 0 0 0;
    -moz-min-width: 1700px;
    -ms-min-width: 1700px;
    -o-min-width: 1700px;
    -webkit-min-width: 1700px;
    min-width: 1700px;
    padding: 20px 0 20px 0;
    -ms-text-shadow: none;
    text-shadow: none;
    width: 100%;
}

.push {
    height: 55px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif /*{ffDefault}*/;
    font-size: 1.1em /*{fsDefault}*/;
}

.ui-widget-content {
    border: 1px solid #aaaaaa /*{borderColorContent}*/;
    background: #ffffff /*{bgColorContent}*/ url(../../themes/base/images/ui-bg_flat_75_ffffff_40x100.png) /*{bgImgUrlContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x /*{bgContentRepeat}*/;
    color: #222222 /*{fcContent}*/;
}

.ui-widget-header {
    border: 1px solid #aaaaaa /*{borderColorHeader}*/;
    background: #cccccc /*{bgColorHeader}*/ url(../../themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png) /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/;
    color: #222222 /*{fcHeader}*/;
    font-weight: bold;
}

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3 /*{borderColorDefault}*/;
        background: #e6e6e6 /*{bgColorDefault}*/ url(../../themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png) /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/;
        font-weight: normal /*{fwDefault}*/;
        color: #555555 /*{fcDefault}*/;
        -ms-opacity: 1;
        opacity: 1;
    }

/* Layout helpers
----------------------------------*/

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

/* Icons
----------------------------------*/

/* positioning */
.ui-icon-closethick {
    background-position: -96px -128px;
}

@media (max-width: 1130px) {
    #main_menu_sub {
        overflow-x: auto;
    }
}

@media (max-width: 534px) {

    #header #account_info {
        margin: 0 0 10px 40px;
    }
}
