/*	
Template Name: Adminus
Description: Beautiful admin panel interface
Version: 1.4.4
Author: enstyled
Author URI: http://themeforest.net/user/enstyled
*/


/* Custom fonts */
@import url("../fonts/titillium/stylesheet.css");

* {
    padding: 0;
    margin: 0;
}

#ctl00_calc {
    z-index: 1000000;
}

.checking input {
    width: 18px !important;
}

body {
    background: #fbfbfb url(../img/bg.jpg) 0 0 repeat;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

:focus {
    -moz-outline-style: none;
}

p {
    padding-bottom: 15px;
}

img, a img {
    border: 0;
}

ul li {
    list-style: none;
}

.clear {
    clear: both;
}

a {
    color: #008ee8;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #ec8526;
        text-decoration: none;
    }

#hld {
    background: url(../img/hld.jpg) 0 0 repeat-x;
    min-height: 402px;
}

.wrapper {
    width: 90%;
    min-width: 960px;
    margin: 0 auto;
    padding-top: 20px;
}



/* Header */

#header {
    height: 50px;
    line-height: 50px;
    background: url(../img/hdr.gif) 0 0 repeat-x;
    color: #999;
    font-weight: bold;
    margin-bottom: 20px;
}

    #header .hdrl {
        width: 20px;
        height: 50px;
        float: left;
        background: url(../img/hdrl.gif) top left no-repeat;
    }

    #header .hdrr {
        width: 20px;
        height: 50px;
        float: right;
        background: url(../img/hdrr.gif) top right no-repeat;
    }

    #header a {
        color: #999;
        text-decoration: none;
    }

        #header a:hover {
            color: #fff;
        }

    #header h1 {
        /*float: left;*/
        margin-right: 12px;
        font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
        color: #fff;
        width: 94%;
    }

    #header span {
        color: #999;
    }




    /* Navigation */
    #header #main-nav, #header #main-nav * {
        z-index: 20;
    }

    #header #main-nav {
        margin: 0;
        border: 0 none;
        padding: 0;
        width: auto; /*For KHTML*/
        list-style: none;
        height: 50px;
        padding: 0;
        float: left;
    }

        #header #main-nav li {
            margin: 0;
            border: 0 none;
            padding: 0;
            float: left; /*For Gecko*/
            display: inline;
            list-style: none;
            position: relative;
            height: 50px;
            padding: 0 11px;
            background: url(../img/nsp.gif) center right no-repeat;
            line-height: 50px;
        }

            #header #main-nav li.nobg {
                background: none;
            }

        #header #main-nav ul {
            margin: 0;
            border: 0 none;
            padding: 0;
            width: 190px;
            list-style: none;
            display: none;
            position: absolute;
            top: 50px;
            left: 0;
            list-style-type: none;
        }

            #header #main-nav ul:after /*From IE 7 lack of compliance*/ {
                clear: both;
                display: block;
                font: 1px/0px serif;
                content: ".";
                height: 0;
                visibility: hidden;
            }

            #header #main-nav ul li {
                width: 190px;
                float: left; /*For IE 7 lack of compliance*/
                display: block !important;
                display: inline; /*For IE*/
                position: relative;
                top: 0;
                height: 30px;
                line-height: 30px;
                padding: 0;
                background: none;
            }

        /* Root Menu */
        #header #main-nav a {
            float: none !important; /*For Opera*/
            float: left; /*For IE*/
            display: block;
            height: auto !important;
            height: 1%; /*For IE*/
            height: 30px;
            padding: 01 0px;
        }

        #header #main-nav li.active a {
            color: #ddd;
        }

            #header #main-nav li.active a:hover {
                color: #fff;
            }

        #header #main-nav a.hasmore {
            border: 1px solid red;
        }

        /* Root Menu Hover Persistence */
        #header #main-nav a:hover, #header #main-nav li:hover a, #header #main-nav li.iehover a {
            color: #fff;
        }

        /* 2nd Menu */
        #header #main-nav li:hover li a, #header #main-nav li.iehover li a {
            text-transform: none;
            padding: 0 15px;
            font-size: 11px;
            font-weight: bold;
            line-height: 30px;
            color: #999;
            background: url(../img/mbg.png) 0 0 repeat;
        }

            /* 2nd Menu Hover Persistence */
            #header #main-nav li:hover li a:hover, #header #main-nav li:hover li:hover a, #header #main-nav li.iehover li a:hover, #header #main-nav li.iehover li.iehover a {
                color: #fff;
                background: #000;
            }

        /* 3rd Menu */
        #header #main-nav li:hover li:hover li a, #header #main-nav li.iehover li.iehover li a {
            float: none;
            color: #999;
            background: url(../img/mbg.png) 0 0 repeat;
        }

            /* 3rd Menu Hover Persistence */
            #header #main-nav li:hover li:hover li a:hover, #header #main-nav li:hover li:hover li:hover a, #header #main-nav li.iehover li.iehover li a:hover, #header #main-nav li.iehover li.iehover li.iehover a {
                color: #fff;
                background: #000;
            }

        /* 4th Menu */
        #header #main-nav li:hover li:hover li:hover li a, #header #main-nav li.iehover li.iehover li.iehover li a {
            color: #999;
            background: url(../img/mbg.png) 0 0 repeat;
        }

            /* 4th Menu Hover */
            #header #main-nav li:hover li:hover li:hover li a:hover, #header #main-nav li.iehover li.iehover li.iehover li a:hover {
                color: #fff;
                background: #000;
            }

        #header #main-nav ul ul, #header #main-nav ul ul ul {
            display: none;
            position: absolute;
            top: 0;
            left: 190px;
        }

        /* Do Not Move - Must Come Before display:block for Gecko */
        #header #main-nav li:hover ul ul, #header #main-nav li:hover ul ul ul, #header #main-nav li.iehover ul ul, #header #main-nav li.iehover ul ul ul {
            display: none;
        }

        #header #main-nav li:hover ul, #header #main-nav ul li:hover ul, #header #main-nav ul ul li:hover ul, #header #main-nav li.iehover ul, #header #main-nav ul li.iehover ul, #header #main-nav ul ul li.iehover ul {
            display: block;
        }

    #header .user {
        float: right;
        /*font-size: 11px;*/
    }

        #header .user a {
            text-decoration: underline;
        }

            #header .user a:hover {
                text-decoration: none;
            }


/* Blocks */

.content-box {
    padding-bottom: 5px;
    margin-bottom: 25px;
    clear: both; /*background: #fff url(../img/bnd.gif) bottom center repeat-x;*/
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 6px 6px 6px 6px;
    border-bottom: 1px solid #ccc;
}

    .content-box .bendl {
        width: 5px;
        height: 5px;
        background: url(../img/bendl.gif) bottom left no-repeat;
        float: left;
    }

    .content-box .bendr {
        width: 5px;
        height: 5px;
        background: url(../img/bendr.gif) bottom left no-repeat;
        float: right;
    }


    /* Block head */

    .content-box .content-box-header {
        height: 54px;
        line-height: 54px;
        background: url(../img/bhead.gif) 0 0 repeat-x;
        overflow: hidden;
        border-top: 1px solid #ccc;
        border-radius: 6px 6px 0px 0px;
    }

        .content-box .content-box-header .bheadl {
            width: 20px;
            height: 54px;
            float: left;
            background: url(../img/bheadl.gif) top left no-repeat;
        }

        .content-box .content-box-header .bheadr {
            width: 20px;
            height: 54px;
            float: right;
            background: url(../img/bheadr.gif) top right no-repeat;
        }

        .content-box .content-box-header h3 {
            font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
            font-size: 18px;
            font-weight: normal;
            text-transform: uppercase;
            color: #555;
            text-shadow: 1px 1px 0 #fff;
            float: left;
            padding-left: 20px;
            padding-top: 15px;
        }

        .content-box .content-box-header ul {
            float: right;
            text-transform: uppercase;
            font-size: 11px;
            font-weight: bold;
            text-shadow: 1px 1px 0 #fff;
            padding-right: 20px;
        }

            .content-box .content-box-header ul li {
                display: inline;
                padding: 3px 0;
                padding-left: 20px;
                background: url(../img/phs.gif) 7px center no-repeat;
            }

                .content-box .content-box-header ul li.nobg {
                    background: none;
                }

                .content-box .content-box-header ul li a {
                    text-decoration: none;
                    color: #666;
                    outline: none;
                }

                .content-box .content-box-header ul li.active a {
                    color: #888;
                }

                .content-box .content-box-header ul li a:hover {
                    color: #008ee8;
                }

        .content-box .content-box-header div {
            float: right;
            padding: 15px 0;
            height: 34px;
            line-height: 24px;
        }

            .content-box .content-box-header div .text-input {
                width: 129px;
                height: 15px;
                padding: 5px 10px 5px 25px;
                border: 0;
                font-size: 11px;
                color: #999;
                margin: 0;
                background: url(../img/srch.gif) left center no-repeat;
            }

                .content-box .content-box-header div .text-input:focus {
                    color: #666;
                    background: url(../img/srch_.gif) left center no-repeat;
                }

        .content-box .content-box-header select {
            text-transform: none;
        }

    /* Block content */

    .content-box .content-box-content {
        overflow: hidden;
        background: #fff;
        padding: 10px 20px 0;
    }

        .content-box .content-box-content h1, .content-box .content-box-content h2 {
            font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
            font-size: 18px;
            font-weight: normal;
            color: #454545;
            margin-bottom: 10px;
        }

        .content-box .content-box-content h3 {
            font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
            font-size: 14px;
            font-weight: bold;
            color: #666;
            margin-bottom: 5px;
        }

        .content-box .content-box-content h4 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            font-weight: bold;
            color: #666;
            margin-bottom: 5px;
        }

    .content-box table {
        text-align: left;
        margin-bottom: 15px;
    }

        .content-box table select {
            margin-right: 5px;
            vertical-align: middle;
            outline: none;
            float: left;
            padding: 7px;
            display: block;
        }

        .content-box table tfoot tr td {
            border: 0px;
            padding-bottom: 0px;
            background: #ffffff;
        }

            .content-box table tfoot tr td .bulk-actions {
                padding-bottom: 0px;
                padding-top: 6px;
            }

        .content-box table tr.alt-row {
            background: #fbfbfb;
        }

        .content-box table tr.even td {
            background: #fbfbfb;
        }

        .content-box table tr td, .content-box table tr th {
            border-left: 0px none;
            border-right: 0px none;
            border-bottom: 1px solid #ddd;
            padding: 10px;
            line-height: normal; /*text-align: left;*/
        }

            .content-box table tr th.headerSortUp {
                color: #333;
                background: url(../img/sortd.gif) 95% center no-repeat;
            }

            .content-box table tr th.headerSortDown {
                color: #333;
                background: url(../img/sorta.gif) 95% center no-repeat;
            }

            .content-box table tr td.delete {
                text-align: right;
                font-size: 11px;
            }

                .content-box table tr td.delete a {
                    color: #666;
                }

                    .content-box table tr td.delete a:hover {
                        color: #dd0000;
                    }

.bulk-actions-clear {
    clear: none;
}

.content-box .bulk-actions {
    /*overflow: hidden;*/ /*float: left;*/ /*width:320px;	*/
    padding-top: 6px;
    padding-bottom: 20px;
    /*clear: both;*/
}

    .content-box .bulk-actions select {
        width: 117px;
        margin-right: 5px;
        vertical-align: middle;
        outline: none;
        /* float: left; */
        padding: 7px;
    }

    .content-box .bulk-actions a.button {
        width: 165px;
        background: url(../img/btnb.gif) top center no-repeat;
        height: 30px;
        line-height: 30px;
        border: 0;
        font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 1px 1px 0 #0a5482;
        cursor: pointer;
        margin-right: 10px;
        vertical-align: middle;
        padding: 6px 23px;
    }

        .content-box .bulk-actions a.button:hover {
            background: url(../img/btnb_.gif) top center no-repeat;
            text-shadow: 1px 1px 0 #b55f10;
        }

/*
.content-box .bulk-actions a.button {
	width: 105px;
	height: 20px;
	line-height: 20px;  	
	padding: 4px 23px;
	vertical-align: middle;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	background: url(../img/tiny.gif) top center no-repeat;
	}
	
.content-box .bulk-actions a.button:hover { background: url(../img/tiny_.gif) top center no-repeat; }
*/


.content-box .pagination {
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

    .content-box .pagination.right {
        float: right;
        text-align: right;
        padding-top: 1px;
        border: 0;
        width: 500px;
        overflow: hidden;
    }

    .content-box .pagination a {
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 3px 6px;
        margin: 0 1px;
    }

        .content-box .pagination a.active {
            background: #39a3e6;
            border: 1px solid #0082d5;
            color: #fff;
        }

        .content-box .pagination a:hover {
            color: #fff;
            background: #ec8526;
            border: 1px solid #d77011;
        }

.content-box .content-box-content ul {
    padding-left: 15px;
    padding-bottom: 15px;
}

.content-box .content-box-content ol {
    padding-left: 15px;
    padding-bottom: 15px;
    list-style-position: inside;
}

.content-box .content-box-content ul li {
    margin-bottom: 5px;
    padding-left: 15px;
    background: url(../img/li.gif) 0 7px no-repeat;
}

.content-box .content-box-content ol li {
    margin-bottom: 5px;
}

.content-box hr {
    height: 1px;
    border: 0;
    background: no-repeat;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.content-box .content-box-content .breadcrumb {
    color: #666;
    background: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
    padding: 9px 12px;
    line-height: normal;
    margin-bottom: 10px;
    font-size: 11px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


/* Messages */
.notification {
    padding: 10px 15px 10px 40px;
    margin: 10px 0;
    font-weight: bold;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .notification p {
        padding: 0;
        width: 93%;
        float: left;
    }

    .notification.error {
        border: 1px solid #e9c59b;
        background: #ffecce url(../img/error.gif) 12px 12px no-repeat;
        color: #e3302c;
    }

    .notification.success {
        border: 1px solid #bfde84;
        background: #edfbd8 url(../img/success.gif) 12px 12px no-repeat;
        color: #508600;
    }

    .notification.info {
        border: 1px solid #bbdbe0;
        background: #ecf9ff url(../img/info.gif) 12px 12px no-repeat;
        color: #0888c3;
    }

    .notification.warning {
        border: 1px solid #e5e181;
        background: #fefde2 url(../img/warning.gif) 12px 12px no-repeat;
        color: #666;
    }

    .notification .close {
        display: block;
        float: right; /*width: 16px; 	height: 16px;*/ /*background: url(../img/close.png) 0 0 no-repeat;*/
        margin-top: 2px;
        cursor: pointer;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }

        .notification .close.hover {
            -moz-opacity: 1;
            opacity: 1;
        }
/*
	.content-box .notification {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.content-box .notification p {
	padding: 0;
	width: 93%;
	float: left;
	}
	
.content-box .notification.error {
	border: 1px solid #e9c59b;
	background: #ffecce url(../img/error.gif) 12px 12px no-repeat;
	color: #e3302c;
	}
	
.content-box .notification.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url(../img/success.gif) 12px 12px no-repeat;
	color: #508600;
	}
		
.content-box .notification.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url(../img/info.gif) 12px 12px no-repeat;
	color: #0888c3;
	}
	
.content-box .notification.warning {
	border: 1px solid #e5e181;
	background: #fefde2 url(../img/warning.gif) 12px 12px no-repeat;
	color: #666;
	}
	
.content-box .notification .close {
	display: block;
	float: right;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	
.content-box .notification .close.hover {
	-moz-opacity: 1;
	opacity: 1;
	}

*/
/* Forms */

.content-box div p {
    overflow: hidden;
    clear: both;
}

.content-box div label {
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #555;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.content-box div input.text-input {
    width: 410px;
    background: #fefefe;
    border: 1px solid #bbb;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    vertical-align: middle;
}

.content-box div input.text-input1 {
    width: 52px;
    background: #fefefe;
    border: 1px solid #bbb;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    vertical-align: middle;
}

.block_content span input[type="text"] {
    width: 512px;
    background: #fefefe;
    border: 1px solid #bbb;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    vertical-align: middle;
}

.content-box div input.text-input.medium-input {
    width: 600px;
}

.content-box div input.text-input.large-input {
    width: 98%;
}

.content-box div input.text-input.date_picker {
    width: 100px;
    padding-right: 36px;
    cursor: pointer;
    background: url(../img/cal.jpg) center right no-repeat;
}

.content-box div textarea {
    width: 410px;
    height: 140px;
    padding: 7px;
    background: #fefefe;
    border: 1px solid #bbb;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

    .content-box div textarea.wysiwyg {
        width: 98%;
        padding: 0;
    }

.content-box div input.radio, .content-box div input.checkbox {
    vertical-align: middle;
}


/* Custom form select element */

form select {
    width: 245px;
    cursor: pointer;
    padding: 7px; /*display: block; 	margin-right: 20px;*/
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cmf-skinned-select {
    padding: 7px;
    display: block;
    margin-right: 20px;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url('../img/sdd.jpg') center right no-repeat;
}

/*form select:hover {
	background: url('../img/sdd_.jpg') center right no-repeat;
	}*/

.content-box div div.cmf-skinned-text {
    padding: 5px 7px;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 14px;
    color: #333;
}


/* Custom file input */

.content-box div .fileupload {
    position: relative;
}

    .content-box div .fileupload #uploadmsg {
        display: block;
        position: absolute;
        top: 20px;
        left: 350px;
        height: 30px;
        line-height: 30px;
        margin-left: 5px;
        font-size: 11px;
    }

        .content-box div .fileupload #uploadmsg.loading {
            background: url(../img/ajax-loader.gif) center left no-repeat;
            width: 30px;
            padding-left: 20px;
        }

.content-box div input.file {
    width: 250px;
    height: 20px;
    background: #fefefe;
    border: 1px solid #bbb;
    border-right: 0;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 4px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    outline: none;
}

.content-box div .note {
    padding-left: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #757575;
    vertical-align: middle;
}

    .content-box div .note.error {
        color: #e3302c;
    }

.content-box div input.button {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    line-height: 30px;
    background: url('../img/btns.gif') no-repeat center top;
    font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 0 #0a5482;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
}

    .content-box div input.button:hover {
        background: url(../img/btns_.gif) top center no-repeat;
        text-shadow: 1px 1px 0 #b55f10;
    }

    .content-box div input.button.tiny {
        width: 105px;
        height: 20px;
        line-height: 20px;
        padding-bottom: 2px;
        vertical-align: middle;
        font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        text-transform: none;
        background: url(../img/tiny.gif) top center no-repeat;
    }

        .content-box div input.button.tiny:hover {
            background: url(../img/tiny_.gif) top center no-repeat;
        }

    .content-box div input.button.mid {
        width: 115px;
        background: url(../img/btnm.gif) top center no-repeat;
    }

        .content-box div input.button.mid:hover {
            background: url(../img/btnm_.gif) top center no-repeat;
        }

    .content-box div input.button.long {
        width: 165px;
        background: url(../img/btnb.gif) top center no-repeat;
    }

        .content-box div input.button.long:hover {
            background: url(../img/btnb_.gif) top center no-repeat;
        }


/* Small blocks */

.content-box.small-input {
    width: 49%; /*background: #fff url(../img/bnd.gif) bottom center repeat-x;*/
    padding-bottom: 0;
}

    .content-box.small-input.left {
        float: left;
        clear: none;
    }

    .content-box.small-input.right {
        float: right;
        clear: none;
    }

    .content-box.small-input .content-box-header {
        background: url(../img/bhead.gif) 0 0 repeat-x;
    }

    .content-box.small-input .content-box-content {
        background: #fff;
        border-radius: 6px 6px 6px 6px;
    }

        .content-box.small-input .content-box-content input.text-input, .content-box.small-input .content-box-content textarea {
            width: 96%;
            padding: 7px;
        }

    .content-box.small-input.center {
        float: none;
        margin: 0 auto;
    }


        /* Login block */

        .content-box.small-input.center.login {
            width: 470px; /*background: #fff url(../img/bnd.gif) bottom center repeat-x;*/
            margin-top: 100px;
            margin-bottom: 100px;
            padding-bottom: 5px;
        }


/* Block sidebar */

.content-box.withsidebar .bendl {
    width: 191px;
    background: url(../img/bendsb.gif) bottom left no-repeat;
}

.content-box.withsidebar .content-box-content {
    overflow: hidden;
    padding: 0;
    background: url(../img/sidebar.gif) 0 0 repeat-y;
}

    .content-box.withsidebar .content-box-content .sidebar {
        width: 190px;
        float: left;
        font-size: 11px;
    }

        .content-box.withsidebar .content-box-content .sidebar p {
            padding: 0 13px 15px;
            line-height: 18px;
        }

        .content-box.withsidebar .content-box-content .sidebar ul.sidemenu {
            padding: 0;
            margin-bottom: 10px;
        }

            .content-box.withsidebar .content-box-content .sidebar ul.sidemenu li {
                padding: 0;
                margin: 0;
                background: 0;
                border-bottom: 1px solid #ccc;
            }

                .content-box.withsidebar .content-box-content .sidebar ul.sidemenu li a {
                    display: block;
                    padding: 10px 13px;
                    font-weight: bold;
                }

                    .content-box.withsidebar .content-box-content .sidebar ul.sidemenu li a:hover {
                        background: #fdfdfd;
                        border-right: 1px solid #ccc;
                    }

                .content-box.withsidebar .content-box-content .sidebar ul.sidemenu li.active a, .content-box.withsidebar .content-box-content .sidebar ul.sidemenu li.active a:hover {
                    background: #fff;
                    border: 0;
                }

    .content-box.withsidebar .content-box-content .sidebar_content {
        padding: 15px 20px 15px 210px;
    }

/* Image list */

.content-box .content-box-content .imglist {
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

    .content-box .content-box-content .imglist ul {
        padding: 0;
    }

    .content-box .content-box-content .imglist li {
        padding: 0;
        margin: 0;
        background: 0;
        width: 100px;
        height: 100px;
        display: block;
        float: left;
        position: relative;
        margin: 13px 17px 10px 10px;
        border: 1px solid #ccc;
        padding: 1px;
        box-shadow: 0 0 3px #ccc;
        -moz-box-shadow: 0 0 3px #ccc;
        -webkit-box-shadow: 0 0 3px #ccc;
    }

        .content-box .content-box-content .imglist li img {
            position: absolute;
            z-index: 1;
            width: 100px;
            height: 100px;
        }

        .content-box .content-box-content .imglist li ul {
            position: absolute;
            z-index: 10;
            background: url(../img/imgo.gif) center no-repeat;
            width: 62px;
            height: 58px;
            left: 20px;
            top: 22px;
            display: none;
        }

        .content-box .content-box-content .imglist li:hover ul {
            display: block;
        }

        .content-box .content-box-content .imglist li ul li {
            display: block;
            width: 62px;
            height: 29px;
            text-align: center;
            margin: 0;
            padding: 0;
            border: 0;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

            .content-box .content-box-content .imglist li ul li a {
                display: block;
                color: #fff;
                text-transform: uppercase;
                font-size: 10px;
                font-weight: bold;
                height: 29px;
                line-height: 29px;
                text-shadow: 0 0 2px #000;
                outline: none;
            }

            .content-box .content-box-content .imglist li ul li.view a:hover {
                background: url(../img/imgt.gif) bottom center no-repeat;
            }

            .content-box .content-box-content .imglist li ul li.delete a:hover {
                background: url(../img/imgb.gif) top center no-repeat;
            }


/* Footer */

#footer {
    background: url(../img/ft.gif) 0 0 repeat-x;
    padding: 10px 0 50px;
    font-size: 10px;
    color: #757575;
    clear: both;
    overflow: hidden;
}

    #footer a {
        color: #008ee8;
        text-decoration: none;
        outline: none;
    }

        #footer a:hover {
            color: #ec8526;
            text-decoration: none;
        }

    #footer .left {
        float: left;
    }

    #footer .right {
        float: right;
        text-align: right;
    }

form label {
    display: block;
    padding: 0px;
}

.fileupload {
    width: 250px;
    height: 20px;
    background: #fefefe;
    border: 1px solid #bbb;
    border-right: 0;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 4px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    outline: none;
}

fieldset {
    border: 0px;
}

.chklistbox label {
    padding: 10px;
    font-weight: normal;
    display: inline;
}

/************ Shortcut Buttons ************/

.shortcut-button {
    border: 1px solid #ccc;
    background: #f7f7f7 url('../images/shortcut-button-bg.gif') top left no-repeat;
    display: block;
    width: 120px;
    margin: 0 0 20px 0;
}

    .shortcut-button span {
        border: 1px solid #fff;
        display: block;
        padding: 15px 10px 15px 10px;
        text-align: center;
        color: #008EE8;
        font-size: 13px;
        line-height: 1.3em;
    }

    .shortcut-button a:hover {
        text-decoration: none;
    }

    .shortcut-button span img {
        margin-bottom: 10px;
    }

    .shortcut-button:hover {
        background: #fff;
    }

    .shortcut-button span:hover {
        color: #EC854A;
        text-decoration: none;
    }

ul.shortcut-buttons-set li {
    float: left;
    margin: 0 15px 0 0;
    padding: 0 !important;
    background: 0;
}

/*************** Pagination ***************/

#example_paginate .pagination {
    text-align: right;
    padding: 20px 0 5px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.paginate_button {
    margin: 0 5px 0 0;
    padding: 3px 6px;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-radius: 4px;
    cursor: pointer;
    color: #39A3E6;
    font-weight: bold;
}

    .paginate_button:hover {
        font-weight: bold;
        color: #FFFFFF;
        border: 1px solid #0082d5;
        background: none repeat scroll 0 0 #EC854A;
    }

.paginate_active {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: none repeat scroll 0 0 #39A3E6;
    border-color: #0082D5 !important;
    color: #fff !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 5px 0 0;
    padding: 3px 6px;
    border: 1px solid #ddd;
    color: #fff !important;
}

.dataTables_length select {
    display: inline;
    outline: medium none;
    vertical-align: middle;
    width: 100px;
    margin-right: 0px;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/************ Shortcut Buttons ************/


.watermark {
    background: #FFAAFF;
}

.popupControl {
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #92D7ED;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.sampleStyleA {
    background-color: #FFF;
}

.sampleStyleB {
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC {
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD {
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

/****************** Email ******************/

.email {
    padding: 10px;
}

.email_1 {
    border: #06b0da 1px solid;
    width: 100%;
    margin-top: 10px;
}

.email h1 {
    color: #000000;
    font-size: 18px;
    font-weight: 100;
}

.clinet_name_1 {
    background: #cff1ff;
    min-height: 20px;
    padding: 10px;
}

    .clinet_name_1 h3 {
        font-size: 14px;
        font-weight: 100;
    }


.mail_1 {
    background: #eef9ff;
    padding: 10px;
}


.email_2 {
    border: #cccccc 1px solid;
    width: 100%;
    margin-top: 10px;
}

.clinet_name_2 {
    background: #ebebeb;
    min-height: 20px;
    padding: 10px;
}

.mail_2 {
    background: #f5f5f5;
    padding: 10px;
}

.clinet_name_2 h3 {
    font-size: 14px;
    font-weight: 100;
}

.attach {
    color: #191A1A;
    text-decoration: underline;
}

    .attach:hover {
        color: #191A1A;
        text-decoration: none;
    }

.buttonOk {
    width: 85px;
    height: 30px;
    line-height: 30px;
    background: url(../img/btns.gif) top center no-repeat;
    border: 0;
    font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 0 #0a5482;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
}

    .buttonOk:hover {
        background: url(../img/btns_.gif) top center no-repeat;
        text-shadow: 1px 1px 0 #b55f10;
    }
/***************************************/
.align-left {
    float: left;
}

.align-right {
    float: right;
}

.padtop {
    padding-top: 10px;
}

ul.content-box-tabs li a.current {
    color: #00A1EC;
}

#ctl00_ContentPlaceHolder1_quoteCTL01_cequoteexpires_daysBody tr td {
    padding: 0 !important;
}

#ctl00_ContentPlaceHolder1_quoteCTL01_cequotedate_daysBody tr td {
    padding: 0 !important;
}

.ajax__calendar_container {
    cursor: default;
    font-family: tahoma,verdana,helvetica;
    font-size: 11px;
    padding: 4px;
    position: absolute;
    text-align: center;
    width: 286px !important;
}


.ajax__calendar_body {
    height: 139px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 289px !important;
}

.cke_skin_kama .cke_contents {
    height: 70px !important;
    margin: 5px;
}

.loading_screen {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 100px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*    21-Feb-2013 */

.mainpopup {
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    text-align: center;
    min-height: 1500px;
    z-index: 99;
}

.wrapper2 {
    width: 750px;
    padding: 10px;
    background-color: #FFF;
    border: 7px solid #999999;
    overflow: auto;
    /*height: 320px;*/
    margin: 65px auto 0 auto;
    max-height: 350px;
    min-height: 120px;
}

    .wrapper2 .button {
        font-family: Verdana, Arial, sans-serif;
        display: inline-block;
        background: #459300 url('../images/bg-button-green.gif') top left repeat-x !important;
        border: 1px solid #459300 !important;
        border-radius: 3px;
        padding: 4px 7px 4px 7px !important;
        color: #fff !important;
        font-size: 11px !important;
        cursor: pointer;
    }

.contactmain {
    position: fixed;
    z-index: 1001;
    top: 0px;
    left: 0px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 600px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: Gray;
    background-image: none;
    background-repeat: no-repeat;
    display: block;
    border: solid 1px black;
    padding: 100px 0 0 0;
}

.ajax__calendar_days table tr td {
    padding: 0px !important;
}

.ajax__calendar_container {
    width: 175px !important;
}

.buttonchangepassword {
    width: 115px;
    height: 30px;
    line-height: 30px;
    background: url(../img/btnm.gif) top center no-repeat;
    border: 0;
    font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 0 #0a5482;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
}

.border_none td {
    border: none !important;
}

.radiolist, .radiolist tr td, .radiolist tr th {
    border: none medium !important;
}

.radiolist {
}

    .radiolist input, .radiolist label {
        margin: 0 4px 0 0;
        float: left;
    }

    .radiolist td, .radiolist th {
        padding: 5px !important;
    }

.left {
    float: left;
}


/**added new*/

.block {
    padding-bottom: 5px;
    margin-bottom: 25px;
    clear: both;
    background: #fff url(../images/bnd.gif) bottom center repeat-x;
}

    .block .bendl {
        width: 5px;
        height: 5px;
        background: url(../images/bendl.gif) bottom left no-repeat;
        float: left;
    }

    .block .bendr {
        width: 5px;
        height: 5px;
        background: url(../images/bendr.gif) bottom left no-repeat;
        float: right;
    }
    /* Block head */

    .block .block_head {
        height: 54px;
        line-height: 54px;
        background: url(../images/bhead.gif) 0 0 repeat-x;
        overflow: hidden;
    }

        .block .block_head .bheadl {
            width: 20px;
            height: 54px;
            float: left;
            background: url(../images/bheadl.gif) top left no-repeat;
        }

        .block .block_head .bheadr {
            width: 20px;
            height: 54px;
            float: right;
            background: url(../images/bheadr.gif) top right no-repeat;
        }

        .block .block_head h2 {
            font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
            font-size: 18px;
            font-weight: normal;
            text-transform: uppercase;
            color: #555;
            text-shadow: 1px 1px 0 #fff;
            float: left;
        }

        .block .block_head ul {
            float: right;
            text-transform: uppercase;
            font-size: 11px;
            font-weight: bold;
            text-shadow: 1px 1px 0 #fff;
        }

            .block .block_head ul li {
                display: inline;
                padding: 3px 0;
                padding-left: 20px;
                background: url(../images/phs.gif) 7px center no-repeat;
            }

                .block .block_head ul li.nobg {
                    background: none;
                }

                .block .block_head ul li a {
                    text-decoration: none;
                    color: #666;
                    outline: none;
                }

                .block .block_head ul li.active a {
                    color: #888;
                }

                .block .block_head ul li a:hover {
                    color: #008ee8;
                }

        .block .block_head form {
            float: right;
            padding: 15px 0;
            height: 34px;
            line-height: 24px;
        }

            .block .block_head form .text {
                width: 129px;
                height: 15px;
                padding: 5px 10px 5px 25px;
                border: 0;
                font-size: 11px;
                color: #999;
                margin: 0;
                background: url(../images/srch.gif) left center no-repeat;
            }

                .block .block_head form .text:focus {
                    color: #666;
                    background: url(../images/srch_.gif) left center no-repeat;
                }

        .block .block_head select {
            text-transform: none;
        }
    /* Block content */

    .block .block_content {
        overflow: hidden;
        background: #fff;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 10px 20px 0;
    }

        .block .block_content h1, .block .block_content h2 {
            font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
            font-size: 18px;
            font-weight: normal;
            color: #454545;
            margin-bottom: 10px;
        }

        .block .block_content h3 {
            font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
            font-size: 14px;
            font-weight: bold;
            color: #666;
            margin-bottom: 5px;
        }

        .block .block_content h4 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            font-weight: bold;
            color: #666;
            margin-bottom: 5px;
        }

    .block table {
        text-align: left;
        margin-bottom: 15px;
    }

        .block table tr.even td {
            background: #fbfbfb;
        }

        .block table tr td, .block table tr th {
            border-bottom: 1px solid #ddd;
            padding: 10px;
            line-height: normal;
            text-align: left;
        }

            .block table tr th.headerSortUp {
                color: #333;
                background: url(../images/sortd.gif) 95% center no-repeat;
            }

            .block table tr th.headerSortDown {
                color: #333;
                background: url(../images/sorta.gif) 95% center no-repeat;
            }

            .block table tr td.delete {
                text-align: right;
                font-size: 11px;
            }

                .block table tr td.delete a {
                    color: #666;
                }

                    .block table tr td.delete a:hover {
                        color: #dd0000;
                    }

    .block .tableactions {
        overflow: hidden;
        padding-bottom: 20px;
        float: left;
    }

        .block .tableactions select {
            width: 100px;
            margin-right: 5px;
            vertical-align: middle;
            outline: none;
        }

    .block .pagination {
        font-size: 10px;
        font-weight: bold;
        padding-bottom: 15px;
        padding-top: 15px;
        border-top: 1px solid #eee;
    }

        .block .pagination.right {
            float: right;
            text-align: right;
            padding-top: 1px;
            border: 0;
            width: 500px;
            overflow: hidden;
        }

        .block .pagination a {
            border: 1px solid #ccc;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            padding: 3px 6px;
            margin: 0 1px;
        }

            .block .pagination a.active {
                background: #39a3e6;
                border: 1px solid #0082d5;
                color: #fff;
            }

            .block .pagination a:hover {
                color: #fff;
                background: #ec8526;
                border: 1px solid #d77011;
            }

    .block .block_content ul {
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .block .block_content ol {
        padding-left: 15px;
        padding-bottom: 15px;
        list-style-position: inside;
    }

    .block .block_content ul li {
        margin-bottom: 5px;
        padding-left: 15px;
        background: url(../images/li.gif) 0 7px no-repeat;
    }

    .block .block_content ol li {
        margin-bottom: 5px;
    }

    .block hr {
        height: 1px;
        border: 0;
        background: no-repeat;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }

    .block .block_content .breadcrumb {
        color: #666;
        background: #f9f9f9;
        border-bottom: 1px solid #e6e6e6;
        padding: 9px 12px;
        line-height: normal;
        margin-bottom: 10px;
        font-size: 11px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    /* Messages */

    .block .message {
        padding: 10px 15px 10px 40px;
        margin: 10px 0;
        font-weight: bold;
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .block .message p {
            padding: 0;
            width: 93%;
            float: left;
        }

        .block .message.errormsg {
            border: 1px solid #e9c59b;
            background: #ffecce url(../images/error.gif) 12px 12px no-repeat;
            color: #e3302c;
        }

        .block .message.success {
            border: 1px solid #bfde84;
            background: #edfbd8 url(../images/success.gif) 12px 12px no-repeat;
            color: #508600;
        }

        .block .message.info {
            border: 1px solid #bbdbe0;
            background: #ecf9ff url(../images/info.gif) 12px 12px no-repeat;
            color: #0888c3;
        }

        .block .message.warning {
            border: 1px solid #e5e181;
            background: #fefde2 url(../images/warning.gif) 12px 12px no-repeat;
            color: #666;
        }

        .block .message .close {
            display: block;
            float: right;
            width: 16px;
            height: 16px;
            background: url(../images/close.png) 0 0 no-repeat;
            margin-top: 2px;
            cursor: pointer;
            -moz-opacity: 0.7;
            opacity: 0.7;
        }

            .block .message .close.hover {
                -moz-opacity: 1;
                opacity: 1;
            }
    /* Forms */

    .block form p {
        overflow: hidden;
        clear: both;
    }

    .block form label {
        font-family: "Lucida Grande", Verdana, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #555;
        margin-right: 10px;
        vertical-align: middle;
    }

    .block form input.text {
        width: 410px;
        background: #fefefe;
        border: 1px solid #bbb;
        font-family: "Lucida Grande", Verdana, sans-serif;
        font-size: 14px;
        color: #333;
        padding: 7px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        outline: none;
        vertical-align: middle;
    }

        .block form input.text.medium {
            width: 600px;
        }

        .block form input.text.big {
            width: 98%;
        }

        .block form input.text.date_picker {
            width: 100px;
            padding-right: 36px;
            cursor: pointer;
            background: url(../images/cal.jpg) center right no-repeat;
        }

    .block form textarea {
        width: 98%;
        height: 25px;
        padding: 5px;
        background: #fefefe;
        border: 1px solid #bbb;
        font-family: "Lucida Grande", Verdana, sans-serif;
        font-size: 14px;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        outline: none;
    }

        .block form textarea.wysiwyg {
            width: 98%;
            padding: 0;
        }

    .block form input.radio, .block form input.checkbox {
        vertical-align: middle;
    }
    /* Custom form select element */

    .block form select.styled {
        width: 245px;
        height: 18px;
        margin-right: 20px;
        cursor: pointer;
    }

    .block form .cmf-skinned-select {
        padding: 7px;
        display: block;
        margin-right: 20px;
        border: 1px solid #bbb;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: url('../images/sdd.jpg') center right no-repeat;
    }

        .block form .cmf-skinned-select:hover {
            background: url('../images/sdd_.jpg') center right no-repeat;
        }

    .block form div.cmf-skinned-text {
        padding: 5px 7px;
        font-family: "Lucida Grande", Verdana, sans-serif;
        font-size: 14px;
        color: #333;
    }
    /* Custom file input */

    .block form .fileupload {
        position: relative;
    }

        .block form .fileupload #uploadmsg {
            display: block;
            position: absolute;
            top: 20px;
            left: 350px;
            height: 30px;
            line-height: 30px;
            margin-left: 5px;
            font-size: 11px;
        }

            .block form .fileupload #uploadmsg.loading {
                background: url(../images/ajax-loader.gif) center left no-repeat;
                width: 30px;
                padding-left: 20px;
            }

    .block form input.file {
        width: 250px;
        height: 20px;
        background: #fefefe;
        border: 1px solid #bbb;
        border-right: 0;
        font-family: "Lucida Grande", Verdana, sans-serif;
        font-size: 14px;
        color: #333;
        padding: 4px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        outline: none;
    }

    .block form .note {
        padding-left: 10px;
        font-size: 11px;
        font-weight: bold;
        color: #757575;
        vertical-align: middle;
    }

        .block form .note.error {
            color: #e3302c;
        }

    .block input.submit, .edit input {
        width: 85px;
        height: 30px;
        line-height: 30px;
        background: url(../images/btns.gif) top center no-repeat;
        border: 0;
        font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 1px 1px 0 #0a5482;
        cursor: pointer;
        margin-right: 10px;
        vertical-align: middle;
    }

        .block input.submit:hover, .edit input:hover {
            background: url(../images/btns_.gif) top center no-repeat;
            text-shadow: 1px 1px 0 #b55f10;
        }

    .block form input.submit.tiny {
        width: 105px;
        height: 20px;
        line-height: 20px;
        padding-bottom: 2px;
        vertical-align: middle;
        font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        text-transform: none;
        background: url(../images/tiny.gif) top center no-repeat;
    }

        .block form input.submit.tiny:hover {
            background: url(../images/tiny_.gif) top center no-repeat;
        }

    .block form input.submit.mid {
        width: 115px;
        background: url(../images/btnm.gif) top center no-repeat;
    }

        .block form input.submit.mid:hover {
            background: url(../images/btnm_.gif) top center no-repeat;
        }

    .block form input.submit.long {
        width: 165px;
        background: url(../images/btnb.gif) top center no-repeat;
    }

        .block form input.submit.long:hover {
            background: url(../images/btnb_.gif) top center no-repeat;
        }
    /* Small blocks */

    .block.small {
        width: 99%;
        background: #fff url(../images/bnd.gif) bottom center repeat-x;
        padding-bottom: 0;
    }

        .block.small.left {
            float: left;
            clear: none;
        }

        .block.small.right {
            float: right;
            clear: none;
        }

        .block.small .block_head {
            background: url(../images/bhead.gif) 0 0 repeat-x;
        }

        .block.small .block_content {
            background: #fff;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

            .block.small .block_content input.text, .block.small .block_content textarea {
                width: 96%;
                padding: 7px;
            }

        .block.small.center {
            float: none;
            margin: 0 auto;
        }
            /* Login block */

            .block.small.center.login {
                width: 470px;
                background: #fff url(../images/bnd.gif) bottom center repeat-x;
                margin-top: 100px;
                margin-bottom: 100px;
                padding-bottom: 5px;
            }
    /* Block sidebar */

    .block.withsidebar .bendl {
        width: 191px;
        background: url(../images/bendsb.gif) bottom left no-repeat;
    }

    .block.withsidebar .block_content {
        overflow: hidden;
        padding: 0;
        background: url(../images/sidebar.gif) 0 0 repeat-y;
    }

        .block.withsidebar .block_content .sidebar {
            width: 190px;
            float: left;
            font-size: 11px;
        }

            .block.withsidebar .block_content .sidebar p {
                padding: 0 13px 15px;
                line-height: 18px;
            }

            .block.withsidebar .block_content .sidebar ul.sidemenu {
                padding: 0;
                margin-bottom: 10px;
            }

                .block.withsidebar .block_content .sidebar ul.sidemenu li {
                    padding: 0;
                    margin: 0;
                    background: 0;
                    border-bottom: 1px solid #ccc;
                }

                    .block.withsidebar .block_content .sidebar ul.sidemenu li a {
                        display: block;
                        padding: 10px 13px;
                        font-weight: bold;
                    }

                        .block.withsidebar .block_content .sidebar ul.sidemenu li a:hover {
                            background: #fdfdfd;
                            border-right: 1px solid #ccc;
                        }

                    .block.withsidebar .block_content .sidebar ul.sidemenu li.active a, .block.withsidebar .block_content .sidebar ul.sidemenu li.active a:hover {
                        background: #fff;
                        border: 0;
                    }

        .block.withsidebar .block_content .sidebar_content {
            padding: 15px 20px 15px 210px;
        }
    /* Image list */

    .block .block_content .imglist {
        overflow: hidden;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
    }

        .block .block_content .imglist ul {
            padding: 0;
        }

        .block .block_content .imglist li {
            padding: 0;
            margin: 0;
            background: 0;
            width: 100px;
            height: 100px;
            display: block;
            float: left;
            position: relative;
            margin: 13px 17px 10px 10px;
            border: 1px solid #ccc;
            padding: 1px;
            box-shadow: 0 0 3px #ccc;
            -moz-box-shadow: 0 0 3px #ccc;
            -webkit-box-shadow: 0 0 3px #ccc;
        }

            .block .block_content .imglist li img {
                position: absolute;
                z-index: 1;
                width: 100px;
                height: 100px;
            }

            .block .block_content .imglist li ul {
                position: absolute;
                z-index: 10;
                background: url(../images/imgo.gif) center no-repeat;
                width: 62px;
                height: 58px;
                left: 20px;
                top: 22px;
                display: none;
            }

            .block .block_content .imglist li:hover ul {
                display: block;
            }

            .block .block_content .imglist li ul li {
                display: block;
                width: 62px;
                height: 29px;
                text-align: center;
                margin: 0;
                padding: 0;
                border: 0;
                box-shadow: none;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
            }

                .block .block_content .imglist li ul li a {
                    display: block;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 10px;
                    font-weight: bold;
                    height: 29px;
                    line-height: 29px;
                    text-shadow: 0 0 2px #000;
                    outline: none;
                }

                .block .block_content .imglist li ul li.view a:hover {
                    background: url(../images/imgt.gif) bottom center no-repeat;
                }

                .block .block_content .imglist li ul li.delete a:hover {
                    background: url(../images/imgb.gif) top center no-repeat;
                }

.left_part {
    width: 350px;
    margin: 0 0 15px 0;
    padding: 10px 0 0 0;
    background: #fff;
    height: 30px;
    border: solid 1px #BBBBBB;
    border-radius: 3px;
    text-align: center;
}

.main_container {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0px;
}

.left_con {
    margin: 0px;
    margin: 0 0 10px 0;
    width: 270px;
    float: left;
}

.left_box {
    background: #fff;
    height: 50px;
    border: solid 1px #bbbbbb;
    border-radius: 3px;
}

.left_middle {
    width: 520px;
    margin: 0 0 0 30px;
    padding: 0px;
    float: left;
}

.producu_box {
    background: #fff;
    height: 50px;
    border: solid 1px #bbbbbb;
    border-radius: 3px;
}

.middle {
    width: 100px;
    margin: 0 0 0 30px;
    padding: 0px;
    float: left;
}

.contuty_box {
    background: #fff;
    height: 50px;
    border: solid 1px #bbbbbb;
    border-radius: 3px;
}

.right_middle {
    width: 100px;
    margin: 0 0 0 30px;
    padding: 0px;
    float: left;
}

.right_con {
    width: 60px;
    margin: 0 0 0 0;
    padding: 0px;
    float: right;
}

.images_close {
    margin: 0px;
    padding: 15px 3px -1px 17px;
}

.form_right {
    width: 350px;
    margin: 15px 0 15px 0;
    padding: 0 0 0;
    float: right;
    background: #fff;
    border: solid 1px #bbbbbb;
    border-radius: 3px;
}

.form_text_left {
    width: 145px;
    margin: 0px;
    padding: 5px 0 0 0;
    float: left;
    color: #333333;
    font-size: 14px;
}

.input_box {
    width: 250px;
    margin: 0px;
    float: right;
}

    .input_box input {
        width: 63px;
        margin: 0px;
        padding: 0 0 0 5px;
        height: 25px;
        border: solid 1px #bbbbbb;
        border-radius: 3px;
        color: #333333;
    }

.form_right .input_box {
    width: 150px;
}

.input-box {
    width: 250px;
    margin: 0px;
    padding: 0 0 0 5px;
    height: 25px;
    border: solid 1px #bbbbbb;
    border-radius: 3px;
    color: #333333;
}

.edit {
    width: 150px;
    margin: 0px;
    margin: 0px;
}

.form_text {
    margin: 0px;
    padding: 15px 0 25px 10px;
}

.form_text1 {
    margin: 0px;
    padding: 15px 0 5px 10px;
}

.button_botton {
    width: 200px;
    margin: 0 auto;
    padding: 0px;
}

.save {
    width: 90px;
    margin: 0px;
    margin: 0px;
    float: left;
}

.cancel {
    width: 90px;
    margin: 0px;
    padding: 0px;
    float: right;
}

.left_box_input {
    background: #fff;
    height: 30px;
    border: solid 1px #bbbbbb;
    border-radius: 3px;
    width: 265px;
    padding: 0 0 0 5px;
    color: #666666;
}

.middle_input {
    background: #fff;
    height: 30px;
    border: solid 1px #bbbbbb;
    border-radius: 3px;
    width: 95px;
    color: #666666;
    padding: 0 0 0 5px;
}

.left_middle_input {
    background: #fff;
    height: 30px;
    border: solid 1px #bbbbbb;
    border-radius: 3px;
    width: 515px;
    color: #666666;
    padding: 0 0 0 5px;
}

.me {
    background: rgb(115, 172, 115);
    border-radius: 10px;
    padding: 10px;
    font-weight: normal;
    color: white;
}

.friend {
    background-color: gray;
    padding: 10px;
    border-radius: 10px;
    color: white;
}

.unread {
    background-color: #EB8686;
}

.admin {
    background-color: #FC8E8E;
    border-radius: 10px;
    padding: 10px;
    font-weight: normal;
}

.button1 {
    width:136px;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    line-height: 30px;
    font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
    background-color: steelblue;
}
