﻿body
{
    background: url(../Images/body_bg.jpg) #e7f8f2 repeat-x;
}
body, div, p, span, table tr td
{
    margin: 0px;
    padding: 0px;
    font-family: Lucida Sans Unicode;
    font-size: 9pt;
}
ul li
{
    font-family: Lucida Sans Unicode;
    font-size: 9pt;
}
#containerHolder
{
    width: 100%;
}
#container
{
    width: 900px;
    border: 0px;
    background-color: #fff;
}
.minHeight
{
    min-height: 400px;
}
#contentArea
{
    margin: 0px 0px 0px 0px;
    display: table;
}
.topMenuHolder
{
    background: url('../Images/navbar-bg.gif');
    background-position: 0px -2px;
    background-repeat: repeat-x;
    height: 32px;
}
#topMenu
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 32px;
}

#topMenu li
{
    margin: 0px;
    padding: 0px 2px 0px 2px;
    float: left;
    display: table;
    line-height: 30px;
    color: #fff;
}
a
{
    text-decoration: none;
    color: #000;
}
#topMenu li a
{
    text-decoration: none;
    color: #fff;
}
#topMenu li.first
{
    background-image: none; /*Do not apply separator image*/
}
.pageHeader
{
    height: 90px;
    background-color: #fff;
}
.sectionHeader
{
    background: url('../Images/top2.gif') 0px 1px repeat-x;
    background-color: #efefef;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #efefef;
    padding: 5px;
    text-align: left;
}
.sectionHeader span
{
    font-weight: bold;
    background: url('../Images/99.gif') no-repeat left center;
    padding-left: 12px;
}
.welcomeUser
{
    line-height: 25px;
    background: url('../Images/top2.gif') 0px 1px repeat-x;
    background-color: #ebebeb;
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
}
.corner
{
    display: block;
}
.corner *
{
    display: block;
    height: 1px;
    overflow: hidden;
    background: #EBEBEB;
}
.corner1
{
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 1px;
    padding-right: 1px;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    background: #EBEBEB;
}
.corner2
{
    margin-left: 1px;
    margin-right: 1px;
    padding-right: 1px;
    padding-left: 1px;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    background: #EBEBEB;
}
.corner3
{
    margin-left: 1px;
    margin-right: 1px;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
}
.corner4
{
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
}
.corner5
{
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
}
.roundHeading
{
    height: 12px;
    background: url('../Images/top2.gif') 0px 1px repeat-x;
    background-color: #ebebeb;
    width: 100%;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    border-bottom-width: 0px;
    padding: 3px 0px 3px 0px;
}
.roundHeading b
{
    padding-left: 3px;
}
.pageHeading
{
    font-weight: bold;
    background: url('../Images/up-back.gif') no-repeat left 2px;
    padding-left: 15px;
}
.leftBoxHolder
{
    padding: 0px 5px 0px 5px;
}
/*.leftBoxHeader
{
    background: url('../Images/navbar-bg.gif');
    background-position: 0px -4px;
    background-repeat: repeat-x;
    padding: 5px;
    text-align: left;
    color: #fff;
    border-bottom: solid 1px #4D7F20;
}*/
.loginBox, .catalogBox /*, .exportBookBox*/
{
    border: solid 1px #0C8F5E;
    background-color: #fff;
}
.catalogBox
{
    min-height: 100px;
}
.exportBookBox
{
    min-height: 200px;
}
.exportBookGrid
{
    min-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 140px;
}
#ULPublishers, #ULAuthors, #ULCategories
{
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    list-style-type: none;
}

.box
{
    min-height: 20px;
    display: table;
    border-bottom: solid 1px #efefef;
    border-top: solid 1px #efefef;
}
#ULPublishers li, #ULAuthors li, #ULCategories li
{
   
    list-style-type: none;
    margin: 0px;
    padding: 1px 1px 1px 14px;
    float: left;
    display: block;
    width: 190px;
    white-space: normal;
    text-align: left;
    border: solid 1px #fff;
    background: #fff url('../Images/arr-5-6.gif');
    background-position: 5px center;
    background-repeat: no-repeat;
    position: relative;
    z-index:0;
}
#ULPublishers li a, #ULAuthors li a, #ULCategories li a
{
    text-decoration: none;
    color: #000000;
}
#ULPublishers li div, #ULAuthors li div, #ULCategories li div
{
    position:absolute;
    margin-left:-1200px;
    background:url('../Images/black_arrow.png');
    background-color:Transparent;
    background-position: left top;
    background-repeat: no-repeat;
    width: 175px;
    height:75px;
    padding: 20px;
    font-size: 8pt;
    color:#fff;
    z-index:100;
}
#ULPublishers li:hover div, #ULAuthors li:hover div, #ULCategories li:hover div
{
    display: block;
    margin-left:0px;
    position: absolute;
    top: -120px;
    left: -20px;    
}

#ULPublishers li a:hover, #ULAuthors li a:hover, #ULCategories li a:hover
{
    text-decoration: underline;
    color: #000000;
}

hr.lightRow
{
    height: 1px;
    border: 0px;
    border-top: solid 1px #efefef;
}
#ULCatalogs
{
    margin: 0px;
    padding: 10px 0px 10px 0px;
    list-style-type: none;
}
#ULCatalogs li
{
    background: url('../Images/bullet.gif');
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 12px;
    margin-left: 3px;
}
#ULCatalogs li a
{
    text-decoration: none;
}
.commonlink
{
    width: 100%;
    position: relative;
}
#ULCommonlink
{
    margin: 0px;
    padding: 0px;
    width: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    list-style-type: none;
}
#ULCommonlink li
{
    margin: 3px;
    padding: 3px;
    float: left;
    font-size: 7pt;
    background: url('../Images/88.gif');
    background-position: left 9px;
    background-repeat: no-repeat;
    padding-left: 7px;
}
#ULCommonlink li a
{
    text-decoration: none;
    color: #000;
}
.loginGo
{
    background: url('../Images/title-back.jpg');
    background-position: 0px 0px;
    background-repeat: repeat-x;
    border: solid 1px #c0c0c0;
    height: 25px;
    border-width: 1px;
    margin-top: 1px;
    width: 40px;
}
#ULSearchContorlsHolder
{
    margin: 23px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    list-style-type: none;
}
#ULSearchContorlsHolder li
{
    padding: 0px;
    float: left;
    display: block;
    margin: 1px;
    color: #000;
    text-align: left;
}
#ULSearchContorlsHolder li div
{
    font-size: 7pt;
    display: table;
    padding: 2px;
}
.logo
{
    padding: 10px 0px 0px 0px;
}
.advanceSearch
{
    font-size: 7pt;
    text-decoration: none;
    color: #000;
}

.footerHolder, .pushFooter
{
    height: 45px;
    clear: both;
}
.footerHolder
{
    border-collapse: collapse;
    background: #efefef url('../Images/navbar-bg.gif');
    background-position: left 0px;
    background-color: #038757;
    background-repeat: repeat-x;
    padding: 3px 0px 0px 0px;
}
#footer
{
    margin: 0px 10px 0px 10px;
    background-color: Transparent;
}
#footerlink
{
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style-type: none;
}
#footerlink li
{
    margin: 0px;
    padding: 0px 0px 0px 5px;
    padding-top: 0px;
    float: left;
    font-size: 7pt;
}
#footerlink li a
{
    color: #fff;
    text-decoration: none;
}
.copyright
{
    font-size: 7pt;
    color: #fff;
    padding: 3px 0px 0px 10px;
    border-left: solid 1px #038757;
    height: 40px;
}
.copyright a
{
    text-decoration: none;
    color: #fff;
}
#postLoginMenu
{
    margin: 2px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

#postLoginMenu li
{
    margin: 0px;
    padding: 0px 5px 0px 16px;
    float: left;
    line-height: 30px;
    color: #fff;
    background: url('../Images/bul-arr.gif') no-repeat 5px 12px;
}
#postLoginMenu li a
{
    text-decoration: none;
    color: #000;
}
.OPACMenuHolder
{
    height: 30px;
    border-bottom: solid 5px #E0E0E0;
    text-align: left;
    position: relative;
    width: 100%;
}
#OPACMenu
{
    margin: 2px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    position: absolute;
    top: 0px;
    left: 0px;
}
#OPACMenu li
{
    margin: 0px 5px 0px 5px;
    padding: 0px 10px 0px 10px;
    float: left;
    line-height: 26px;
    color: #fff;
    background: #fff url('../Images/top2.gif') left bottom repeat-x;
    border: solid 1px #efefef;
    font-size: 8pt;
}
#OPACMenu li a
{
    text-decoration: none;
    color: #000;
}
.OPACFieldset
{
    background-color: #fff;
    border: solid 1px #E0E0E0;
    padding: 10px;
    margin: 0px;
}
#tabFieldSearch #OPACMenu li.fieldSearch, #tabBoolSearch #OPACMenu li.boolSearch, #tabKeywordSearch #OPACMenu li.keywordSearch, #tabTruncSearch #OPACMenu li.truncSearch, #tabWildSearch #OPACMenu li.wildSearch
{
    line-height: 26px;
    border: solid 1px #E0E0E0;
    border-bottom: solid 5px #E0E0E0;
    background: #E0E0E0 url('../Images/../images/tab-selected.gif');
    background-position: 0px -2px;
    background-repeat: repeat-x;
}
#tabFieldSearch #OPACMenu li.fieldSearch a, #tabBoolSearch #OPACMenu li.boolSearch a, #tabKeywordSearch #OPACMenu li.keywordSearch a, #tabTruncSearch #OPACMenu li.truncSearch a, #tabWildSearch #OPACMenu li.wildSearch a
{
    font-weight: bold;
}
.viewAllHolder
{
    clear: both;
    background: #fff url('../Images/view-more.gif') right center no-repeat;
    padding-right: 9px;
    width: 130px;
    height: 20px;
    padding-right: 15px;
}
.viewAllHolder a
{
    text-decoration: none;
    color: #058959;
    font-size: 7pt;
    font-weight: bold;
}
.Pager
{
    clear: both;
    background-color: #fff;
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 5px 0px;
    vertical-align: middle;
    height: 15px;
    display: table;
    text-align: right;
}
.Pager a
{
    text-decoration: none;
    color: #000;
    font-size: 8pt;
}
.prev
{
    background: url('../Images/left-arr.gif');
    background-position: left 5px;
    background-repeat: no-repeat;
    margin: 3px;
    padding-left: 9px;
    display: block;
    float: right;
}
.next
{
    background: url('../Images/right-arr.gif');
    background-position: right 5px;
    background-repeat: no-repeat;
    margin: 3px;
    padding-right: 7px;
    display: block;
    float: right;
}
.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.clModalBox
{
    width: 250px;
    border: solid 1px #038757;
    color: #fff;
    padding: 0px 5px 5px 5px;
    height: 45px;
    background: #efefef url('../Images/navbar-bg.gif');
    background-position: left top;
    background-color: #038757;
    background-repeat: repeat-x;
}
.clModalBoxMessage
{
    width: 100%;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
}


#TBLBookList, .TBLSelectedBooks
{
    background-color: #efefef;
}
#TBLBookList TR, .TBLSelectedBooks TR
{
    background-color: #ffffff;
}
#TBLBookList TR TD, .TBLSelectedBooks TR TD
{
    padding: 2px;
}
.clBGGray
{
    background-color: #ffffff;
    background-image: url('../Images/form_bg.jpg');
    background-repeat: repeat-x;
    border: solid 1px #efefef;
}
.clBGDarkGray
{
    background-image: url('../Images/form_bg.jpg');
    background-repeat: repeat-x;
    border: solid 1px #efefef;
}
TD.clCursor:Hover
{
    cursor: pointer;
}
.clSBBoxHide
{
    display: none;
}
.clSBBoxShow
{
    display: inline;
}
.clADSCollapse
{
    position: absolute;
    right: 1px;
    top: 2px;
    cursor: pointer;
    background-image: url('../images/arrow_down.gif');
    background-repeat: no-repeat;
    background-position: 97% center;
    padding: 3px;
    padding-right: 15px;
    color: #000;
    border-left: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
}
.clADSExpand
{
    background-image: url('../images/arrow_top.gif');
    background-repeat: no-repeat;
    background-position: 97% center;
    padding: 3px;
    padding-right: 15px;
    color: #000;
    border-left: solid 1px #efefef;
    border-bottom-width: 0px;
}

.OFFGrid
{
    background-color: #cdcdcd;
}
.OFFGrid TR
{
    background-color: #ffffff;
}
.OFFGrid TR TD
{
    padding: 3px;
}
.OFFGrid TR.caption
{
    background-color: #efefef;
}
.OFFGrid TR.header
{
    background-color: #efefef;
}
.OFFGrid TR.caption TD, .OFFGrid TR.header TD
{
    padding: 5px;
}
.OFFGrid TR.header TD
{
    font-weight: bold;
}
.OFFGrid TR TD.tabCaption
{
    background-color: #efefef;
    text-align: left;
    padding: 5px;
}
.ImportWizardHolder
{
    display: table;
    line-height: 25px;
    margin: 2px;
}
#ULTable
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#ULTable li
{
    float: left;
    margin: 2px 3px 2px 3px;
    padding: 2px;
}
#ULPubYear
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#ULPubYear li
{
    float: left;
    margin: 0px 3px 0px 3px;
    padding: 0px;
}
#ULNavTable
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#ULNavTable li
{
    float: left;
    margin: 2px 3px 2px 3px;
    padding: 2px 2px 2px 8px;
    background-image: url('../Images/view-more.gif');
    background-repeat: no-repeat;
    background-position: left 10px;
}
#ULNavTable li a
{
    color: Green;
    font-size: 8pt;
}
.existElement
{
    background-image: url('../Images/33.gif');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 15px;
}
.mapElement
{
    background-image: url('../Images/11.gif');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 15px;
}
.addElement
{
    background-image: url('../Images/44.gif');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 15px;
    display: table;
}
.subject, .subSubject
{
    background-image: url('../Images/11.gif');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 15px;
}

.SubHeading
{
    color: #808080;
    font-size: 8pt;
    padding-left: 0px;
}
.clAuthorize
{
    display: inline;
}
.clNotAuthorize
{
    display: None;
}
.boxBar
{
    background-color: #ffffff;
    background-image: url('../Images/form_bg.jpg');
    background-repeat: repeat-x;
    border: solid 1px #efefef;
    padding: 10px;
    font-weight: bold;
    text-align: left;
}
.legend
{
    background-color: #ffffff;
    padding: 3px;
    font-weight: bold;
    text-align: left;
}
#ControlHolder
{
    text-align: left;
    width: 100%;
}
#PageTitleHolder
{
    line-height: 26px;
    width: 100%;
    border-bottom: solid 1px #efefef;
    padding-left: 2px;
    margin-bottom: 2px;
    text-align: left;
}
.pageHead
{
    color: #000;
    font-weight: 700;
    padding-left: 5px;
}

fieldset
{
    background-color: #fff; /* background-image: url(../Images/form_bg.jpg);     background-repeat: repeat-x;*/
    border: solid 1px #efefef;
    border-collapse: collapse;
    padding: 5px;
}
fieldset.booklist
{
    background-color: #fff;
    background-image: none; /*background-image: url(../Images/form_bg.jpg);     background-repeat: repeat-x;      border: solid 1px #efefef;     */
    border-width: 0px;
    border-collapse: collapse;
    padding: 0px;
}
fieldset.standerd
{
    background-color: #fff;
    background-image: none;
    border: solid 1px #efefef;
    padding: 10px;
}
input[type=text]
{
    border-bottom: #888 1px solid;
    border-left: #888 1px solid;
    border-right: #888 1px solid;
    border-top: #888 1px solid;
    color: #000;
    height: 15px;
    padding: 3px;
}
input[type=file]
{
    border-bottom: #888 1px solid;
    border-left: #888 1px solid;
    border-right: #888 1px solid;
    border-top: #888 1px solid;
    color: #000;
    height: 20px;
}

input[type=text].searchBox
{
    background: #FFF url(../images/search.png) no-repeat 4px 8px;
    border: 1px solid #888;
    font-size: 14pt;
    height: 25px;
    padding: 4px 4px 4px 22px;
    text-align: center;
    width: 180px;
}
input[type=text].searchContent
{
    background: #FFF url(../images/search.png) no-repeat 4px 8px;
    border: 1px solid #888;
    font-size: 14pt;
    height: 20px;
    padding: 4px 4px 4px 22px;
    text-align: left;
    width: 300px;
}
select
{
    background-color: #f9f9f9;
    color: #000;
    font-weight: 400;
    border: solid 1px #808080;
}
.clButtonHolder input[type="button"], .clButtonHolder input[type="reset"], .clButtonHolder input[type="submit"]
{
    background: url('../Images/title-back.jpg');
    background-position: 0px 0px;
    background-repeat: repeat-x;
    border: solid 1px #c0c0c0;
    height: 25px;
    font-size: 8pt;
}

.but
{
    background: url('../Images/title-back.jpg');
    background-position: 0px 0px;
    background-repeat: repeat-x;
    border: solid 1px #c0c0c0;
    height: 25px;
    font-size: 8pt;
    color: #000;
}
.searchButton
{
    background: url('../Images/navbar-bg.gif');
    background-position: 0px 0px;
    background-repeat: repeat-x;
    height: 30px;
    border-width: 0px;
    margin-top: 1px;
    color: White;
    width: 110px;
}
select.selectBox
{
    background-color: #fff;
    font-size: 10pt;
    height: 20pt;
}
hr.solidGray
{
    border: 0;
    border-bottom: dashed 1px #dfdfdf;
    height: 1px;
}
.menuBox
{
    min-height: 100px;
}
.menuBoxHeader
{
    background: url('../Images/navbar-bg.gif');
    background-position: 0px 0px;
    background-repeat: repeat-x;
    text-align: left;
    color: #fff;
    border-bottom: solid 1px #4D7F20;
    min-height: 25px;
    padding: 0px;
    margin: 0px 0px 3px 0px;
    list-style-type: none;
}
ul.menuBoxHeader li
{
    padding: 3px;
    margin: 3px;
    float: left;
}
ul.menuBoxHeader li a
{
    color: #fff;
    text-decoration: none;
    font-size: 8pt;
}
ul.menuBoxHeader li.right
{
    float: right;
}
#ULMenus
{
    margin: 0px;
    padding: 10px 0px 10px 0px;
    list-style-type: none;
}
#ULMenus li
{
    background: url('../Images/bullet.gif');
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 12px;
    margin-left: 3px;
}
.searchResultSubHeader
{
    padding: 5px;
    margin: 5px;
    position: relative;
    height: 20px;
    color: #888888;
}
.bookBox
{
    border: solid 1px #efefef;
}
a.maroonLink
{
    text-decoration: none;
    color: #418200;
    font-size: 7pt;
    font-weight: bold;
}
.clPopupTable
{
    border: 0px;
    min-height: 200px;
    position: absolute;
    width: 350px;
    z-index: 100;
}
.clPopupTableHolder
{
    background-image: url(images/bg.gif);
    border: solid 0 silver;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 1001;
}
.clPopupMessage
{
    background-color: #FFFACD;
    border-bottom: solid 1px red;
    border-top: solid 1px #000;
    vertical-align: middle;
    width: 100%;
}
.clPopupIcon
{
    background-color: #FFFACD;
    border-bottom: solid 1px red;
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    padding: 5px;
}
.clPopupClose
{
    background-color: #FFFACD;
    border-bottom: solid 1px red;
    border-right: solid 1px #000;
    border-top: solid 1px #000;
    text-align: right;
    vertical-align: top;
}
.clCloseImage
{
    background-image: url(../images/button_close.gif);
    cursor: pointer;
    height: 16px;
    width: 16px;
}
.clAlertImage
{
    background-image: url(../images/alert-large.gif);
    height: 32px;
    width: 31px;
}
.clArrowImage
{
    background-image: url(../images/arrow.png);
    height: 12px;
    width: 16px;
}
.clPopupMessage2
{
    background-color: #FFFACD;
    padding: 5px;
    width: 100%;
    border-bottom: solid 1px #000;
}
.clPopupIcon2
{
    background-color: #FFFACD;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    padding: 5px;
    width: 20px;
}
.clPopupClose2
{
    background-color: #FFFACD;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    padding: 2px;
    text-align: right;
    vertical-align: top;
}
.clAlertBut
{
    background-color: #FFDB7D;
    border-left: 1px solid #FFDB7D;
    border-top: 1px solid #FFDB7D;
    color: #000;
    height: 20px;
    width: 80px;
}

.FormName
{
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;
}
.WelcomeMsg
{
    color: Maroon;
}
.clLeft
{
    float: left;
}
.clRight
{
    float: right;
}
.off
{
    display: none;
}
.Mandatory
{
    color: red;
    font-weight: 400;
}
.BrowseTitle
{
    color: #525252;
    font-weight: 700;
}
.OPACLanguage
{
    width: 34%;
    text-align: center;
}
.OPACAuthorContainer
{
    width: 100px;
    text-align: center;
}
.OPACAuthorContainer a:hover
{
    text-decoration: underline;
}
.OPACAlphabet
{
    color: #000;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}
.leftMenuHolder
{
    background-color: #E7F4EF;
}
.bookImageHolder
{
    max-width: 125px;
    padding: 1px;
    max-height: 125px;
    overflow: hidden;
    display: table;
}
.errorMessageHolder
{
    color: #B10B0D;
}
.BookPager td
{
    font-size: 8pt;
    border-width: 0px;
}
.BookPager td table tr td a
{
    font-size: 8pt;
}
.BookPager td table tr td span
{
    color: #c0c0c0;
    font-size: 8pt;
}
.BookPager td table tr td
{
    background: #efefef url('../Images/../images/tab-selected.gif');
    background-position: 0px -2px;
    background-repeat: repeat-x;
    padding: 2px;
    border: solid 1px #c0c0c0;
    margin: 0px;
    font-size: 8pt;
}
.bookItem
{
    background-color: #fff;
    padding: 2px 0px 2px 0px;
}
.bookItem a.blue, .bookAltItem a.blue
{
    color: #0000ff;
}
.bookItem a.export, .bookAltItem a.export
{
    font-size: 8pt;
}
.bookAltItem
{
    background-color: #f9f9f9;
    border-bottom: solid 1px #efefef;
    border-top: solid 1px #efefef;
    padding: 2px 0px 2px 0px;
}
.exportBook
{
    background: #efefef url('../Images/../images/tab-selected.gif');
    background-position: 0px -2px;
    background-repeat: repeat-x;
    padding: 3px;
    border: solid 1px #c0c0c0;
    margin: 0px;
}
.exportBook a.export
{
    font-size: 8pt;
}
.clOff
{
    display: none;
}
.clOn
{
    display: inline;
}
#ULToolTip
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    z-index: 10;
}
#ULToolTip li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position: relative;
}
#ULToolTip li:hover
{
    cursor: pointer;
    z-index: 10;
}
#ULToolTip li ul
{
    margin: 0px;
    padding: 3px;
    list-style-type: none;
    display: none;
    background-color: #ffffcc;
    border: dashed 1px #808080;
    width: 300px;
}
#ULToolTip li ul li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#ULToolTip li:hover ul
{
    z-index: 100;
    display: block;
    position: absolute;
    left: 10%;
    top: 50%;
}
.infoNotAvailable
{
    font-size: 8pt;
    color: #c0c0c0;
}
.mappedInfo
{
    color: Maroon;
}
.DIVSubjectBox
{
    display: table;
    width: 200px;
    float: left;
}
.DIVSubjectBox ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.DIVSubjectBox ul li
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.DIVSubjectBox ul.subjectItem div
{
    float: left;
    cursor: pointer;
}
.subjectTrigger
{
    background: #fff url(../images/Grid_plus.gif) no-repeat;
    background-position: 7px center;
    width: 25px;
    padding: 0px 3px 0px 0px;
}
.subjectExpanded
{
    background: #fff url('../images/Grid_minus.gif') no-repeat;
    background-position: 7px center;
    width: 25px;
    padding: 0px 3px 0px 0px;
}
ul.subjectTriggerHandler
{
    display: none;
    clear: both;
    margin-left: 20px;
}

ul.subjectTriggerHandler li
{
    background: #fff url(../images/bullet.gif) no-repeat;
    background-position: 7px center;
    padding: 3px 3px 3px 15px;
    cursor: pointer;
}


.highlight
{
    background-color: Yellow;
}
.OFFGrid1
{
    background-color: #efefef;
}
.OFFGrid1 TR
{
    background-color: #ffffff;
}
.OFFGrid1 TR TD
{
    padding: 3px;
}
.OFFGrid1 TR.header
{
    background-color: #efefef;
}
.OFFGrid1 TR.header TD
{
    padding: 5px;
    font-weight: bold;
}

#ULMessage
{
    margin: 2px;
    padding: 2px;
    list-style-type: square;
}
#ULMessage li
{
    clear: both;
    padding: 0px;
    margin: 0px;
}
.catalogHolder
{
    width: 100%;
}

.catalogHeader
{
    width: 70%;
    padding: 5px 5px 10px 5px;
}
.catalogItem
{
    border: solid 1px #dfdfdf;
    padding: 3px;
}
.catalogItem a
{
    text-decoration: none;
}
.catalogItem a:hover
{
    text-decoration: underline;
}
.googlePreview
{
    color: #808080;
    background: url('../images/preview-book.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 20px;
}
.outerBox
{
    width: 98%;
    margin: 3px;
    background-color: #efefef;
    border: solid 1px #cfcfcf;
}
.innerBox
{
    width: 96%;
    background-color: #fff;
    padding: 3px;
    border: dashed 1px #cfcfcf;
    margin: 10px;
}
.boxLeftBorder
{
    width: 1px;
    border-left: solid 1px #efefef;
}
.boxHrRow
{
    height: 1px;
    border-width: 0px;
    border-bottom: dashed 1px #cfcfcf;
}
.boxSubTitle
{
    margin: 0px 0px 5px 0px;
}
.googleLink
{
    width: 150px;
    padding: 0px;
    color: #808080;
    background: url('../images/preview-book.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 20px;
}
table.crossPadding tr td
{
    padding: 2px;
}
ul.sugg
{
    list-style-type: none;
    margin: 0px;
    padding: 2px;
}
ul.sugg li
{
    clear: both;
    width: 100%;
    list-style-type: none;
    background: url("../images/bullet.gif");
    background-position: center left;
    background-repeat: no-repeat;
    text-indent: 5px;
}
