* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}


fieldset {
    border: 0;
}

p {
    margin-top: 5px;
}



body {
    background-color: #b4b4b4;
    margin: 0;
    padding: 0;
    color: #777777;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 8pt;
}

#page{
    margin: 0 auto;
    padding: 0;
    width: 980px;
    background: transparent url(../images/bgLine.png)  repeat-y 0 0;
    text-align: left;
}

.langSelCont {
    position: absolute;
    left: 90px;
    top:15px;
}
#langSelection {
    position:absolute;
    right:0;
    border: 1px solid #aaa;
    background-color:white;
}

#langSelection a {
    display:block;
    padding: 2px 5px;
    width: 80px;
    text-decoration:none;
    color: #111;
}
#langSelection a:hover {
    background-color: #eee;
}

#header {
    position: relative;
    clear: both;
    height: 115px;
    background: transparent url(../images/bgHdrM.png) repeat-x 0 0;
}

#header_left, #header_right, #header_middle {
    margin: 0;
    padding: 0;
    height: 115px;
    position: relative;
}

#header_left {
    float: left;
    width: 30px;
    background: transparent url(../images/bgHdrL.png) no-repeat 0 0;
}
#header_right{
    float: right;
    width: 30px;
    background: transparent url(../images/bgHdrR.png) no-repeat 0 0;
}

#header_middle {
    margin: 0 30px;
}

h1#topic {
    color: #b9b9b9;
    position: absolute;
    top:30px;
    left: 108px;
    font-size: 16pt;
}

#map{
    position: absolute;
    top:25px;
    left: 640px;
    width: 100px;
    height: 71px;
    text-align: center;
    background: transparent url(../images/map.gif) no-repeat 15px 15px;
}

.pitchworx_logo {
    position: absolute;
    top: 22px;
    left: 0;
}
.pitchworx_logo img{
    border: none;
}



.mainMenu {
    position:absolute;
    margin: 0 20px;
    height: 26px;
    width: 775px;
    background-color: #ececeb; 
    background-image: url('/app/images/menuBack.png'); 
    background-repeat: repeat-x;
}

.mainMenuPanelDummy {
    width: 170px;
    right: 0px;
    top: 115px;
}


.mainMenu .spacer {
    background-image: url('/app/images/menuSep.png'); 
    width: 2px;
    height: 26px;
}

.mainMenu ul .spacer {
    background-image: none; 
    height:auto;
    width:auto;
    padding: 4px 0;
}

.mainMenu li {
    float:left;
    list-style-type: none;
}

.mainMenu .authLeft {
    float:right;
    width: 75px;
}

.mainMenu .authRight {
    float:right; 
    width: 75px;
}

.mainMenu li a {
    color: #fff;
    text-decoration: none;
    display:block;
    font-size: 10pt;
    padding: 5px 10px 4px;
}

.mainMenu li a:hover {
    background: transparent url('/app/images/menuHover.gif') 0 0 repeat-x;
    border: none;
    color: #ffffff;
}

.mainMenu ul {
    position: absolute;
    top: 18px;
    left:0px;
    padding: 0;
    margin: 0;
    width: 720px;
}

.mainMenu .active {
    background: transparent url('/app/images/menuActive.gif') 0 0 repeat-x;
}
.mainMenu ul .active {
    background: none;
}
.mainMenu ul .active a  {
    color: #000 !important;
    
}

.mainMenu ul li { 
    margin: 6px 0;
}
.mainMenu ul li a {
    background-image: none !important ;
    font-size: 8pt !important;
    color: #777777 !important;
}

.mainMenu ul li a:hover{
    color: #202020 !important;
}

.menuLink {
    display: block; 
    float: left;
    height: 18px;
}


.mainMenu .menuStart,.mainMenu .menuEnd {
    float: left;
}   
.mainMenu .menuStart {
}
.mainMenu .menuEnd {
}


#columns {
    margin: 50px 20px 10px;
    min-height: 400px;
    clear:both;
}

#col1, #col2, #col2_wide, #col3 {
    margin: 0;
    padding: 0;
} 
#col1 {
    float: left;
    width: 120px;
    font-size: 10pt;
}
* html #col1 {
    width: 117px;
}

#col1_content {
    margin:  29px 5px 5px 5px;
}
#col2 {
    float: left;
    width: 640px;
}
#col2_wide {
    float:left;
    width: 800px;
}
#col2_content, #col2_wide_content{
    margin: 28px 0 0 0;
    padding: 0 0 10px 0;
}

#col2_content ul {
    margin: 5px 0 0 20px;
}

#col2_top_content {
    margin: 0 0 0 0;
    height: 19px;
}

#col2_bottom_content {
    margin: 0 0 0 0;
    padding-top: 20px;
    height: 30px;
}

#col3 {
    float: right;
    width: 170px;
}
#col3_content {
    margin:  29px 5px 5px 5px;
}

img.col3Advert {
    margin-top: 3px;
}

#footer {
    clear:both;
}

#footer_left, #footer_right {
    width:  40px;
    height: 55px;
    float: left;
}
#footer_left {
    background: url(../images/bgFtL.png) #fff;
}
#footer_right {
    background: url(../images/bgFtR.png) #fff;
}

#footer_middle {
    background: url(../images/bgFtM.png) #fff repeat-x 0 31px;
    width: 900px;
    height: 55px;
    float:left;
    text-align: center;
    margin: 0;
    padding: 0;
}
.footer_menu {
    clear:both;
    background-color: #fff;
    border-top: 1px solid #b9b9b9;
    margin:0 30px !important;
    color: #b9b9b9;
}
.footer_menu .left, .footer_menu .mleft, .footer_menu .mright, .footer_menu .right {
    float:left;
    width: 161px;
}
.footer_menu .left {
    margin-left: 110px;
}
.footer_menu .topic {
    margin: 10px 0 5px;
    font-size: 1.1em;
    font-weight: bold;
}
.footer_menu li {
    list-style-type:none;
    margin: 1px 0;
}
.footer_menu a{
    color: #b9b9b9;
    letter-spacing: 0.0em;
    text-decoration: none;
    border-bottom: none;
    font-size: 1.0em;
}
.footer_menu a:hover {
    border-bottom: 1px dashed #b9b9b9;
}

.hidden{
    display:none;
    height: 0;
    width: 0;
    visibility : hidden;
    border: none !important;
}



.login_form {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 160px;
    height: 113px;
    text-align: left;
}



.pageColumnHeader {
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 9pt;
}

#searchForm {
    font-size: 9pt;
    margin: 0 20px 10px 5px;
}

#searchForm .iceInpTxt, #searchForm .iceSelOneMnu, #searchForm .iceOutTxt {
    width: 100%;
    display: block;
    font-size: 9pt;
}

#searchForm .iceOutTxt {
    margin-top: 5px;
    margin-bottom: 3px;
}


#searchForm .iceCmdBtn {
    display: block;
    margin: 15px auto;
    margin-top: 10px;
    padding: 0;
}

.subcolumns, .subcolumns_oldgecko {
    width: 100%;
    overflow:hidden;
}

.uploadInputFileFix {
    margin-left: -78px;
}

.c1l, .c2l, .c3l, .c4l, .c5l, .c6l, .c7l, .c8l, .c9l, .c10l, .c11l, .c12l, .c13l, .c14l, .c15l, .c16l, .c17l, .c18l, .c19l, .c20l, .c21l, .c22l, .c23l, .c24l, .c25l, .c26l, .c27l, .c28l, .c29l, .c30l, .c31l, .c32l, .c33l, .c34l, .c35l, .c36l, .c37l, .c38l, .c39l, .c40l, .c41l, .c42l, .c43l, .c44l, .c45l, .c46l, .c47l, .c48l, .c49l, .c50l, .c51l, .c52l, .c53l, .c54l, .c55l, .c56l, .c57l, .c58l, .c59l, .c60l, .c61l, .c62l, .c63l, .c64l, .c65l, .c66l, .c67l, .c68l, .c69l, .c70l, .c71l, .c72l, .c73l, .c74l, .c75l, .c76l, .c77l, .c78l, .c79l, .c80l, .c81l, .c82l, .c83l, .c84l, .c85l, .c86l, .c87l, .c88l, .c89l, .c90l, .c91l, .c92l, .c93l, .c94l, .c95l, .c96l, .c97l, .c98l, .c99l, .c100l {
    float: left;
}

.c1r, .c2r, .c3r, .c4r, .c5r, .c6r, .c7r, .c8r, .c9r, .c10r, .c11r, .c12r, .c13r, .c14r, .c15r, .c16r, .c17r, .c18r, .c19r, .c20r, .c21r, .c22r, .c23r, .c24r, .c25r, .c26r, .c27r, .c28r, .c29r, .c30r, .c31r, .c32r, .c33r, .c34r, .c35r, .c36r, .c37r, .c38r, .c39r, .c40r, .c41r, .c42r, .c43r, .c44r, .c45r, .c46r, .c47r, .c48r, .c49r, .c50r, .c51r, .c52r, .c53r, .c54r, .c55r, .c56r, .c57r, .c58r, .c59r, .c60r, .c61r, .c62r, .c63r, .c64r, .c65r, .c66r, .c67r, .c68r, .c69r, .c70r, .c71r, .c72r, .c73r, .c74r, .c75r, .c76r, .c77r, .c78r, .c79r, .c80r, .c81r, .c82r, .c83r, .c84r, .c85r, .c86r, .c87r, .c88r, .c89r, .c90r, .c91r, .c92r, .c93r, .c94r, .c95r, .c96r, .c97r, .c98r, .c99r, .c100r {
    float: right;
}

.c1l, .c1r { width: 0.75%; }
.c2l, .c2r { width: 1.75%; }
.c3l, .c3r { width: 2.75%; }
.c4l, .c4r { width: 3.75%; }
.c5l, .c5r { width: 4.75%; }
.c6l, .c6r { width: 5.75%; }
.c7l, .c7r { width: 6.75%; }
.c8l, .c8r { width: 7.75%; }
.c9l, .c9r { width: 8.75%; }
.c10l, .c10r { width: 9.75%; }
.c11l, .c11r { width: 10.75%; }
.c12l, .c12r { width: 11.75%; }
.c13l, .c13r { width: 12.75%; }
.c14l, .c14r { width: 13.75%; }
.c15l, .c15r { width: 14.75%; }
.c16l, .c16r { width: 15.75%; }
.c17l, .c17r { width: 16.75%; }
.c18l, .c18r { width: 17.75%; }
.c19l, .c19r { width: 18.75%; }
.c20l, .c20r { width: 19.75%; }
.c21l, .c21r { width: 20.75%; }
.c22l, .c22r { width: 21.75%; }
.c23l, .c23r { width: 22.75%; }
.c24l, .c24r { width: 23.75%; }
.c25l, .c25r { width: 24.75%; }
.c26l, .c26r { width: 25.75%; }
.c27l, .c27r { width: 26.75%; }
.c28l, .c28r { width: 27.75%; }
.c29l, .c29r { width: 28.75%; }
.c30l, .c30r { width: 29.75%; }
.c31l, .c31r { width: 30.75%; }
.c32l, .c32r { width: 31.75%; }
.c33l, .c33r { width: 32.75%; }
.c34l, .c34r { width: 33.75%; }
.c35l, .c35r { width: 34.75%; }
.c36l, .c36r { width: 35.75%; }
.c37l, .c37r { width: 36.75%; }
.c38l, .c38r { width: 37.75%; }
.c39l, .c39r { width: 38.75%; }
.c40l, .c40r { width: 40.00%; }
.c41l, .c41r { width: 40.75%; }
.c42l, .c42r { width: 41.75%; }
.c43l, .c43r { width: 42.75%; }
.c44l, .c44r { width: 43.75%; }
.c45l, .c45r { width: 44.75%; }
.c46l, .c46r { width: 45.75%; }
.c47l, .c47r { width: 46.75%; }
.c48l, .c48r { width: 47.75%; }
.c49l, .c49r { width: 48.75%; }
.c50l, .c50r { width: 49.75%; }
.c51l, .c51r { width: 50.75%; }
.c52l, .c52r { width: 51.75%; }
.c53l, .c53r { width: 52.75%; }
.c54l, .c54r { width: 53.75%; }
.c55l, .c55r { width: 54.75%; }
.c56l, .c56r { width: 55.75%; }
.c57l, .c57r { width: 56.75%; }
.c58l, .c58r { width: 57.75%; }
.c59l, .c59r { width: 58.75%; }
.c60l, .c60r { width: 59.75%; }
.c61l, .c61r { width: 60.75%; }
.c62l, .c62r { width: 61.75%; }
.c63l, .c63r { width: 62.75%; }
.c64l, .c64r { width: 63.75%; }
.c65l, .c65r { width: 64.75%; }
.c66l, .c66r { width: 65.75%; }
.c67l, .c67r { width: 66.75%; }
.c68l, .c68r { width: 67.75%; }
.c69l, .c69r { width: 68.75%; }
.c70l, .c70r { width: 69.75%; }
.c71l, .c71r { width: 70.75%; }
.c72l, .c72r { width: 71.75%; }
.c73l, .c73r { width: 72.75%; }
.c74l, .c74r { width: 73.75%; }
.c75l, .c75r { width: 74.75%; }
.c76l, .c76r { width: 75.75%; }
.c77l, .c77r { width: 76.75%; }
.c78l, .c78r { width: 77.75%; }
.c79l, .c79r { width: 78.75%; }
.c80l, .c80r { width: 79.75%; }
.c81l, .c81r { width: 80.75%; }
.c82l, .c82r { width: 81.75%; }
.c83l, .c83r { width: 82.75%; }
.c84l, .c84r { width: 83.75%; }
.c85l, .c85r { width: 84.75%; }
.c86l, .c86r { width: 85.75%; }
.c87l, .c87r { width: 86.75%; }
.c88l, .c88r { width: 87.75%; }
.c89l, .c89r { width: 88.75%; }
.c90l, .c90r { width: 89.75%; }
.c91l, .c91r { width: 90.75%; }
.c92l, .c92r { width: 91.75%; }
.c93l, .c93r { width: 92.75%; }
.c94l, .c94r { width: 93.75%; }
.c95l, .c95r { width: 94.75%; }
.c96l, .c96r { width: 95.75%; }
.c97l, .c97r { width: 96.75%; }
.c98l, .c98r { width: 97.75%; }
.c99l, .c99r { width: 98.75%; }
.c100l, .c100r { width: 100%; }



.row, .rowTop {
}

.rowEven, .rowOdd, .rowEvenP, .rowOddP {
    padding: 5px 0;
    position: relative;
}

.rowEven, .rowEvenP { 
    background-color: #f1f1f1;
}

.rowEvenP, .rowOddP {
    padding: 10px;
}

.rowEven:after,  .rowOdd:after, .row:after, .rowEvenP:after, .rowOddP:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* used as initial row to get an even top alignment */
.rowTop {
    margin-top: -10px;
}

.rowDesc, .rowDescTitle, .rowDescPadded {
    font-size: 1.0em;
    color: #000;
    vertical-align: top;
    font-weight: bolder;
}

.rowDescTitle {
    margin-bottom: 7px;
}

.rowDescPadded {
    margin-left: 10px;
}


.pBlue {
    color: #01acf1;
}

a {
    color: #01acf1;
}

a:hover {
    color: black;
}

.pGray{
    color: #777777;
}

.valueNotSet{
    color: #101010;
}


.subc  { padding: 0 0.5em }

.subcl { padding: 0 1em 0 0 }

.subcr { padding: 0 0 0 1em }

a img {
    border: none !important;
}

.paragraph {
    margin-bottom: 10px;
}

.news {
    padding: 10px;
}

.frameBoxStart {
    background-image:url('/app/images/boxleft.gif'); 
    float:left; 
    width: 11px;
    height: 21px;
}

.rowEven .frameBoxStart, .rowEvenP .frameBoxStart {
    background-image:url('/app/images/boxleftEven.gif'); 
}

.frameBoxMiddle {
    line-height: 21px; 
    vertical-align: middle;
    margin: 0px;
    font-size: 9pt;
}

.frameBoxEnd{
    background-image:url('/app/images/boxright.gif'); 
    width: 11px; 
    height: 21px;  
    float:right;
}

.rowEven .frameBoxEnd, .rowEvenP .frameBoxEnd {
    background-image:url('/app/images/boxrightEven.gif'); 
}



.frameBoxTitle{
    margin:0;
    color:#fff;
    background-image: url('/app/images/boxcenter.gif'); 
    background-repeat: repeat-x; 
}

.frameBoxBody {
    background-color: #f1f1f1; 
    padding:5px 11px;
}

.editLink {
   position: absolute;
   right: 5px;
   bottom: 5px;
}


.thumbNLogo {
    width: 50px;
    height: 50px;
}
.logo {
    width: 90px;
    height: 90px;
}
.thumbNPicture {
    width: 38px;
    height: 50px;
}
.picture {
    width: 68px;
    height: 90px;
}


input, textarea, select, input {
    background: #fff url('/app/images/inputBack.png') repeat-x 0 0;
    margin: 0 3px 0 0;
    border: 1px solid #ABABAB;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

input {
    height: 15px;
}

.textareaProfile {
    width: 100%;
    height: 134px;
}

.profileNoteEditTitle {
    margin-top: 10px;
    margin-bottom: 5px;
}

.catLinkList {
    width: 90%;
}

.editCatLinkList {
    width: 100%;
}


.catLinkList .frameBoxMiddle a, .editCatLinkList .frameBoxMiddle a {
    color: #fff !important;
}

.linkList {
    height: 570px;
    overflow: auto;
    border: #ababab solid 1px;
}

.editLinkList {
    height: 240px;
}

.icePnlPos .icePnlGrp a img {
    vertical-align: middle;
}

.selectedLinkListTitle {
    margin-bottom: 10px;
    font-size: 10pt;
}

.selectedLinkListPanel {
    margin-left: 10px;
}

.linkList div {
    margin: 6px 2px;
}

.linkList a, .linkList a:hover , .linkListAll a, .linkListAll a:hover{
    color: #000;
    font-weight: bold;
}

.linkList, .selected {
    padding-left: 8px;
}


.topLink a {
    text-decoration:none !important;
}
.topLink span {
    position:relative;
    top: -2px;
    left: 2px;
}


div.seam-date
{
 margin-top: 5px;
 border: 1px solid #AAAAAA;
 background-color: #FFFFFF;  
 color: #505050;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

table.seam-date td {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

.seam-date-monthNames
{
 width: 70px;
 border: 1px solid #dddddd;
 border-right: 3px solid #444444;
 border-bottom: 3px solid #444444;
 background-color: #ffffff;
 font-size: 12px;
 cursor: pointer;      
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-weight: normal;
}

a.seam-date-monthNameLink, a.seam-date-monthNameLink:visited
{
 text-align: center;
 display: block;
 color: #555555;  
}

a.seam-date-monthNameLink:hover
{
 background-color: #CCCCCC;
 color: red;  
}

.seam-date-years
{
 height: 10em;
 overflow: auto;
 width: 60px;
 border: 1px solid #dddddd;
 border-right: 3px solid #444444;
 border-bottom: 3px solid #444444;
 background-color: #ffffff;
 font-size: 12px;
 cursor: pointer;      
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-weight: normal;
}

a.seam-date-yearLink, a.seam-date-yearLink:visited
{
 text-align: center;
 display: block;
 color: #555555;    
}

a.seam-date-yearLink:hover
{
 background-color: #CCCCCC;
 color: red;    
}  

tr.seam-date-header
{
 padding: 2px 0px 2px 0px;
}
 
td.seam-date-header
{
 padding: 0px 8px 0px 8px;
 text-align: center;
 color: gray;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;  
}

td.seam-date-header-prevMonth
{
 background-image: url("../img/cal-prev.png");
 background-repeat: no-repeat;
 background-position: center;
 padding: 0px 2px 0px 2px;
 width: 17px;
 height: 16px;
 margin-left: 2px;
}

td.seam-date-header-nextMonth
{
 background-image: url("../img/cal-next.png");
 background-repeat: no-repeat;
 background-position: center;
 padding: 0px 2px 0px 2px;
 width: 17px;
 height: 16px;
 margin-right: 2px;
}


tr.seam-date-headerDays
{
 color: white;
 font-weight: normal;
}

tr.seam-date-headerDays > td
{
 background-color: #CCCCCC;
 border: 1px solid #AAAAAA;
 color: white;
 text-align: center;
 width: 26px;  
}

tr.seam-date-footer
{
 background-color: white;
 color: #505050;
 font-weight: bold;
}

tr.seam-date-footer > td
{
 text-align: center;
}

td.seam-date-inMonth
{
 background-color: white;
 color: black;
 font-weight: normal;
 cursor: pointer;
 border: 1px solid #ece9d8;
}

td.seam-date-outMonth
{
 background-color: white;
 color: #999999;
 font-weight: normal;
 cursor: pointer;
 border: 1px solid #ece9d8;
}

.showImgDes{border:10px solid black;}


td.seam-date-selected
{
 background-color: #CCCCCC;        
 border: 1px solid #AAAAAA;
 color: black;
 font-weight: normal;
}

td.seam-date-dayOff-inMonth
{
 background-color: #efefef;
 color: black;
 font-weight: normal;
 cursor: pointer;
 border: 1px solid #ece9d8;
}

td.seam-date-dayOff-outMonth
{
 background-color: #efefef;
 color: #999999;
 font-weight: normal;
 cursor: pointer;
 border: 1px solid #ece9d8;
}

td.seam-date-hover
{
 background-color: #CCCCCC;
 border: 1px solid #AAAAAA;
 cursor: pointer;
 color: red;
}


.paginator {
    width:100%;
    text-align:right;
    margin: 0;
    overflow: visible;
    height: 19px;
}
.paginator li {
    display:inline;
}

.paginator .link, .paginator .imgLink  {
    text-decoration: none;
    padding: 1px;
}

.paginator .imgLink {
    position: relative;
    top: 3px;
}

.paginator .active{
    color: #000;
}


.notEncoded {
    background-color: #eeffff;
}

.reference {
    margin: 3px 8px 3px 0;
    padding: 0 18px 0 0;
    background: transparent url(/app/images/document.gif) right 3px no-repeat;
    line-height: 24px;
    display:block;
    float: left;
}


.dragable {
    padding: 3px;
    cursor: move;
}

.mediaBox{
    float:left; 
    margin: 7px;
}

.mediaBoxWrapper{
    margin: 0 7px;
}

.backLink{
    display:block;
    margin:10px 0;
}

.error .input, .error .iceInpTxt, .error .iceInpSecrt{
    border: 1px solid #ff0000 !important;
}

.errorMessage, .errorLabel {
    color: #ff0000 !important;
}

.errorMessage{
    display: block;
}


.iceCmdBtn, .iceCmdBtn60, .iceCmdBtn80, .iceCmdBtn100, .iceCmdBtn120, .iceCmdHBtn140, .iceCmdHBtn60, .iceCmdHBtn80, .iceCmdHBtn100, .iceCmdHBtn120, .iceCmdHBtn140, .iceCmdBtn40-dis, .iceCmdBtn60-dis, .iceCmdBtn80-dis, .iceCmdBtn100-dis, .iceCmdBtn120-dis, .iceCmdBtn140-dis  {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 9pt;    
}

.iceCmdBtn60, .iceCmdBtnHBtn60, .iceCmdBtn60-dis {
    width: 60px;
    height: 21px;
    background-image:url('/app/images/buttons/button60.gif');
}
.iceCmdBtn60:hover {
    background-image:url('/app/images/buttons/hoverButton60.gif');
}
.iceCmdBtnHBtn60 { 
    background-image:url('/app/images/buttons/hoverButton60.gif');
}
.iceCmdBtn60-dis { 
    background-image:url('/app/images/buttons/disabledButton60.gif');
    color: #999999;
}

.iceCmdBtn80, .iceCmdBtnHBtn80, .iceCmdBtn80-dis {
    width: 80px;
    height: 21px;
    background-image:url('/app/images/buttons/button80.gif');
}
.iceCmdBtn80:hover {
    background-image:url('/app/images/buttons/hoverButton80.gif');
}
.iceCmdBtnHBtn80 {
    background-image:url('/app/images/buttons/hoverButton80.gif');
}
.iceCmdBtn80-dis {
    background-image:url('/app/images/buttons/disabledButton80.gif');
    color: #999999;
}

.iceCmdBtn100, .iceCmdBtnHBtn100, .iceCmdBtn100-dis {
    width: 100px;
    height: 21px;
    background-image:url('/app/images/buttons/button100.gif');
}
.iceCmdBtn100:hover {
    background-image:url('/app/images/buttons/hoverButton100.gif');
}
.iceCmdBtnHBtn100 {
    background-image:url('/app/images/buttons/hoverButton100.gif');
}
.iceCmdBtn100-dis {
    background-image:url('/app/images/buttons/disabledButton100.gif');
    color: #999999;
}

.iceCmdBtn120, .iceCmdBtnHBtn120, .iceCmdBtn120-dis {
    width: 120px;
    height: 21px;
    background-image:url('/app/images/buttons/button120.gif');
}
.iceCmdBtn120:hover {
    background-image:url('/app/images/buttons/hoverButton120.gif');
}
.iceCmdBtnHBtn120 {
    background-image:url('/app/images/buttons/hoverButton120.gif');
}
.iceCmdBtn120-dis {
    background-image:url('/app/images/buttons/disabledButton120.gif');
    color: #999999;
}

.iceCmdBtn140, .iceCmdBtnHBtn140, .iceCmdBtn140-dis {
    width: 140px;
    height: 21px;
    background-image:url('/app/images/buttons/button140.gif');
}
.iceCmdBtn140:hover {
    background-image:url('/app/images/buttons/hoverButton140.gif');
}
.iceCmdBtnHBtn140 {
    background-image:url('/app/images/buttons/hoverButton140.gif');
}
.iceCmdBtn140-dis {
    background-image:url('/app/images/buttons/disabledButton140.gif');
    color: #999999;
}

.smallButtons {
    font-size: 0.8em;
    padding: 0 2px;
    margin: 0 3px;
}
.frame_box {
    position: relative;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 2px solid #eee;
    border-right: 2px solid #eee;
    padding: 15px 5px 5px;
    margin: 24px 15px 15px 15px;
}

.frame_box_title {
    position: absolute;
    left: 10px;
    top: -15px;
    font-size: 1.0em;
    font-weight: bolder;
    background-color: transparent;
    padding: 0 3px;
}

.iceOutConStat {
    clear:both;
    position: absolute;
    right: 80px;
    top: 145px;
}
/*.iceOutConStatInactv,  .iceOutConStatActv, .iceOutConStatCaution, .iceOutConStatDisconnect */ 

.iceOutConStatInactv {
    display: none;
}


.formButtonRight {
    margin-top: 10px;
    width: 100%;
    text-align: right;
}

/* 4 Login Form */

#login4Form {
}

#login4Form p {
    margin-bottom: 10px;
}

.login4FormInput {
    width: 145px;
} 


.loginFrameBoxButton {
    height: 25px;
    text-align: right;
    margin-top: -10px;
}


/* Registration Process */

.wizardStepList {
    margin-left: 60px;
}

.wizardStepList .activeWizardStep {
    color: #00acee;
}

.wizardStepList li, .tabList li {
    display: inline;
    margin: 10px;
}

.registrationStep {
    text-align: center;
    float: left;
    width: 90px;
}

.registrationStep img {
    padding-bottom: 6px;
}

.registrationDots  {
    margin-top: 13px;
    float: left;
}

.registrationButtonPanel {
    text-align: right;
}

.registrationTypeSelect input, .registrationTypeSelect label {
    float: left;
}

.registrationTypeSelect label {
    margin-bottom: 10px;
}

/* Profile */

.profileInputText {
    width: 240px;
}

.profileSelectOne {
    width: 100px;
}

.profileSmallInputText {
    width: 105px;
}

.profileSmallInputTextRest {
    width: 130px;
}

.profileTinyInputText {
    width: 45px;
}

.profileTinyInputTextRest {
    width: 190px;
}

.textNoWrap {
    overflow: hidden;
    white-space: nowrap;
}



/*
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
 *
 * "The contents of this file are subject to the Mozilla Public License
 * Version 1.1 (the "License"); you may not use this file except in
 * compliance with the License. You may obtain a copy of the License at
 * http://www.mozilla.org/MPL/
 *
 * Software distributed under the License is distributed on an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
 * License for the specific language governing rights and limitations under
 * the License.
 *
 * The Original Code is ICEfaces 1.5 open source software code, released
 * November 5, 2006. The Initial Developer of the Original Code is ICEsoft
 * Technologies Canada, Corp. Portions created by ICEsoft are Copyright (C)
 * 2004-2006 ICEsoft Technologies Canada, Corp. All Rights Reserved.
 *
 * Contributor(s): _____________________.
 *
 * Alternatively, the contents of this file may be used under the terms of
 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"
 * License), in which case the provisions of the LGPL License are
 * applicable instead of those above. If you wish to allow use of your
 * version of this file only under the terms of the LGPL License and not to
 * allow others to use your version of this file under the MPL, indicate
 * your decision by deleting the provisions above and replace them with
 * the notice and other provisions required by the LGPL License. If you do
 * not delete the provisions above, a recipient may use your version of
 * this file under either the MPL or the LGPL License."
 *
 */

/* Basic CSS styles This stylesheet is intended to match the style of the default Windows XP UI */
/* Default CSS styles. These styles override the basic HTML tags on the page  */
/* Version received from KF Apr 01 2006 v1.2   */

/*
=================== Style class definitions for ICE Standard Extended Component Appearance ==============
*/

.iceSelMnyCb {
    white-space: nowrap;
}

.iceSelMnyCb input, .iceSelOneRb input, .iceSelBoolChkbx {
    padding: 1px;
    border: 1px solid #b9b9b9;
}

.iceInpTxt, .iceInpSecrt {
    vertical-align:top;
}

.iceSelOneMnu, .iceSelMnyLb, .iceSelMnyMnu, .iceSelOneLb {
    padding: 1px;
}

/*
=================== ICE Component Appearence ==============
*/

/*
----------- Calendar Component classes
*/
.iceSelInpDate {
/* calendar outline & background color */
    background-color: #FFFFFF;
    border: 1px solid #ABABAB; /* removed margin from calendar outline - better absolute positioning of popup */
/*margin:10px;*/
}

.iceSelInpDateIFrameFix, .iceIEIFrameFix {
   z-index: -1;
   position: absolute;
   display: block;
} 

.iceSelInpDatePopup {
    min-width: 172px;
}

.iceSelInpDateInput {
    width: 150px;
}

.iceSelInpDateOpenPopup {
    display: inline;
    text-decoration: none;
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/cal_button.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 16px;
    height: 16px;
}

.iceSelInpDateClosePopup {
    display: inline;
    text-decoration: none;
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/cal_off.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 16px;
    height: 16px;
}

.iceSelInpDateMonthYear {
    background-color: #EFEFEF;
    background-image: url( "/app/xmlhttp/css/xp/css-images/table_col_header.gif" );
    background-position: bottom;
    background-repeat: repeat-x;
    font-weight: normal;
    text-align: center;
    color: #000000;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 4px;
    padding-bottom: 4px; /*border-right:1px solid #CCCCCC;*/
}

.iceSelInpDateMonthYear img {
    border: none;
}

.iceSelInpDateMovePrev {
    text-decoration: none;
    display: inline;
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/cal_arrow_left.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.iceSelInpDateMoveNext {
    text-decoration: none;
    display: inline;
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/cal_arrow_right.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.iceSelInpDateWeek {
/* the days of the week row */
    font-weight: normal;
    color: #2A6CC2;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #000000;
}

/* set the look for the days of the week backgrounds */
.iceSelInpDateDay, .iceSelInpDateCur {
/* the background & alignment for the days */
    padding: 3px;
    text-align: center;
}

.iceSelInpDateCur .iceOutTxt{
	color:#FFFFFF;
}

/* now set the attributes for the numbers for each day of the week */
.iceSelInpDateDay a {
/* the day text */
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000000;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

.iceSelInpDateCur a {
    text-decoration: none;
    background-color: #2A6CC2;
    border: 1px solid #2A6CC2;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

/* now set the color attributes for the hover effect on non-current days */
.iceSelInpDateDay a:hover {
/* the day text */
    text-decoration: none;
    color: #2A6CC2;
}



/*
----------- Data Table Component classes
*/
.iceDatTbl { /* was iceDataTblOutline */
    background-color: #FFFFFF;
    border: 1px solid #ABABAB;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.iceDatTbl table{
	border-collapse:collapse;
}

.iceDatTblColHdr , .iceDatTblColHdr1, .iceDatTblColHdr2{ 
/* was iceTblHeader */
    background-color: #EFEFEF;
    background-image: url( "/app/xmlhttp/css/xp/css-images/table_col_header.gif" );
    background-position: bottom;
    background-repeat: repeat-x;
    font-weight: normal;
    text-align: center;
    color: #000000;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
}

/* data tables are rendered with alternating row colors */
.iceDatTblRow1 { /* was iceTblRow1 */
    background-color: #FFFFFF;
}

.iceDatTblRow2 { /* was iceTblRow2 */
    background-color: #FFFFFF;
}

/* set the common attributes for the column classes */
.iceDatTblCol, .iceDatTblCol1, .iceDatTblCol2{
/*was column, column1, column2, column3*/
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	text-align:left;    
}

.iceDatTblHdr{} /*was iceTblHeader */
.iceDatTblFtr{} /*was iceTblFooter */

/*
----- for datatable when cell content length exceeds-----
*/

.iceDatTbl td span.iceOutTxt{
	overflow: hidden;
	display: block;
	padding: 2px 0px;	
}

/* etc */

/*
----------- Data Scroller Component classes
*/
.iceDatPgrScrOut {
/* the class for the outside table */
    background-color: #FFFFFF;
    margin: 10px;
}

.iceDatPgrScrBtn {
/* the cells behind the scroll buttons */
    background-color: #FFFFFF;
    padding: 2px;
}

.iceDatPgrTbl {
/* the container for the pagination*/
    background-color: #FFFFFF;
}

/* set the common attributes for the pagination numbers */
.iceDatPgrScrCol a, .iceDatPgrCol a {
    text-decoration: none;
    font-weight: normal;
    background-color: #FFFFFF;
    color: #666666;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #FFFFFF;
}

* html .iceDatPgrCol a {
    width: 1%;
}

/* override the attributes for the currently selected page */
.iceDatPgrScrCol a {
    color: #FFFFFF;
    border: 1px solid #2A6CC2;
    background-color: #2A6CC2;
}

* html .iceDatPgrScrCol a {
    width: 1%;
}

/* set the attributes for the mouseover on none-current pages */
.iceDatPgrCol a:hover {
    color: #000000;
    border: 1px solid #2A6CC2;
}

/*
----------- File Tree Component classes
*/
.fileTreeOutlineClass {
    background-color: #FFFFFF;
    border: 1px solid #ABABAB;
    margin: 10px;
}

.nodeClass {
    background-color: #FFFFFF;
    padding-left: 3px;
}

.footerClass {
    border-top: 1px solid #ABABAB;
    color: #666666;
    padding: 4px;
}

.treeTableHdrClass {

}

/*
----------- Tabbed Pane Component classes
*/

/* tabOn style classes */

.icePnlTbOn { /* was iceTabSetTabOn */
}

.icePnlTbOn .MidMid td{
	font-weight: bold;
    white-space: nowrap;
    text-align: center;    	
}

.icePnlTbOn .LftTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/on-left-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOn .MidTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/on-mid-top.gif" );
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOn .RtTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/on-right-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOn .LftMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/on-left-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOn .MidMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/on-mid-mid.gif" );
    background-repeat: repeat;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOn .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}


* html .icePnlTbOn .MidMid a {
    width: 1%;
}

.icePnlTbOn .RtMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/on-right-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOn .LftBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/on-left-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOn .MidBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/on-mid-bot.gif" );
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOn .RtBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/on-right-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

/* tabOff style classes */

.icePnlTbOff { /* was iceTabSetTabOff*/

}

.icePnlTbOff .MidMid td{
    white-space: nowrap;
    text-align: center;    	
}

.icePnlTbOff .LftTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-left-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOff .MidTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-mid-top.gif" );
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOff .RtTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-right-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOff .LftMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-left-mid.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOff .MidMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-mid-mid.gif" );
    background-repeat: repeat-x;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOff .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOff .MidMid a {
    width: 1%;
}

.icePnlTbOff .RtMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-right-mid.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOff .LftBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-left-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOff .MidBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-mid-bot.gif" );
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOff .RtBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-right-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

/* tabOver style classes */

.icePnlTbOver { /* was iceTabSetTabOver */

}

.icePnlTbOver .MidMid td{
    white-space: nowrap;
    text-align: center;    	
}


.icePnlTbOver .LftTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/over-left-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOver .MidTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/over-mid-top.gif" );
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOver .RtTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/over-right-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOver .LftMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/over-left-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOver .MidMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/over-mid-mid.gif" );
    background-repeat: repeat;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOver .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOver .MidMid a {
    width: 1%;
}

.icePnlTbOver .RtMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/over-right-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOver .LftBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/over-left-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOver .MidBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/over-mid-bot.gif" );
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOver .RtBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/over-right-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

/* tabSpacer */

.icePnlTbSetSpcr {
    width: 100%;
    border-bottom: 1px solid #ABABAB;
}

/* tabPanel */
.icePnlTbSet { /* was iceTabSet*/
    width: 100%;
}

.icePnlTbSetCnt { /*newly added class*/
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    background-color: #FFFFFF;
}

.icePnlTbSetCntBtm { /*was iceTabSetBottom*/
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    background-color: #FFFFFF;
}

/* TABS ON BOTTOM STYLE CLASSES */
/* tabOn style classes */

.icePnlTbOnBtm {

}

.icePnlTbOnBtm .MidMid td{
	font-weight: bold;
    white-space: nowrap;
    text-align: center;    	
}

.icePnlTbOnBtm .LftTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-on-left-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOnBtm .MidTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-on-mid-top.gif" );
    background-repeat: repeat-x;
    text-align: center;
    border: none;
}

.icePnlTbOnBtm .RtTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-on-right-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOnBtm .LftMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/on-left-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOnBtm .MidMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/on-mid-mid.gif" );
    background-repeat: repeat;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOnBtm .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOnBtm .MidMid a {
    width: 1%;
}

.icePnlTbOnBtm .RtMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/on-right-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOnBtm .LftBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-on-left-bot.gif" );
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOnBtm .MidBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-on-mid-bot.gif" );
    background-repeat: repeat-x;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOnBtm .RtBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-on-right-bot.gif" );
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

/* tabOff style classes */

.icePnlTbOffBtm { /* was iceTabSetTabOffBottom*/

}

.icePnlTbOffBtm .MidMid td{
    white-space: nowrap;
    text-align: center;    	
}

.icePnlTbOffBtm .LftTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-off-left-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOffBtm .MidTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-off-mid-top.gif" );
    background-repeat: repeat-x;
    text-align: center;
    border: none;
}

.icePnlTbOffBtm .RtTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-off-right-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOffBtm .LftMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-left-mid.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOffBtm .MidMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-mid-mid.gif" );
    background-repeat: repeat-x;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOffBtm .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOffBtm .MidMid a {
    width: 1%;
}

.icePnlTbOffBtm .RtMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-right-mid.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOffBtm .LftBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-off-left-bot.gif" );
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOffBtm .MidBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-off-mid-bot.gif" );
    background-repeat: repeat-x;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOffBtm .RtBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-off-right-bot.gif" );
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

/* tabOver style classes */

.icePnlTbOverBtm { /* was iceTabSetTabOverBottom*/

}

.icePnlTbOverBtm .MidMid td{
    white-space: nowrap;
    text-align: center;    	
}


.icePnlTbOverBtm .LftTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-over-left-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOverBtm .MidTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-over-mid-top.gif" );
    background-repeat: repeat-x;
    text-align: center;
    border: none;
}

.icePnlTbOverBtm .RtTop {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-over-right-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOverBtm .LftMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/over-left-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOverBtm .MidMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/over-mid-mid.gif" );
    background-repeat: repeat;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOverBtm .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOverBtm .MidMid a {
    width: 1%;
}

.icePnlTbOverBtm .RtMid {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/over-right-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOverBtm .LftBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-over-left-bot.gif" );
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOverBtm .MidBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-over-mid-bot.gif" );
    background-repeat: repeat-x;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOverBtm .RtBtm {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/tbot-over-right-bot.gif" );
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

/* tabSpacer */
.icePnlTbSetSpcrBtm {
    width: 100%;
    border-top: 1px solid #ABABAB;
}

/* tabPanel */

.icePnlTbSetBtm {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    background-color: #FFFFFF;
}

/*
------------- BorderLayout
*/
.icePnlBrdrNorth {
    font-weight: bold;
    height: 80px;
    background-color: #FFFFFF;
    padding: 5px;
    text-align: center;
}

.icePnlBrdrEast {
    width: 10%;
    background-color: #FFFFFF;
    padding: 5px;
    vertical-align: top;
}

.icePnlBrdrWest {
    width: 20%;
    background-color: #FFFFFF;
    vertical-align: top;
}

.icePnlBrdrCenter {
    width: 70%;
    background-color: #FFFFFF;
    padding: 5px;
    vertical-align: top;
}

.icePnlBrdrSouth {
    border-top: 1px solid #FFFFFF;
    color: #666666;
    padding: 4px;
}

/*
------------- PanelLayout
*/

.pageHdr {
    font-weight: bold;
    height: 80px;
    background-color: #CDCDCD;
    padding: 5px;
    text-align: center;
}

.icePnlBrdrStyle {
    background-color: #FFFFFF;
    border: 1px solid #ABABAB;
    margin: 10px;
    width: 97%;
}

.pageNavigation {
    width: 20%;
    background-color: #DEDEDE;
    padding: 5px;
    vertical-align: top;
}

.pageBody {
    width: 80%;
    background-color: #FFFFFF;
    padding: 5px;
    vertical-align: top;
}

.pageFtr {
    border-top: 1px solid #ABABAB;
    color: #666666;
    padding: 4px;
}

/*
------------ PanelNavigation
*/

.navFormOutline {
    background-color: #DEDEDE;
    margin: 0px;
    width: 100%;
    padding: 0px;
}

.navItem, .navActvItem, .navOpenItem {
    color: #333333;
    text-decoration: none;
    background-color: #CDCDCD;
    width: 100%;
    border: 1px solid #CDCDCD;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 1px;
    display: block;
}

.navItem:hover, .navActvItem:hover, .navOpenItem:hover {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #2A6CC2;
}

.navOpenItem {
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}

.navActvItem {
    width: 100%;
    background-color: #2A6CC2;
    color: #FFFFFF;
    background-image: url( /app/xmlhttp/css/xp/css-images/cal_arrow_right.gif );
    background-position: center right;
    background-repeat: no-repeat;
}

.navSeparator {
    width: 100%;
    height: 1px;
    padding: 0px;
    margin: 0px;
    background-color: #CDCDCD;
    border-bottom: 1px solid #DEDEDE;
}

/*
--------------- Progress bar
*/
.iceOutProg {
    margin: 10px;
}

.iceOutProgBg {
    border: 1px solid #ABABAB;
    width: 300px;
    height: 13px;
}

.iceOutProgFill {
    background-color: #026AFF; /* background-image:url(/app/xmlhttp/css/xp/css-images/window_top.gif);*/
    background-position: top left;
    background-repeat: repeat-x;
    display: block;
}

.iceOutProgTxt {
    color: black;
}

/*
--------------- autoComplete classes ------
*/

.iceSelInpTxtTxt {
    border: 1px solid #ABABAB;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 2px;
}

.iceSelInpTxtList {
    position: absolute;
    display: block;
    border-top: 1px solid #ABABAB;
    border-right: 1px solid #666666;
    border-left: 1px solid #ABABAB;
    border-bottom: 1px solid #333333;
}

.iceSelInpTxtRow {
    display: block;
    background-color: #FFFFFF;
    color: #333333;
    padding: 2px;
    padding-left: 10px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
}

.iceSelInpTxtSelRow {
    display: block;
    background-color: #2A6CC2;
    color: #FFFFFF;
    padding: 2px;
    padding-left: 10px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
}

.iceSelInpTxtSelRow span{
    color: #FFFFFF;
}

/*
--------------- autoComplete disable class ------
*/

.iceSelInpTxtTxt-dis {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95em;
    color: #ABABAB;
    border: 1px dotted #CCCCCC;
    cursor: default;
}

/*
----------- FileUpload Component classes
*/
.iceInpFile {
	overflow: hidden;
}
.iceInpFileTxt {
    border: 1px solid #ABABAB;
    background-color: #FFFFFF;
    margin: 2px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
    color: #000000;
}


.iceInpFileBtn {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 9pt;
    width: 60px;
    height: 21px;
    background-image:url('/app/images/buttons/button60.gif');
}

.iceInpFileBtn:hover {
    background-image:url('/app/images/buttons/hoverButton60.gif');
}

/*
----------- Data Navigation Bar classes
*/

.tablebg {
    background-color: #EEF3FB;
    border: 1px solid #6392C6;
    width: 70%;
}

.oddRow {
    background-color: #FFFFFF;
}

.evenRow {
    background-color: #EEF3FB;
}

.barCol1 {
    width: 40%;
    text-align: left;
}

.barCol2 {
    width: 15%;
    text-align: left;
}

.barCol3 {
    width: 20%;
    text-align: left;
}

.barCol4 {
    width: 15%;
    text-align: right;
}

.barCol5 {
    width: 15%;
    text-align: left;
}

/*
----------- TreeView component
*/

.iceTreeRow {
    white-space: nowrap;
    padding: 0px;
}

.iceTreeRow a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    padding: 0px;
    vertical-align: middle;
}

.iceTreeRow a:hover {
    text-decoration: underline;
}

.iceTreeRow img {
    border: 0px;
    vertical-align: middle;
    background-repeat: repeat-y;
    padding: 0px;
}

.iceTreeRow div {
    padding: 0px;
}

.iceTreeRow a img {
/* vertical-align: top; - Bug in FF, when img has focus it is not highlighted with a box.*/
    background-repeat: repeat-y;
    border: 0px;
    padding: 0px;
}

/* ------------ Menu Classes --
*/

.iceMnuBar { /*no change*/
    padding: 0px;
    white-space: nowrap;
}

.iceMnuBarItem { /* was iceMenu */
    float: left;
    padding: 0px;
    white-space: nowrap;
}

.iceMnuBarItem a { /* was iceMenu */
    background-color: #DDDDDD;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #333333; /* Must be >1.01em to avoid layout artifacts on Macs */
    font-size: 1.1em;
    margin: 0px;
    border-right: 1px solid #FFFFFF;
    width: auto;
    float: left;
    display: block;
    text-decoration: none;
}

.iceMnuBarItem a:hover { /* was iceMenu */
    background-color: #2A6CC2;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.iceMnuBarItem hr { /* was iceMenu */
    border: none 0;
    border-top: 1px solid #999999;
    width: 100%;
    height: 1px;
    margin-top: 3px;
    padding: 0px;
    text-align: left;
}

.iceMnuBarSubMenu { /* was iceSubMenu */
    position: absolute;
    background-color: #EFEFEF;
    width: 160px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 1px;
    height: auto;
    display: block;
}

.iceMnuItm { /* was iceSubMenuRow*/
    padding: 0px;
    display: block;
    height: auto;
}

.iceMnuItm a { /* was iceSubMenuRow*/
    color: #333333;
    display: block;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;    
}

.iceMnuItm a:hover { /* was iceSubMenuRow*/
    background-color: #2A6CC2;
}

.iceMnuItm a:hover .iceOutTxt{ 
    color: #FFFFFF;
}

.iceMnuItmLabel, .iceMnuBarItemLabel { /* was iceSubMenuRowLabel */
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 4px;
    font-size: 1.0em;
    display: inline;
    vertical-align: middle;
}

.iceMnuBarItemImage {
	width:0px;
}

.iceMnuItmImage, .iceMnuBarItemImage {  /* was iceSubMenuRowImage */
    display:inline;
    vertical-align: middle;    
}

.iceMnuBarSubMenuInd { /* was iceSubMenuRowSubMenuIndicator */
    display:inline;
    float:right;
    padding-top: 3px;
    padding-right: 1px;    
}

/* classes for the vertical version of the iceMenu*/

.iceMnuBarVrtItemLabel {} 
.iceMnuBarVrtItemImage {
	width:5px;
}

.iceMnuBarVrt { /* was iceMenu_vertical */
    float: left;
    padding: 0px;
    white-space: nowrap;
}

.iceMnuBarVrtItem { /* was iceMenu_verticalItem */
    width: 160px;
    display: block;
}

.iceMnuBarVrtItem a { /* was iceMenu_verticalItem */
    background-color: #DDDDDD;
    height: auto;
    padding-left: 3px;
    padding-right: 3px;    
    padding-top: 3px;
    padding-bottom: 3px;
    color: #333333;
    font-size: 1.1em;
    margin-bottom: 1px;
    float: none;
    display: block;
    text-decoration: none;
    border: 0px solid #FFFFFF;
    width: 100%;
}

.iceMnuBarVrtItem a:hover { /* was iceMenu_verticalItem */
    background-color: #2A6CC2;
    color: #FFFFFF;
    text-decoration: none;
}

.iceMnuBarVrtSubMenu { /* was iceSubMenu_vertical*/
    padding: 1px;
    width: 160px;
    background-color: #EFEFEF;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    position: absolute;
    height: auto;
    display: block;
}

.iceMnuItmVrt a { /* was iceMenu_vertical_subItem */
    background-color: #EFEFEF; 
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 1.1em; 
    width: auto;
    display: block;
    text-decoration: none; 
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;    
}

.iceMnuItmVrt a:hover { /* was iceMenu_vertical_subItem */
    background-color: #2A6CC2;
    color: #FFFFFF;
    text-decoration: none;
}

.iceMnuBarVrtSubMenuInd { /* was iceSubMenuDividerVert */
    display:inline;
    float:right;
    padding-top: 3px;
    padding-right: 1px;    
}

/*
----------- PanelPopup ----------
*/

.iceMnuPopVrtItemLabel {
    vertical-align: middle;
}
.iceMnuPopVrtItemImage {
	width:19px;
    vertical-align: middle;
}

.iceMnuPopVrt { /* was iceMenu_vertical */
    float: left;
    white-space: nowrap;
    
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 0px;
    height: 0px;
}
.iceMnuPopVrtTopSubMenu {
    padding: 1px;
    width: 160px;
    background-color: #EFEFEF;
    border: 1px solid #999999;
    position: absolute;
    height: auto;
    display: block;
}

.iceMnuPopVrtItem { /* was iceMenu_verticalItem */
    width: 160px;
    display: block;
}

.iceMnuPopVrtItem a { /* was iceMenu_verticalItem */
/*    background-color: #DDDDDD;*/
    height: auto;
    padding-left: 3px;
    padding-right: 3px;    
    padding-top: 3px;
    padding-bottom: 3px;
/*    color: #333333;*/
    font-size: 1.1em;
    margin-bottom: 1px;
    float: none;
    display: block;
    text-decoration: none;
    border: 0px solid #FFFFFF;
    /*width: 100%;*/
}

.iceMnuPopVrtItem a:hover { /* was iceMenu_verticalItem */
    background-color: #2A6CC2;
    color: #FFFFFF;
    text-decoration: none;
}

.iceMnuPopVrtSubMenu { /* was iceSubMenu_vertical*/
    padding: 1px;
    width: 160px;
    background-color: #EFEFEF;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    position: absolute;
    height: auto;
    display: block;
}

.iceMnuPopVrtSubMenuInd { /* was iceSubMenuDividerVert */
    display:inline;
    float:right;
    padding-top: 3px;
    padding-right: 1px;    
}

/*
----------- PanelPopup ----------
*/

.icePnlPop {
    color: #666666;
    border-right: 2px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    border-bottom: 2px solid #ABABAB;
    width: auto;
    background-color: #DDDDDD;
    padding: 0px;
    z-index: 1000;
}

.icePnlPopHdr {
    background-color: #DEDEDE;
    background-image: url( "/app/xmlhttp/css/xp/css-images/window_top.gif" );
    background-position: top;
    background-repeat: repeat-x;
    height: 2.0em;
}

.icePnlPopHdr .iceOutTxt {
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	padding:4px;
	text-align:center;
	vertical-align:middle;
}

.icePnlPopBody {
    padding: 10px;
}

.icePnlPopFtr {
    float: right;
    height: auto;
    background-color: #DDDDDD;
}

/*
   Classes for the output progress bar
*/

.iceOutProgIndetActv {
    background-color: #EFEFEF;
    background-image: url( css-images/in_progress.gif );
    background-position: center;
    background-repeat: repeat-x;
}

.iceOutProgIndetInactv {
    background-color: #EFEFEF;
    background-image: url( css-images/in_progress_inactive.gif );
    background-position: center;
    background-repeat: repeat-x;
}

/*
    Classes for the connection status indicator
*/

.iceOutConStat {
    margin: 10px;
    width: 33px;
    height: 33px;
    border: none;
    font-size: .5em;
}

.iceOutConStatInactv {
    position: absolute;
    background-image: url( /app/xmlhttp/css/rime/css-images/connect_idle.gif );
    background-position: top;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
}

.iceOutConStatActv {
    position: absolute;
    background-image: url( /app/xmlhttp/css/rime/css-images/connect_active.gif );
    background-position: top;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
}

.iceOutConStatCaution {
    position: absolute;
    background-image: url( /app/xmlhttp/css/rime/css-images/connect_caution.gif );
    background-position: top;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
}

.iceOutConStatDisconnect {
    position: absolute;
    background-image: url( /app/xmlhttp/css/rime/css-images/connect_disconnected.gif );
    background-position: top;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
}


/* XP Disabled styles CSS Document  v1.0 mar 31 2006 */

.iceCmdBtn-dis {
}

.iceCmdLnk-dis, .iceOutLnk-dis {
    color: #ABABAB;
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
    cursor: default;
}

.iceOutTxt-dis, .iceOutLbl-dis {
    color: #ABABAB;
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
    cursor: default;
}

.iceInpTxt-dis, .iceInpSecrt-dis {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95em;
    color: #ABABAB;
    border: 1px dotted #CCCCCC;
    cursor: default;
    margin: 2px;
    padding: 2px;
}

.iceInpTxtArea-dis {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95em;
    color: #ABABAB;
    border: 1px dotted #CCCCCC;
    cursor: default;
    margin: 2px;
    padding: 2px;
}

.iceSelMnyCb-dis {
    background-color: #CCCCCC;
    padding: 2px;
    margin: 2px;
    cursor: default;
    color: #CCCCCC;
    border: none;
}

.iceSelOneMnu-dis, .iceSelMnyLb-dis, .iceSelMnyMnu-dis, .iceSelOneLb-dis {
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    padding: 2px;
    cursor: default;
    border: none;
    font-size:8pt;
}

.iceSelOneRb-dis {
    background-color: #CCCCCC;
    padding: 2px;
    margin: 2px;
    cursor: default;
    color: #CCCCCC;
    border: none;
}

.iceInpFileTxt-dis {
    border: none;
    background-color: #FFFFFF;
    margin: 2px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    cursor: default;
}

.iceInpFileBtn-dis {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin: 2px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    cursor: default;
}

/* submenu disabled style classes */
.iceSubMenuRowLabel-dis {
    color: #ABABAB;
    text-decoration: none;
    cursor: default;
}

.iceSubMenuRow-dis {
    color: #ABABAB;
    text-decoration: none;
    cursor: default;
    padding: 0px;
    display: block;
    height: auto;    
}

.iceSubMenuRow-dis a {
    color: #333333;
    text-decoration: none;
    cursor: default;
    display: block;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;    
    
}

.iceSubMenuRow-dis a:hover {
    color: #ABABAB;
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
    cursor: default;
}


/* panel tabs disabled style classes */

.icePnlTbOff { /* was iceTabSetTabOff*/

}

.icePnlTbOff .LftTop-dis {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-left-top-dis.gif" );
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
    height: 4px;
}

.icePnlTbOff .MidTop-dis {
    background-color: #DEDEDE;
    background-image: url( '/app/xmlhttp/css/xp/css-images/off-mid-top-dis.gif' );
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOff .RtTop-dis {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-right-top-dis.gif" );
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOff .LftMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("/app/xmlhttp/css/xp/css-images/off-left-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOff .MidMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("/app/xmlhttp/css/xp/css-images/off-mid-mid.gif");
    background-repeat:repeat-x;*/
    text-align: center;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    white-space: nowrap;
    color: #ABABAB;
}

.icePnlTbOff .MidMid-dis a {
    text-decoration: none;
    color: #ABABAB;
    cursor: default;
    
}

.icePnlTbOff .RtMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("/app/xmlhttp/css/xp/css-images/off-right-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOff .LftBtm-dis {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-left-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOff .MidBtm-dis {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-mid-bot.gif" );
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOff .RtBtm-dis {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-right-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

/* tab on disabled */
.icePnlTbOn {

}

.icePnlTbOn .LftTop-dis {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-left-top-dis.gif" );
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
    height: 4px;
}

.icePnlTbOn .MidTop-dis {
    background-color: #DEDEDE;
    background-image: url( '/app/xmlhttp/css/xp/css-images/off-mid-top-dis.gif' );
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOn .RtTop-dis {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-right-top-dis.gif" );
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOn .LftMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("/app/xmlhttp/css/xp/css-images/off-left-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOn .MidMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("/app/xmlhttp/css/xp/css-images/off-mid-mid.gif");
    background-repeat:repeat-x;*/
    text-align: center;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    white-space: nowrap;
    color: #ABABAB;
}

.icePnlTbOn .MidMid-dis a {
    text-decoration: none;
    color: #ABABAB;
    cursor: default;
}

.icePnlTbOn .RtMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("/app/xmlhttp/css/xp/css-images/off-right-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOn .LftBtm-dis {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-left-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOn .MidBtm-dis {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-mid-bot.gif" );
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOn .RtBtm-dis {
    background-color: transparent;
    background-image: url( "/app/xmlhttp/css/xp/css-images/off-right-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

/*
data scroller classes disabled styles
*/
.sclBtnCell-dis {
/* the cells behind the scroll buttons */
    background-color: #FFFFFF;
    padding: 2px;
}

.sclBtnCell-dis img {
    cursor: default;
}

.icePaginatorTbl-dis {
/* the container for the pagination*/
    background-color: #FFFFFF;
}

/* set the common attributes for the pagination numbers */
.icePaginatorAtvCol-dis a, .icePaginatorCol-dis a {
    text-decoration: none;
    font-weight: normal;
    background-color: #FFFFFF;
    color: #ABABAB;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #FFFFFF;
    cursor: default;
}

/* override the attributes for the currently selected page */
.icePaginatorAtvCol-dis a {
    color: #ABABAB;
    /*    border:1px solid #2A6CC2;
        background-color:#2A6CC2;
    */
    cursor: default;
}

/* set the attributes for the mouseover on none-current pages */
.icePaginatorCol-dis a:hover {
    /*    color:#000000;
  border:1px solid #2A6CC2;*/
}

/*
Disabled classes for the calendar controls
*/

.iceSelInpDate-dis {
/* calendar outline & background color */
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE; /* removed margin from calendar outline - better absolute positioning of popup */
/*margin:10px;*/
}

.iceSelInpDateMonthYear-dis {
    background-color: #EFEFEF;
    /*    background-image: url("/app/xmlhttp/css/xp/css-images/table_col_header.gif");
    background-position:bottom;
    background-repeat:repeat-x;*/
    font-weight: normal;
    text-align: center;
    color: #999999;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 4px;
    padding-bottom: 4px; /*border-right:1px solid #CCCCCC;*/
}

.iceSelInpDateMonthYear-dis img {
    cursor: default;
}

.iceSelInpDateWeek-dis {
/* the days of the week row */
    font-weight: normal;
    color: #999999;
    background-color: #EFEFEF;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #ABABAB;
}

/* set the look for the days of the week backgrounds */
.iceSelInpDateDay-dis, .iceSelInpDateCur-dis {
/* the background & alignment for the days */
    padding: 3px;
    text-align: center;
}

/* now set the attributes for the numbers for each day of the week */
.iceSelInpDateDay-dis a {
/* the day text */
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #ABABAB;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
    cursor: default;
}

.iceSelInpDateCur-dis a {
    text-decoration: none;
    background-color: #ABABAB;
    border: 1px solid #ABABAB;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
    cursor: default;
}

/*
----------- commandSortHeader ----------
*/
.iceCmdSrtHdr {
    text-decoration: none;
    /*border: 1px solid #ABABAB;*/
    color: #333333;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

.iceCmdSrtHdr-dis {
    text-decoration: none;
    /*border: 1px solid #ABABAB;*/
    color: #999999;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
    cursor: default;
}

/* IE specific CSS to enlarge clickable area of SortHeader links */
* html .iceCmdSrtHdr {
    height: 1%;
}

/*
----------- form ----------
*/
.iceFrm {

}

/*
----------- graphicImage ----------
*/
.iceGphImg {

}

/*
----------- message ----------
*/

#messages ul {
    padding-bottom: 5px;
}

.iceMsg, .iceMsgWarn, .iceMsgInfo {
    margin: 5px;
    color: #01acf1;
    display:block;
}

.iceMsgFatal, .iceMsgError {
    margin: 5px;
    color: red;
    display:block;
}

/*
----------- messages ----------
*/
.iceMsgs , .iceMsgsWarn, .iceMsgsInfo {
    margin: 5px;
    color:  #01acf1;
}

.iceMsgsError, .iceMsgsFatal {
    margin: 5px;
    color: red;
}

/*
----------- panelGrid ----------
*/
.icePnlGrd {
}


.icePnlGrdHdr {

}

.icePnlGrdFtr {

}

.icePnlGrdRow1, .icePnlGrdRow2 {
    vertical-align: top;
    margin-top: 5px;
}

.icePnlGrdCol1 {
    padding-right: 10px;
}

.icePnlGrdCol2 {

}

/*
----------- panelGroup ----------
*/
.icePnlGrp {

}

/*
----------- outputFormat ----------
*/
.iceOutFrmt {

}

/*
----------- tree ----------
*/
.iceTree {

}

.iceTreeRow {

}

/*
----------- panelSeries ----------
*/
.icePnlSrs {

}

/*
----------- positionedPanel ----------
*/
.icePnlPos {

}

/*
----------- positionedPanel ----------
*/
.icePnlStk {}
.icePnlStkRow {}
.icePnlStkCol {}

/*
----------- panelTab header ----------
*/
.icePnlTbSetHdrIconLft {
    width: 14px;
    height: 13px;

}

.icePnlTbSetHdrIconRt {
    width: 14px;
    height: 13px;
}

.icePnlTbSetHdrLbl {
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
}

/*
----------- Table Row Selection --------
*/
.iceRowSelSelected {
    background-color: #316AC5;
}
.iceRowSelSelected span {
    color: #FFFFFF;
}

.iceRowSelSelectedMouseOver {
    background-color: #0D4092;
}

.iceRowSelSelectedMouseOver span {
    color: #FFFFFF;
}


.iceRowSelMouseOver {
    background-color: #B2CDF9;
}

.iceRowSelMouseOver span{
    color: #000000;
}

/*
----------- outputChart --------
*/

.iceOutChrt {

}

/*
----------- Panel Collapsible --------
*/

/* opened accordion styles */
.icePnlClpsbl, .icePnlClpsblHdr, .icePnlClpsblCnt {
}

/* Closed */
.icePnlClpsblColpsd, .icePnlClpsblColpsdHdr, .icePnlClpsblColpsdCnt {
}

/* Open and disabled */
.icePnlClpsbl-dis, .icePnlClpsblHdr-dis, .icePnlClpsblCnt-dis {
}

/* Closed and disabled */
.icePnlClpsblColpsd-dis, .icePnlClpsblColpsdHdr-dis, .icePnlClpsblColpsdCnt-dis{
}

/* common accordion headers */
.icePnlClpsblHdr, .icePnlClpsblHdr-dis, .icePnlClpsblColpsdHdr,
    .icePnlClpsblColpsdHdr-dis {
    background-color: #EFEFEF;
    background-image: url( "/app/xmlhttp/css/xp/css-images/table_col_header.gif" );
    background-position: bottom;
    background-repeat: repeat-x;
    font-weight: bold;
    text-align: left;
    color: #000000;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    padding-left: 2px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
}
.icePnlClpsblHdr-dis, .icePnlClpsblColpsdHdr-dis{
    color: #999999;
}

.icePnlClpsblCnt, .icePnlClpsblColpsdCnt,
    .icePnlClpsblColpsdCnt-dis, .icePnlClpsblCnt-dis {
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    border-top: none;
    padding-left: 5px;
    padding-right: 5px;
}

.iceGmp{}
.iceGmpMapTd div.gmap{
    width:600px;
    height:400px;
}

.iceInpRchTxt {
    width:100%;
}



#shadowbox_overlay {
	display: block;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 998;
}

#shadowbox_container {
	height: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999;
}
#shadowbox {
	display: none;
	font-family: 'Lucida Grande',Tahoma,sans-serif;
	margin: 0 auto;
	position: relative;
	text-align: left;
	visibility: hidden;
}
#shadowbox_title {
	height: 25px;
	overflow: hidden;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}

#shadowbox_title_inner {
	color: #000000;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	padding: 5px 0 4px 8px;
	white-space: nowrap;
	float: left;
}
#shadowbox_body {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

#shadowbox_body_inner {
	overflow: hidden;
	position: relative;
}
#shadowbox_loading {
	background-color: #FFFFFF;
	height: 10000px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#shadowbox_loading img {
	float: left;
	margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
	float: left;
	font-size: 12px;
	margin-top: 16px;
}
#shadowbox_loading span a,#shadowbox_loading span a:link,#shadowbox_loading span a:visited {
	color: #fff;
}
#shadowbox_content.html {
	height: 100%;
	overflow: auto;
	width: 100%;
}
#shadowbox_toolbar {
	height: 30px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}
#shadowbox_toolbar_inner {
	color: #000;
	height: 30px;
}
#shadowbox_toolbar_inner div {
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	padding-bottom: 2px;
	padding-top: 4px;
}
#shadowbox_toolbar_inner div span.shortcut {
	font-weight: normal;
	text-decoration: none;
}
#shadowbox_toolbar_inner div a {
	color: #000000;
	text-decoration: none;
}
#shadowbox_nav_close,#shadowbox_nav_previous,#shadowbox_nav_next {
	float: right;
	padding-right: 10px;
}
#shadowbox_nav_close {
    padding: 5px 0 4px 8px;
    padding-right: 8px;
    padding-top: 4px;
}
#shadowbox_counter {
	float: left;
	padding-left: 10px;
	margin-top: 3px;
}
#shadowbox_counter a, #shadowbox_counter a:hover {
	padding: 0 4px 0 0;
	color: #000000;
}
#shadowbox_counter a:hover {
	color: #00a7ed;
}
#shadowbox_counter a.shadowbox_counter_current {
	font-weight: normal;
	text-decoration: none;
	color: #00a7ed;
}
div.shadowbox_message {
	padding: 10px;
	text-align: center;
}
div.shadowbox_message a:link,div.shadowbox_message a:visited {
	color: #000000;
	text-decoration: none;
}
div.shadowbox_message a:hover,div.shadowbox_message a:focus {
    color: #00a7ed;
	text-decoration: none;
}