body
{
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    background-image: url('images/background.png');
    background-position: 0px 98px;
    background-repeat: repeat-x;
    background-color: #464646;
}
*
{
    margin: 0px;
    padding: 0px;
}
h1
{
    font-size: 14px;
}
h2
{
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
h3
{
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 2px;
}
hr
{
    border: 0;
    background-color: #e0e0e0;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 10px;
}
#faux
{
    background-image: url('images/faux.png');
    overflow: auto;
    width: 960px;
}
#faux div.leftcol
{
    float: left;
    width: 320px;
}
#faux div.midcol
{
    float: left;
    width: 320px;
}
#faux div.rightcol
{
    float: right;
    width: 320px;
}
img, a img
{
    border: 0px;
}
img, input, select
{
    vertical-align: middle;
}
.noVertical img
{
    vertical-align: baseline;
}
input.black, input.small, input.plus, input.orange
{
    background-color: transparent;
    background-image: url('images/button_background.png');
    background-repeat: no-repeat;
    color: #fff;
    border: 0px;
    width: 129px;
    height: 23px;
    cursor: pointer;
}
input.plus
{
    background-image: none;
    color: #000;
    width: 18px;
    height: 18px;
    font-size: 16px;
}
input.orange
{
    background-image: url('images/button_background2.png');
    font-weight: bold;
}
input.orange:hover
{
    color: Black;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.leftAligned
{
    text-align: left;
}
.rightAligned
{
    text-align: right;
}
.full
{
    width: 100%;
}
.inner
{
    width: 100%;
    background-color: #FE8F4D;
    padding: 10px;
}
.wrapper
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#header
{
    width: 100%;
    height: 93px;
    border-bottom: 5px solid #ff7726;
    background-color: #fff;
}
#header .wrapper div
{
    height: 93px;
    float: left;
    background-repeat: no-repeat;
}
#headerPageLogo
{
    width: 250px;
    background-image: url('images/page_logo.png');
    background-position: 23px 25px;
}
#headerPhoto
{
    width: 610px;
    background-image: url('images/page_photo.jpg');
    background-position: right;
}
#headerPgsLogo
{
    width: 140px;
    background-image: url('images/pgs_logo.png');
    background-position: 25px 25px;
}
#headerPgsLogo a
{
    display: block;
    width: 100%;
    height: 100%;
}
#main
{
    margin-top: 14px;
    border-top: 1px solid #626262;
    background-image: url('images/content_background.png');
    background-repeat: no-repeat;
    min-height: 400px;
}
#tabs
{
    margin-top: 3px;
    height: 39px;
}
#tabs ul
{
    list-style: none;
    padding-left: 20px;
}
#tabs ul li
{
    float: left;
    text-transform: uppercase;
    line-height: 39px;
    padding-left: 16px;
    text-align: left;
    height: 39px;
}
#tabs ul li a
{
    display: block;
    float: left;
    text-decoration: none;
    color: #909090;
    font-weight: bold;
    padding-right: 16px;
    height: 39px;
}
#tabs ul li a.highlighted
{
    color: #dd5912;
}
#tabs ul li.active
{
    background-image: url('images/tabs_left.png');
    background-repeat: no-repeat;
}
#tabs ul li.active a
{
    background-image: url('images/tabs_right.png');
    background-position: right;
    background-repeat: no-repeat;
    color: #464646;
}
#content
{
    min-height: 550px;
    _height: 550px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 20px;
    line-height: 22px;
    z-index: 2;
}
.treeContainer
{
    border-left: solid 1px #9A9A9A;
    border-bottom: solid 1px #9A9A9A;
    margin-top: 10px;
    margin-left: -5px;
}
.treeContainer .treeColHeader
{
    background-color: #DCDCDC;
    border-top: solid 1px #9A9A9A;
    border-right: solid 1px #9A9A9A;
    border-bottom: solid 1px #9A9A9A;
    margin-bottom: 20px;
}
.treeContainer table
{
    width: 850px;
    padding-left: -15px;
}
.treeFilter td
{
    height: 30px;
    vertical-align: middle;
}
a.linkButton
{
    margin-left: 5px;
}
.treeFilter a
{
    margin-left: 10px;
    font-size: 9pt;
}
#content a
{
    color: #2e2e2e;
}
#content div.block
{
    margin-bottom: 7px;
    border-top: 1px solid #e0e0e0;
    background-image: url('images/block_background.png');
    background-position: 0px 1px;
    background-repeat: repeat-x;
    background-color: #f2f2f2;
    padding-left: 9px;
    padding-right: 9px;
    min-height: 24px;
    _height: 24px;
}
#content table.blockSearch
{
    width: 100%;
    padding-bottom: 10px;
}
#content div.block div.blockTitle, #content ui-dialog div.blockTitle
{
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin-top: 1px;
}
#content div.block div.blockTitle div
{
    height: 23px;
    line-height: 23px;
    width: 50%;
    float: left;
}
#content div.block div.blockTitle div.blockTitleButtons
{
    text-align: right;
}
#content div.criteria-content
{
    padding-top: 15px;
    padding-bottom: 9px;
}
#content a.criteria-link
{
    border-right: solid 1px #dcdcdc;
    display: block;
    background-image: url('images/criteria_link.png');
    line-height: 27px;
    width: 268px;
    height: 27px;
    margin-bottom: 4px;
    text-decoration: none;
    padding-left: 20px;
    z-index: 1;
}
#content a.criteria-link:hover
{
    border-right: solid 1px #b3b3b3;
    background-image: url('images/criteria_link_hover.png');
    z-index: 1;
}
#content div.block div.news
{
    padding: 15px;
}
#content div.block div.news div.blockTitle a
{
    text-decoration: none;
}
#content div.block div.news div.info
{
    font-weight: normal;
    font-size: 10px;
    color: #5b5b5b;
    line-height: 10px;
    height: 10px;
    padding-bottom: 10px;
}
.blockTitleButtons input
{
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    border: 0;
    height: 21px;
    width: 25px;
}
.blockTitleButtons input:hover
{
    cursor: pointer;
    text-decoration: underline;
}
#ctl00_Main_pdfButton
{
    background-image: url('images/pdf.png');
}
#printButton, #ctl00_Main_printButton
{
    background-image: url('images/print.png');
}
#content div.block div.blockTitle img
{
    padding-top: 2px;
}
#content div.block div.blockContent
{
    margin-top: 9px;
    padding-bottom: 9px;
}
#content select, #content input[type="password"], #content input[type="text"]
{
    height: 21px;
    width: 200px;
    border: 1px solid #A0A0A0;
}
#content select:focus, #content input[type="password"]:focus, #content input[type="text"]:focus
{
    border-color: Black;
}
#content input.long
{
    width: 100%;
}
#content div.block div.text
{
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 13px;
    padding-bottom: 13px;
}
#content div.rssnews
{
    float: right;
    width: 640px;
}
#content div.block div.blockContent td.header
{
    width: 160px;
    padding: 2px 10px 2px 10px;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}
#content div.block div.blockContent td.details
{
    padding: 2px 10px 2px 0;
}
#content .kh_header
{
    text-align: center;
    font-size: 16px;
}
#content .kh_title
{
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
#content .kh_indent_1
{
    padding-left: 30px;
}
#content li.relatedDocument
{
    color: #2e2e2e;
}
#content li.relatedDocument a
{
    color: #2e2e2e;
}
#content li.relatedDocument a.active
{
    text-decoration: none;
    font-weight: bold;
}
#content li.relatedDocument a:hover
{
    text-decoration: underline;
}
#content div.blockAction
{
    width: 100%;
    min-height: 31px;
    _height: 31px;
    border-bottom: 3px solid #b8b8b8;
    overflow: auto;
    _overflow: visible;
}
#content div.blockActionTitle
{
    clear: both;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}
#content div.blockAction div.blockActionButton
{
    float: right;
    width: 147px;
    height: 28px;
    background-color: #b8b8b8;
    background-image: url('images/block_action_background_top.png');
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
}
#content div.blockAction div.blockActionButton input
{
    margin-top: 3px;
}
#content div.blockAction:after, #content div.block:after
{
    display: block;
    content: "";
    clear: both;
}
#content table.formTable td.label, #content table.formTable td.input, #content table.formTable td.inputSelectLong, #content table.formTable td.inputCheckbox, #content table.formTable td.inputSelectDate
{
    height: 29px;
}
#content table.formTable .label
{
    width: 210px;
    text-align: right;
    padding-right: 10px;
}
#content table.formTable .label .input
{
    width: 480px;
}
#content table.formTable .input
{
    width: 510px;
}
#content table.formTable .input table
{
    width: 508px;
    border-left: 1px solid #a7a6aa;
    border-top: 1px solid #a7a6aa;
    border-right: 1px solid #dcdfe4;
    border-bottom: 1px solid #dcdfe4;
}
#content table.formTable .submit
{
    padding-left: 19px;
}
#content table.formTable .inputSelectShort, #content table.formTable .inputCheckbox
{
    width: 215px;
    padding-left: 24px;
}
#content table.formTable .inputSelectShort select
{
    width: 180px;
    height: 21px;
    margin-left: 11px;
}
#content table.formTable .inputCheckbox input, #content div.blockCheckbox input
{
    margin-right: 8px;
}
#content table.formTable .inputSelectLong
{
    width: 715px;
}
#content table.formTable .inputSelectLong .cpvPanel
{
    float: left;
    margin-right: 10px;
    width: 200px;
    background-color: #F2F2F2;
}
#content table.formTable .inputSelectDate table
{
    vertical-align: middle;
    display: inline-table;
}
#content table.formTable .validationMessage
{
    font-size: 11px;
    line-height: 11px;
}
.searchCriteriaPreview, .searchCriteriaEditor
{
    font-size: 11px;
    border-top: solid 2px #e0e0e0;
    border-bottom: solid 2px #e0e0e0;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    background-color: #F2F2F2;
    margin-bottom: 7px;
}
.searchCriteriaPreview
{
    padding-left: 7px;
}
.searchCriteriaEditor
{
    margin-top: -7px;
    font-size: 12px;
    border-top: solid 1px #B8B8B8;
}
#content div.blockSearch
{
    padding-bottom: 10px;
    text-align: center;
    margin-top: 7px;
    min-height: 23px;
    _height: 23px;
}
#content table.blockSearch td.rightAligned
{
    width: 55%;
    padding: 0px 3px;
}
#content table.blockSearch td.leftAligned
{
    padding-top: 2px;
}
#content div.blockCheckbox div
{
    float: left;
    margin-right: 27px;
}
#content .messageGreen
{
    background-color: #56EA56;
    padding: 5px;
    margin-bottom: 5px;
}
#content .messageRed
{
    background-color: #F35656;
    padding: 5px;
    margin-bottom: 5px;
}
.blockSubscription td.blockSubscriptionMessage
{
    text-align: center;
}
.blockSubscription .blockSubscriptionMessage span
{
    min-width: 80%;
    max-width: 60%;
    margin-top: 10px;
    padding: 5px;
    display: inline-block;
    border: solid 1px;
    border-color: White;
}
.blockSubscription .blockSubscriptionLabelEmail
{
    width: 40px;
    text-align: right;
    padding-right: 5px;
}
.blockSubscription .blockSubscriptionForm
{
    width: 250px;
}
.blockSubscription .blockSubscriptionFormButton
{
    width: 125px;
}
#content div.searchTable
{
    width: 960px;
}
#content div.searchTable table.searchTableResults
{
    display: table;
    border-left: solid 1px #ABABAB;
    border-bottom: solid 1px #ABABAB;
}
#content div.searchTable table.searchTableResults td
{
    line-height: 11px;
    padding: 5px;
    font-size: 11px;
    border-right: solid 1px #ABABAB;
    border-top: solid 1px #ABABAB;
}
#content div.searchTable table.searchTableResults .headerRow
{
    color: #c36b36;
    background-color: #DCDCDC;
    line-height: 11px;
}
#content div.searchTable table.searchTableResults .headerRowItem
{
    min-width: 80px;
    _width: 80px;
}
#content div.searchTable table.searchTableResults .headerRowItem a
{
    color: #c36b36;
    text-decoration: none;
}
#content div.searchTable table.searchTableResults .scroller
{
    font-size: 12px;
    padding: 6px;
}
#content div.searchTable table.searchTableResults .scroller a.goToFirst, #content div.searchTable table.searchTableResults .scroller a.goToLast
{
    border: solid 1px #B8B8B8;
    padding: 0 4px 0 4px;
    margin: 2px;
    color: #B8B8B8;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#content div.searchTable table.searchTableResults .scroller a.goToPrevious, #content div.searchTable table.searchTableResults .scroller a.goToNext
{
    border: solid 1px #B8B8B8;
    padding: 0 6px 0 6px;
    margin: 2px;
    color: #B8B8B8;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.scrollingDisabled
{
    color: #b9b9b9 !important;
    border: solid 1px #b9b9b9 !important;
}
#content div.searchTable table.searchTableResults .scroller .page
{
    padding: 2px;
    text-decoration: underline;
    color: #555;
}
#content div.searchTable table.searchTableResults .scroller .pageSelected
{
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}
#content div.searchTable table.searchTableResults .noResultsInfo
{
    font-size: 12px;
    padding: 6px;
    text-align: center;
}
#content div.searchTable table.searchTableResults a
{
    color: #8D8D8D;
}
#content div.searchTable table.searchTableResults tr.itemRow
{
    background-color: White;
}
#content div.searchTable table.searchTableResults tr.itemRowSelected
{
    background-color: #EEE;
    cursor: pointer;
}
#content .validation
{
    padding: 5px 10px;
    margin-bottom: 5px;
    background-color: #F35656;
}
.info td
{
    vertical-align: top;
}
.info .line
{
    display: table;
}
.info .line a
{
    font-size: 11px;
}
.info .line a, .info .line span
{
    display: table-cell;
}
#footer
{
    height: 36px;
    margin-top: 1px;
    border-top: 1px solid #626262;
}
#footerLeft, #footerRight
{
    float: left;
    width: 4px;
    height: 36px;
    background-repeat: no-repeat;
}
#footerLeft
{
    background-image: url('images/footer_left.png');
}
#footerRight
{
    background-image: url('images/footer_right.png');
}
#footerContent
{
    float: left;
    width: 948px;
    height: 36px;
    padding-left: 27px;
    padding-right: 17px;
    color: #B8B8B8;
    background-image: url('images/footer_background.png');
    background-repeat: repeat-x;
}
#footerContent div
{
    height: 36px;
    line-height: 36px;
}
#footerContent a, .info a
{
    color: #B8B8B8;
    text-decoration: none;
}
#footerContent a:hover, .info a:hover
{
    text-decoration: underline;
}
#footerContent ul
{
    list-style: none;
}
#footerContent ul li
{
    display: inline;
}
.list
{
    margin-left: 35px;
}
.kh_main
{
    font-family: "Arial CE" , arial, verdana;
    font-size: 10pt;
    line-height: 15pt;
}
P
{
    margin: 0px 0px 0px 0px;
}
.kh_header
{
    font-size: 14pt;
    line-height: 21pt;
    text-align: center;
}
.kh_title
{
    font-size: 12pt;
    font-weight: bold;
    text-decoration: underline;
    margin: 25px 0px 15px 0px;
}
.kh_indent_1
{
    list-style-type: none;
    margin: 0px 0px 0px 30px;
}
.kh_indent_2
{
    list-style-type: none;
    margin: 0px 0px 0px 60px;
}
.subscriptionMessage
{
    font-weight: bold;
    color: #333;
    padding-left: 10px;
}
input.blur
{
    color: #8B8B8B;
}
div.roundedCorners
{
    border: 1px solid #8B8B8B;
}
p.listHeader
{
    background-color: #DEDEDE;
    color: #313131;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #C6C6C6;
}
#leftBanner
{
    position: absolute
    top: 150px;
    left: 0px;
    z-index: 1;
}
#rightBanner
{
    position: absolute;
    top: 150px;
    right: 0px;
    z-index: 1;
}
#loading-dialog
{
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 150px 0 0 0;
}

#content div.searchSubscriptionTable
{
    width: 940px;
}
#content div.searchSubscriptionTable table.searchTableResults
{
    display: table;
    border-left: solid 1px #ABABAB;
    border-bottom: solid 1px #ABABAB;
}
#content div.searchSubscriptionTable table.searchTableResults td
{
    line-height: 11px;
    padding: 5px;
    font-size: 11px;
    border-right: solid 1px #ABABAB;
    border-top: solid 1px #ABABAB;
}
#content div.searchSubscriptionTable table.searchTableResults .headerRow
{
    color: #c36b36;
    background-color: #DCDCDC;
    line-height: 11px;
}
#content div.searchSubscriptionTable table.searchTableResults .headerRowItem
{
    min-width: 80px;
    _width: 80px;
}
#content div.searchSubscriptionTable table.searchTableResults .headerRowItem a
{
    color: #c36b36;
    text-decoration: none;
}
#content div.searchSubscriptionTable table.searchTableResults .scroller
{
    font-size: 12px;
    padding: 6px;
}
#content div.searchSubscriptionTable table.searchTableResults .scroller a.goToFirst, #content div.searchSubscriptionTable table.searchTableResults .scroller a.goToLast
{
    border: solid 1px #B8B8B8;
    padding: 0 4px 0 4px;
    margin: 2px;
    color: #B8B8B8;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#content div.searchSubscriptionTable table.searchTableResults .scroller a.goToPrevious, #content div.searchSubscriptionTable table.searchTableResults .scroller a.goToNext
{
    border: solid 1px #B8B8B8;
    padding: 0 6px 0 6px;
    margin: 2px;
    color: #B8B8B8;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#loginInput .input
{
    background-color: transparent;
    background-image: url('images/button_background.png');
    background-repeat: no-repeat;
    color: #fff;
    border: 0px;
    width: 300px;
    height: 23px;
    cursor: pointer;
}

.movie
{
    height: 354px;
    text-align: center;
}

