
/*

BuildSite Global classes&styles

SUP & SUB
Links
Headers
Controls
Canyon
HR

*/

/* SUP & SUB
----------------------------- */
SUP, SUB {
    vertical-align:middle;
    position:relative;
    font-size:.75em;
    }
SUP {
    bottom:0.5em;
    }
SUB {
    top:0.5em;
    }

/* Links
----------------------------- */
A {
    color:#0077aa;
    text-decoration:underline;
    }
A:hover {

    }
.l-body A:hover,
.ui-dialog A:hover,
.annotated-mark {
	color:#f8931d;
}

A.document,
A.fileitem,
A.file,
A.product {
    text-decoration: none;
}

A.product { font-weight: bold; }

A.document IMG,
A.fileitem IMG {
    padding-right: 4px;
    vertical-align: baseline;
}



/* Controls
----------------------------- */
label.chk,
INPUT.chk,
INPUT.radio {
    vertical-align:middle;
    }


/* Action buttons
----------------------------- */
#action-bar {
    text-align:center;
    margin:1em 0;
}
#action-bar input, #action-bar A {
    margin-right:14px;
}
#action-bar .ie-only {
	display:none;
}

/* Help icons
----------------------------- */
#action-bar input.hashelp {
    margin-right:0px;
}

A.help {
    vertical-align:middle;
    text-decoration:none;
    margin-left:4px;
    padding-top:4px;
}

#action-bar A.help {
    margin-right:10px;
}

.input-row A.help IMG {
    margin-top:2px;
}

.l-header-top .help {
    font-weight:bold;
    }

/* Canyon
-------------------------------------- */
.canyon {
    overflow:hidden;
    }
    .canyon-section {
        float:left;
        }
    .canyon-side {
        float:right;
        }

/* HR
-------------------------------------- */
DIV.hr HR {
    display:none;
}
DIV.hr {
    font-size:0;
    border-top:1px solid #ccc;
    padding:0 0 1em;
}
DIV.hr.space {
    border:none;
    }


/* Icons
----------------------------- */
IMG.ico {
    vertical-align:-3px;
    }

/* Headers
----------------------------- */
H2.center {
    text-align: center;
    margin-bottom:1.5em;
}

H2.found-items {
    font-weight:normal;
    font-size:14px;
    color:#333;
    margin-bottom:8px;
}

#manufacturers-switcher {
    font-size:14px;
    margin-bottom:8px;
}

/* Tables
-------------------------------------- */
TABLE.basic {
    width:100%;
    }
    TABLE.basic TD {
        padding:5px 9px 4px 9px;
        }
    TABLE.basic TH {
        background:#07a;
        color:#fff;
        font-weight:bold;
        padding:6px 9px;
        }
        TABLE.basic TH a {
            color:#fff;
            }
    TABLE.basic TH.last,
    TABLE.basic TD.last {
    	padding-right:12px;
    }
    TABLE.basic TD.no-border {
        border-bottom:none;
        }
    TABLE.basic .col-pkg-chk {
        width:5em;
        }
    TABLE.basic TD.add-pkg {
        padding-right:0;
        text-align:right;
        }
    TABLE.basic .col-ico {
        width:16px;
        }
    TABLE.basic TR.unseen {
        font-weight:bold;
        }
    TABLE.basic TR.after-adv TD {
        border-top:2px solid #ddd;
        }
    TABLE.basic TR.adv {
        background:#f4f7f7;
        }
        TABLE.basic .adv .adv-txt {
            display:none;
            background-color:#07a;
            color:white !important;
            padding:10px;
            position:absolute;
            z-index:100;
            margin:1.5em 0 0 30px;
            font-size:12px;
            left:15px;
            }
            TABLE.basic SPAN.adv:hover .adv-txt,
            TABLE.t-adv TR.hover .adv-txt {
                display:block;
                }
            TABLE.basic .adv .adv-txt UL {
                padding:0;
                margin-bottom:0;
                }
TABLE.basic A {
	text-decoration: none;
}

TABLE.vert {
    width:auto;
    }
    TABLE.vert TH {
        background:transparent;
        color:#333;
        font-weight:bold;
        text-align:right;
        width:5%;
        white-space:nowrap;
        vertical-align:top;
        }
    TABLE.vert TD {
        border-bottom:none 0;
        }

/* #2106 LEED Credits list in Chrome
TABLE.vert-td {
    width:auto;
    }
    TABLE.vert-td TH {
        width:5%;
        }
*/
    TABLE.vert-td TD {
        vertical-align:top;
        }


TABLE.rich {
    font-size:.92em;
    /*table-layout: fixed;*/
    }
    TABLE.rich TD TR {
        border-bottom:none;
        }
    TABLE.rich TH {
        font-weight:normal;
        /*white-space: nowrap;*/
        /*padding:3px 3px;*/
        }
    TABLE.rich TD {
        border:none;
        /*padding:3px 3px;*/
        }
    TABLE.rich TD INPUT {
        height: 14px;
        padding: 3px 5px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border: 1px solid #e3e3eb;
        width: 80%;
        }
    TABLE.rich TD INPUT.text {
        width:99%;
        color:#333;
        }
    TABLE.rich A {
        text-decoration:none;
        }

    TABLE.rich .sel-act {
        visibility:hidden;
        }
    TABLE.rich .sel .sel-act {
        visibility:visible;
        }

/*TABLE.basic .c_line { width: 95px; }*/
/*TABLE.basic .c_product_submitted { width: 210px; }
TABLE.basic .c_items { width: 380px; }
*/
TABLE.t-basic,
.t-basic TABLE {
    width:100%;
    }
    .t-basic TH,
    .t-basic TD {
        padding:3px 5px;
        }
    .t-basic TH {
        background:#ccc;
        color:#333;
        }
    .t-basic TD {
        border-bottom:1px solid #ccc;
        }
    .t-basic .col-pkg-chk {
        width:2em;
        }

TABLE.t-vert,
.t-vert TABLE {
    width:auto;
    }
    .t-vert TH {
        background:transparent;
        color:#333;
        font-weight:bold;
        text-align:right;
        width:5%;
        white-space:nowrap;
        vertical-align:top;
        }
    .t-vert TD {
        border-bottom:none 0;
        }

.t-settings TD TEXTAREA {
    width:400px;
    height:8em;
    }

.t-settings #settings_edit_value_label {
	vertical-align:top;
	padding-top:7px;
	font-weight:bold;
}

p.notice { background: #FEF5CA; padding: 1ex 2ex; font-weight: bold; }


/* More space on manufacturer list */

#manufacturers-list TD {
    padding:8px 5px;
}

table th.manufacturers_th {
    padding:6px 5px;
}


/* Products list */

#products-list .adv a.name {
    font-weight:bold;
}


/* Suggestions
---------------------------------*/
.sugg {
    position:absolute;
    background:#f4f4f4;
    border:2px solid #5b89ab;
    padding:1px;
    z-index:5;
    zoom:1;
    }
    .sugg-wide {
        width:96%;
        margin:0 0 0 2%;
        position:relative;
        }
    .sugg TABLE {
        width:100%;
        }
    .sugg THEAD{
        border:2px solid #d8ebf1;
        border-bottom:2px solid #f4f4f4;
        }
    .sugg TBODY {
        border:2px solid #f4f4f4;
        }
    .sugg TH {
        background:#d8ebf1;
        font-weight:bold;
        color:#ababab;
        padding:3px 5px;
        }
    .sugg TD {
        vertical-align:top;
        padding:3px 5px;
        font-size:.92em;
        border-top:1px solid #cbcbcc;
        border-bottom:1px solid #cbcbcc;
        color:#444;
        }
    .sugg TBODY TR {
        cursor:pointer;
        }
    .sugg TBODY TR:hover TD,
    .sugg TBODY TR.hover TD {
        background:#f7c121;
        border-top:1px solid #f7c121;
        border-bottom:1px solid #f7c121;
        }

/* Markers
---------------------------------*/
SPAN.g-marker {
    border:1px solid #ddd;
    padding:1px 5px;
}

/* PRE
---------------------------------*/
PRE.read-only {
    margin:10px;
    white-space:normal;
    width:70%;
    padding:10px;
    border:1px solid #ddd;
}

.non-ie {display:block;}
.ie-only {display:none;}
#category-product-list .adv, #category-manufacturer-list .adv {font-weight: bold}

.suppress td A {color:#ff0000;}
.afterqa TD {
    background:yellow;
}
.afterqa .has-afterqa-docs {
    font-size:0.8em;
    color:red;
    padding-left:10px;
}

.b-mess-body {font-family:monospace; font-size:1.2em;}

.hidden {display:none;}

.expandable .content,
.expanded .expandable .content {
    display:none;
}

.expanded .content,
.expanded .expanded .content {
    display:block;
}

.expandable {margin:1em 0;}
li.expandable {margin:3px 0 0;}

.expandable H2.more IMG {
    background:url(/images/icons/show.gif) no-repeat 0 0;
    width:52px;
    height:20px;
    margin:0 0 0 5px;
    vertical-align:-5px;
}
.expanded H2.more IMG {
    background-image:url(/images/icons/hide.gif);
}
.expandable h2.more  {
    background-color:#ccc;
    padding:2px 5px;
    cursor:pointer;
}
.prod-doc, .company-doc, .category-doc {
    border-bottom:1px solid #ddd;
    }
#system-package h2.more  {
    background-color:#ccc;
    padding:6px 9px;
}

#system-package ul {
    list-style:none;
    font-weight:bold;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

#system-package li.section {
    border-top: 2px solid #ddd;
    line-height: 29px;
    text-indent: 8px;
}

#system-package ul#section-list {
    margin-bottom: 0;
}

#system-package ul#section-list li.first-section {
    border-top: 0;
}

#system-package li.product {
    border-top: 1px solid #dddddd;
}

#system-package ul.doc-list {
    margin: 0;
}

#system-package li.doc , #system-package h3 {
    border-top: 1px dotted #a6a6a6;
    min-height: 29px;
    text-indent: 0;
    padding-left: 56px;
}

#system-package li.doc a.document:not(.grbutton) , #system-package .more-docs h3 {
    margin: 0 0 0 -22px;
}

#system-package li.doc a.edit-document, #system-package li.doc a.zoom-document {
    position: relative;
    left: -22px;
}

#system-package .more-docs li.doc, #system-package .more-docs h3 {
    padding-left: 78px; /* 56 */
}

#system-package p.toggle-link-container.expanded {
    border-top: 2px solid #ddd;
    padding-top: 4px;
}

#system-package ul.doc-list p.toggle-link-container {
    border-top: 1px dotted #a6a6a6;
    padding-top: 0;
}

#system-package SPAN.checkbox-wrapper {
    clear: both;
    float: right;
    text-indent: 0;
    width: 69px;
    padding: 6px 0 0 0;
}

#system-package ul.doc-list p.toggle-link-container {
    text-indent: 30px;
    margin: 0;
}

#system-package ul li li {
    font-weight:normal;
}

#system-package .product A {
    text-decoration:none;
    font-weight:bold;
    }
    #system-package .product LI A {
        font-weight:normal;
        }

.sp-secondary DIV.content {
	margin-top:2px;
}

.sp-secondary .content UL,
.sp-secondary .content P {
	margin-left:0;
	padding-left:0;
}

.sp-secondary .more {
    list-style:none;
}

.sp-secondary .more LABEL {
    background:url(/images/icons/plus-small.png) no-repeat 2px 2px !important;
    padding-left:20px;
}

.sp-secondary .expanded LABEL  {
    background:url(/images/icons/minus-small.png) no-repeat 2px 2px !important;
}

p.hide {
    display:none;
}

.sp-secondary H3 {
    color: #999;
    margin:0;
	margin-bottom:6px;
	font-size:1em;
}

.sp-secondary li.content {
    list-style:disc;
}

.expandable SPAN.checkbox-wrapper {
	clear:both;
	float:right;
	padding-right:4px;
}

input.wide {width:400px;}


/* drag and drop container */
.dad_filedoc_container {
    border: 1px solid #666;
    padding: 4px;
    background:#FFF;
    white-space: nowrap;
}

/* fb_label is a td class, that is used by FormBuilder */

.fb_label {
  padding-right: 6px;
}

.b-company .relative-links p {
    margin-bottom:0.5em;
}


/* List icons */
.i-manufacturers {
    padding-left:22px;
    padding-top:0.2em;
    background:url(/images/icons/manufacturer.gif) no-repeat 0 0;
    zoom: 1;
}
.i-manufacturers IMG {
    margin-right:5px;
}
.adv .i-manufacturers {
    background:url(/images/icons/manufacturer-adv.gif) no-repeat 0 0;
    font-weight:bold;
}

.relative-links P A {
	background-position:100% 0%;
	color:#000;
	font-weight:bold;
}

.relative-links P A:hover {
	border-bottom-color:#f8931d;
}

.relative-links P {
	clear:left;
}

a.icon {
    display:block;
    width:16px;
    height:16px;
    padding:0px;
    margin-right:5px;
    float:left;
}

table.basic th.icon {
    padding-left:29px;
}

/* File/package details form */
.file-details {
    background:#e6e6e6;
    border-top:1px solid #ddd;
    padding:12px 10px 13px 10px;
    margin-bottom:0px;
    width: 936px;
    overflow:hidden;
    zoom:1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }

    .file-details DIV.input-row {
        overflow:hidden;
        height:24px;
        zoom:1;
        }
    .file-details DIV.textarea-row {
        height:84px;
        }

    .file-details .text INPUT,
    .file-details .textarea TEXTAREA,
    .file-details SELECT {
        border:1px solid #e3e3eb;
        border-bottom-color:#e2e9ef;
        border-top-color:#aaadb2;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        }

    .file-details .text INPUT,
    .file-details .textarea TEXTAREA {
        color:#333333;
        padding:5px;
        height:22px;
        }
    .file-details .textarea TEXTAREA {
        height:70px;
        }

    .file-details LABEL {
        float:left;
        margin-right:9px;
        text-align:right;
        width:121px;
        }
        .file-details LABEL.req {
            font-weight:bold;
            color: #666666;
        }

    .file-details .input-row DIV {
        margin-left:132px;
        }
        .file-details .text INPUT {
            width:100%;
            -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;
            }
        .file-details .select SELECT {
            width:100%;
            height:22px;
            line-height:22px;
            }
        .file-details .textarea TEXTAREA {
            width:100%;
            -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;
            }
    .file-details .has-help DIV {
        margin-right:22px;
        }
        .file-details .has-help .help {
            float:right;
            padding-top:0px;
            margin-left:0px; /* +5px for input margin + 8px as designed */
            }

#file-details,
#common-fields,
#additional-fields {
    *zoom: 1;
}

#file-details:after,
#file-details:before,
#common-fields:after,
#common-fields:before,
#additional-fields:after,
#additional-fields:before {
  display: table;
  content: '';
}

#file-details:after,
#common-fields:after,
#additional-fields:after {
  clear: both;
}

#additional-fields LABEL.req {
    font-weight:normal;
    color:#808080;
    }
#additional-fields {
    margin-top:11px;
    }

.file-details .input-row DIV.file {
    padding:0px;
}

.file-details DIV.submit {
    float:none;
    margin-top:2px;
}

#file-stats {
    margin-left:10px;
}

#file-stats TH {
    width:121px;
    padding-right:11px;
    text-align:right;
}

.gbspacer {
    float:left;
    width:14px;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    overflow:hidden;
    zoom:1;
}

.tooltip-content {
    padding: 15px 15px 15px 30px;
    opacity: 0.85;
    width:250px;
    background:#5c5c5c;
    z-index:500;
}

/*#tooltip*/
div.tooltip-top-right {
   margin-top:5px;
   padding-top:13px;
   background:url(/images/misc/tooltip-top-bg.png) no-repeat 85% 0%;
}


/*#tooltip*/
div.tooltip-left {
   background:url(/images/misc/tooltip-left-bg.png) no-repeat 0% 50%;
   padding-left:13px;
}

div.tooltip-right {
   background:url(/images/misc/tooltip-right-bg.png) no-repeat 100% 50%;
   padding-left:0px;
   padding-right:13px;
}

#tooltip h3, #tooltip div, .tooltip-content .body {
    margin: 0;
    text-align:left;
    font:normal 12px Arial, serif;
    color:#fff;
}


#output_area {
    border: none;
}
.output_area {
    border: none;
}

#add-package-dialog {
	overflow: auto;
}

button.disabled {
    background-color: #b39333 !important;
    border-color: #cd8f2d !important;
    color: #ccc !important;
}

#copymove_message {
    margin-top: 10px;
}

SPAN.green-product-count {
    color: green;
}

.center {text-align:center;}
.center .icon {float:none; margin:0 auto;}

td.ico_file {
    background-image: url(/images/icons/file.gif);
    background-repeat: no-repeat;
    background-position: 5px 4px;
}

/* Advanced search */
.b-advsearch TABLE {
	width:100%;
	table-layout:fixed;
	}
.b-advsearch TD {
	height:30px;
	vertical-align:middle;
	}

	.b-advsearch .submit {
		font-size:.82em;
		}

.green-data TD {
	height:30px;
	vertical-align:middle;
	}
.green-data table td {
    border: 1px solid #ccc;
    }

h2.adv-search, legend {font-weight:bold; color:#1184AF;}
fieldset {border:1px solid #ccc; padding: 1ex 2ex;}
.no_formaldehyde { width:137px; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    opacity:0.35;
    filter:Alpha(Opacity=35);
    background-color:#000;
}

.dots { background: transparent url(/images/misc/bg_dots.gif) repeat-x scroll left bottom; width: 100%; margin-top: 10px }
.top10 { margin-top: 10px }
.grey { color:#CCCCCC }
.adv-buttons {margin-bottom:2em}
.adv-buttons .reset { width:6em; font-size:0.82em; padding:0 0.25em; cursor:pointer; background:#AAA; border:2px solid #999; color:#fff; }
.adv-buttons .search { width:6em; font-size:0.82em; padding:0 0.25em; cursor:pointer; background:#F7C121; border:2px solid #F7A623; color:#fff; }
.more-toggle, .more-toggle TD {border-color:#fff !important; border-top-color:#CCC !important;}

.button {
	font-family: Arial, serif;
	font-size: 11px;
	font-weight: bold;
	border-width: 0 2px 2px 0;
	border-style: solid;
	padding: 2px 6px 0 8px;
	text-transform: uppercase;
	color: white;
	cursor: pointer;
}

button.default {
	background-color: #ffb900;
	border-color: #ff9900;
}

button.normal {
	background-color: #888888;
	border-color: #CCC;
}

.clr, .clear {
    clear:both;
}

.nobr {
	white-space: nowrap;
}

.indent-1 { padding-left: 19px !important; }
.indent-2 { padding-left: 29px !important; }
.indent-3 { padding-left: 39px !important; }
.indent-4 { padding-left: 49px !important; }
.indent-5 { padding-left: 59px !important; }

.zoom-popup {
    position: absolute;
	z-index: 1001;
}

.zoom-popup DIV {
    border: 2px solid #ccc;
}

.abutton {
	font-family:Arial, serif;
	font-size:11px;
	font-weight:bold;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	padding:3px 7px 1px 9px;
	text-transform:uppercase;
	text-decoration:none;
	color:white;
	cursor:pointer;
	background-color:#ffb900;
	border-color:#FFB900 #FF9900 #FF9900 #FFB900;
	overflow:visible;
}
.abutton:hover {color:white !important}

.bold {
    font-weight:bold;
}

div.input-row label {
    padding-top: 4px;
    color: #808080;
    font-size: 12px;
}

a.email-us {
    background: url(/images/icons/envelope_sm.png) no-repeat 0 3px;
    padding-left: 15px;
}

DIV.ovrly_hr {
    border-top:1px solid #DDDDDD;
    margin:5px -10px;
}

DIV.act-buttons .grbutton {
    margin-right:14px;
}
DIV.act-buttons-ajax {
    background:url(/css/images/spinner.gif) no-repeat 0 50%;
    height:18px;
    }
    DIV.act-buttons-ajax A {
        visibility:hidden;
        }

#create-package-dialog p.error {
    padding-top:2px;
    }
DIV.i-row {
    height:22px;
    line-height:22px;
    padding-top:2px;
    }

#select-create-dialog SELECT,
#create-package-dialog SELECT {
    height:20px;
}

#select-create-dialog SELECT {
    width:100%;
}

#create-package-dialog SELECT {
    width:305px;
}
#create-package-dialog p.error,
#create-package-dialog DIV.i-row {
    width:410px;
}
#create-package-dialog DIV.i-row LABEL {
    float:left;
    white-space:nowrap;
    width:95px;
    color:#808080;
}
#create-package-dialog INPUT.text {width:299px; float:left}
#create-package-dialog DIV.radio INPUT,
#create-package-dialog DIV.radio LABEL {float:left}
#create-package-dialog DIV.radio LABEL {width:auto; padding-left:5px; margin-right:2em;}
#create-package-dialog DIV.radio.p-type {display:inline-block;}
#create-package-dialog DIV.radio.p-type LABEL {margin-right:10px;}
#create-package-dialog DIV.radio INPUT[type="radio"] {margin:3px 0 0}
#create-package-dialog a.help {float:right; padding-top:0; background:none}
#create-package-dialog a.help img {position:relative; top:2px; margin-top:0; margin-bottom:0; visibility:visible}
#create-package-dialog p.error {color:#fb0; font-weight:bold; padding:0 0 5px}
#create-package-dialog DIV.error LABEL {color:#f00}
#create-package-dialog DIV[class="leed error"] {border:solid 1px #ff0000; overflow:hidden; padding:0px; width:auto !important}
#create-package-dialog LABEL.req {font-weight:bold; color:#666666}
#create-package-dialog {margin-bottom:0; overflow:hidden}
// IE10 & WebKit
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (-webkit-min-device-pixel-ratio:0) {
    #create-package-dialog #newpkg_scope,
    #create-package-dialog #newpkg_leed_name {
        width:303px;
    }
}

.pager {
    margin-top:10px;
    margin-bottom:3px;
    overflow:hidden;
    zoom:1;
    }
    .pager FORM {
        padding-top:3px;
        overflow:hidden;
        zoom:1;
        }
    .pager FORM LABEL,
    .pager FORM SELECT,
    .pager FORM INPUT {
        display:block;
        float:left;
        }
        .pager FORM SELECT,
        .pager FORM INPUT {
            margin:0px 5px;
            }
    .pager-iop {
        float:left;
        color:#999;
        }
        .pager .pager-iop SELECT {
            border:1px solid #dcdfe6;
            border-top-color:#aaadb2;
            width:50px;
            margin-top:-1px;
            -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;
            }
        .pager-iop SELECT,
        .pager-iop OPTION {
                font:normal 11px Verdana, sans-serif;
            }
    .pager-page {
        float:right;
        overflow:hidden;
        zoom:1;
        }
        .pager-page FORM {
            color:#999;
            padding-left:6px;
            padding-right:6px;
            float:left;
            }
            .pager-page .count {
                color:#666666;
                }
        .pager-page FORM INPUT {
            border:1px solid #dbdee5;
            border-top-color:#aaadb2;
            color:#666666;
            font:normal 11px Verdana, sans-serif;
            height:20px;
            padding:3px;
            width:30px;
            margin-top:-3px;
            -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;
            -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;
            }

        .pager-page .prevnext {
            background:url(../images/icons/pager-prevnext.gif) no-repeat 0 0;
            display:block;
            float:left;
            height:18px;
            margin-top:1px;
            text-indent:-1000px;
            width:24px;
            }

            .pager-page .prev-active {
                background-position:0px -18px;
                }
            .pager-page .next {
                background-position:-24px 0px;
                }
            .pager-page .next-active {
                background-position:-24px -18px;
                }

/* Show/hide additional info */
p.toggle-link-container {
    font-size: 11px;
    color: #0077aa;
    padding: 0px 0px 0px 4px;
    margin:3px 0px 24px;
    }
    .toggle-link-container A.toggle-hide,
    .toggle-link-container.expanded A.toggle-show {
        display:none;
        }
    .toggle-link-container A.toggle-show,
    .toggle-link-container.expanded A.toggle-hide {
        display:block;
        }
    p.toggle-link-container A.toggle-show,
    p.toggle-link-container.expanded A.toggle-hide {
        text-decoration: none;
        }
    p.toggle-link-container A {
        background:url(../images/icons/toggle.png) no-repeat 0 0;
        padding:1px 0px 2px 22px;
        line-height:14px;
        height: 14px;
        }
        p.toggle-link-container A.toggle-hide {
            background-position:0px -17px;
            }
    .toggle-link-container A:hover {
        color:orange;
        }

.collapsed {
    display:none;
}

form .incorrect-cgi-param {
    background-color: #FEDEDF;
}

span.errors {
    color: red;
    font-weight: bold;
}

.login-error {
    padding: 0 0 10px 18px;
}

span.edetails {
    color: #AAAAAA;
    font-size: 5px;
    font-weight: normal;
}

A.nounderline {
    text-decoration: none;
}

.found-items .all {
    margin-left: 10px;
}

P.found-items {
    color: #999;
}

DIV.error {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 1em;
}