/* GENERAL ---------------------------------------------------------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    line-height: 1.4em;
    list-style: none;
}

.textBox ul, .textBox li{
    list-style-type: square;
    margin-left: 1em;
}

body{
    behavior:url("csshover2.htc");
    color: #004354;
    font-size: 12px;
}

a{
    color: #004354;
    text-decoration: underline;
    cursor: pointer;
}
h1{ font-size: 16px; }
h2{ font-size: 14px; }
h3{ font-size: 12px; }

.collapseButton{
    display: inline;
    font-weight: bold;
    cursor:pointer;
}

.errorlist{
    color: red;
    background-color: white;
}

td{ padding: 0.2em 0.5em; }

b{ font-weight:bold; }
    

/* CALENDARS --------------------------------------------------------------------------------------------------------------------------------*/
.calendar img{
    border: 0px;
    
}
.calendar{
    float: right;
}
#calDiv{
    position: absolute;
    visibility: hidden; 
    background-color: white; 
    z-index: 1000;
}

#calDiv .cpYearNavigation,.cpMonthNavigation { 
    background-color:#C0C0C0; 
    text-align:center; 
    text-decoration:none; 
    color:#000000; 
    font-weight:bold; 
}
#calDiv .cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText{ font-family:arial; font-size:8pt; }
#calDiv TD.cpDayColumnHeader { text-align:right; border: solid thin #C0C0C0; border-width:0px 0px 1px 0px; }
#calDiv .cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{ text-align:right; text-decoration:none; }
#calDiv .cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled { color:#D0D0D0; text-align:right; text-decoration:line-through; }
#calDiv .cpCurrentMonthDate, .cpCurrentDate { color:#000000; }
#calDiv .cpOtherMonthDate { color:#808080; }
#calDiv TD.cpCurrentDate { color:white; background-color: #C0C0C0; border-width:1px; border:solid thin #800000; }
#calDiv TD.cpCurrentDateDisabled { border-width:1px; border:solid thin #FFAAAA; }
#calDiv TD.cpTodayText, TD.cpTodayTextDisabled { border:solid thin #C0C0C0; border-width:1px 0px 0px 0px;}
#calDiv A.cpTodayText, SPAN.cpTodayTextDisabled { height:20px; }
#calDiv A.cpTodayText { color:black; }
#calDiv .cpTodayTextDisabled { color:#D0D0D0; }
#calDiv .cpBorder { border:solid thin #808080; }
#calDiv td{ padding: 0; }

/*.collapsable{ cursor:pointer; }*/
.collapsed{ display: none; }

/* HEADER ---------------------------------------------------------------------------------------------------------------------------*/

#header{
    height: 90px;
    background-color: #99b9cc;
    background-image: url('../images/logo.jpg');
    background-repeat:no-repeat;
    background-position: top left;
    position: relative;
}

.menu{
    position: absolute;
    bottom: 2px;
    right: 10px;
}

.menu li{
    float: left;
    margin-left: 4px;
}

.menu li:hover{ background-color: #004354; }

.menu li a{
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    padding: 2px 4px 0px 4px;
}

/* SEARCHBOX ---------------------------------------------------------------------------------------------------------------------------*/

#searchBox{
    border: 1px solid #8bafb6;
    background-color: #FFFFFF;
    width: 98%;
    margin: 0.5em auto;
    position: relative;
}

.headerBar{
    width: 100%;
    background-image:url('../images/querybarbg.gif');
    height: 24px;
    text-align: left;
    position: relative;
    display: block;
    clear: both;
}

.headerBar *{ 
    float: left; 
    margin: 0em 0.5em;
    line-height: 24px;
}

.headerBar input{ 
    line-height: 1em;
    height: 1.7em;
    margin: 2px 2px 0px 0px;
}

.headerBar .right{ float: right; }

/* BOOLEAN SEARCH -----------------------------------------------------------------------------------------------------------------------------*/

#searchBox .boolSearch{
    width: 100%;
    margin: 0.5em 0em;
    text-align: center;
}

#searchBox .boolSearch .wide{
    width: 70%;
}

#searchBox #searchFieldsItem{
    margin: 0.5em 1em;
    padding: 0.5em 1em;
    text-align:left;
    border: 1px solid;
}

#searchBox #searchFieldsItem h3{
    display: inline;
}

#searchBox .code{
    /*font-family: courier;*/
    font-size: 1.2em;
    text-indent: 1em;
    /*font-weight: bold;*/
    margin: 0.5em;
}

#searchBox .searchFields th{
    border-bottom: 1px solid;
    text-align: center;
    font-weight: bold;

}
#searchBox .searchFields{
    margin: 0.5em;
}

#searchBox .searchFields td{
    padding: 0em 1em;
}
#searchBox .searchFields select{
    width: auto;
    text-align:left;
    float: none;
}


/* FORM SEARCH  -----------------------------------------------------------------------------------------------------------------------------*/

#searchBox .formSearch{
    width: 98%;
    margin: 0.5em auto;
    clear:left;
}

#searchBox .formSearch h3{
    clear:left;
    width: 100%;
    background-color: #DBEFF6;
    margin: 2px auto;
}

#searchBox .formSearch .item, .errorlist{
    float:left;
    margin: 0px 0px 8px 0px;
    width: 16em;
    height: 1.5em;
    text-align: left;
    position: relative;
}

#searchBox .formSearch .item input, select{
    float:right;
    width: 7em;
}

#searchBox .formSearch .item input, select .vDateField{
    width: 5em;
}

#searchBox .formSearch .item p{
    margin-right: 0.5em;
    float: right;
    /*width: 10.5em;*/
    height: 1.5em;
    /*overflow: hidden;*/
    text-align:right;
}


#searchBox .formSearch .item .integer{
    width: 3em;
}

#searchBox .errorList{
    border: 1px solid red;
    padding: 0px 0px 0px 5px;   
    line-height: 125%;
}

#searchBox .submitButton{
    clear: both;
    text-align:right;
    width: 100%;
}

/* NEWS LISTING / GENERIC PAGE ---------------------------------------------------------------------------------------------------------------*/
#pageBox{
    border: 1px solid #888888;
    background-color: #FFFFFF;
    width: 98%;
    margin: 0.5em auto;
    position: relative;
    color: #222222;
}
#pageBox .textBox{
    margin: 1em;
}
#pageBox .textBox h1{ font-weight:bold;}
#pageBox .textBox h1,h2{ margin-bottom: 0.5em;}
#pageBox .textBox h2{ text-decoration: underline; }
#pageBox .textBox p{ margin: 0.5em 0em; }
#pageBox .headerBar{ background-image: url('../images/newsbarbg.gif'); }

.newsItem{
    width: 98%;
    margin: 1em auto;
}

.newsTitleBox{
    margin-bottom: 0.5em;
    border-bottom: 1px solid #8bafb6;
}

.newsTitleBox h1{
    font-weight: bold;
}

.newsTitleBox p{
    float: right;
    line-height: 24px;
}

/* SESSION PREVIEWS -------------------------------------------------------------------------------------------------------------------------*/
#pageBox .previewBox .attr, .previewImg{ 
    float: left;
    display: block; 
    margin-right: 1em;
    margin-bottom: 0.5em;
}

#pageBox a{
    color: #333333;
}
/*#pageBox .previewBox hr{ margin: 1em 0em;}*/
#pageBox .previewBox{ margin: 0em 1em; }
#pageBox .previewBox b{ font-weight:bold; margin-right: 0.5em; }
#pageBox .previewBox h1{
    font-size: 14px; 
    width: 100%;
    clear: both; 
    font-weight:bold;
    border-bottom: 1px solid;
    margin: 0.5em 0em;
}

.clearer{
    clear:both;
}

#player{
 width:320px; 
 height:264px;
}
/* SEARCH RESULTS ---------------------------------------------------------------------------------------------------------------------------*/
#searchResults{
    border: 1px solid #3c2800;
    background-color: #FFFFFF;
    width: 98%;
    margin: 0.5em auto;
    position: relative;
}

#searchResults *{ color: #3c2800; }

#searchResults .session{
    width: 99%;
    margin: 3px auto;
}

#searchResults h2, h3{ font-weight: bold; }
#searchResults .session ul{ margin-left: 2%; }
#searchResults .session .headerBar input{ margin-top: 0.4em}
#searchResults .headerBar{ background-image: url('../images/resultbarbg.gif'); }

#searchResults .session .headerBar{ 
    overflow: hidden;
    margin: 0em auto; 
    border: 1px solid #3c2800;
    background-color: #ffcc66;
    background-image:none;
    height: 2em;
}

#searchResults .subjects    .headerBar{ background-color: #ffdd99; }
#searchResults .tracks      .headerBar{ background-color: #ffeecc; }
#searchResults .annotations .headerBar{ background-color: #fffbf2; }

.noResults{
    margin: 4em;
    font-weight: bold;
    font-size: 16px;
}

#searchResults .invisible{
    color: #FF0000;
}
/* FOOTER ---------------------------------------------------------------------------------------------------------------------------*/
#footer{
    background-color: #99b9cc;
}

#footer img{
    margin: 1em 0.5em 0.5em 0.5em;
    border: 0;
    
}

/* PROGRESS BAR */

.progressBar{
    display: block;
    border: 1px solid;
    width: 40em;
    height: 2em;
    padding: 0;
    position: relative;
}

.progressBar .bar{
    width: 5%;
    height: 100%;
    background-color: #77FF77;
    position: absolute;
    top: 0em;
    left: 0em;
    
}

.progressBar .text{
    width: 100%;
    position: absolute;
    top: 0em;
    left: 0em;   
    text-align: center; 
}




