
/* ======= 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.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;
}

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,
.resourceselectsettings,
.resourceadd
{
    overflow-y: auto;   
    height: 100%;
}

.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 ======================= **/

#standards_popup
{
        
}

#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.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: 15em;
    border: 2px inset gray;
    margin: 3px;
    padding: 5px;
    overflow: auto;
}

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

#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;  
}
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 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 span.options
{
    float: right;
    font-weight: bold;
}

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 ==== */

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


/* 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_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;    
}

