* { padding:0; margin:0; }

body {
    background: #fff url(../images/sb.gif) top left repeat-y;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #454545;
    line-height: 20px;
    min-width: 900px;
}

p { padding-bottom: 15px; }
img, a img { border: 0; }
ul li { list-style: none; }
.clear { clear: both; }

a {
    color: #008ee8;
    text-decoration: underline;
}

a:hover {
    color: #3aaef7;
    text-decoration: none;
}


/* Header */

#header {
    background: #35383d;
    padding: 0 20px;
    height: 50px;
    /* CHANGE 
    left:0;
    position:fixed;
    width:100%;
    z-index:99;
     END CHANGE */
}

#header h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    float: left;
}

#header h1 a {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}


/* User menu */

#header .userprofile {
    float: right;
    height: 50px;
    line-height: 50px;
    background: url('../images/hsep.gif') top right repeat-y;
    padding-right: 20px;
}

#header .userprofile ul {
    font-size: 12px;
}

#header .userprofile ul li {
    padding: 7px 12px 7px 9px;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    display: inline;
}

#header .userprofile ul li:hover {
    background: url('../images/tt.png') 0 0 repeat;
}

#header .userprofile ul li a {
    text-decoration: none;
    color: #ccc;
    font-weight: bold;
    text-shadow: 0 1px 0 #000;
}

#header .userprofile ul li a:hover {
    color: #fff;
}

#header .userprofile ul li a img {
    vertical-align: text-bottom;
    margin-right: 3px;
    box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
}

#header .userprofile ul li ul {
    display: none;
    background: url('../images/tt.png') 0 0 repeat;
    font-size: 11px;
    position: absolute;
    padding: 5px 0;
    width: 100px;
    line-height: 20px;
    left: 0;
    top: 22px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
}

#header .userprofile ul li:hover ul {
    display: block;
}

#header .userprofile ul li ul li {
    padding: 0;
}

#header .userprofile ul li ul li:hover {
    background: 0;
}

#header .userprofile ul li ul li a {
    padding: 0 10px;
    color: #999;
    display: block;
}


/* Search form */

#header form {
    float: right;
    padding-top: 11px;
    height: 29px;
    position: relative;
    margin-left: 20px;
}

#header form input.text {
    width: 100px;
    border: 0;
    background: url(../images/srch.gif) 0 0 no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #aaa;
    padding: 8px 0 11px 11px;
    text-shadow: 0 1px 0 #000;
    outline: none;
    float: left;
}

#header form input.text:focus {
    color: #ccc;
}

#header form input.submit {
    width: 29px;
    height: 29px;
    float: left;
    border: 0;
    background: url(../images/srch.gif) top right no-repeat;
    outline: none;
    cursor: pointer;
}

#header form .loading {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 17px;
    right: 8px;
    background: url(../images/srch_loader.gif) center no-repeat;
}	

#header form .quickresults {
    display: none;
    width: 200px;
    padding: 5px 0;
    background: url(../images/tt.png) 0 0 repeat;
    position: absolute;
    color: #aaa;
    font-size: 11px;
    font-weight: bold;
    top: 40px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#header form .quickresults ul li a {
    display: block;
    color: #aaa;
    text-decoration: none;
    padding: 0 12px;
    text-shadow: 0 1px 0 #000;
}

#header form .quickresults ul li a:hover {
    color: #fff;
}


/* Sidebar */

#sidebar {
    width: 200px;
    float: left;
}

/* CHANGE
#sidebar #nav{
        width: 200px;
        position: fixed;
        top:50px;
        }
 END CHANGE */	

#sidebar ul#nav li {
    font-size: 14px;
}

#sidebar ul#nav li a {
    display: block;
    padding: 10px 0 10px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bec9d0;
    color: #5e6a80;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
}

#sidebar ul#nav li a strong {
    background: url(../images/mac.png) center right no-repeat;
    display: block;
    margin-right: -1px;
    color: #333;
}

#sidebar ul#nav li a img {
    vertical-align: text-bottom;
}

#sidebar ul#nav li a:hover {
    background: #005598 url(../images/mbg.jpg) 0 0 repeat-x;
    border-top: 1px solid #0095d8;
    border-bottom: 1px solid #003868;
    color: #fff;
    text-shadow: 0 1px 0 #014076;
}

#sidebar ul#nav li a:hover strong {
    color: #fff;
}

#sidebar ul#nav li a span {
    float: right;
    background: #e0e5e9;
    font-size: 11px;
    border: 1px solid #bec9d0;
    line-height: 18px;
    margin-right: 15px;
    padding: 0 6px;

    box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#sidebar ul#nav li a:hover span {
    background: #085a9f;
    border: 1px solid #014076;
    text-shadow: 0 1px 0 #333;

    box-shadow: 0 1px 0 #1484e2;
    -moz-box-shadow: 0 1px 0 #1484e2;
    -webkit-box-shadow: 0 1px 0 #1484e2;
}

#sidebar ul#nav li ul {
    padding: 5px 0;
    padding-left: 15px;
    background: #e0e5e9;
    border-bottom: 1px solid #becad1;
}

#sidebar ul#nav li ul li {
    border: 0;
    font-size: 12px;
}

#sidebar ul#nav li ul li a {
    padding: 3px 10px;
    border: 0;
}

#sidebar ul#nav li ul li a:hover {
    border: 0;
    background: none;
    color: #008ee8;
    text-shadow: 0 1px 0 #fff;
}

#sidebar .status_box {
    width: 170px;
    position: fixed;
    bottom: 0;
    margin: 15px;
}

#sidebar .status_box ul {
    padding: 7px 10px;
    background: #e0e5e9;
    border: 1px solid #becad1;
    font-size: 12px;

    box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#sidebar .status_box ul li a {
    color: #5e6a80;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}

#sidebar .status_box ul li a:hover {
    text-decoration: underline;
}

#sidebar .status_box ul li a.online {
    padding-left: 12px;
    background: url(../images/st_online.png) 0 3px no-repeat;
}

#sidebar .status_box ul li a.warning {
    padding-left: 12px;
    background: url(../images/st_warning.png) 0 3px no-repeat;
}

#sidebar .status_box ul li a.offline {
    padding-left: 12px;
    background: url(../images/st_offline.png) 0 3px no-repeat;
}


/* Content */

#content {
    overflow: hidden;
    padding: 0 20px;
}

#content .breadcrumb {
    font-size: 11px;
    font-weight: bold;
    color: #aaa;
    border-bottom: 1px solid #ddd;
    padding: 11px 0;
    margin-bottom: 5px;
}

#content .breadcrumb a {
    color: #777;
}

#content .breadcrumb a:hover {
    color: #008ee8;
}

#content h1,	
#content h2 {
    font-size: 24px;
    line-height: 36px;
    color: #333;
    padding-bottom: 5px;
}

#content h3 {
    color: #333;
    font-size: 18px;
    /*    line-height: 38px;*/
    text-transform: uppercase;
}

#content h4 {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

#content hr {
    border: 0;
    height: 1px;
    background: #ccc;
    color: #ccc;
    font-size: 1px;
    line-height: normal;
    clear: both;
    margin: 15px 0;
}

#content .graybox{
    border: 1px solid #ccc;
    background-color: #ECEFF1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#content table {
    text-align: left;

}

#content table a {
    text-decoration: none;
}

#content .listtable tr td {
    background: #fff;
}

#content .listtable tr.subheader td,
#content .listtable tr.subheader:hover td {
    background-color: #ECEFF1;
    border-top:1px solid #fafafa;
}

#content .listtable tr.subheader td a {
    color: #5e6a80;
    text-shadow: 0 1px 0 #fff;
}

#content .listtable tr:hover td, 
#content .listtable tr.even:hover td {
    background-color: #f2f2f2;
}

#content table tr.even td {
    background: #fbfbfb;
}

#content .listtable tr td,
#content .listtable tr th {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    line-height: normal;
}

#content table tr th.headerSortUp {
    color: #333;
    background: #ECEFF1 url(../images/sortd.gif) 95% center no-repeat;
}

#content table tr th.headerSortDown {
    color: #333;
    background: #ECEFF1 url(../images/sorta.gif) 95% center no-repeat;
}

#content table tr td {
    color: #666;
    font-size: 13px;
}

#content table tr td.delete, #content table tr td.edit {
    width: 16px;
    text-align: center;
}

#content table tr td.delete a, #content table tr td.edit a {
    opacity: .50;
    -moz-opacity: .50;
}

#content table tr td.delete a:hover, #content table tr td.edit a:hover {
    opacity: 1;
    -moz-opacity: 1;
}

/* CHANGE */
#content .table_footer {
    padding-top:5px;
    height:39px;
    border-top:1px solid #fafafa;
}
/* END CHANGE */

#content .tableactions {
    overflow: hidden;
    padding-bottom: 20px;
    float: left;
    margin-left:10px;
}

#content .tableactions select {
    width: 125px;
    margin-right: 5px;
    vertical-align: middle;
    outline: none;
}

#content .tableactions input.submit {
    height: 31px; 
    line-height: 31px;
    padding: 0 10px;
}

#content .pagination {
    font-size: 11px;
    font-weight: bold;    
}

#content .pagination.right {
    float:right;
    margin-right:10px;
    text-align: right;
}

#content .pagination a, #content .pagination span {
    display: inline-block;
    height: 31px;
    line-height: 31px;
    padding:0 13px;
    margin: 0 1px;

    font-size: 14px;
    color: #333;
    text-decoration: none;
    border: 1px solid #bbb;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFF url('../images/act/bg.png') bottom repeat-x;
}

#content .pagination span {
    color: #fff;
    background: #378AC9;
    border: 1px solid #084E9E;
    text-shadow: 0 1px 0 #333;
}

#content .pagination a:hover {
    border: 1px solid #0082d5;
}

/* Statistics */

#content .today_stats {
    border: 1px solid #ccc;
    background: #fbfbfb;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#content .today_stats tr td {
    width: 25%;
    text-align: center;
    padding: 10px 0;
    color: #888;
    text-transform: uppercase;
    border-right: 1px solid #ddd;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    border-bottom: 0;
    vertical-align: top;
}

#content .today_stats tr td.last {
    border-right: 0;
}

#content .today_stats tr td strong {
    display: block;
    font-size: 22px;
    color: #555;
}

#content .today_stats tr td span {
    font-size: 13px;
    display: block;
    line-height: 18px;
}

#content .today_stats tr td span.goup {
    color: #508600;
}

#content .today_stats tr td span.godown {
    color: #e3302c;
}


/* Messages */

#content .message {
    padding: 10px 15px 10px 40px;
    margin-bottom: 15px;
    font-weight: bold;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#content .message p {
    padding: 0;
    width: 93%;
    float: left;
}

#content .message.errormsg {
    border: 1px solid #e9c59b;
    background: #ffecce url(../images/error.gif) 12px 12px no-repeat;
    color: #e3302c;
}

#content .message.success {
    border: 1px solid #bfde84;
    background: #edfbd8 url(../images/success.gif) 12px 12px no-repeat;
    color: #508600;
}

#content .message.info {
    border: 1px solid #bbdbe0;
    background: #ecf9ff url(../images/info.gif) 12px 12px no-repeat;
    color: #0888c3;
}

#content .message.warning {
    border: 1px solid #e5e181;
    background: #fefde2 url(../images/warning.gif) 12px 12px no-repeat;
    color: #666;
}

#content .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;
}

#content .message .close.hover {
    -moz-opacity: 1;
    opacity: 1;
}

/* Tags */

#content .tag {
    border-radius: 3px;
    padding: 5px 5px;
    font-weight: bold;
}
#content .tag.confrimed {
    border: 1px solid #bfde84;
    background-color: #edfbd8;
    color: #508600;
}
#content .tag.pending {
    border: 1px solid #e5e181;
    background-color: #fefde2;
    color: #666;
}
#content .tag.canceled {
    border: 1px solid #e9c59b;
    background-color: #ffecce;
    color: #e3302c;
}

/* HUD Messages */

.hudmsg {
    width: 160px;
    padding: 20px;
    color: #eee;
    background: url(../images/tt.png) 0 0 repeat;
    background: rgba(0, 0, 0, 0.7);
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    position: fixed;
    bottom: 40px;
    left: 50%;
    margin-left: -100px;
    z-index: 1000;
    text-shadow: 0 1px 1px #000;

    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.hudmsg img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}


/* Progress bars */

#content .progress_bar {
    background: #eee url(../images/prsep.gif) center repeat;
    padding: 3px;
    padding-right: 5px;
    border: 1px solid #ccc;
    border-top: 1px solid #bbb;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px #333;

    -moz-box-shadow: inset 0 1px 3px #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ccc;
    box-shadow: inset 0 1px 3px #ccc;

    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#content .progress_bar .progress_complete {
    text-align: center;
    background: #0180c8 url(../images/prstr.png) center repeat-x;
    border: 1px solid #005aa4;
    -moz-box-shadow: inset 0 1px 0 #36b7f1;
    -webkit-box-shadow: inset 0 1px 0 #36b7f1;
    box-shadow: inset 0 1px 0 #36b7f1;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#content .progress_bar .progress_complete.green {
    background: #34ad10 url(../images/prstr.png) center repeat-x;
    border: 1px solid #437f43;	
    -moz-box-shadow: inset 0 1px 0 #76d559;
    -webkit-box-shadow: inset 0 1px 0 #76d559;
    box-shadow: inset 0 1px 0 #76d559;
}

#content .progress_bar .progress_complete.red {
    background: #e93030 url(../images/prstr.png) center repeat-x;
    border: 1px solid #900606;
    -moz-box-shadow: inset 0 1px 0 #ef7d7d;
    -webkit-box-shadow: inset 0 1px 0 #ef7d7d;
    box-shadow: inset 0 1px 0 #ef7d7d;
}

#content .progress_bar .progress_complete.orange {
    background: #ffaa24 url(../images/prstr.png) center repeat-x;
    border: 1px solid #c37700;
    -moz-box-shadow: inset 0 1px 0 #f4db81;
    -webkit-box-shadow: inset 0 1px 0 #f4db81;
    box-shadow: inset 0 1px 0 #f4db81;
}


/* Small progress bars */

#content .progress_bar.small {
    padding: 2px;
    padding-right: 10px;
    -moz-box-shadow: inset 0 1px 1px #ccc;
    -webkit-box-shadow: inset 0 1px 1px #ccc;
    box-shadow: inset 0 1px 1px #ccc;
}

#content .progress_bar.small .progress_complete {
    padding: 3px;
}

#content .progress_bar.small .progress_complete span {
    display: none;
}


/* Forms */

#content form p {
    overflow: hidden;
    padding-bottom: 20px;
    padding: 10px 0;
}

#content form label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin-right: 5px;
    vertical-align: middle;

    display: inline-block;
    width: 100px;
}

input.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 7px;
    border: 1px solid #bbb;
    outline: none;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    width: 171px;
}

#content form input.text.error {
    border: 2px solid #e75c5c;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 7px;
    border: 1px solid #bbb;
    outline: none;
    overflow: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 6px 9px 6px 4px;
    border: 1px solid #bbb;
    outline: none;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    width: 187px;
    /*    background: #FFF url('../images/act/select.png') right no-repeat;*/
    text-transform:uppercase;
}

#content form textarea.wysiwyg {
    height: 200px;
    padding: 0;
}

#content form .custom_file input.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #014076;
    background: #085a9f url(../images/mbg.jpg) center repeat-x;
    padding: 4px 8px;
    text-shadow: 0 1px 0 #000;
    cursor: pointer;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    -moz-box-shadow: inset 0 1px 0 #66b6f8;
    -webkit-box-shadow: inset 0 1px 0 #66b6f8;
    box-shadow: inset 0 1px 0 #66b6f8;	
}

#content form .custom_file input.file {
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
    width: 1px;
    position: absolute;
    cursor: pointer;
}

#content form .custom_file em {
    font-size: 11px;
    background: #eee;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-left: 0;
    font-style: normal;

    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

form input.date_picker {
    width: 80px;
    padding-right: 36px;
    cursor: pointer;
    background: url(../images/act/cal.jpg) center right no-repeat;
}

#content form input.color_picker {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 5px;
    border: 1px solid #bbb;
    outline: none;
    width: 64px;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


#content form input.radio,
#content form input.checkbox {
    vertical-align: text-bottom;
}

#content form .onoffswitch label {
    float: left;
    padding: 0 10px;
    line-height: 28px;
}

#content form .onoffswitch input {
    float: left;
}

#content form .onoff_box {
    float: left;
    width: 80px;
    height: 26px;
    background: url(../images/onoff.gif) 0 0 no-repeat;
    cursor: pointer;
    position: relative;
    overflow: hidden;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#content form .onoff_box.checked {
    background: url(../images/onoff.gif) -40px 0 no-repeat;
}

#content form .onoff_box input {
    position: absolute;
    left: -20px;
}

#content form .note {
    padding-left: 10px;
    font-size: 12px;
    font-style: italic;
    color: #777;
    vertical-align: middle;
}

#content form .note.error { color: #e3302c; }

#content form input.submit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #014076;
    background: #085a9f url(../images/mbg.jpg) center repeat-x;
    padding: 7px 15px;
    vertical-align: middle;
    text-shadow: 0 1px 0 #000;
    cursor: pointer;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    -moz-box-shadow: inset 0 1px 0 #73b9f3;
    -webkit-box-shadow: inset 0 1px 0 #73b9f3;
    box-shadow: inset 0 1px 0 #73b9f3;
}

#content form input.submit:hover {
    background: #ed9c34 url(../images/mbgh.jpg) center repeat-x;
    border: 1px solid #c05f05;
    text-shadow: 0 1px 0 #6e3704;

    -moz-box-shadow: inset 0 1px 0 #f3cf8c;
    -webkit-box-shadow: inset 0 1px 0 #f3cf8c;
    box-shadow: inset 0 1px 0 #f3cf8c;
}

#content form input.submit.disabled {
    background: #ddd;
    color: #999;
    border: 1px solid #aaa;
    text-shadow: 0 1px 0 #fff;

    -moz-box-shadow: inset 0 1px 0 #eee;
    -webkit-box-shadow: inset 0 1px 0 #eee;
    box-shadow: inset 0 1px 0 #eee;
}


/* Image list */

#content .imglist {
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-family: "Lucida Grande", Verdana, sans-serif;
}

#content .imglist ul {
    padding: 0;
}

#content .imglist li {
    padding: 0;
    margin: 0;
    background: #fff;
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    position: relative;
    margin: 10px 23px 10px 0;
    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 .imglist li:hover {
    cursor: move;
}

#content .imglist li img {
    width: 100px;
    height: 100px;
}

#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;
}

#content .imglist li:hover ul {
    display: block;
}

#content .imglist li ul li {
    display: block;
    width: 62px;
    height: 29px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#content .imglist .ui-state-highlight {
    border: 1px dashed #ccc;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#content .imglist .ui-sortable-helper {
    opacity: .80;
    -moz-opacity: .80;
    filter:alpha(opacity=80);
}

#content .imglist li ul li a {
    text-decoration: none;
    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 .imglist li ul li.view a:hover { background: url(../images/imgt.gif) bottom center no-repeat; }
#content .imglist li ul li.delete a:hover { background: url(../images/imgb.gif) top center no-repeat; }



/* Slider */

.ui-slider {
    position: relative;
    text-align: left;
    background: #eee;
    border: 1px solid #ccc;
    border-top: 1px solid #bbb;
    margin-bottom: 20px;

    -moz-box-shadow: inset 0 1px 3px #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ccc;
    box-shadow: inset 0 1px 3px #ccc;

    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    outline: none;
    line-height: normal;
    background: url(../images/handle.png) top left no-repeat;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 1%;
    display: block;
    background: #1a83db;
    -moz-box-shadow: inset 0 0 3px #072743;
    -webkit-box-shadow: inset 0 0 3px #072743;
    box-shadow: inset 0 0 3px #072743;
}

.ui-slider-horizontal { width: 100%; height: 11px; }
.ui-slider-horizontal .ui-slider-handle { top: -6px; margin-left: -13px; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: 11px; height: 200px; }
.ui-slider-vertical .ui-slider-handle { left: -6px; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }


/* Login page */

.loginpage {
    background: #eceff1;
}

.backlink {
    line-height: 50px;
    padding: 0 20px 0 30px;
    color: #bbb;
    text-decoration: none;
    font-weight: bold;
    float: right;
    background: url(../images/hsep.gif) 0 0 repeat-y;
}

.backlink:hover {
    color: #fff;
}

#content.loginbox {
    background: #fff;
    width: 400px;
    margin: 200px auto 0;
    border: 1px solid #b0bec6;
    padding: 0;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    -moz-box-shadow: 0 0 10px #b0bec6;
    -webkit-box-shadow: 0 0 10px #b0bec6;
    box-shadow: 0 0 10px #b0bec6;
}

#content.loginbox .message {
    margin: 0 20px 10px;
}

#content.loginbox form p {
    padding: 0 20px 20px;

}

#content.loginbox form .formstart {
    padding-top: 20px;
    border-bottom: 1px solid #bbb;
    background: #eee;

    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;

    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

#content.loginbox form .formend {
    padding-top: 20px;
    border-top: 1px solid #bbb;
    background: #eee;

    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    text-align: right;
}

#content.loginbox form input.text {
    width: 344px;
}

#content.loginbox form input.submit {
    /*    margin-right: 10px;*/
}

/* Blocks */
#content .block {
    padding-bottom: 5px;
    margin: 20px 0;
    clear: both;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #cbd3d8;
    box-shadow: 0 0 4px #b0bec6;
}

/* Block head */
#content .block .block_head {
    height: 40px;
    line-height: 40px;
    padding: 0 22px 0 22px;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #bec9d0;
    background-color: #eceff1;
    
    box-shadow: inset 0 1px 0 #fff;
}

#content .block .block_head h2 {
    float: left;
    color: #5e6a80;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    
}

#content .block .block_head img {
    float: right;
    margin: 12px 0;
}

#content .block .block_head ul {
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

#content .block .block_head ul li {
    display: inline;
    padding: 3px 0;
    padding-left: 20px;
    background: url('../images/head_sp.gif') 7px center no-repeat;
}

#content .block .block_head ul li.nobg { background: none; }

#content .block .block_head ul li a {
    text-decoration: none;
    color: #666;
    outline: none;
}
#content .block .block_head ul li.active a { color: #888; }

#content .block .block_head ul li a:hover { color: #008ee8; }

/* Fix for date selector */
#content .block .block_head .date_selector { line-height: normal; text-shadow: none; }

/* Block content */
#content .block .block_content {
    overflow: hidden;
    padding: 10px 20px;
}

/* Small blocks */
#content .block.small { width: 49%; padding-bottom: 0;}
#content .block.small.left { float: left; clear: none; }
#content .block.small.right { float: right; clear: none; }
#content .block.small.center { float: none; margin: 0 auto; }

/* Preview Table */
.block .block_content.preview table {
    width:100%;
    padding: 0;
}
.block .block_content.preview td{border: 0px; padding: 5px;}
.block .block_content.preview caption{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 10px 0; 
    text-align: left;
}     
.block .block_content.preview .colHead {width:34%; font-weight: bold;}

.txtL{text-align: left;}
.txtC{text-align: center;}
.txtR{text-align: right}

#colorsTitle{ 
    margin-top: -1px;
    width: 100%;
    color:white; 
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    text-transform:uppercase;
    border:1px solid #666;
}

.colors{overflow: hidden;}
.colors ul{position: relative; float: left;}
.colors li{position:relative;float:left;width:16px;height:16px;margin:2px 1px 0 0;background:#000;cursor:pointer;filter:alpha(opacity=50);opacity:.5;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;}
.colors li:hover{filter:alpha(opacity=100);opacity:1}
.colors li.active{border:1px solid #666; border-bottom:0; height:18px;margin-top:0;filter:alpha(opacity=100);opacity:1}
.colors li.red, .red{background:#d54e21}
.colors li.green, .green{background:#7abf66}
.colors li.blue, .blue{background:#0e76a8}
.colors li.aero, .aero{background:#9cc2cb}
.colors li.grey, .grey{background:#73716e}
.colors li.orange, .orange{background:#f70}
.colors li.yellow, .yellow{background:#fc0}
.colors li.pink, .pink{background:#ff66b5}
.colors li.purple, .purple{background:#6a5a8c}

.daybar {margin:5px 0; text-align: center; height: 38px}
.daybar ul {margin: 0; padding: 0; list-style-type: none}
.daybar ul li {float: left; width:12%; margin-right: 0.571%}
.daybar ul li.last {margin-right: 0;}
.daybar ul li a {display:block; padding: 2px 3px; text-decoration: none; font-weight: bold; background-color: #ECEFF1; color: #5E6A80; text-shadow: 0 1px 0 #FFF; border: 1px solid #CCC; border-radius: 3px; line-height: 16px}
.daybar ul li.selected a {background-color: #FFF}
.daybar ul li a:hover, .daybar ul li.today a {color: #008ee8}