#XMDivider {
    background: url(/lib/theme/xm-2/images/separator3.gif);
    background-repeat: repeat-y;
    background-position: 5px 20px;
    width: 10px;
}

img {
    -ms-interpolation-mode: bicubic
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.item-saved {
    padding: 2px;
    background-color: #090;
    font-weight: bold;
    border: 1px solid #dadada;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.RoundCorners {
    border-radius: 3px 3px 3px 3px !important;
    -moz-border-radius: 3px 3px 3px 3px !important;
    -webkit-border-radius: 3px 3px 3px 3px !important;
}

.xmFilePicker {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-color: #ccc;
    white-space: nowrap;
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.xm-file-list-item {
    position: relative;
    display: inline-block;
    max-width: 100%;
    min-width: 150px;
    border: 1px solid #dadada;
    border-radius: 3px;
    background-color: #eff2f7;
    font-size: 11px;
    color: #666666;
    padding: 4px;
    padding-right: 10px;
    margin: 4px;
}

.xm-file-list-item img.xm-file-del {
    position: absolute;
    top: 0;
    right: 0;
}

.xm-drag-over {
    background: #fff8dc;
}

.item-save {
    padding: 2px;
    background-color: #efefef;
    border: 1px solid #dadada;
    color: #666;
    text-decoration: none;
    cursor: pointer
}

.ui-datepicker {
    z-index: 9999 !important;
}

.ui-datepicker-trigger {
    vertical-align: middle;
}

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

.dateBox {
    background: #fff url('/lib/img/fulldate-blue.jpg') repeat-x scroll top left;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.dateBox .dateBox-day {
    color: #333;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 35px;
    padding-top: 3px
}

.dateBox .dateBox-month {
    font-size: 11px;
    font-weight: bold;
}

#tt {
    position: absolute;
    display: block
}

#ttcont {
    display: block;
    border: 1px solid #999;
    padding: 5px;
    background-color: #fefeea
}

#PageInstructionsBox p {
    margin: 0
}

.fullScreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.fltleft {
    float: left
}

.fltright {
    float: right
}

.clear {
    clear: both;
    overflow: hidden
}

.clrflt {
    clear: both;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden
}

.asContent a {
    text-wrap: normal;
    word-break: break-all;
    word-wrap: break-word
}

.Wrap {
    text-wrap: normal;
    word-break: break-all;
    word-wrap: break-word
}

.NoWrap {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.tabCountBox {
    border: 1px solid #dadada;
    background-color: #eee;
    color: #444;
    font-weight: bold;
    font-size: 10px;
    padding: 3px;
    text-align: center
}

.PopupBox {
    width: 300px;
    height: 300px;
    border: 1px solid #dadada;
    position: absolute;
    display: none;
    z-index: 999;
    background-color: #FFF
}

.PopupBoxHeader {
    border-bottom: 1px solid #999
}

.PopupBoxBody {
    border-top: 1px solid #e6e6e6;
    padding: 10px
}

.PopupBoxBody TD {
    border-bottom: 1px solid #EEE
}

.PopupBoxTitle {
    font-size: 14px;
    color: #666;
    padding: 3px;
    border-bottom: 1px solid #dadada
}

.tabTipSmall {
    padding-top: 3px;
    font: bold 12px Helvetica,Arial-BoldMT,Geneva,sans-serif;
    letter-spacing: -1px;
    text-shadow: #871521 -1px -1px 1px;
    text-align: center;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -30px;
    margin-top: -5px;
    background-image: url(/lib/img/icon_count_sml.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 22px;
    color: #FFF;
    vertical-align: middle
}

.tabTipMedium {
    padding-top: 3px;
    font: bold 12px Helvetica,Arial-BoldMT,Geneva,sans-serif;
    letter-spacing: -1px;
    text-shadow: #871521 -1px -1px 1px;
    text-align: center;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -35px;
    margin-top: -5px;
    background-image: url(/lib/img/icon_count_med.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 22px;
    color: #FFF;
    vertical-align: middle
}

.tabTipLarge {
    padding-top: 3px;
    font: bold 12px Helvetica,Arial-BoldMT,Geneva,sans-serif;
    letter-spacing: -1px;
    text-shadow: #871521 -1px -1px 1px;
    text-align: center;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -36px;
    margin-top: -5px;
    background-image: url(/lib/img/icon_count_lgr.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 22px;
    color: #FFF;
    vertical-align: middle
}

.TableDisplay THEAD TR TD {
    border-bottom: 1px dotted #dddddd;
    font-weight: bold;
    vertical-align: bottom
}

.TableDisplay TBODY TR TD {
    border-bottom: 1px dotted #dddddd;
    vertical-align: top;
    empty-cells: show
}

.TableDisplay TBODY TR TD TABLE TD {
    border: 0
}

.TableGrid {
    border-top: 1px dotted #dddddd;
    border-left: 1px dotted #dddddd;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.TableGrid THEAD TR TD, .TableGrid THEAD TR TH {
    border-bottom: 1px dotted #dddddd;
    border-right: 1px dotted #dddddd;
    font-weight: bold;
    vertical-align: bottom;
    background-color: #e5f5fa;
}

.TableGrid TBODY TR TD {
    border-bottom: 1px dotted #dddddd;
    border-right: 1px dotted #dddddd;
    vertical-align: top;
    empty-cells: show
}

.TableGrid TBODY TR TD TABLE TD {
    border: 0
}

.verticalText {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.itemCountSmall {
    padding-top: 3px;
    font: bold 13px Helvetica,Arial-BoldMT,Geneva,sans-serif;
    letter-spacing: -1px;
    text-shadow: #871521 -1px -1px 1px;
    text-align: center;
    background-image: url(/lib/img/icon_count_sml_gray.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 22px;
    color: #FFF;
    font-weight: bold;
    font-size: 10px
}

.itemCountMedium {
    padding-top: 3px;
    font: bold 13px Helvetica,Arial-BoldMT,Geneva,sans-serif;
    letter-spacing: -1px;
    text-shadow: #871521 -1px -1px 1px;
    text-align: center;
    background-image: url(/lib/img/icon_count_med_gray.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 22px;
    color: #FFF;
    font-weight: bold;
    font-size: 10px
}

.itemCountLarge {
    padding-top: 3px;
    font: bold 13px Helvetica,Arial-BoldMT,Geneva,sans-serif;
    letter-spacing: -1px;
    text-shadow: #871521 -1px -1px 1px;
    text-align: center;
    background-image: url(/lib/img/icon_count_lgr_gray.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 22px;
    color: #FFF;
    font-weight: bold;
    font-size: 10px
}

.itemCountSmallRed {
    padding-top: 3px;
    font: bold 13px Helvetica,Arial-BoldMT,Geneva,sans-serif;
    letter-spacing: -1px;
    text-shadow: #871521 -1px -1px 1px;
    text-align: center;
    background-image: url(/lib/img/icon_count_sml.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 22px;
    color: #FFF;
    font-weight: bold;
    font-size: 10px
}

.itemCountMediumRed {
    padding-top: 3px;
    font: bold 13px Helvetica,Arial-BoldMT,Geneva,sans-serif;
    letter-spacing: -1px;
    text-shadow: #871521 -1px -1px 1px;
    text-align: center;
    background-image: url(/lib/img/icon_count_med.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 22px;
    color: #FFF;
    font-weight: bold;
    font-size: 10px
}

.itemCountLargeRed {
    padding-top: 3px;
    font: bold 13px Helvetica,Arial-BoldMT,Geneva,sans-serif;
    letter-spacing: -1px;
    text-shadow: #871521 -1px -1px 1px;
    text-align: center;
    background-image: url(/lib/img/icon_count_lgr.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 22px;
    color: #FFF;
    font-weight: bold;
    font-size: 10px
}

.ContentBox {
    border: 1px solid #eae9e1;
    padding: 3px
}

.tabWarning {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -30px;
    margin-top: -2px;
    background-image: url(/lib/img/icon_count_warning.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 22px;
    color: #FFF;
    font-weight: bold;
    font-size: 10px
}

.PostItNote {
    width: 175px;
    font-style: italic;
    font-family: Georgia,"Times New Roman",Times,serif;
    border: 1px solid #999;
    background-color: lightyellow;
    padding: 4px
}

.XMPod {
    border: 1px solid #dadada;
    padding: 0;
    background-color: #f5f5f5
}

.XMPodHeader TD {
    background-image: url(/lib/img/bg_pod_header.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #FFF;
    padding: 7px;
    font-size: 14pt;
    font-weight: bold;
    color: #565656;
    text-transform: uppercase;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif
}

.XMButton {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 3px;
    color: #454545;
    text-decoration: none;
    border: 1px solid #c5c5c5;
    padding: 3px;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    background-image: url(/lib/img/bg_coolbar.gif);
    background-repeat: repeat-x;
    background-position: top;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap
}

.XMButtonBlue {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 3px;
    color: #454545;
    text-decoration: none;
    border: 1px solid #c5c5c5;
    padding: 3px;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    background-image: url(/lib/img/bg_xmbutton_blue.png);
    background-repeat: repeat-x;
    background-position: top;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap
}

.XMLinkGray {
    padding: 3px;
    border: 1px solid #dadada;
    background-color: #efefef;
    text-decoration: none;
    color: #333
}

.XMLinkGray:hover {
    padding: 3px;
    border: 1px solid #dadada;
    background-color: #63a0eb;
    text-decoration: none;
    color: #fff
}

.XMButtonDarkBlue {
    text-decoration: none;
    border: 1px solid #dadada;
    padding: 5px;
    font-size: 12px;
    font-weight: bolder;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    background-image: url(/lib/img/bg_xmbutton_darkblue.png);
    background-repeat: repeat-x;
    background-position: center;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap
}

.XMButtonOrange {
    color: #454545;
    border: 1px solid #dadada;
    padding: 3px;
    font-size: 14px;
    font-weight: bolder;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    background-image: url(/lib/img/bg_xmbutton_orange.png);
    background-repeat: repeat-x;
    background-position: top;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap
}

.XMButtonGreen {
    color: #454545;
    border: 1px solid #dadada;
    padding: 3px;
    font-size: 14px;
    font-weight: bolder;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    background-image: url(/lib/img/bg_xmbutton_green.png);
    background-repeat: repeat-x;
    background-position: top;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap
}

.XMButtonGray {
    color: #454545;
    border: 1px solid #dadada;
    padding: 3px;
    font-size: 14px;
    font-weight: bolder;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    background-image: url(/lib/img/bg_xmbutton_gray.png);
    background-repeat: repeat-x;
    background-position: top;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap
}

.PageControlBar {
    background-image: url(/lib/img/bg_control_bar.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFF;
    overflow: hidden;
    border: 1px solid #dadada;
    padding: 5px;
    padding-bottom: 0;
    padding-left: 0;
    margin: 0;
    margin-bottom: 2px
}

.PageControlBar a {
    text-decoration: none
}

.PageControlBarOrange {
    background-image: url(/lib/img/controlbar-bg.png);
    height: 53px;
    background-repeat: repeat-x;
    background-color: #797979;
    overflow: hidden;
    padding: 0;
    text-transform: uppercase;
    font-size: 11px
}

.PageControlBarOrange a {
    text-decoration: none;
    color: #fff;
    background: url(/lib/img/controlbar-div.png) no-repeat;
    background-position: right;
    padding: 0 20px 0 0
}

.PageControlBarOrange a:visited {
    text-decoration: none;
    color: #fff;
    background: url(/lib/img/controlbar-div.png) no-repeat;
    background-position: right;
    padding: 0 20px 0 0
}

.PageControlBarOrange a:hover {
    text-decoration: none;
    color: #fff;
    background: url(/lib/img/controlbar-div.png) no-repeat;
    background-position: right;
    padding: 0 20px 0 0
}

.BoxGray {
    width: 181px;
    background-image: url(/lib/img/pod/boxGrayMiddle.gif);
    background-repeat: repeat-y;
    margin: 0
}

.BoxGrayHeader {
    width: 181px;
    height: 28px;
    background-image: url(/lib/img/pod/boxGrayHeader.gif);
    background-repeat: no-repeat;
    padding: 8px 5px 0 10px;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    overflow: hidden
}

.BoxGrayFooter {
    width: 181px;
    height: 10px;
    background-image: url(/lib/img/pod/boxGrayBottom.gif);
    background-repeat: no-repeat;
    margin: 0;
    float: bottom
}

.BoxGrayBody {
    padding: 5px 8px 5px 0
}

.BoxOrangeHeader {
    width: 181px;
    height: 28px;
    background-image: url(/lib/img/pod/boxOrangeHeader.gif);
    background-repeat: no-repeat;
    padding: 8px 5px 0 10px;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    overflow: hidden
}

.BoxBlueHeader {
    width: 181px;
    height: 28px;
    background-image: url(/lib/img/pod/boxBlueHeader.gif);
    background-repeat: no-repeat;
    padding: 8px 5px 0 10px;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    overflow: hidden
}

.BoxSeparator {
    background: url(/lib/img/pod/boxSeparator.gif) repeat-x;
    width: 100%;
    height: 2px;
    margin: 15px 0 5px 0
}

a.LeftMenu,a.LeftMenu:visited {
    color: #003f7f;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none
}

a.LeftMenu:hover {
    color: #505050;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline
}

.LeftMenuBullet {
    padding: 0 5px 0 5px;
    vertical-align: top;
    width: 9px;
    height: 14px;
    background-image: url(/lib/img/pod/leftMenubullet.gif);
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 5px
}

.BodyBoxHeaderLeft {
    width: 6px;
    height: 31px;
    background-image: url(/lib/img/pod/bodyBoxHeaderLeft.gif);
    background-repeat: repeat-x;
    margin: 0
}

.BodyBoxHeaderRight {
    width: 6px;
    height: 31px;
    background-image: url(/lib/img/pod/bodyBoxHeaderRight.gif);
    background-repeat: repeat-x;
    margin: 0
}

.BodyBoxHeaderMiddle {
    height: 26px;
    background-image: url(/lib/img/pod/bodyBoxHeaderMiddle.gif);
    background-repeat: repeat-x;
    padding: 5px 5px 0 3px;
    font-weight: bold;
    font-size: 11px;
    color: #000
}

.BodyBoxFooterLeft {
    width: 6px;
    height: 9px;
    background-image: url(/lib/img/pod/bodyBoxFooterLeft.gif);
    background-repeat: repeat-x;
    margin: 0
}

.BodyBoxFooterRight {
    width: 6px;
    height: 9px;
    background-image: url(/lib/img/pod/bodyBoxFooterRight.gif);
    background-repeat: repeat-x;
    margin: 0
}

.BodyBoxFooterMiddle {
    height: 9px;
    background-image: url(/lib/img/pod/bodyBoxFooterMiddle.gif);
    background-repeat: repeat-x
}

.BodyBoxHeaderLeftSmall {
    width: 6px;
    height: 10px;
    background-image: url(/lib/img/pod/bodyBoxHeaderLeftSmall.gif);
    background-repeat: repeat-x;
    margin: 0
}

.BodyBoxHeaderRightSmall {
    width: 6px;
    height: 10px;
    background-image: url(/lib/img/pod/bodyBoxHeaderRightSmall.gif);
    background-repeat: repeat-x;
    margin: 0
}

.BodyBoxHeaderMiddleSmall {
    height: 10px;
    background-image: url(/lib/img/pod/bodyBoxHeaderMiddleSmall.gif);
    background-repeat: repeat-x
}

.BodyBoxDivider {
    height: 23px;
    background-image: url(/lib/img/pod/bodyBoxDivider.gif);
    background-repeat: repeat-x;
    font-weight: bold
}

.PodBoxBlue {
    width: 187px;
    background: #fff url(/lib/img/pod/pod-blue-body.gif) repeat-y;
    margin: 0
}

.PodBoxBlue div.PodHeader {
    width: 187px;
    height: 30px;
    background: url(/lib/img/pod/pod-blue-header.gif) no-repeat;
    padding: 8px 5px 0 10px;
    font-weight: bold;
    font-size: 12px;
    color: #454545;
    overflow: hidden;
    text-align: left
}

.PodBoxBlue div.PodFooter {
    width: 187px;
    height: 8px;
    background: #fff url(/lib/img/pod/pod-blue-footer.gif) no-repeat;
    margin: 0;
    float: bottom
}

.PodBoxBlue div.PodBody {
    padding: 5px;
    padding-top: 0;
    text-align: left;
    line-height: normal
}

.PodBoxBlue div.PodItem {
    background: url(/lib/img/pod/pod-blue-divider.gif) no-repeat bottom;
    width: 187px;
    height: 20px;
    padding: 3px 5px 5px 10px
}

.PodBoxBlue tr.PodItem {
    background: url(/lib/img/pod/pod-blue-divider.gif) no-repeat bottom
}

.PodBoxBeige {
    width: 187px;
    background: #fff url(/lib/img/pod/pod-beige-body.gif) repeat-y;
    margin: 0
}

.PodBoxBeige div.PodHeader {
    width: 187px;
    height: 30px;
    background: url(/lib/img/pod/pod-beige-header.gif) no-repeat;
    padding: 8px 5px 0 10px;
    font-weight: bold;
    font-size: 12px;
    color: #454545;
    overflow: hidden;
    text-align: left
}

.PodBoxBeige div.PodFooter {
    width: 187px;
    height: 8px;
    background: #fff url(/lib/img/pod/pod-beige-footer.gif) no-repeat;
    margin: 0;
    float: bottom
}

.PodBoxBeige div.PodBody {
    padding: 5px;
    padding-top: 0;
    text-align: left;
    line-height: normal
}

.PodBoxBeige div.PodItem {
    background: url(/lib/img/pod/pod-beige-divider.gif) no-repeat bottom;
    width: 187px;
    height: 20px;
    padding: 3px 5px 5px 10px
}

.PodBoxBeige tr.PodItem {
    background: url(/lib/img/pod/pod-beige-divider.gif) no-repeat bottom
}

.PodBoxGray {
    width: 187px;
    background: #fff url(/lib/img/pod/pod-gray-body.gif) repeat-y;
    margin: 0
}

.PodBoxGray div.PodHeader {
    width: 187px;
    height: 30px;
    background: url(/lib/img/pod/pod-gray-header.gif) no-repeat;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #454545;
    overflow: hidden;
    text-align: left
}

.PodBoxGray div.PodFooter {
    width: 187px;
    height: 8px;
    background: #fff url(/lib/img/pod/pod-gray-footer.gif) no-repeat;
    margin: 0;
    float: bottom
}

.PodBoxGray div.PodBody {
    padding: 5px;
    padding-top: 0;
    text-align: left;
    line-height: normal
}

.PodBoxGray div.PodItem {
    background: url(/lib/img/pod/pod-gray-divider.gif) no-repeat bottom;
    width: 187px;
    height: 20px;
    padding: 3px 5px 5px 10px
}

.PodBoxGray tr.PodItem {
    background: url(/lib/img/pod/pod-gray-divider.gif) no-repeat bottom
}

.PodBoxGreen {
    width: 187px;
    background: #fff url(/lib/img/pod/pod-green-body.gif) repeat-y;
    margin: 0
}

.PodBoxGreen div.PodHeader {
    width: 187px;
    height: 30px;
    background: url(/lib/img/pod/pod-green-header.gif) no-repeat;
    padding: 8px 5px 0 10px;
    font-weight: bold;
    font-size: 12px;
    color: #454545;
    overflow: hidden;
    text-align: left
}

.PodBoxGreen div.PodFooter {
    width: 187px;
    height: 8px;
    background: #fff url(/lib/img/pod/pod-green-footer.gif) no-repeat;
    margin: 0;
    float: bottom
}

.PodBoxGreen div.PodBody {
    padding: 5px;
    padding-top: 0;
    text-align: left;
    line-height: normal
}

.PodBoxGreen div.PodItem {
    background: url(/lib/img/pod/pod-green-divider.gif) no-repeat bottom;
    width: 187px;
    height: 20px;
    padding: 3px 5px 5px 10px
}

.PodBoxGreen tr.PodItem {
    background: url(/lib/img/pod/pod-green-divider.gif) no-repeat bottom
}

.pod_portal_wrap {
    width: 245px
}

.pod_portal {
    width: 239px;
    margin: 0 auto;
    background: #dcd9ca url(/lib/img/pod/aside_barBg1.jpg) repeat-x left top;
    -moz-box-shadow: 0 1px 2px #959592;
    -webkit-box-shadow: 0 1px 2px #959592;
    box-shadow: 0 1px 2px #959592;
    behavior: url(PIE.htc)
}

.pod_portal h2 {
    height: 40px;
    padding: 0 0 0 12px;
    background: #505050;
    font-size: 18px;
    font-family: 'Arimo',sans-serif;
    line-height: 40px;
    color: #FFF
}

.pod_portal_menu {
    padding: 10px 20px;
    margin: 0 0 20px 0
}

.pod_portal_menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.pod_portal_menu ul li {
    width: 199px;
    height: 35px;
    line-height: 35px;
    background: url(/lib/img/pod/aside_barLI_bg.png) no-repeat center bottom;
    font-size: 14px;
    font-weight: 700;
    padding: 0!important;
    margin: 0!important
}

.pod_portal_menu td {
    background: url(/lib/img/pod/aside_barLI_bg.png) no-repeat center bottom!important
}

.pod_portal_menu ul li.get_height {
    height: 42px!important;
    line-height: 42px!important
}

li.get_height a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 165px
}

.pod_portal_menu ul li img {
    float: left;
    margin: 0 5px 0 0
}

.pod_portal_menu ul li a {
    color: #2d2d2d;
    display: block;
    float: left
}

.pod_portal_menu ul li span {
    float: right;
    width: 20px;
    height: 20px;
    border: 1px solid #bec0ba;
    background: #FFF;
    text-align: center;
    line-height: 20px;
    display: inline;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #e02c14;
    margin: 6px 0 0 0
}

.XMBubble {
    position: absolute;
    display: none;
    border: 1px solid #dadada;
    background-color: #333;
    margin: 10px;
    max-width: 500px;
    color: #fff;
    padding: 4px
}

span.diff-html-added {
    background-color: #9fe101
}

span.diff-html-removed {
    color: #c00000;
    text-decoration: line-through
}

.bubbleTip {
    position: relative;
    top: -10px;
    left: 2px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #FFF;
    background-color: #fd9b42;
    border: 1px solid #EEE;
    padding: 2px
}

.BubbleTooltip {
    width: 250px;
    height: auto;
    position: absolute;
    display: none;
    padding: 5px;
    border: 1px solid #999;
    background-color: #edf8e7
}

.SaveBtn {
    color: red;
    background-image: url(../../../img/icon_save.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 16px;
    height: 20px
}

.clInput {
    border: 1px solid #dadada;
    width: 250px;
    max-width: 100%;
}

.clSelect {
    max-width: 100%;
    white-space: nowrap;
}

.clRadioCheck {
    border: 1px solid #dadada
}

.clRadioCheckFocus {
    border: 1px solid #333
}

.clInputFocus {
    border: 1px solid #333;
    width: 250px;
    max-width: 100%;
}

.clTextArea {
    border: 1px solid #dadada;
    width: 90%;
    font-family: Verdana,Arial;
    max-width: 100%;
}

.clTextAreaFocus {
    border: 1px solid #333;
    width: 90%;
    font-family: Verdana,Arial;
    max-width: 100%;
}

.clButton,.clButtonFocus {
    BACKGROUND-IMAGE: url(/lib/img/bg_coolbar.gif);
    border: 1px solid #dadada;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px
}

.clButton:hover {
    border: 1px solid #000;
    background: #fff8dc
}

.coolBar,.CoolBar,#MainToolBar {
    display: block;
    padding-left: 3px;
    text-transform: capitalize;
    background-image: url(/lib/img/bg_control_bar.gif);
    background-repeat: repeat-x;
    font: menu;
    cursor: default;
    padding-top: 3px;
    padding-bottom: 0;
    border: 1px solid #dadada;
}

.filterBar {
    font-size: xx-small;
    padding-left: 3px;
    height: 19px;
    background-position: bottom;
    background-image: url(/lib/img/bg_filterbar.gif);
    background-repeat: repeat-x;
    border-right: 1px solid #808080;
    width: 100%
}

#XMDock,.dock {
    width: 100%;
    height: 100%;
    overflow: auto
}

.XMDateTime {
    float: left;
    display: inline;
    border: 1px solid #dadada;
    width: auto;
    background-color: #fff
}

.XMDateTime div {
    display: inline;
    float: left;
    padding: 0
}

.XMDateTime input {
    font-size: 10px;
    border: 0
}

.CalendarDisplay {
    background-color: #FFF;
    overflow: hidden;
    width: 175px;
    border: 1px solid #999;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute
}

.CalendarDisplay TABLE THEAD TD {
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    background-color: #ebedf1;
    border-bottom: 1px solid #b7babc
}

.CalendarDisplay TABLE {
    border-bottom: 1px solid #b7babc
}

.CalendarDisplay TABLE TBODY TD {
    text-align: center;
    width: 14%;
    cursor: pointer;
    font-size: 10px
}

.CalMouseOver {
    background-color: #808080;
    color: #FFF
}

.CalOffMonth {
    color: #808080
}

.CalSelectedDay {
    background-color: #808080;
    color: #FFF
}

.calNavBtn {
    border: 0;
    cursor: pointer
}

.TableReport {
    border: 1px solid #999;
    border-right: 0
}

.TableReport THEAD TD {
    background-color: #F90;
    text-transform: capitalize;
    font-weight: bold;
    color: #FFF;
    font-size: 12px
}

.TableReport TBODY TD {
    border-bottom: 1px dotted #999;
    border-right: 1px dotted #999
}

.photo-bg {
    background: url(/lib/img/photo-bg.png) no-repeat;
    width: 185px;
    height: 205px;
    margin: 0;
    text-align: center
}

.photo-title {
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #000
}

.XMMenuContainer {
    cursor: pointer;
    width: 200px;
    height: 200px;
    overflow: auto;
    display: none;
    position: absolute;
    padding-left: 1px;
    text-transform: capitalize;
    background: #eeece9;
    font: menu;
    border: 1px outset white;
    cursor: default;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #808080;
    border-left: 1px solid #d4d0c8;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080
}

.XMFormRounded {
    padding-top: 0;
    margin-top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

#XMHint {
    width: 250px;
    height: auto;
    overflow: visible;
    display: none;
    position: absolute;
    padding: 3px;
    background: #eeece9;
    font: menu;
    border: 1px solid #dadada;
    cursor: default
}

#XMFrameOverlay {
    position: absolute
}

.XMOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

#dhtmltooltip {
    position: absolute;
    left: -300px;
    width: 250px;
    border: 1px solid #999;
    padding: 2px;
    visibility: hidden;
    z-index: 100;
    BACKGROUND: url(/lib/img/bubble_bg.gif) #fff8ab repeat-x 0 top
}

#dhtmlpointer {
    position: absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden
}

.spellErr {
    background-image: url(spell/redline.png);
    background-repeat: repeat-x;
    background-position: bottom;
    cursor: pointer;
    color: #808080
}

.spellLayer {
    position: absolute;
    background-color: #EEE;
    border: 1px solid #999;
    overflow: auto
}

.spMenu {
    background-color: Menu;
    margins: 0;
    padding: 1px;
    border: 2px outset;
    width: 150px;
    position: absolute
}

.spMenuItem {
    cursor: default;
    font: menu;
    color: MenuText;
    width: 100%;
    padding: 2px 2px 2px 2px
}

.spMenuOver {
    cursor: default;
    background-color: highlight;
    font: menu;
    width: 100%;
    padding: 2px 2px 2px 2px;
    color: highlighttext
}

.spMenuSeparator {
    font-size: 0;
    border: 1px inset;
    height: 2px;
    overflow: hidden;
    margin: 3px 1px 3px 1px
}

.commentsBox {
    border: 1px solid #dadada;
    margin-bottom: 3px;
    padding: 4px;
    BACKGROUND: url(/lib/img/comment/comment_grad.gif) #f3f3c1 repeat-x;
    background-position: top;
    display: block;
    clear: both;
    word-break: break-word
}

.commentsBoxBlue {
    border: 1px solid #d3dee6;
    margin-bottom: 3px;
    padding: 4px;
    BACKGROUND: url(/lib/img/comment/comment_grad_blue.gif) #ecf2f8 repeat-x;
    background-position: top;
    display: block;
    clear: both;
    word-break: break-word
}

.commentsBoxGreen {
    border: 1px solid #ebede0;
    margin-bottom: 3px;
    padding: 4px;
    BACKGROUND: url(/lib/img/comment/comment_grad_green.gif) #f9faee repeat-x;
    background-position: top;
    display: block;
    clear: both;
    word-break: break-word
}

.commentsBoxGray {
    border: 1px solid #dedede;
    margin-bottom: 3px;
    padding: 4px;
    BACKGROUND: url(/lib/img/comment/comment_grad_gray.gif) #f3f3f3 repeat-x;
    background-position: top;
    display: block;
    clear: both;
    word-break: break-word;
    font-size: 11px
}

.commentsBoxOrange {
    border: 1px solid #f3dcc1;
    margin-bottom: 3px;
    padding: 4px;
    BACKGROUND: url(/lib/img/comment/comment_grad_oj.gif) #fff7ee repeat-x;
    background-position: top;
    display: block;
    clear: both;
    word-break: break-word;
    font-size: 11px
}

.comments {
    width: 95%;
    padding: 5px
}

.comment {
    BORDER-RIGHT: #996 1px solid;
    PADDING-RIGHT: 10px;
    BORDER-TOP: #996 1px solid;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    BACKGROUND: url(/lib/img/comment/comment_grad.gif) #f3f3c1 repeat-x;
    PADDING-BOTTOM: 5px;
    MARGIN: 0;
    BORDER-LEFT: #996 1px solid;
    background-position: top;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: #996 1px;
    FONT-FAMILY: Verdana;
    font-height: 17px
}

.comment P {
    PADDING-RIGHT: 0;
    PADDING-LEFT: 0;
    FONT-WEIGHT: normal;
    PADDING-BOTTOM: 0;
    MARGIN: 0 0 4px;
    COLOR: #000;
    PADDING-TOP: 0
}

.comment-footer {
    BACKGROUND: url(/lib/img/comment/comment_footer.gif) no-repeat;
    height: 22px;
    PADDING-TOP: 3px;
    FONT-FAMILY: Verdana;
    padding-left: 45px;
    vertical-align: top
}

.comment-footer A {
    color: #0066de
}

.commentorange {
    BORDER-RIGHT: #fce8b0 1px solid;
    PADDING-RIGHT: 10px;
    BORDER-TOP: #fce8b0 1px solid;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    BACKGROUND: url(/lib/img/comment/comment_grad_orange.gif) #fef9eb bottom;
    background-repeat: repeat-x;
    PADDING-BOTTOM: 5px;
    MARGIN: 0;
    BORDER-LEFT: #fce8b0 1px solid;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: #fce8b0 1px;
    FONT-FAMILY: Verdana;
    font-height: 17px
}

.commentorange P {
    PADDING-RIGHT: 0;
    PADDING-LEFT: 0;
    FONT-WEIGHT: normal;
    PADDING-BOTTOM: 0;
    MARGIN: 0 0 4px;
    COLOR: #000;
    PADDING-TOP: 0
}

.comment-footerorange {
    BACKGROUND: url(/lib/img/comment/comment_footer_orange.gif) no-repeat;
    height: 22px;
    PADDING-TOP: 3px;
    FONT-FAMILY: Verdana;
    padding-left: 45px;
    vertical-align: top
}

.comment-footerorange A {
    color: #0066de
}

.comment_portal_wrap {
    border: 1px solid #d3d2cc;
    background: #fcfcfc;
    margin: 0 0 20px
}

.comment_portal_box {
    font-family: 'Arimo',sans-serif;
    padding: 13px 15px 0 10px
}

.comment_portal_icon {
    width: 24px;
    padding: 2px 0 0 0
}

.comment_portal_icon img {
    float: left
}

.comment_portal_text {
    font-size: 12px;
    line-height: 16px;
    color: #52524f;
    display: block;
    width: 97%;
    font-family: Arial
}

.comment_portal_text strong {
    font-weight: 700
}

.comment_portal_text p {
    padding: 15px 20px 20px 0
}

.comment_portal_author {
    height: 36px;
    font-family: 'Arimo',sans-serif;
    background: #f3f3f3;
    padding: 4px 4px 0 0;
    text-align: right
}

.comment_portal_author img {
    float: right;
    margin: 0 0 0 9px
}

.comment_portal_author span {
    display: block;
    font-size: 12px;
    color: #52524f;
    line-height: 16px;
    font-weight: 700
}

.comment_portal_author small {
    font-size: 11px;
    color: #52524f;
    display: block;
    line-height: 14px;
    font-weight: 400
}

.RLTable {
    table-layout: fixed;
    BACKGROUND: window;
    FONT: Icon;
    COLOR: windowtext;
    border: 1px solid #ddd;
    border-bottom: 0
}

.RLWrapper {
    z-index: 10;
    overflow: hidden;
    overflow-y: auto
}

.RLCell {
    float: left
}

.RLDivider {
    BORDER-RIGHT-COLOR: buttonhighlight;
    BORDER-LEFT: 1px solid buttonhighlight;
    border-right: 1px solid buttonshadow;
    float: right;
    display: inline-block;
    width: 1px;
    height: 15px;
    cursor: e-resize
}

.RLTitle {
    border: 1px solid #ddd;
    background-color: #efefef;
    background-repeat: repeat-x;
    background-position: center;
    padding: 3px;
    border-bottom: 0
}

.RLTitlePlain {
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    display: block;
    background: #f0f;
    border: 1px solid #727272;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #a1a1a1;
    background: -moz-linear-gradient(top, #a1a1a1 0%, #868686 50%, #777777 51%, #6f6f6f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(50%,#868686), color-stop(51%,#777777), color-stop(100%,#6f6f6f));
    background: -webkit-linear-gradient(top, #a1a1a1 0%,#868686 50%,#777777 51%,#6f6f6f 100%);
    background: -o-linear-gradient(top, #a1a1a1 0%,#868686 50%,#777777 51%,#6f6f6f 100%);
    background: -ms-linear-gradient(top, #a1a1a1 0%,#868686 50%,#777777 51%,#6f6f6f 100%);
    background: linear-gradient(top, #a1a1a1 0%,#868686 50%,#777777 51%,#6f6f6f 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    color: #f2f2f2;
    /*text-shadow:1px 1px 1px #000;*/
    padding: 6px 12px 6px 19px;
}

.RLTitlePlain td {
    color: #f2f2f2;
    font-size: 12px;
    font-family: inherit;
}

.RLTable THEAD {
    height: 22px
}

.RLTable TD {
    empty-cells: show;
    cursor: pointer;
    overflow: hidden;
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    -moz-user-select: none
}

.RLTable THEAD TD {
    padding: 3px;
    background-color: #ebecee;
    background-image: url(grid/bg_table_header.png);
    background-repeat: repeat-x;
    background-position: top;
    BORDER-RIGHT: threedshadow 1px solid;
    BORDER-LEFT: threedhighlight 1px solid;
    BORDER-BOTTOM: 1px solid #d5d5d5
}

.RLTableHead {
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 5
}

.draghandle.dragged {
    border-left: 1px solid #333
}

.draghandle {
    position: absolute;
    z-index: 5;
    width: 5px;
    cursor: e-resize
}

.RLTable TBODY TD {
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ededed;
    background-color: #fff
}

.RLTable TFOOT TD {
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #ffffc1;
    border-bottom: 1px solid #999
}

.RLTable TBODY TD DIV {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sort-arrow {
    display: none;
    BACKGROUND-POSITION: center center;
    MARGIN: 0 2px;
    WIDTH: 11px;
    BACKGROUND-REPEAT: no-repeat;
    HEIGHT: 11px
}

.descending {
    display: inline;
    BACKGROUND-IMAGE: url(grid/downsimple.png)
}

.ascending {
    display: inline;
    BACKGROUND-IMAGE: url(grid/upsimple.png)
}

.RLFilter {
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background: buttonface;
    BORDER-RIGHT: buttonshadow 1px solid;
    BORDER-TOP: buttonhighlight 1px solid;
    BORDER-LEFT: buttonhighlight 1px solid;
    CURSOR: default;
    BORDER-BOTTOM: buttonshadow 1px solid
}

.RLInput {
    border: 1px solid #808080;
    font-size: 10px;
    width: 100px
}

.RLButton {
    border: 1px solid #808080;
    font-size: 10px
}

.RLSelect {
    border: 1px solid #808080;
    font-size: 10px
}

.selected {
    background-color: #fff8dc
}

.RLResize {
    width: 1px;
    border: 0;
    left: -5px;
    left: expression(this.offsetParent.offsetLeft-5);
    position: relative;
    cursor: e-resize
}

.RLResizeBar {
    position: absolute
}

.ui-spinner {
    position: relative
}

.ui-spinner-buttons {
    position: absolute
}

.ui-spinner-button {
    overflow: hidden
}

.dropdown dd,.dropdown dt,.dropdown ul {
    margin: 0;
    padding: 0
}

.dropdown dd {
    position: relative
}

.dropdown a,.dropdown a:visited {
    color: #816c5b;
    text-decoration: none;
    outline: 0
}

.dropdown a:hover {
    color: #5d4617
}

.dropdown dt a:hover,.dropdown dt a:focus {
    color: #5d4617;
    border: 1px solid #5d4617
}

.dropdown dt a {
    background: #efefef url(arrow.png) no-repeat scroll right center;
    display: block;
    padding-right: 20px;
    border: 1px solid #ddd;
    width: 150px
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px
}

.dropdown dd ul {
    color: #454545;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    width: auto;
    min-width: 170px;
    list-style: none
}

.dropdown span.value {
    display: none
}

.dropdown dd ul li {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-top: 0
}

.dropdown dd ul li a {
    padding: 5px;
    display: block
}

.dropdown dd ul li a:hover {
    background-color: #fff8dc
}

.dropdown img.icon {
    border: 0;
    vertical-align: middle
}

.tip-twitter {
    opacity: .8;
    z-index: 1000;
    text-align: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    max-width: 200px;
    color: #fff;
    background-color: #000;
    padding: 8px
}

.tip-twitter .tip-inner {
    font: bold 11px/14px 'Lucida Grande',sans-serif
}

.tip-twitter .tip-arrow-top {
    margin-top: -5px;
    margin-left: -5px;
    top: 0;
    left: 50%;
    width: 9px;
    height: 5px;
    background: url(tip-twitter_arrows.gif) no-repeat
}

.tip-twitter .tip-arrow-right {
    margin-top: -4px;
    margin-left: 0;
    top: 50%;
    left: 100%;
    width: 5px;
    height: 9px;
    background: url(tip-twitter_arrows.gif) no-repeat -9px 0
}

.tip-twitter .tip-arrow-bottom {
    margin-top: 0;
    margin-left: -5px;
    top: 100%;
    left: 50%;
    width: 9px;
    height: 5px;
    background: url(tip-twitter_arrows.gif) no-repeat -18px 0
}

.tip-twitter .tip-arrow-left {
    margin-top: -4px;
    margin-left: -5px;
    top: 50%;
    left: 0;
    width: 5px;
    height: 9px;
    background: url(tip-twitter_arrows.gif) no-repeat -27px 0
}

.ajaxtooltip {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    z-index: 1;
}

.sortList li {
    list-style: none;
    margin: 0 0 4px 0;
    padding: 5px;
    cursor: move;
    background-color: #eee;
    border: #ddd solid 1px
}

.xm-dotted {
    border-top: 1px dotted #4b4b4b;
    line-height: 8px
}

.template-page-title {
    font-size: 16px;
    font-weight: bold;
    color: #111c24;
    margin-bottom: 10px
}

.template-page-title a {
    font-size: 16px;
    font-weight: bold;
    color: #111c24;
    margin-bottom: 10px
}

.template-page-title a:link,.template-page-title a:visited,.template-page-title a:active {
    font-size: 16px;
    font-weight: bold;
    color: #111c24;
    margin-bottom: 10px;
    text-decoration: underline
}

.template-page-title a:hover {
    font-size: 16px;
    font-weight: bold;
    color: #7e7e7e;
    margin-bottom: 10px;
    text-decoration: underline
}

.template-content-wrapper {
    margin: 20px 30px 0 30px
}

.template-content-wrapper-side {
    margin: 20px 20px 0 30px
}

.template-content-wrapper-rside {
    margin: 20px 30px 0 20px
}

.template-pod {
    margin: 20px 0 0 0;
    padding: 0
}

.template-pod-wrapper {
    margin: 0 0 0 8px
}

.template-pod-body {
    background: #eff0f0 url(/lib/img/template/pod-body-bg.png) top repeat-x;
    width: 188px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa
}

.template-pod-content {
    margin: -9px 12px 7px 12px
}

.template-pod-content p {
    margin-top: 0
}

.template-pod-title-black {
    margin: 0 5px 0 10px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #111c24
}

.template-pod-title-white {
    margin: 0 5px 0 10px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #fff
}

.template-pod-header-lightgray {
    background: url(/lib/img/template/pod-header-lightgray.png) no-repeat;
    width: 207px;
    height: 44px;
    margin: 0
}

.template-pod-header-darkgray {
    background: url(/lib/img/template/pod-header-darkgray.png) no-repeat;
    width: 207px;
    height: 44px;
    margin: 0
}

.template-pod-header-black {
    background: url(/lib/img/template/pod-header-black.png) no-repeat;
    width: 207px;
    height: 44px;
    margin: 0
}

.template-pod-header-blue {
    background: url(/lib/img/template/pod-header-blue.png) no-repeat;
    width: 207px;
    height: 44px;
    margin: 0
}

.template-pod-header-limegreen {
    background: url(/lib/img/template/pod-header-limegreen.png) no-repeat;
    width: 207px;
    height: 44px;
    margin: 0
}

.template-pod-header-leafgreen {
    background: url(/lib/img/template/pod-header-leafgreen.png) no-repeat;
    width: 207px;
    height: 44px;
    margin: 0
}

.template-pod-header-lightaqua {
    background: url(/lib/img/template/pod-header-lightaqua.png) no-repeat;
    width: 207px;
    height: 44px;
    margin: 0
}

.template-pod-header-lightblue {
    background: url(/lib/img/template/pod-header-lightblue.png) no-repeat;
    width: 207px;
    height: 44px;
    margin: 0
}

.template-pod-header-navyblue {
    background: url(/lib/img/template/pod-header-navyblue.png) no-repeat;
    width: 207px;
    height: 44px;
    margin: 0
}

.template-pod-long {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center
}

.template-pod-long .template-lf {
    float: left;
    background: url(/lib/img/template/pod-header-lightgray-lf.png) no-repeat;
    width: 9px;
    height: 44px;
    margin: 0
}

.template-pod-long .template-rg {
    float: right;
    background: url(/lib/img/template/pod-header-lightgray-rg.png) no-repeat;
    width: 9px;
    height: 44px;
    margin: 0
}

.template-pod-long .template-pod-title {
    margin: 0;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #111c24;
    background: url(/lib/img/template/pod-header-lightgray-mid.png) repeat-x;
    height: 44px
}

.template-pod-header-lightgray-lf {
    background: url(/lib/img/template/pod-header-lightgray-lf.png) no-repeat;
    width: 9px;
    height: 44px;
    margin: 0
}

.template-pod-header-lightgray-mid {
    background: url(/lib/img/template/pod-header-lightgray-mid.png) repeat-x;
    height: 44px;
    margin: 0
}

.template-pod-header-lightgray-rg {
    background: url(/lib/img/template/pod-header-lightgray-rg.png) no-repeat;
    width: 9px;
    height: 44px;
    margin: 0
}

.template-pod-body-long {
    background: #eff0f0 url(/lib/img/template/pod-body-bg.png) top repeat-x;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa
}

.template-pod-large {
    background: url(/lib/img/template/pod-long-bg.jpg) no-repeat;
    width: 339px;
    height: 578px;
    margin: 0
}

.template-pod-large-content {
    margin: 0 25px 20px 50px;
    padding-top: 20px
}

.template-pod-large-middle {
    background: url(/lib/img/template/pod-long-bg-middle.jpg) repeat-y;
    width: 339px;
    margin: 0
}

.template-pod-square {
    background: url(/lib/img/template/pod-square-bg.png) no-repeat;
    width: 343px;
    height: 290px;
    margin: 0
}

/*BOOTSTRAP*/
/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
    *zoom:1;}

.clearfix:before,.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.label,.badge {
    font-size: 10.998px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999999;
}

.label {
    padding: 1px 4px 2px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.badge {
    padding: 1px 9px 2px !important;
    -webkit-border-radius: 9px !important;
    -moz-border-radius: 9px !important;
    border-radius: 9px !important;
}

a.label:hover,a.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label-important,.badge-important {
    background-color: #b94a48;
}

.label-important[href],.badge-important[href] {
    background-color: #953b39;
}

.label-warning,.badge-warning {
    background-color: #f89406;
}

.label-warning[href],.badge-warning[href] {
    background-color: #c67605;
}

.label-pink,.badge-pink {
    background-color: #ffa5d2;
}

.label-success,.badge-success {
    background-color: #468847;
}

.label-success[href],.badge-success[href] {
    background-color: #356635;
}

.label-info,.badge-info {
    background-color: #3a87ad;
}

.label-info[href],.badge-info[href] {
    background-color: #2d6987;
}

.label-inverse,.badge-inverse {
    background-color: #333333;
}

.label-inverse[href],.badge-inverse[href] {
    background-color: #1a1a1a;
}

.label-charcoal {
    background-color: #5e5e5e;
}

.label-charcoal[href] {
    background-color: #474747;
}

.label-orange {
    background-color: #ff7200;
}

.label-orange[href] {
    background-color: #db6200;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 18px;
}

.table th,.table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody+tbody {
    border-top: 2px solid #dddddd;
}

.table-condensed th,.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapsed;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-bordered th,.table-bordered td {
    border-left: 1px solid #dddddd;
}

.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

.table-striped tbody tr.highlight td {
    background-color: #fff8dc;
}

.table tbody tr:hover td,.table tbody tr:hover th {
    background-color: #f5f5f5;
}

table .span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}

table .span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}

table .span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}

table .span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}

table .span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}

table .span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}

table .span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}

table .span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}

table .span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}

table .span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}

table .span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}

table .span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

table .span13 {
    float: none;
    width: 1004px;
    margin-left: 0;
}

table .span14 {
    float: none;
    width: 1084px;
    margin-left: 0;
}

table .span15 {
    float: none;
    width: 1164px;
    margin-left: 0;
}

table .span16 {
    float: none;
    width: 1244px;
    margin-left: 0;
}

table .span17 {
    float: none;
    width: 1324px;
    margin-left: 0;
}

table .span18 {
    float: none;
    width: 1404px;
    margin-left: 0;
}

table .span19 {
    float: none;
    width: 1484px;
    margin-left: 0;
}

table .span20 {
    float: none;
    width: 1564px;
    margin-left: 0;
}

table .span21 {
    float: none;
    width: 1644px;
    margin-left: 0;
}

table .span22 {
    float: none;
    width: 1724px;
    margin-left: 0;
}

table .span23 {
    float: none;
    width: 1804px;
    margin-left: 0;
}

table .span24 {
    float: none;
    width: 1884px;
    margin-left: 0;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,.btn:active:focus,.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0
}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent
}

.btn-link:hover,.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,.btn-mini,.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,.btn-group-vertical>.btn:focus {
    outline: 0
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0)
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 90%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f
}

.label-charcoal {
    background-color: #5e5e5e
}

.label-charcoal[href]:hover,.label-charcoal[href]:focus {
    background-color: #474747
}

.label-orange {
    background-color: #ff7200
}

.label-orange[href]:hover,.label-orange[href]:focus {
    background-color: #db6200
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

button.btn,input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px;
}

button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.btn.btn-large,input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}

button.btn.btn-small,input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn.btn-mini,input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

.breadcrumb {
    padding: 7px 14px;
    margin: 0 0 18px;
    list-style: none;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.breadcrumb li {
    display: inline-block;
    *display: inline;
    *zoom:1;text-shadow: 0 1px 0 #ffffff;
}

.breadcrumb .divider {
    padding: 0 5px;
    color: #999999;
}

.breadcrumb .active a {
    color: #333333;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
  /*  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
    background-color: #003B49;
    border: 1px solid #003B49;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-danger,.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block>p,.alert-block>ul {
    margin-bottom: 0;
}

.alert-block p+p {
    margin-top: 5px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.article_page_nav {
    float: right;
    height: 27px;
}

.article_page_nav ul {
    text-align: center;
}

.article_page_nav ul li {
    display: block;
    float: left;
}

.article_page_nav ul li span {
    font-size: 11px;
    padding: 0 5px 0 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.article_page_nav ul li a {
    display: block;
    float: left;
    padding: 0 7px;
    background: #000;
    height: 25px;
    line-height: 25px;
    display: inline;
    color: #fff;
    font-size: 12px;
    float: left;
    margin-left: 5px;
    font-family: 'Cabin', sans-serif;
    text-decoration: none !important;
    cursor: pointer;
}

.article_page_nav ul li a:hover, .article_page_nav ul li.active a {
    background: #484848;
    text-decoration: none;
    cursor: pointer;
}

.article_page_nav ul li a {
    border-radius: 5px;
    behavior: url(PIE.htc);
}

.min-space {
    margin: 0;
    padding: 0;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}

.btn-group .btn {
    margin-left: -4px;
}

.btn-group .btn:first-child {
    margin-right: 0;
}

.btnGrp span {
    width: 100%;
    height: 100%;
}

.btn-group .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 90%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-group .btn-default {
    color: #333333;
    background: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none;
}

@media print {
    .noPrint {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    table.rwd {
        border: 0;
        padding-bottom: 0;
        display: block;
        width: 100%;
    }

    table.rwd .mobileHidden {
        display: none;
    }

    table.rwd > tbody > tr > td:first-child, .TableGrid tbody tr td:first-child {
        color: #4f81a2;
        font-weight: bold !important;
    }

    table.rwd > tbody > tr {
        border-bottom: 5px double #dadada;
        margin-bottom: 4px;
    }

    table.rwd > thead {
        display: none;
        visibility: hidden;
    }

    table.rwd > tbody, table.rwd > tr, table.rwd > thead > tr > th, table.rwd > thead > tr > td, table.rwd > tbody > tr, table.rwd > thead > tr > th, table.rwd > tbody > tr > td {
        border: 0;
        display: block;
        text-align: left !important;
        width: auto !important;
        white-space: normal;
    }

    table.rwd > tbody > tr > td {
        border-bottom: 1px solid #efefef;
    }

    table.rwd > tbody > tr > td:last-child {
        border-bottom: none;
    }

    table.rwd > tbody > tr:not([style*="display: none"]):not([style*="display:none"]) {
        display: inherit !important;
        clear: both;
        height: auto !important;
        /*border-top:1px solid #dadada;*/
    }

    /*table.rwd tr:nth-child(even) td {background-color:#f9f9f9;}*/
    table.rwd td.XMFormRow {
        width: auto !important;
        margin: 0;
    }

    table.rwd td.XMFormRow table table {
        width: 100% !important;
    }

    table.rwd td.XMFormRow td {
        border-bottom: none;
    }

    table.rwd > thead > tr > th[data-title]:before, table.rwd > tr > td td[data-title]:before, table.rwd > tr > td[data-title]:before, table.rwd > tbody > tr > td[data-title]:before {
        content: attr(data-title) ":\00A0";
        font-weight: bold;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    table.rwd > th:not([data-title]),table.rwd > thead > th:not([data-title]) {
        font-weight: bold;
    }

    table.rwd > tbody > tr > td:empty, table.rwd > tr > td:empty {
        display: none;
    }

    table.rwd > tr > td.nonMobile, table.rwd > tbody > tr > td.nonMobile {
        display: none !important;
    }

    table.TableGrid td table td {
        display: table-cell;
    }

    table.rwd .rwdPositionRelative {
        position: inherit !important;
    }

    .mobileBlock {
        display: block !important;
        float: none !important;
        clear: both;
    }
}

@media only screen and (max-width: 950px) {
    table.rwdmulti {
        border: 0;
        padding-bottom: 0;
        display: block;
        width: 100%;
    }

    table.rwdmulti .mobileHidden {
        display: none;
    }

    table.rwdmulti > tbody > tr > td:first-child, .TableGrid tbody tr td:first-child {
        color: #4f81a2;
        font-weight: bold !important;
    }

    table.rwdmulti > tbody > tr {
        border-bottom: 5px double #dadada;
        margin-bottom: 4px;
    }

    table.rwdmulti > thead {
        display: none;
        visibility: hidden;
    }

    table.rwdmulti > tbody, table.rwdmulti > tr, table.rwdmulti > thead > tr > th, table.rwdmulti > thead > tr > td, table.rwdmulti > tbody > tr, table.rwdmulti > thead > tr > th, table.rwdmulti > tbody > tr > td {
        border: 0;
        display: block;
        text-align: left !important;
        width: auto !important;
        white-space: normal;
    }

    table.rwdmulti > tbody > tr > td {
        border-bottom: 1px solid #efefef;
    }

    table.rwdmulti > tbody > tr > td:last-child {
        border-bottom: none;
    }

    table.rwdmulti > tbody > tr:not([style*="display: none"]):not([style*="display:none"]) {
        display: inherit !important;
        clear: both;
        height: auto !important;
        /*border-top:1px solid #dadada;*/
    }

    /*table.rwdmulti tr:nth-child(even) td {background-color:#f9f9f9;}*/
    table.rwdmulti td.XMFormRow {
        width: auto !important;
        margin: 0;
    }

    table.rwdmulti td.XMFormRow table table {
        width: 100% !important;
    }

    table.rwdmulti td.XMFormRow td {
        border-bottom: none;
    }

    table.rwdmulti > thead > tr > th[data-title]:before, table.rwdmulti > tr > td td[data-title]:before, table.rwdmulti > tr > td[data-title]:before, table.rwdmulti > tbody > tr > td[data-title]:before {
        content: attr(data-title) ":\00A0";
        font-weight: bold;
        float: left;
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    table.rwdmulti > th:not([data-title]),table.rwdmulti > thead > th:not([data-title]) {
        font-weight: bold;
    }

    table.rwdmulti > tbody > tr > td:empty, table.rwdmulti > tr > td:empty {
        display: none;
    }

    table.rwdmulti > tr > td.nonMobile, table.rwdmulti > tbody > tr > td.nonMobile {
        display: none !important;
    }

    table.TableGrid td table td {
        display: table-cell;
    }

    table.rwdmulti .rwdmultiPositionRelative {
        position: inherit !important;
    }
}

.xm-modal-close {
    display: inline-block;
    text-indent: -9999px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 23px;
    height: 23px;
    background: transparent url(/lib/img/icon/close.png) no-repeat;
    cursor: pointer;
    z-index: 9999;
    margin-bottom: 10px;
}

.modal-header h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.xm-attachment-box {
    padding: 3px;
    border: 1px solid #dadada;
    margin: 0px;
    border-radius: 3px;
    background-color: #eff2f7;
    color: #454545;
}
