html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, acronym, address, big, cite, code, del, dfn, img, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
btn body {
    line-height: 13px;
}
ol, ul {
    list-style: none;
}
blockquote {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #DFDFDF;
    box-shadow: 0 0 1px #F1F5F8 inset;
    color: #222222;
    display: block;
    margin: 10px 0;
    padding: 5px 7px;
}
/* ========================================================================== */

html, body {
    height: 100%;
    width: 100%;
    background: #fff;
}

html { -webkit-text-size-adjust: 100%; }
body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #000;
    margin: 0;
}
h1 {
    font-weight: bold;
    color: #7cb631;
    padding-bottom: 8px;
    border-bottom: solid 2px #a8b9c9;
}
h2 {
    font-weight: bold;
    color: #7cb631;
    padding-bottom: 8px;
}
p {
    padding: 7px 0 15px 0;
    line-height: 18px;
}
a {
    color: #0072d9;
    outline: none;

    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
a:hover {
    text-decoration: none;
}
img {
    border: none;
}
input[type="checkbox"], input[type="radio"] {
    position: relative;
    overflow: hidden;
    margin: 0;
    background: none;
    border: 0 !important;
    vertical-align: top;
    margin-right: 5px;
    top: 2px;
    padding: 0 !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    padding: 3px 0 !important;
}

select {
    padding-right: 3px !important;
}

input, select, textarea {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    background: #fff;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-bottom: solid 1px #CCC;
    border-right: solid 1px #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
textarea {
    resize: vertical;
}
label {
    cursor: pointer;
}
b, strong {
    font-weight: bold;
}
hr {
    margin: 15px 0 10px 0;
    padding: 0px;
    border: none;
    border-bottom: solid 1px #ccd6df;
}
/* ========================================================================== */

.width {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.align_right {
    text-align: right;
}
.align_center {
    text-align: center;
}
.float_right {
    float: right;
}
.float_left {
    float: left;
}
h1 .position_right {
    right: 16px;
}
.position_right {
    position: absolute;
    right: 0px;
}

.list tbody .nlp {
    padding-right: 0 !important
}

.list tbody .small_width.nlp {
    width: 85px;
}
/* ========================================================================== */

#header {
    background: url(../bundles/suresupport/img/sprite.png) repeat-x;
    background-position: 0 -160px;
    height: 141px;
    position: relative;
}
#header_without_image {
    background-position: 0 -160px;
    height: 141px;
    position: relative;
}
#header_image {
    position: absolute;
    top: 107px;
    background: url(../bundles/suresupport/img/header.png) no-repeat;
    width: 990px;
    height: 96px;
}
#index_header {
    background: url(../bundles/suresupport/img/sprite.png) repeat-x;
    background-position: 0 -540px;
    height: 279px;
    position: relative;
    border-bottom: solid 1px #999999;
}
#logo {
    background: url(../bundles/suresupport/img/sprite.png) repeat-x;
    background-position: 0 0;
    height: 31px;
    width: 186px;
    display: block;
    position: absolute;
    top: 19px;
    overflow: hidden;
    text-indent: -999px;
}
#note {
    position: absolute;
    right: 0;
    top: 29px;
    color: #949494;
}
#index_header #menu {
    top: 236px;
}
#menu {
    position: absolute;
    top: 98px;
    width: 100%;
}
#menu ul {
    position: relative;
    width: 100%;
}
#menu ul li {
    float: left;
    display: block;
}
#menu ul li a {
    display: block;
    padding: 13px 17px;
    color: #587895;
    font-weight: bold;
    /* text-shadow: 1px 1px 0 #fff; */
    text-decoration: none;
}
#menu ul li a:hover {
    color: #2182DA;
}
#menu ul li.selected a, #menu ul li.selected a:hover {
    color: #62a023;
}
#menu .divider {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -180px -100px;
    width: 2px;
    height: 20px;
    position: relative;
    top: 10px;
}
/* ========================================================================== */

#content {
    width: 100%;
    position: relative;
}
#content td {
    border: solid 1px #f4f4f4;
    vertical-align: middle;
    line-height: 16px;
}
#content .content {
    width: 990px;
    border-left: none;
    border-right: none;
}
#content .content .modul:first-child {
    border-top: none;
}
#content .content .modul:last-child {
    margin-bottom: 0;
}
/* ========================================================================== */

#footer {
    background: url(../bundles/suresupport/img/sprite.png) repeat-x;
    background-position: 0 -880px;
    height: 141px;
}
#footer .decoration {
    background: url(../bundles/suresupport/img/sprite.png) repeat-x;
    background-position: 0 -420px;
    height: 7px;
    width: 100%;
    position: absolute;
    top: 32px;
}
#copywrite {
    position: absolute;
    top: 52px;
    left: 0;
}
#footer .links {
    position: absolute;
    top: 52px;
    right: 0;
}
/* ============================================================================ */

.modul {
    padding: 19px 16px;
    border: solid 1px #f4f4f4;
    margin-bottom: 2px;
    clear: both;
    background: #fff;
    position: relative;
}
.first {
    border-top: none;
}
.last {
    border-bottom: none;
    margin-bottom: 0;
}
.clean {
    padding: 0;
    border: none;
    margin: -2px;
    margin-bottom: -3px;
}
/* ============================================================================== */

#search_field {
    background: #fff;
    padding-left: 2px;
    margin: 0px;
    position: relative;
    width: 150px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.search em.input-error {
    position: absolute;
    /* text-shadow: 1px 1px 0 #eee; */
    left: 1px;
    top: 20px;
    z-index: 1000;
    font-size: 11px;
}
.search {
    position: absolute;
    right: 0;
    top: 9px;
}
.search .icon_search {
    margin: 0;
}
.search .button {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    line-height: 1px;
    top: 0;
    margin: 0px;
    margin-left: 2px;
    float: right;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ui-button .ui-button-text {
    padding: 0 !important;
}
.ui-widget {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 12px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.ui-dialog-titlebar {
    background: url(../bundles/suresupport/img/sprite.png) repeat-x !important;
    background-position: 0 -380px !important;
    padding: 6px 0 6px 12px !important;
    line-height: normal !important;
    /* text-shadow: 1px 1px 0 #fefefe !important; */
    border-right: solid 1px #fefefe !important;
    border-left: solid 1px #dedede !important;
    border-bottom: none !important;
    border-top: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.ui-dialog-title {
    color: #333 !important;
    /* text-shadow: 1px 1px 0 #fefefe !important; */
}
/* ============================================================================== */

.button, .ui-button {
    display: inline-block;
    background: url(../bundles/suresupport/img/sprite.png) repeat-x !important;
    background-position: 0 -380px !important;
    line-height: 15px !important;
    position: relative;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
    width: auto;
    padding: 4px 17px !important;
    color: #416281 !important;
    /* text-shadow: 1px 1px 0 #fff !important; */
    text-decoration: none;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: solid 1px #a8b9c9 !important;
    box-shadow: 0 0 1px 0 #eee;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    font-size: 12px !important;
}
.button.strong {
    color: #fefefe !important;
    /* text-shadow: 1px 1px 0 #688094 !important; */
    background-position: 0 -440px !important;
    border: solid 1px #5f7f9c !important;
    padding-left: 35px;
    padding-right: 35px;
}

.button:hover {
    border: solid 1px #85919e !important;
    color: #344d66 !important;
    /* text-shadow: 1px 1px 0 #fff !important; */
}
.button.strong:hover {
    border: solid 1px #324556 !important;
    /* text-shadow: 1px 1px 0 #425260 !important; */
    color: #fff !important;
}
.button.wide {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.button input[type="file"] {
    position: absolute;
    top: 0px;
    right: 0px;
    filter: alpha(opacity=0);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    cursor: pointer;
}
.hide {
    display: none;
}
.small {
    font-size: 11px;
    padding: 0 5px 1px 5px;
}
.big {
    padding: 5px 16px !important;
    font-size: 12px;
    font-weight: bold;
}
.big b {
    margin-right: 6px;
}
/* =================================================================================== */

.notify {
}
.notify.error {
        color: #901818;
    background: #fff4e8;
    padding: 5px 10px 5px 5px;
    margin: 2px 0;
    border: solid 1px #cc0000;
}
.notify.error strong {
    color: #901818;
}
.notify.error .icon_error {
    float: left;
    margin-right: 2px;
}

/* */

.notify.warning {
    border: solid 1px #f2d045;
    background: #ffffe8;
    padding: 5px 10px 5px 5px;
    margin: 2px 0;
}
.notify.warning strong {
    color: #8b4501;
}
.notify.warning .icon_warning {
    float: left;
    margin-right: 2px;
    left: 0;
}
/* */

#welcome .notification {
    margin-bottom: -25px;
}
.notification {
    width: 100%;
    margin-top: -5px;
    margin-bottom: -5px;
}
.notification table tr td {
    padding: 0 !important;
    vertical-align: middle !important;
}
.notification .message strong {
    display: block;
    font-weight: bold;
}
.notification .icon_place_holder {
    width: 46px;
    height: 48px;
    background: #f2d242;
}
.notification .message {
    padding: 9px 11px 9px 11px !important;
    line-height: normal;
}
.notification td {
    border: 0 !important;
}
.warning {
    border: solid 1px #f2d045;
    background: #ffffe8;
}
.warning .icon_place_holder {
    background: #f2d242;
    background: -moz-linear-gradient(top, #f4da4c 0%, #f0ca36 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4da4c), color-stop(100%, #f0ca36)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4da4c 0%, #f0ca36 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4da4c 0%, #f0ca36 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f4da4c 0%, #f0ca36 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4da4c', endColorstr='#f0ca36', GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f4da4c 0%, #f0ca36 100%); /* W3C */
    border: solid 1px #e7c03b !important;
}
.warning .message {
    border-left: solid 1px #f2d045 !important;
}
/* ------ */

.success {
    border: solid 1px #87b62d;
    background: #fffff2;
}
.success .message {
    border-left: solid 1px #87b62d !important;
}
.success .icon_place_holder {
    background: #92c421;
    background: -moz-linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7cf28), color-stop(100%, #82bb1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cf28', endColorstr='#82bb1c', GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* W3C */
    border: solid 1px #7daa27 !important;
}
/* ------ */

.information {
    border: solid 1px #416281;
    background: #eef3fc;
}
.information .message {
    border-left: solid 1px #386cb7 !important;
}
.information .icon_place_holder {
    background: #5792d7;
    background: -moz-linear-gradient(top, #68a6de 0%, #4880d0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68a6de), color-stop(100%, #4880d0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #68a6de 0%, #4880d0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #68a6de 0%, #4880d0 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #68a6de 0%, #4880d0 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68a6de', endColorstr='#4880d0', GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #68a6de 0%, #4880d0 100%); /* W3C */
    border: solid 1px #386cb7 !important;
}
.nerror {
    border: solid 1px #e73535;
    background: #fffcfc;
}
.nerror .icon_place_holder {
    background: #f2d242;
    background: -moz-linear-gradient(top, #f8463a 0%, #d42621 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8463a), color-stop(100%, #d42621)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8463a 0%, #d42621 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8463a 0%, #d42621 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f8463a 0%, #d42621 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8463a', endColorstr='#d42621', GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f8463a 0%, #d42621 100%); /* W3C */
    border: solid 1px #c31d1c !important;
}
.nerror .message {
    border-left: solid 1px #d7221b !important;
}
.nerror .icon_error {
    background-position: -60px -100px;
    width: 17px;
    height: 17px;
    left: 14px;
    position: relative;
}
/* ---------------- */

.textnotice {
    background: #eef3fc !important;
    display: block;
    border: solid 1px #416281;
    margin: -5px 0;
    padding: 8px 11px 11px 11px;
    /* text-shadow: 1px 1px 0px #fcfdff; */
}
.textnotice strong {
    color: #005ba9;
}
/* ======================================================================================== */

.header .content {
    border: none !important;
}
#info {
    width: 994px;
    border-spacing: 2px 0;
    margin-left: -2px;
    margin-right: -2px;
}
#details {
    padding: 11px 13px;
}
#ticketStatus td {
    padding: 11px 13px;
}
#info .selected {
    background: #92c421;
    background: -moz-linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7cf28), color-stop(100%, #82bb1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cf28', endColorstr='#82bb1c', GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* W3C */
    color: #fff;
    /* text-shadow: 1px 1px 0px #66aa00; */
}
#info .selected a {
    color: #fff;
}
.active {
    color: #cc0000;
    padding-right: 10px;
    padding-left: 16px !important;
    width: 50px;
}
.active a {
    color: #cc0000;
    text-decoration: none;
}
.in_progress {
    color: #ff6648;
    padding: 0 10px;
    width: 50px;
}
.in_progress a {
    color: #ff6648;
    text-decoration: none;
}
.answered {
    color: #99cc33;
    padding: 0 10px;
    width: 50px;
}
.answered a {
    color: #99cc33;
    text-decoration: none;
}
.answered div, .in_progress div, .active div, .user div {
    white-space: nowrap;
}
.user {
    padding: 11px 13px;
    text-align: right;
    width: 50px;
    white-space: nowrap;
}
.user .button {
    margin: 0 1px;
}
.user a {
    text-decoration: none;
}
/* ========================================================================================= */

.list {
    width: 100%;
    margin-bottom: 9px;
    border-spacing: 0 1px;
    background: #ccd6df;
    clear: both;
}

.list tbody td {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.list thead td {
    color: #757575;
    background: #f4f4f4 url(../bundles/suresupport/img/sprite.png) repeat-x;
    background-position: 0 -380px;
    padding: 7px 10px 7px 10px;
    line-height: normal;
    font-size: 11px;
    line-height: 14px !important;
    /* text-shadow: 1px 1px 0 #fefefe; */
    border-right: solid 1px #fefefe !important;
    border-left: solid 1px #dedede !important;
    border-bottom: solid 1px #fff !important;
    border-top: solid 1px #ccd6df !important;
}
.list .odd td, .list tbody td {
    background: #fafafa;
}
.list .even td {
    background: #ffffff;
}
/* */

.list tbody td {
    padding: 6px 12px !important;
    border-bottom: solid 2px #fff !important;
    border-top: solid 2px #fff !important;
    border-left: none !important;
    border-right: none !important;
    /* text-shadow: 1px 1px 0 #fff; */
}
/* hover */
/*.list tbody .even:hover td {
    background: #fafafa;
}

.list tbody .odd:hover td {
    background: #f6f6f6;
}*/
/* ================================================================== */

.noborder, .noborder td {
    border: 0 !important;
}
.valign_top, .valign_top td {
    vertical-align: top !important;
}
.static tbody tr td {
    background-color: #fff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.static textarea, .static input, .static option, .static select {
    background: #f7f7f7;
}

.static textarea:focus, .static input:focus, .static option:focus, .static select:focus {
    background: #fff;
}
/* ================================================================== */

.iconwrapper {
    width: 82px;
    height: 82px;
    float: left;
    display: block;
    border: solid 1px #f0f0f0;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #fdfdfd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #fdfdfd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #fdfdfd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #fdfdfd 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #fdfdfd 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fdfdfd', GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #fefefe 0%, #fdfdfd 100%); /* W3C */
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.icon_thumb_up {
    float: left;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: 0px -100px;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    margin-left: -7px;
    margin-bottom: -2px;
    margin-top: 1px;
}
.icon_thumb_down {
    float: left;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -20px -100px;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    margin-left: -7px;
    margin-bottom: -2px;
    margin-top: 2px;
}
.icon_close {
    display: inline-block;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -100px -80px;
    width: 9px;
    height: 9px;
    margin-top: 1px;
    margin-bottom: -1px;
}
.icon_close:hover {
    background-position: -80px -80px;
}
.icon_star {
    display: inline-block;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -40px -40px;
    width: 11px;
    height: 11px;
    margin-top: 1px;
    margin-bottom: -2px;
    margin-left: -6px;
    margin-right: 4px;
}
.icon_empty_star {
    display: inline-block;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: 0 -40px;
    width: 11px;
    height: 11px;
    margin-top: 1px;
    margin-bottom: -2px;
    margin-left: -6px;
    margin-right: 4px;
}
.icon_half_star {
    display: inline-block;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -20px -40px;
    width: 11px;
    height: 11px;
    margin-top: 1px;
    margin-bottom: -2px;
    margin-left: -6px;
    margin-right: 4px;
}
.icon_folder_open {
    display: inline-block;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -160px -40px;
    width: 17px;
    height: 14px;
}
.icon_folder {
    display: inline-block;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -140px -40px;
    width: 17px;
    height: 14px;
}
.icon_file {
    display: inline-block;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -120px -120px;
    margin-top: -1px;
    margin-bottm: -3px;
    margin-left: 1px;
    width: 14px;
    height: 17px;
}
.icon_faq {
    display: inline-block;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: 0 -820px;
    width: 48px;
    height: 48px;
    margin-top: 16px;
}
.icon_howto {
    display: inline-block;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -60px -820px;
    width: 44px;
    height: 48px;
    margin-left: 5px;
    margin-top: 18px;
}
.icon_tutorials {
    display: inline-block;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -120px -820px;
    width: 38px;
    height: 46px;
    margin-top: 17px;
    margin-left: 2px;
}
.icon_search {
    float: left;
    margin-right: 1px;
    margin-left: -9px;
    margin-top: 2px;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -20px -80px;
    width: 13px;
    height: 12px;
}
.icon_first {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -40px -120px;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: -5px;
    margin-left: 7px;
}
.icon_previous {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -60px -120px;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: -5px;
    margin-left: 7px;
}
.icon_next {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -100px -120px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 4px;
    margin-bottom: -5px;
    margin-right: 7px;
}
.icon_last {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -80px -120px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 4px;
    margin-bottom: -5px;
}

.icon_rwarning {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -80px -100px;
    width: 19px;
    height: 18px;
    left: 14px;
    position: relative;
}

.icon_error {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -40px -100px;
    width: 17px;
    height: 17px;
}
.icon_warning {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -60px -60px;
    width: 17px;
    height: 17px;
    position: relative;
    left: 15px;
}
.icon_information {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -0 -80px;
    width: 17px;
    height: 17px;
    position: relative;
    left: 15px;
}
.icon_success {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -80px -60px;
    width: 17px;
    height: 17px;
    position: relative;
    left: 15px;
}
.icon_answer_red {
    float: left;
    margin-right: 5px;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -40px -60px;
    width: 16px;
    height: 16px;
}
.icon_ticket_active {
    float: left;
    margin-right: 5px;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -120px -40px;
    width: 16px;
    height: 16px;
}
.icon_ticket_answered {
    float: left;
    margin-right: 5px;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -80px -40px;
    width: 16px;
    height: 16px;
}
.icon_ticket {
    float: left;
    margin-right: 5px;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -100px -40px;
    width: 16px;
    height: 16px;
}
.icon_time {
    float: left;
    margin-right: 5px;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -140px -60px;
    width: 16px;
    height: 16px;
}
.icon_callendar {
    float: left;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -160px -60px;
    width: 15px;
    height: 16px;
    margin-right: 5px;
}
.icon_question {
    float: left;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -20px -60px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.icon_answer {
    float: left;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: 0 -60px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.icon_user {
    float: left;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -100px -60px;
    width: 15px;
    height: 16px;
    margin-right: 5px;
}
.icon_bubble {
    float: left;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -120px -60px;
    width: 17px;
    height: 16px;
    margin-right: 5px;
}
.icon_add {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -180px -40px;
    width: 9px;
    height: 9px;
    display: block;
    float: left;
    margin-right: 3px;
    margin-top: 3px;
}
.icon_tick {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -180px -125px;
    width: 5px;
    height: 7px;
    margin-right: 5px;
    margin-top: 6px;
    display: block;
    float: left;
}

.list .icon_tick {
    margin-right: 4px;
    margin-left: -3px;
}
.icon_attachment {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: 0 -120px;
    width: 28px;
    height: 27px;
    margin-right: 5px;
    margin-top: 1px;
    float: left;
}
/* =========================================================================== */

.redbox {
    background: #c70000;
    background: -moz-linear-gradient(top, #cc0000 0%, #b60000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc0000), color-stop(100%, #b60000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cc0000 0%, #b60000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cc0000 0%, #b60000 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #cc0000 0%, #b60000 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#b60000', GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #cc0000 0%, #b60000 100%); /* W3C */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    /* text-shadow: 1px 1px 0 #af0000; */
    padding: 1px 4px;
    font-size: 11px;
    white-space: nowrap;
}

.orangebox {
    background: #ffaf4b;
    background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaf4b), color-stop(100%, #ff920a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffaf4b 0%, #ff920a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffaf4b 0%, #ff920a 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffaf4b 0%, #ff920a 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffaf4b 0%, #ff920a 100%); /* W3C */


    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    /* text-shadow: 1px 1px 0 #af0000; */
    padding: 1px 4px;
    font-size: 11px;
    white-space: nowrap;
}

.freetextstatusbox {
    background: #87A8C3;
    background: -moz-linear-gradient(top, #87A8C3 0%, #6F97B8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87A8C3), color-stop(100%, #6F97B8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #87A8C3 0%, #6F97B8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #87A8C3 0%, #6F97B8 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #87A8C3 0%, #6F97B8 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87A8C3', endColorstr='#6F97B8', GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #87A8C3 0%, #6F97B8 100%); /* W3C */


    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    /* text-shadow: 1px 1px 0 #af0000; */
    padding: 1px 4px;
    font-size: 11px;
    white-space: nowrap;
}

.greenbox {
    background: #92c421;
    background: -moz-linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7cf28), color-stop(100%, #82bb1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cf28', endColorstr='#82bb1c', GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #a7cf28 0%, #82bb1c 100%); /* W3C */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    /* text-shadow: 1px 1px 0 #7ba91d; */
    padding: 1px 4px;
    font-size: 11px;
    white-space: nowrap;
}

.bluebox {
    background: #7192ad;
    background: -moz-linear-gradient(top, #7192ad 0%, #637f96 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7192ad), color-stop(100%, #637f96)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7192ad 0%, #637f96 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7192ad 0%, #637f96 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #7192ad 0%, #637f96 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7192ad', endColorstr='#637f96', GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #7192ad 0%, #637f96 100%); /* W3C */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    text-shadow: 1px 1px 0 #7ba91d;
    padding: 1px 4px;
    font-size: 11px;
    white-space: nowrap;
}

a.greenbox,
a.redbox {
    display: block;
    text-decoration: none;
}

.bluebar {
    background: #a8b9c9 !important;
    color: #fff;
    text-shadow: 1px 1px 0 #637f96;
    font-weight: bold;
}

/* ============================================ */

.paging {
    margin-top: 20px;
    background: url(../bundles/suresupport/img/sprite.png) repeat-x;
    background-position: 0 -480px;
    padding: 10px;
    border: solid 1px #dcdcdc;
    /* text-shadow: 1px 1px 0px #fff; */
    white-space: nowrap;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
.paging nav .prev_btn, .paging .next_btn, .paging nav .prev_btn:hover, .paging .next_btn:hover {
    display: inline-block;
    background: none !important;
    border: none !important;
    position: absolute;
}
.paging nav .prev_btn {
    left: 10px;
}
.paging nav .next_btn {
    right: 10px;
}
.paging .current, .paging .current:hover {
    background: #5f7f9c;
    border-color: #5f7f9c;
    color: #fff !important;
    /* text-shadow: none; */
}
.paging a, .paging span {
    padding: 3px 9px;
    margin: 0px 2px;
    display: inline-block;
    background: url(../bundles/suresupport/img/sprite.png) repeat-x;
    background-position: 0 -380px;
    line-height: 15px;
    position: relative;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
    width: auto;
    color: #416281;
    /* text-shadow: 1px 1px 0 #fff; */
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #a8b9c9;
    box-shadow: 0 0 1px 0 #eee;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.paging a:hover, .paging span:hover {
    border: solid 1px #5f7f9c !important;
    color: #223e57 !important;
}
.paging nav .prev_btn:before {
    content: '\00AB \ ';
}
.paging nav .next_btn:after {
    content: ' \00BB';
}
.paging .disabled {
    display: none !important;
}
/* ============================================ */

.table_header {
    background: #f4f4f4 url(../bundles/suresupport/img/sprite.png) repeat-x;
    background-position: 0 -480px;
    padding: 15px 0px;
    border-bottom: solid 1px #a8b9c9;
    text-align: center;
    font-weight: bold;
    /* text-shadow: 1px 1px 0px #fff; */
}
.table_header input[type="text"] {
    background: #fff;
}
.table_header table {
    width: 100%;
    padding: 0px;
    margin: -1px 2px -2px 2px !important;
}
.table_header table td {
    border: none !important;
    margin: 0 !important;
}
.table_header .button {
    font-weight: normal;
}
/* ============================================ */

#welcome {
    width: 100%;
}
#welcome td {
    vertical-align: top;
    padding: 20px 20px 40px 20px;
}
#welcome ul {
    padding-top: 10px;
}
#welcome li {
    padding: 2px 0;
}
#welcome li .button {
    margin: 11px 0 5px 0;
}
#welcome input[type="text"], #welcome input[type="password"], #welcome input[type="email"] {
    width: 200px;
    display: block;
}

#welcome h1 {
    font-size: 11px;
    letter-spacing: -0.2px;
    letter-spacing: -0.3px\0/IE9;
}
/* ============================================= */

.inline {
    display: inline-block;
}
.small_width {
    width: 70px;
}
.medium_width, .width_l {
    width: 150px;
}
.xmedium_width {
    width: 170px;
}
.xmedium_pselect select {
    width: 300px;
}
.large_width {
    width: 300px;
}
.full_width {
    width: 100%;
}
/* ============================================ */

.green {
    color: #4d6722;
}
.huegreen {
    color: #89b72e;
}
/* ============================================ */

#news {
    border: solid 1px #dcdcdc !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
}
#news td {
    vertical-align: top;
}
#news .icon_callendar {
    margin-top: 5px;
    margin-right: 0px;
}
#news p {
    padding-top: 5px;
    padding-bottom: 10px;
}
#news .medium_width {
    width: 120px;
    border-right: solid 1px #cbd7df !important;
}
#news tr td:first-child {
    width: 15px !important;
    border-right: solid 1px #cbd7df !important;
}
#news .odd td:first-child {
    background-color: #f8f8f8 !important;
}

#news .passed .icon_callendar {
    background-position: -180px -60px;
}
.clear {
    clear: both;
}

.news-title {
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}

/* */

#news .now td {
    background: #e9eef2 !important;
}

#news .now td.wm {
    background: #dde6ec !important;
}
/* */

#news .pending td:first-child {
    background: #e9eef2 !important;
}

/* ============================================================== */

.user-profile-link {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    display: inline-block;
    margin-bottom: -2px;
}

/* */

.ticket tbody td {
    vertical-align: top !important;
    padding: 10px !important;
    border-right: solid 1px #ccd6df !important;
}
.ticket tbody td:first-child {
    border-left: solid 1px #ccd6df !important;
}
.ticket .qname {
    color: #2a64ba;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uname {
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticket .aname {
    color: #558c27;
}
.ticket .supervisor {
    color: #c02942;
}
.ticket .code_snippet {
    margin: 5px 0;
    display: inline-block;
}
.ticket .quote_snippet {
    border: solid 1px #ccd6df;
    margin: 5px 0;
    padding: 8px 10px;
    background: #fafafa;
}

.ticket ul li {
    line-height: 19px;
}


.ticket ul li:first-child {
    font-weight: bold;
    padding-bottom: 17px;
}
.ticket ul li:last-child {
    padding-top: 5px;
}
.rating ul li:first-child {
    padding-bottom: 0px;
}
.rating ul li:last-child {
    padding-top: 0px;
}

.closed {
    border-bottom: solid 3px #a8b9c9;
}
.ticket {
    border-top: solid 3px #a8b9c9;
}
.ticketheader {
    text-align: center;
    background: #708a9f;
    background: -moz-linear-gradient(top, rgb(122,150,173) 0%, rgb(110,135,156) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(122,150,173)), color-stop(100%, rgb(110,135,156))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(122,150,173) 0%, rgb(110,135,156) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(122,150,173) 0%, rgb(110,135,156) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(122,150,173) 0%, rgb(110,135,156) 100%); /* IE10+ */
    background: linear-gradient(top, rgb(122,150,173) 0%, rgb(110,135,156) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a96ad', endColorstr='#6e879c', GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-weight: bold;
    margin-bottom: 1px;
    /* text-shadow: 1px 1px 0 #5f6d7c; */
    padding: 6px 0;
    position: relative;
    width: 100%;
}

.ticketheader table {
    border-collapse: collapse;
    width: 100%;
}

.ticketheader table tr td {
    padding: 0;
    border: 0 !important;
}

.ticketheader .ticket-title {
    display: table-cell;
    text-align: center;
}

.ticketheader .wm {
    width: 1%;
    padding-left: 10px;
}
/* width minimu */

.wm {
    width: 1px;
    white-space: nowrap !important;
}
.wm label {
    white-space: nowrap !important;
}
.wm .icon_callendar {
    margin: 0;
    float: none;
}
/* ========================================================== */

.attached_files>div:last-child {
    padding-top: 7px;
    clear: both;
}
.attached_files strong {
    display: block;
    padding-bottom: 3px;
}
.attachment {
    white-space: nowrap;
    font-size: 11px;
    line-height: 130%;
    display: inline-block;
    margin-right: 25px;
    position: relative;
}
.attachment .close {
    position: absolute;
    top: 2px;
    right: -18px;
    width: 14px;
    height: 15px;
    background: url(../bundles/suresupport/img/sprite.png);
    background-position: -60px -80px;
}
.attachment .name {
    padding-left: 0;
    font-size: 12px;
    display: block;
    max-width: 145px;
    overflow: hidden;
    padding-right: 34px;
}
.attachment .close:hover {
    background-position: -40px -80px;
}
/* ------------------------------------------------ */

.rating {
}
/* ------------------------------------------------ */

.article {
    font-size: 12px;
    line-height: 180%;
}
.article .list thead td {
    font-size: 12px;
    color: #333;
}
.article .list thead td strong {
    color: #000;
}

.modul.small {
    padding: 4px 15px;
}

.article hr {
    margin: 14px 0px 17px 0px;
}
.article .image_wrapper {
    text-align: center;
    padding: 20px 0;
    background: #f9f9f9;
    border: solid 1px #dfdfdf;
}
.article ol, .article ul {
    padding-left: 20px;
    margin: 10px 0;
}
.article ol li {
    list-style: outside decimal;
}

.article ul li {
    list-style: circle outside none;
}
.article li p {
    display: inline;
}

.article ol li {
 list-style: decimal;
}


/* */

#tinymce p {
 padding: 8px 7px;
}

#tinymce ul, #tinymce ol {
    padding-left: 20px;
    margin: 10px 0;
}

#tinymce ol, #tinymce ol li {
 list-style: decimal;
}

#tinymce ul, #tinymce ul li {
 list-style: circle;
}

/* -------------------------- */

.helpful strong:first-child {
    font-size: 12px;
    line-height: 19px;
}
.helpful {
    background: #f7f7f7;/* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f1f1f1', GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%); /* W3C */
    border-color: #e3e3e3;
    /* text-shadow: 1px 1px 0px #fff; */
    box-shadow: inset 0px 1px 1px 0px #fff;
}
.helpful .button {
    margin-top: 10px;
}
.rate-item {
    margin-left: 4px;
}
.rating-description {
    font-size: 90%;
    color: #333;
    clear: both;
}
.h-message-error p {
    vertical-align: middle;
    text-align: center;
}
.disabled {
    opacity: .30;
    filter: alpha(opacity=30);
    filter: "alpha(opacity=30)";
    cursor: default !important;
}
.errorpage {
    background: #efefef;
}
.errorpage #logo {
    width: 33px;
    display: inline-block;
    float: none;
    position: static;
    margin-bottom: 8px;
}
.errorpage .wrapper {
    padding-top: 10%;
    text-align: center;
}
.errorpage .er404 {
    background: url(../bundles/suresupport/img/404bg.png) repeat-x top left;
    height: 252px;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    position: relative;
}
.errorpage .er404 p {
    width: 240px;
    display: inline-block;
    padding-top: 2px;
}
.errorpage ul {
    text-align: center;
    position: relative;
    top: 26px;
}
.errorpage li {
    display: inline;
    padding: 6px;
    /* text-shadow: 1px 1px 0 #eee; */
}
.errorpage .suresupport {
    position: relative;
    top: 55px;
    /* text-shadow: 1px 1px 0 #fff; */
}
.errorpage h1 {
    border: none;
    display: block;
    font-size: 23px;
    color: #5b7b95;
    font-weight: normal;
    padding-bottom: 2px;
}
.errorpage h1 strong {
    color: #3a3a3a;
    font-weight: bold;
    padding: 0;
}
.input-error {
    color: #B80505;
    display: block;
    font-style: normal;
}

input.input-error, textarea.input-error, select.input-error {
    background: #fefdfd !important;
    border-top: 1px solid #c45858 !important;
    border-left: 1px solid #d43131 !important;
    border-right: 1px solid #d43131 !important;
    border-bottom: 1px solid #b80505 !important;
    font-family: 'Courier New',Courier,monospace;
}

input.input-error::-moz-selection, textarea.input-error::-moz-selection {
    background: #d60303;
    color: #fff;
}
 input.input-error::selection, textarea.input-error::selection {
 background: #d60303;
 color: #fff;
}
/* ticket search results */

.search-tickets-search {
    margin-bottom: 10px;
}
 .search-tickets-search li:nth-child(even) {
 background: #f9f9f9;
}
.search-tickets-search li {
    padding: 10px;
    border-bottom: solid 1px #ccd6df;
    border-top: solid 1px #fff;
}
.search-tickets-search li a {
    display: block;
    text-decoration: none;
}
.search-tickets-search li .subject {
    font-size: 12px;
    font-weight: bold;
}
.search-tickets-search li .details p {
    vertical-align: top;
    padding: 0;
    display: table-cell;
}
.search-tickets-search li .details div {
    display: table-cell;
    width: 200px;
}
.search-tickets-search li .status {
    width: 60px;
    float: left;
    margin-right: 9px;
    margin-top: 4px;
}
.search-tickets-search li .details {
    position: relative;
    padding-left: 74px;
    margin-top: 5px;
}
.search-tickets-search .green {
    color: #78a81a;
}
.search-tickets-search .red {
    color: #c73636;
}
.search_highlight {
    color: #c00;
}
/* */
pre.prettyprint {
    overflow: auto;
}
.prettyprint li {
    padding: 3px 5px;
}
.obfuscate span {
    display: none;
}
.usersemails, .usersemails li {
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.servername {
    text-transform: lowercase;
}
.ticket tbody .ajaxanswered, .ajaxanswered a {
    text-align: center;
    color: #fff;
    background: #99cc33 !important;
    /* text-shadow: 1px 1px #84b227 !important; */
    padding: 4px 0 !important;
    border: none !important;
}
.ticket tbody .ajaxtaken {
    text-align: center;
    background: #e5d360;
        color: #000;
        /* text-shadow: 0 1px 1px #feec76; */
    padding: 4px 0 !important;
    border: none !important;
}
.ajaxanswered a {
    font-weight: bold;
}
.text-header {
    font-weight: normal;
    text-align: left;
}
#content .text-header td {
    border: none;
}
.text-header .item {
    padding: 15px 20px;
    border: none !important;
    width: 10px;
    white-space: nowrap;
    *width: auto;
}
.text-header .item.first {
    padding-left: 10px;
    border-left: none;
}
.text-header .item.last {
    border-right: none;
}
.text-header .item b.green {
    color: #82BB1C;
}
.text-header .item b.red {
    color: #bc0000;
}
/*
.list tbody tr:hover td {
    background: #f5f5f5;
}
*/
/* @see http://devo.office.suresupport.com:8090/browse/SURESUPPORTFRONTEND-205 */
.back-to-old {
    background: #f4f4f4;
    text-align:center;
    padding: 5px 0 2px;
    position:relative;
    margin-bottom: -1px;
    z-index: 10;
    font-size: 11px;
}

/* */

#online-manual tbody tr td {
    padding-left: 0 !important;
    padding-right: 5px !important;
}

#online-manual tbody tr td:first-child {
    padding-left: 12px !important;
}

/* */

.search_detals td {
    padding-right: 10px;
}

.search_detals .first {
    padding-left: 20px;
}

.search_detals .last {
    padding-right: 15px;
}

.search_detals label {
    font-weight: normal;
}

/* for ie7 */
.search_detals input {
    *margin-bottom: -10px;
    *margin-right: -0px;
}

.search_detals select {
    *position: relative;
    *bottom: -2px;
}
/* end of ie7 */

.search_detals .button {
    margin: -3px 0;
}

/* */

.ticket-wrapper {
    width: 748px;
    word-wrap: break-word;
    display: inline-block;
    overflow: hidden;
}


/* file attachments */

#files {
    line-height: 0;
}

#files div {
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    vertical-align: middle;
    position: relative;
}

#files div:first-child {
    border-top: 0;
    padding-top: 0;
}

#files div input {
    margin-left: 3px;
}

#files div a {
    text-decoration: underline;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 6px;
    top: 6px;
    line-height: normal;
}

#files div a:hover {
    text-decoration: none;
}

#files .typefile {
    width: 220px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    filter:alpha(opacity=0);
    opacity: 0;
    border: none;
    background: #fff;
    z-index: 100;
}

#files .del-a-file {
    margin-top: -2px;
}

#files .visualselected {
    width: 150px !important;
}

/* */


input.ip_address, input.datetimepicker {
    width: 95px;
}

.ticket-dec li {
    line-height: 120% !important;
    clear: both;
    padding-bottom: 5px;
}

/**
 * @see http://devo.office.suresupport.com:8090/browse/SURESUPPORTFRONTEND-215
 */
.icon_time, .icon_time_orange {
    float: left;
    margin-right: 5px;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -140px -60px;
    width: 16px;
    height: 16px;
}
.icon_time_orange {
    background-position: -140px -100px;
}
.orange {
    color: #FF6648;
}


td.xmedium_width.cp_credentials {
    padding-right: 0px !important
}

.list .sortable {
    text-decoration: none;
    color: #757575;
    display: block;
}

.list .sortable:hover {
    color: #555;
}

.list .sortable .arrow_icon {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -100px -140px;
    display: block;
    float: left;
    width: 8px;
    height: 5px;
    margin-top: 6px;
    margin-right: 4px;
}

.list .sortable.sort-down .arrow_icon {
    background-position: -100px -140px;
}

.list .sortable.sort-up .arrow_icon {
    background-position: -80px -140px;
}

.list .sortable.sort-down.selected {
    color: #000;
}

.list .sortable.sort-down.selected .arrow_icon {
    background-position: -40px -140px;
}

.list .sortable.sort-up.selected .arrow_icon {
    background-position: -60px -140px;
}

.list .sortable.sort-up.selected {
    color: #000;
}

.newticket_left {
    float: left;
    width: 675px;
}

.newticket_right {
    float: right;
    width: 260px;
}

pre.prettyprint.limitsize {
    width: 740px !important;
}

/* */

@media (min-width: 1280px) {
    .width {
        width: 1200px;
    }

    #content .content {
        width: 1200px;
    }

    #info {
        width: 1204px;
    }

    .newticket_left {
        width: 775px;
    }

    .newticket_right {
        width: 360px;
    }

    .newticket_right .small_width {
        width: 90px;
    }

    .usersemails li, .usersemails, .usersemails li {
        width: 220px;
    }

    pre.prettyprint.limitsize {
        width: 890px !important;
    }

    .ticket .qname {
        width: 200px;
    }

    .uname {
        width: 180px;
    }
}

.nowrap {
    white-space: nowrap;
}

.subject a {
    display: block;
    word-break: break-all;
}

.subject.with_attachment a {
    background: url(../bundles/suresupport/img/attachment.png) no-repeat right center;
    padding-right: 20px;
}

.article h1 {
    font-size: 21px;
    margin-top: 5px;
    color: #7cb631;
    padding-bottom: 8px;
    border-bottom: solid 2px #a8b9c9;
    margin-bottom: 4px;
    line-height: 110%;
}
.article h2 {
    font-size: 18px;
    margin-top: 5px;
    color: #7cb631;
    padding-bottom: 8px;
    border-bottom: solid 2px #a8b9c9;
    margin-bottom: 4px;
    line-height: 110%;
}

.article h3 {
    font-size: 15px;
    margin-top: 5px;
    color: #7cb631;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: solid 2px #a8b9c9;
    margin-bottom: 4px;
    line-height: 110%;
}

.article h4 {
    color: #2b5678;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}
.article h5 {
    font-size: 13px;
    color: #000;
    font-weight:bold;
    margin-bottom: 8px;
}

.article h6 {
    font-size: 12px;
    color: #000;
    font-weight:bold;
    margin-bottom: 5px;
}

.wmin {
    width: 1px;
    white-space: nowrap;
}

.button.red, .ui-button.red {
    background-image: none !important;
    border: solid 1px #ae0000 !important;
    border-bottom: solid 1px #850000 !important;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;

    background: #f5f5f5 !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #dcdcdc 100%) !important; /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #dcdcdc 100%) !important; /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc', GradientType=0 ) !important; /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%, #dcdcdc 100%) !important; /* W3C */

    color: #ae0000 !important;
}

.icon_expand {
    float: left;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -160px -120px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    cursor: pointer;
}

.icon_collapse {
    float: left;
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -140px -120px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    cursor: pointer;
}

.button.close {
    padding-left: 4px !important;
    padding-right: 3px !important;
}

.button.close span {
    width: 17px;
    display: block;
    position: relative;
}

.button.close:hover span span {
    background-position: -80px -80px;
}

.button.close span span {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-repeat: no-repeat;
    background-position: -100px -80px;
    width:  8px;
    height: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
}

.iewm {
    *width: 1px;
    *white-space: nowrap !important;
}

.wrap {
    white-space: nowrap;
}

.tickedlabel {
    background: url(../bundles/suresupport/img/sprite.png) no-repeat;
    background-position: -180px -120px;
    text-indent: 10px;
    display: block;
}

.iewidth_s {
    *width: 50px;
}

#postTicket .icon_tick {
  margin-left:0;
  margin-top: 5px;
}

.ticket .qdetail {
    color: #333;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
.domain {
    *padding-right: 10px;
    padding-left: 16px !important;
    white-space: nowrap;
    width: 10px;
}

.domain .selected_domain {
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.domain_dropdown {
    width: 15px !important;
    background: #eee;
}

.domain_dropdown .wrapper {
    position: relative;
    z-index: 10;
}

.dd_button {
    width: 100%;
    *width: 15px;
    height: 35px;
    cursor: pointer;
    background: url(../bundles/suresupport/img/arr.gif) no-repeat center center;
}

.domain_dropdown.open {
    background-color: #6f97b8;
}

.domain_dropdown.open .dd_button {
    background-image: url(../bundles/suresupport/img/tickarr.gif);
}

.dd_menu {
    position: absolute;
    z-index: 10;
    background: #fff;

    *width: 260px;
    white-space: nowrap;

    border: solid 1px #6f97b8;

    top: 40px;
}

.dd_menu li {
    border-bottom: solid 1px #f4f4f4;
}

.dd_menu .selected_domain {
    background: #6f97b8 !important;
}

.dd_menu .selected_domain a {
    text-shadow: none;
    color: #fff;
    cursor: default;
}

.dd_menu a {
    text-decoration: none;
    display: block;
    padding: 8px 15px;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;

    white-space: nowrap;
    width: auto;
}

.dd_menu a:hover {
    background: #6f97b8 !important;
    color: #fff;
}

.dd_menu ul.limit {
    height: 200px;
    overflow-y: scroll;
}

.dd_filter {
    padding: 5px;
    background-color: #6f97b8;
}

.dd_filter input {
    width: 100%;
    border: solid 1px #446f93;
}
*/

#brute_force {
    background: url(../bundles/suresupport/img/bgerr2.gif) repeat-x;
    font-size: 14px;
    color: #333;
    margin: 0px;
    padding: 0px;
}

#brute_force #header_without_image {
    height: 80px;
}

#brute_force h3 {
    line-height: 1.5em;
    padding-bottom: 2em;
    font-size: 20px;
    font-weight: bold;
}

#brute_force a:link {
    color: #475F74;
    text-decoration: underline;
}

#brute_force a:hover {
    color: #76B13A;
    text-decoration: none;
}

#brute_force .msg {
    margin: 40px 0;
}

#brute_force .copy {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    padding-top: 20px;
    font-weight: normal;
}

#brute_force .copy p {
    padding-bottom: 1.5em;
}

.error {
    background-color: #EEF3FC;
    border: 1px solid #416281;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #416281;
    height: 15px;
    margin-top: 3px;
    padding: 3px 10px;
}

.error em {
    display: block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #416281;
    position: absolute;
    bottom: 21px;
    left: 12px;
}

.error p {
    margin: 0;
    padding: 0;
}
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../bundles/suresupport/css/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.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: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; 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; }/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
