﻿html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
img, body, html
{
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}
q:before, q:after
{
    content: '';
}
h1
{
    font-size: 240%;
    color: #ff9933;
}
body, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
h2
{
    font-size: 160%;
    color: #ff9933;
}
label
{
    color: #ff9933;
}

.searchForm
{
    color: #666666;
    width: 208px;
    height: 345px;
    border-left: solid 2px #949597;
    border-right: solid 2px #949597;
    padding: 0px 5px;
}
.searchForm DIV
{
    padding-top: 5px;
}
.searchForm DIV select
{
    color: #666666;
    border: solid 1px #666666;
}
.search
{
    display: block;
    width: 100%;
    text-align: right;
}
.searchHeader
{
    background-image: url('/images/searchHeader.gif');
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 222px;
    height: 58px;
}
.searchHeader span
{
    display: none;
}
.searchFooter
{
    background-image: url('/images/searchFooter.gif');
    background-position: left top;
    background-repeat: no-repeat;
    width: 222px;
    height: 15px;
}

.resultsForm
{
    color: #666666;
    width: 698px;
    height: 645px;
    border-left: solid 2px #949597;
    border-right: solid 2px #949597;
    padding: 0px 5px;
}
.resultsForm DIV
{
    padding-top: 5px;
}
.resultsForm DIV select
{
    color: #666666;
    border: solid 1px #666666;
}
.results
{
    font-weight: bold;
    color: #ff9933;
    text-decoration: none;
}
.results:hover
{
    text-decoration: underline;
}
.resultsHeader
{
    background-image: url('/images/results-header.gif');
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 712px;
    height: 48px;
}
.resultsHeader span
{
    display: none;
}
.resultsFooter
{
    background-image: url('/images/resultsFooter.gif');
    background-position: left top;
    background-repeat: no-repeat;
    width: 712px;
    height: 24px;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    font-weight: bold;
}
.resultsFooter select
{
    font-size: 10px;
    color: #666666;
    border: solid 1px #666666;
    height: 17px;
}

.detailForm
{
    color: #666666;
    width: 698px;
    height: 800px;
    border-left: solid 2px #949597;
    border-right: solid 2px #949597;
    padding: 0px 5px;
}
.detailForm DIV
{
    padding-top: 5px;
}
.detailForm DIV select
{
    color: #666666;
    border: solid 1px #666666;
}
.detailHeader
{
    background-image: url('/images/detailsHeader.gif');
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 712px;
    height: 26px;
}
.detailHeader span
{
    display: none;
}
.detailFooter
{
    background-image: url('/images/detailsFooter.gif');
    background-position: left top;
    background-repeat: no-repeat;
    width: 712px;
    height: 16px;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    font-weight: bold;
}
.detailFooter select
{
    font-size: 10px;
    color: #666666;
    border: solid 1px #666666;
    height: 17px;
}


/*preload classes*/
.svw
{
    width: 50px;
    height: 20px;
    background: #fff;
}
.svw ul
{
    position: relative;
    left: -999em;
}
/*core classes*/
.stripViewer
{
    position: relative;
    overflow: hidden;
    border: 2px solid #ff9933;
    margin: 0 0 1px 0;
}
.stripViewer ul
{
    /* this is your UL of images */
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 1%;
    list-style-type: none;
}
.stripViewer ul li
{
    float: left;
}
.stripTransmitter
{
    overflow: auto;
    width: 1%;
}
.stripTransmitter ul
{
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}
.stripTransmitter ul li
{
    width: 20px;
    float: left;
    margin: 0 1px 1px 0;
}
.stripTransmitter a
{
    font: bold 10px;
    text-align: center;
    line-height: 22px;
    background: #ff9933;
    color: #fff;
    text-decoration: none;
    display: block;
}
.stripTransmitter a:hover, a.current
{
    background: #fff;
    color: #ff9933;
}

.det p, .det h1
{
    margin-bottom: 5px;
}

.calls ul li a
{
    color: #ff9933;
    height: 28px;
}
.calls ul
{
    list-style-type: none;
    float: left;
    height: 28px;
}
.calls ul li
{
    float: left;
    height: 28px;
}
.calls ul li a:hover
{
    background-image: url('/images/ucse-formlink-hover.jpg');
    padding: 6px 5px;
    float: left;
    width: 120px;
    font-weight: bold;
    text-align: center;
    color: #ff9933;
    background-color: #ff9933;
    height: 16px;
}
.calls ul li a
{
    background-image: url('/images/ucse-formlink.jpg');
    text-decoration: none;
    color: #ffffff;
    padding: 6px 5px;
    float: left;
    margin: 0px 4px;
    width: 120px;
    font-weight: bold;
    text-align: center;
    height: 16px;
}

.calls2 ul li a
{
    color: #ff9933;
    height: 35px;
}
.calls2 ul
{
    list-style-type: none;
    float: right;
    height: 28px;
}
.calls2 ul li
{
    float: left;
    height: 28px;
}
.calls2 ul li a:hover
{
    background-image: url('/images/ucse-formbutton-hover.jpg');
    padding: 6px 5px;
    float: left;
    width: 70px;
    font-weight: bold;
    text-align: center;
    color: #ff9933;
    background-color: #ff9933;
    height: 16px;
}
.calls2 ul li a
{
    background-image: url('/images/ucse-formbutton.jpg');
    text-decoration: none;
    color: #ffffff;
    padding: 6px 5px;
    float: left;
    margin: 0px 4px;
    width: 70px;
    font-weight: bold;
    text-align: center;
    height: 16px;
}

.black
{
    color: #000;
}

a.btn
{
    background-repeat: no-repeat;
    background-image: url('/images/ucse-formlink.jpg');
    text-decoration: none;
    color: #ffffff;
    padding: 6px 5px;
    width: 124px;
    font-weight: bold;
    text-align: center;
    height: 20px;
    background-repeat: no-repeat;
}
a.btn:hover
{
    background-repeat: no-repeat;
    background-image: url('/images/ucse-formlink-hover.jpg');
    color: #ff9933;
}
a.url
{
    background-position: 0px 0px;
    background-image: url('/images/ucse-formlink.jpg');
    text-decoration: none;
    color: #ffffff;
    padding: 6px 5px;
    width: 126px;
    font-weight: bold;
    text-align: center;
    height: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
}
a.url:hover
{
    background-image: url('/images/ucse-formlink-hover.jpg');
    width: 126px;
    font-weight: bold;
    text-align: center;
    color: #ff9933;
    background-color: #ff9933;
    height: 20px;
    background-repeat: no-repeat;
}
.applicationsHeader
{
    background-color: #ff9933;
    width: 100%;
}
.applicationsHeader h1
{
    font-size: 200%;
    color: #FFFFFF;
    padding: 20px;
}
.applicationsForm h2
{
    background-position: 0px 0px;
    font-size: 110%;
    color: #FFFFFF;
    padding: 5px 5px;
    width: 320px;
    height: 15px;
    font-weight: bold;
    background-image: url('../images/formtitle.jpg');
    background-repeat: no-repeat;
}



/* Layout helpers
----------------------------------*/
.ui-helper-hidden
{
    display: none;
}
.ui-helper-hidden-accessible
{
    position: absolute;
    left: -99999999px;
}
.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%;
}
/* Tabs
----------------------------------*/
.ui-tabs
{
    padding: .2em;
    zoom: 1;
}
.ui-tabs .ui-tabs-nav
{
    list-style: none;
    position: relative;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li
{
    position: relative;
    float: left;
    border-bottom-width: 0 !important;
    margin: 0 .2em -1px 0;
    padding: 0;
}
.ui-tabs .ui-tabs-nav li a
{
    float: left;
    text-decoration: none;
    padding: .5em 1em;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
    padding-bottom: 1px;
    border-bottom-width: 0;
}
.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
{
    border-style: none solid none solid;
    border-width: 1px;
    border-color: #9E9FA0;
    padding: 1em 1.4em;
    display: block;
    background: none;
}
.ui-tabs .ui-tabs-hide
{
    display: none !important;
}
/* Component containers
----------------------------------*/

.ui-widget-header
{
    border-bottom: 1px solid #aaaaaa /*{borderColorHeader}*/;
    font-weight: bold;
}
.ui-widget-header a
{
    color: #222222 /*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default
{
    border: 0px solid #aaaaaa /*{borderColorActive}*/;
    background: #ffffff /*{bgColorActive}*/ url(../images/tab1.png) /*{bgImgUrlActive}*/ 0 /*{bgActiveXPos}*/ 0 /*{bgActiveYPos}*/ repeat-x /*{bgActiveRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #212121 /*{fcActive}*/;
    outline: none;
    width:150px;
    text-align: center;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{
    color: #555555 /*{fcDefault}*/;
    text-decoration: none;
    outline: none;
        text-align: center;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus
{
    border: 0px solid #999999 /*{borderColorHover}*/;
    background: #dadada /*{bgColorHover}*/ url(../images/tab1.png) /*{bgImgUrlHover}*/ 0 /*{bgHoverXPos}*/ 0 /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #212121 /*{fcHover}*/;
    outline: none;
    width:150px;
    text-align: center;
}
.ui-state-hover a, .ui-state-hover a:hover
{
    color: #212121 /*{fcHover}*/;
    text-decoration: none;
    outline: none;
        text-align: center;
}
.ui-state-active, .ui-widget-content .ui-state-active
{
    border: 0px solid #aaaaaa /*{borderColorActive}*/;
    background: #ffffff /*{bgColorActive}*/ url(../images/tab.png) /*{bgImgUrlActive}*/ 0 /*{bgActiveXPos}*/ 0 /*{bgActiveYPos}*/ repeat-x /*{bgActiveRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #212121 /*{fcActive}*/;
    outline: none;
    width:150px;
    text-align: center;
    font-weight:bold;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
    color: #212121 /*{fcActive}*/;
    outline: none;
    text-decoration: none;
        text-align: center;
}


#widget-docs .ui-tabs-panel
{
    padding: 20px 9px;
    font-size: 12px;
    line-height: 1.4;
    color: #000;
}

#widget-docs .ui-widget-content a:link, #widget-docs .ui-widget-content a:visited
{
    color: #1b75bb;
    text-decoration: none;
}
#widget-docs .ui-widget-content a:hover, #widget-docs .ui-widget-content a:active
{
    color: #0b559b;
}


bs-loading em
{
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}


