
/* ======= POPUP FLAG ====== */
.popupFlag 
{
    position: absolute;
    z-index: 1001; /* higher than modalbox */
    font-size: 12px;
    width: 250px;
}

.popupFlag a.close
{
    text-decoration: none;
    font-size: 140%;
    color: black;    
    float: right;
    margin-right: 6px;
}

.popupFlag div.text
{
    background-color: white;
    border: 2px solid black;    
    padding: 5px;
    z-index: 100;    
}

.popupFlag div.tip
{
    width: 19px;
    position: relative;
    top: -2px;
    height: 10px;   
    background: url('/cognoti/img/flagtip.gif') no-repeat top left;
	}
	
.popupFlag div.tipup
{
    width: 19px;
    position: relative;
    top: 2px;
    height: 10px;   
    background: url('/cognoti/img/flagtip_top.gif') no-repeat top left;
	}

.popupFlag div.lefttip
{
    width: 10px;
    position: absolute;
    left: -8px;
    height: 19px;   
    background: url('/cognoti/img/flagtip_left.gif') no-repeat top left;
}

.popupFlag div.righttip
{
    width: 10px;
    position: absolute;
    height: 19px;   
    background: url('/cognoti/img/flagtip_right.gif') no-repeat top left;
}

/*  THE USUAL */

img
{
    border: 0;    
}

.bold
{
    font-weight: bold;    
}

.center
{
    text-align: center;    
}

.bad_field
{
    font-weight: bold;
    font-style: italic;
    color: red;    
}

.clear
{
    clear: both;
    float: none !important;    
}

div.spacer
{
    width: 1px;
    height: 1px;    
}

ul.windownav
{
    clear: both;    
    padding: 0;
    color: black;
}

ul.windownav li
{
    float: left;
    padding: 3px;
    list-style: none;
    border: 1px solid black;
    margin: 2px;
}

ul.windownav li:hover
{
    background-color: lightblue;   
    color: black;
}

ul.windownav li.current
{
    background-color: #FF6;    
    font-weight: bold;
}

ul.breadcrumbs li
{
    padding-left: 22px;
    background-image: url('../img/arrow.gif');
    background-repeat: no-repeat;
    background-position: 0 50%; 
    border: none;
}

ul.breadcrumbs li:first-child
{
    background: none;
    padding-left: 0;    
}


ul.breadcrumbs li:hover
{
    background-color: transparent;    
}

div.progress
{
    height: 32px;
    margin: 5px;
    background: url(../img/ajax-loader.gif) no-repeat center center;
}

div.fake_a 
{
        
}

span.fake_a {
   color: #5078aa;
   text-decoration: none;
   cursor: pointer;     
}

span.fake_a:hover {
   color: #7eacd6;
   text-decoration: underline;
}

.option_highlight {
    background-color: lightskyblue;
    font-weight: bold;     
}

.hoverLabel {
    color: gray;
    font-style: italic;    
}

/*** ============= FILTER LIST STYLES ============ ***/

ul.treenav
{
    padding: 0;    
    margin: 0;
}

ul.treenav li
{
    list-style: none;
}

ul.treenav li ul.treenav
{
    margin-left: 1.5em;
}

ul.treenav li div.handle
{
    width: 14px;
    height: 16px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/list_tick.gif);
}

ul.treenav li div.handledown
{
    background-image: url(../img/arrow_down.gif);
}

ul.treenav li div.handleup
{
    background-image: url(../img/arrow_right.gif);
}

ul.treenav li div.handledown,
ul.treenav li div.handleup,
ul.treenav li .h
{
    cursor: pointer;
}

.h { float: left; width: 245px;}

div#gradeSelect div.col
{
    float: left;
    width: 25%;
}

/** ===== POPUP RESOURCE SELECTOR ===== **/

.resourcelist,
.resourcepreview
{
    overflow: hidden;
    overflow-y: auto;   
    height: 100%;
    position: relative;
}

.resourceselectsettings div.form_required,
.resourceselectsettings div.form_optional,
.resourceselectsettings div.form_recommended
{
    float: left;
    width: 48%;        
}

.resourcelist .item
{
    border-bottom: 1px solid black;
    padding: 3px;
    cursor: pointer;
}

.resourcelist .item:hover
{
    background-color: lightblue;
}

.resourcelist .active
{
    background-color: cornflowerblue;
}

.resourcelist select.resource_source {
    width: 80%;    
}

.resourcepreview img {
    float: left;
    margin-right: 10px;
}



/** ======================= STANDARDS POPUP BROWSER ======================= **/

ul.standards_select_list {
    margin: 0;
    padding: 0;    
}

ul.standards_select_list li {
    list-style: none;        
    border-bottom: 1px solid #BBB;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
ul.standards_select_list li button {
    margin-right: 5px;
    cursor: pointer;    
}

#standards_popup
{
    font-size: 13px !important;        
}

#standards_popup ul#standards_browser_frame,
#standards_popup ul#standards_search_results,
#standards_popup ul#standards_browser_frame ul,
#standards_popup ul#standards_search_results ul
{
    padding-left: 20px;
}

#standards_popup ul#standards_browser_frame > li
{
    font-size: 1.1em;
}

#standards_popup ul#standards_browser_frame li,
#standards_popup ul#standards_search_results li
{
    list-style: circle outside;
    margin-bottom: 4px;
}

#standards_popup ul#standards_browser_frame li button,
#standards_popup ul#standards_search_results li button
{
    font-size: 8px;
    padding: 2px;    
}

#standards_popup ul#standards_browser_frame li.standard,
#standards_popup ul#standards_search_results li.standard
{
    text-decoration: underline;        
}

#standards_popup ul#standards_browser_frame li.active,
#standards_popup ul#standards_search_results li.active
{
    font-weight: bold;        
}

#standards_popup ul#standards_browser_frame li.selected,
#standards_popup ul#standards_search_results li.selected
{
    background-color: yellow;        
}

#standards_popup ul#standards_browser_frame,
#standards_popup ul#standards_search_results
{
    height: 18em;
    border: 2px inset gray;
    margin: 3px;
    padding: 5px;
    overflow: auto;
}

#standards_popup div#standards_browser_details,
#standards_popup div#standards_browser_details_search
{
    height: 8em;
    border: 2px inset gray;
    margin: 3px;
    padding: 5px;
    overflow: auto;    
}

#standards_popup div#standards_browser_details .controls button,
#standards_popup div#standards_browser_details_search .controls button
{
    padding: 10px;        
    border: 2px outset #AAA;
    font-weight: bold;
    background-color: #CCC; 
    cursor: pointer;
}

#standards_popup ul#standards_browser_frame a.add
{
    margin-left: 1em;
}

#standards_popup ul#standards_search_results li span.search_highlight
{
    font-weight: bold;
    color: red;
}

#standards_popup #results_count
{
    float: right;
}

/* ===== AUTOCOMPLETE CLASSES ====== */
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  max-height: 180px;
  overflow: auto;  
  text-align: left;
  z-index:49;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  font-weight: bold;
}
div.autocomplete ul li img {
    vertical-align: center;
    margin-left: 4px;    
}

div.autocomplete ul li span.informal
{
    display: block;
    font-style: italic;
    font-weight: normal;
}

/* ========== STANDARD ENTRY LIST =========== */
ul.entrylist
{
    padding: 0;
    margin: 0;    
}

ul.entrylist ul.sublist
{
     margin-left: 2em;
}

ul.entrylist li.entry
{
    clear: both;
    padding: 2px;
    margin: 2px;
    list-style: none;
}

ul.entrylist li.odd
{
    background-color: #EEE;    
}

ul.entrylist li.even
{
    background-color: #F9F9F9;    
}

ul.entrylist li.entry span.img
{
    float: left;
    padding: 2px 6px 2px 0;
    width: 40px;
    text-align: center;
    min-height: 20px;
}

ul.entrylist li.entry span.imgsmall
{
    float: left;
    padding: 2px 6px 2px 0;
    width: 80px;
    text-align: center;
    min-height: 20px;
}

ul.entrylist li.entry .options
{
    float: right;
    font-weight: bold;
    font-size: .9em;
    text-align: right;
}

ul.entrylist li.entry span.title
{
    font-weight: bold;
    font-size: 110%;
    display: block;
}

ul.entrylist li.entry span.extra
{
    font-style: italic;
}

ul.entrylist li.highlight
{
    background-color: #fff8aa !important;    
}

.twocolumncontainer .col
{
    float: left;
    width: 44%;    
}

.fourcolumncontainer .col
{
    float: left;
    width: 25%;    
}

/* ===== FEATURED ==== */

.resource_selector {
    font-size: 12px;    
}

.resource_selector .settings p
{
    float: left;    
    width: 45%;
    margin: 0;
    padding: 0;
}



.resource_selector div.select_bar {
    position: absolute;
    top: 0;
    width: 310px;
}

.resource_selector div.placeholder {
    height: 3em;    
}

.resource_selector .resourcelist .select_bar .refresh,
button.refresh {
	padding:0;
	margin:0;
	vertical-align:middle;
	border:0;
	background:transparent;
	}


/* default JBOSS nav */

ul#tabsHeader
{
    margin: 0;
    padding: 0;    
    display: block;
}

ul#tabsHeader > li
{
    float: left;
    list-style: none;
    margin: 4px;
}

ul#tabsHeader li ul
{
    display: none;
    position: absolute;
}

ul#tabsHeader  li.hoverOn ul
{
    display: inline;
    position: absolute;  
    padding: 0;
    margin: 0;
    background-color: white;
    border: 1px solid gray;
    border-top: none;
    
}

ul#tabsHeader li.hoverOn ul li
{
    display: list-item;
    list-style: none;
    border-top: 1px solid gray;
    padding: 3px;
}

#content_container
{
    clear: both;
    padding: 10px;    
}

a.external_link,
a.external_link_right {
    padding-right: 15px;
    background: transparent url(../img/external_link.gif) right center no-repeat;    
}

a.external_link_left {
    padding-left: 15px;
    background: transparent url(../img/external_link.gif) left center no-repeat;    
}

/*  Message windows (displayed at top of forms)  */
.info_msg, .success_msg, .warning_msg, .error_msg, .validation_msg, .status_msg {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	}
	
.info_msg {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/icons/info.png');
	}

.status_msg {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../img/icons/success.png');
	}

.warning_msg {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/icons/warning.png');
	}

.error_msg {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/icons/error.png');
	}			

#ie6warning {
    display: none;
    background-color: lightyellow;
    font-size: small;
    font-weight: bold;
    text-align: left;
    padding: 5px 8px 5px 8px;
    text-decoration: blink;
}

#ie6warning a {
    text-decoration: underline;
    font-style: italic;
}

.small_button {
    margin-left: .3em;
    padding: .3em .3em .2em .3em;
    font-size: 10px;
    text-transform: uppercase;
    background: #666;
    color: #fff !important;
    font-weight: bold;
    border: 1px outset gray;
}

a.small_button {
    line-height: 2.5em; /* finally a use for line-height... on inline objects only */
}
       
.small_button:hover {
    background: #4d4d4d;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;    
}

.cognoti_overlay {
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 98;    
}
    .cognoti_overlay .cognoti_overlay_box {
        position: fixed;
        background-color: white;
        border: 2px ridge #999;
    }

.cognoti_highlight {
    position: relative;
    z-index: 99;    
}

/*  FORM SUBMIT BUTTONS/STYLES */
div.formsubmit {
    text-align: center;
    margin: 1.5em;
}

div.formsubmit a.button {
    border: 2px outset #CCC;
    background-color: #EEE;
    padding: 3px;
    font-size: small;
    color: black;    
}

/* Slide out controls */

.slideOutControls {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: white;
    z-index: 99;
    border: 1px solid black;
    
}

.slideOutControls .slideOutContents {
    overflow: hidden;
    overflow-y: auto;
}

.slideOutControls .slideHandleLeft {
    float: right;        
    width: 25px;
    background-color: gray;
    cursor: pointer;
    border-left: 1px solid black;
    margin-left: 5px;
    background: gray url(../img/slideHandleLeft.png) right center repeat-y;
}

.slideOutControls .slideHandleRight {
    float: left;        
    width: 25px;
    background-color: gray;
    cursor: pointer;
    border-right: 1px solid black;
    margin-right: 5px;
    background: gray url(../img/slideHandleRight.png) left center repeat-y;
}

/* tabs */
.tabsheet {
    padding-top: 5px;
    border-top: 1px solid black;
    clear: both;    
}

/*  Topic tree styling  */

.topic_window {
    /* padding: 5px;
    background: #fff;
    border: 1px solid #a6a6a6;
    height: 141px;
    overflow: auto; */
    }
    
    .topic_window ul {
        list-style: none;
        background: url(../img/topicwindow/topic_tree_bg.gif) repeat-y 7px 0;
        padding: 0;
        margin: 0;
        }
        
    .topic_window ul.top {
        background: none !important;    
        }
        
        .topic_window ul li div.expand {
            width: 15px;
            height: 15px;
            float: left;
        }
        
        .topic_window ul li div.closed {
            background: url(../img/topicwindow/topics_plus.gif) no-repeat 3px 2px;
            cursor: pointer;
            }
            
        .topic_window ul li div.open {
            background: url(../img/topicwindow/topics_minus.gif) no-repeat 3px 2px;
            cursor: pointer;
            }
            
            .topic_window ul ul {
                margin-left: 0;
                background: url(../img/topicwindow/topic_tree_bg.gif) repeat-y 7px -7px;
                }
                
                .topic_window ul ul li {
                    padding-left: 15px;                    
                    background: url(../img/topicwindow/topics_l2.gif) no-repeat 8px 2px;
                    }
                    
            
    .topic_window a {
        color: #000;
        }
        

/* ul.listmap ul {
    margin-left: 1em;
} */


ul.listmap li {
    margin-left: 1.5em;  
    list-style: disc;
    font-size: 10px !important;
	}

div.tree_indent {
    
	}

div.tree_indent div.tree_indent {
    margin-left: 1.5em;
	}

.bold {
    font-weight: bold;    
	}

label.hidden_label {
    display: none; 
	}

/* ===== FINDER-STYLE DESIGN ====== */

.finder 
{
    width: 670px !important;
    height: 250px !important;
    overflow: hidden;
}

.finder .innerframe
{
    width: 200px;
    height: 230px;
    margin: 10px 5px 10px 5px;    
    border: 1px solid black;
    float: left;
}

.finder .extended 
{
    width: 400px;
}

.finder .innerframe
{
    position: relative;
    overflow-x: hidden;
	overflow-y: auto;
}

.finder .innerframe .framecontent
{
    padding: 5px;
    margin-top: 2em;    
}

.finder .main .framecontent {
    margin-top: 0px;    
    padding: 0;
}

.finder .siteurl .framecontent {
    padding: 0;
}

.finder .siteurl .framecontent ul.finder_list {
    border-top: 1px solid black;
}

.finder .findsiteitem .wheel {
    float: right;    
}

.finder .active
{
    background-color: #FFE;
    overflow-x: hidden;
	overflow-y: auto;
}

.finder .disabledoverlay
{
    width: 20000px;
    height: 20000px;
    position: absolute;
    background-color: black;    
    z-index: 2;
}

.finder .innerframe .framecontrols
{
    position: absolute;
    background-color: #CCF;
    padding: 3px;
    border-bottom: 2px ridge black;
    border-right: 2px ridge black;    
    color: black;
    height: 14px;
    font-size: 12px;
}

.finder .innerframe .framecontrols a
{
    color: black;
    font-weight: bold;
}

.finder .innerframe .framecontrols a:hover
{
    text-decoration: underline;    
}

.finder ul.finder_list {
    padding: 0;
    margin: 0;    
}

.finder ul.finder_list li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid black;
    font-weight: bold;
}

.finder ul.finder_list li a {
    padding: 10px;    
    display: block;
    color: black;
    text-decoration: none;
    background: url(/cognoti/img/arrow_right.gif) center right no-repeat;
}

.finder ul.finder_list li a:hover
{
    background-color: skyblue;    
}

.finder ul.finder_list li.active_item a {
    background-color: lightblue;    
}


.finder ul.search_results {
    padding: 0;
    margin: 0;    
}

.finder ul.search_results li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid black;
    font-weight: bold;
}

.finder ul.search_results li a {
    padding: 4px 15px 4px 4px;    
    display: block;
    color: black;
    text-decoration: none;
    background: url(/cognoti/img/arrow_right.gif) center right no-repeat;
    
}

.finder ul.search_results li a:hover
{
    background-color: skyblue;    
}

.finder ul.search_results li.active_item a {
    background-color: lightblue;    
}



.finder ul.page_list {
    padding: 0;
    margin: 0;    
}

.finder ul.page_list ul {
    padding-left: 1.5em;   
    margin: 0;
}

.finder ul.page_list li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
}

.finder ul.page_list li a {
    padding: 4px 15px 4px 4px;    
    display: block;
    color: black;
    text-decoration: none;
    background: url(/cognoti/img/arrow_right.gif) center right no-repeat;
    border-bottom: 1px solid black;
}

.finder ul.page_list li a:hover
{
    background-color: skyblue;    
}

.finder ul.page_list li a.active_item {
    background-color: lightblue;    
}

ul.simplenav {
    padding: 0;
    margin: 0;    
}

ul.simplenav li {
    float: left;
    padding: 5px;
    border: 2px outset #666;   
    margin: 3px; 
    list-style: none;
}

ul.simplenav li.title {
    border: 0;
    font-weight: bold;
    margin: 5px;    
}

ul.simplenav li.active {
    background-color: cyan;   
    font-weight: bold;
}

    
div.horiz_exam_results {
        
}
    div.horiz_exam_results div.r {
        
    }
        div.horiz_exam_results div.r span.item_label {
            font-weight: bold;
        }
        div.horiz_exam_results div.r div.inner_hbar {
            height: 1em;
            float: left;
            margin-right: 4px;
            border: 1px solid black;
            background-color: red;
        }
            
        div.horiz_exam_results div.r {
            
        }


