/* 
    Document   : sbs
    Created on : Dec 6, 2012, 9:06:45 AM
    Author     : zhanjes
    Description:
        Purpose of the stylesheet follows.
*/

/* clf3*/

/* main page */

div#Imgs {
    float: right;
    width: 14.5%;
    max-width: 102px;
    margin-right: 0.2em;
}

img.Width{
    width: auto;
}

div.column_2 {
    float: left;
    width:40.2%;
    margin: 0 0.7em 1em 0;
    padding:0;
}

div.last {
    display:block;
}




/*theme page */

#bannerImg {
    height: auto;
    width: auto;
    margin-right: 170px;

}



#formbut01{
    float: right;
    margin-right: 55px;
    font-size: 100%;
    padding: 4px;
}

#searchLab{
    margin-bottom: -20px;
}

#searchDiv{
    margin-bottom: -10px;
}

#navRight{
    margin-right: 1em;
}



/* Result Page */

#Resources {
    border: 1px solid #666;
    margin: 4px 4px 2px -8px;
    padding: 2px;  
}


#submit {
    /*  float: right;
      margin-top: 0.5em;
      margin-right: 33em;
    */
    vertical-align: top;
}




/*#SR {
    margin-top: 0.5em;
    width: 25em;
   
vertical-align: middle;
}

*/



#thead {
    margin-right: 10px;
}

.seeAl {
    float: right; 
    margin-right: 1.4em;


}
.seeH3 {
    color: #222222;    
    text-shadow: 0 1px 1px white;

}

.resource {
    float: right;
    margin-right: 0.5em;
    margin-left: 0.8em;
    width: 69em;
}

div#topblock {
    width: 100%;
    margin-left: 10px;
}

div.results table {
    float: left;
    width: 98.5%;
    border-bottom: rgb(54,120,212) 8px solid;
}

div.pagelinks {
    font-size: 0.9em;
    float: right;
    width: auto;
    white-space: nowrap;
    margin-right: 0.5em;
}

div.pagelinks a img {
    vertical-align: middle;
    border: none;
    margin-bottom: 0.01em;
}


/* theme, subtheme and result page */

#themeImg{
    float: left;
    margin: 0 1em 0 0;
    width: auto;

}

/*subtheme and result page*/


h2#themeH2 {
    padding: 0;
    margin: 0;
}

a.SortLink  {
    color: #fff;
    text-decoration: none;
    /*  background-color: white; */
}

img.SortImg {
    height: 0.85em;
    width: 0.85em;
    margin-bottom: 0px;
}

.Hide {
    display: none;
}



div.pagenum {
    float: left;
    width: auto;
}

h3.heading {
    font-size: 102%;
    display: inline;
    padding-right: 0.3em;
}

.TableHead {
    text-align: left;
}

.TableHeadNoWrap {
    text-align: left;
    white-space: nowrap !important;
}
img.NavImg {
    width: auto;
}

ul.MainList {
    list-style-type: none;
}


li.LeftList {
    float: left;    
    /*  margin: 0 0.7em 1em 0; */
    /*  padding: 0; */
    margin-left: -4em;
    width: 50%;

}

li.RightList {
    float: right;    
    /*   margin: 0 0.7em 1em 0; 
       padding: 0; */
    width: 50%;
}

li.Style {
    list-style-type: disc;
}

/* limits the size of the title cell while displaying the table. Needed to prevent wrapping of the date in the table for English and French; Barbara July 2013*/
.limitSize 
{
width: 730px;
}