
/* 
    BINSCORNER.CSS
 */
body
{
    color: #333333;
    font-family: helvetica, verdana;
    font-size : 80%;
    margin:0px;
    padding: 0 0 0 320px;
    background: url('bg.jpg') repeat-x top left;
}

/* Fixed sidebar - from http://limpid.nl/lab/css/fixed/left-sidebarhttp://limpid.nl/lab/css/fixed/left-sidebar */
div#left-sidebar    {
    position:absolute;
    top:0;
    left:0;
    padding: 5px;
    width:320;
    height:100%;
    background: url('bg.jpg') repeat-x top left;
    border-right: solid 1px #236685;
}

 @media screen{
  body>div#left-sidebar{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
  padding-left: 320px;
 }
/* end - Fixed Sidebar */

div#left_body
{
    width: 640px;
}

#hd
{
    padding-top: 15px;
    padding-bottom: 15px;
}

table
{
    font-size : 100%;
}

table tr td
{
    border: none;
}

h1, h2, h3, h4
{
    margin-bottom: 2px;
}

h1
{
    font-size : 150%;
}

h3
{
    font-size: 120%;
}

a
{
    color: #236685;
}

#linksbar
{
    border-bottom: solid 1px #bfe8f7;
    border-top: solid 1px #bfe8f7;
    padding: 5px;
    text-align: center;
    margin-bottom: 2px;
}

#linksbar a
{
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.paddedlink
{
    padding-top: 2px;
    padding-bottom: 4px;
}

textarea
{
    width: 100%;
}



#ratingcontrol table tr td
{
    margin: 0px;
    padding: 2px;
}


.border_block
{
    border: solid 1px #d6ecfa;
    padding: 10px;
    vertical-align: top;
    margin-top: 5px;
}

.border_block h3
{
    background-color: #d6ecfa;
    margin: 0px;
    padding: 3px;
    margin-bottom: 10px;
}

/* 
    EXTRA.CSS
 */

div.border
{
    border: solid 2pt #bfe8f7;
}

div.padded
{
    padding: 10pt;
    margin-top: 10pt;
    margin-top: 10pt;
}

div.padded h3
{
    padding-top: 0px;
    margin-top: 0px;
}

div.padded div
{
    padding-top: 3pt;
    margin-top: 3pt;
    
}

div.highlight
{
    background-color: #e5f3fe;
}

div.center
{
    text-align:center;
    align:center;
}

div.para
{
    padding-top: 4pt;
    margin-top: 4pt;
}

span.button
{
    border-top: solid 1px silver;
    border-left: solid 1px silver;
    border-bottom:solid 1px #666666;
    border-right: solid 1px #666666;
    padding-left: 5pt;
    padding-right: 5pt;
    background-color: #236685;
    color: white;
}

span.button a
{
    color: white;
    text-decoration: none;
}

h2
{
    color: #666666;
    font-size: 240% !important;
}

h2.error
{
    color: red;
    font-size: 240%;
}

table.full
{
    width: 100%;
    padding-top: 10pt;
    margin-top: 10pt;
    background-color: blue;    
}

table.full tr th
{
    background-color: #236685 !important;
    color: white;
    text-align:left;
}

table.full tr th, table.full tr td
{
    border: none;
    background-color: white;
    font-weight: normal;
    border: solid 1px silver;
}

table.cellborder tr th
{
    border-bottom: solid 1px silver;
    background-color: #666;
    color : #eee;
    font-weight : bold;
    text-align: left;
}
table.cellborder tr td
{
    border-bottom: solid 1px  #bfe8f7;
    background-image: url('bg.jpg');
    background-position: 0px -90px;
}

table.padded tr td, table.padded tr th
{
    padding : 10px;
}

div.fadebg
{
    background-image: url('bg.jpg');
    background-position: 0px -90px;
    border-bottom: solid 1px #bfe8f7;
    padding: 5px;
}

div.fadebg table
{
}

div.warning
{
    border: solid 1px #ff4444;
    background-color: #ffcccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.warning input
{
    font-size: 12pt;
    font-family: helvetica;
    color: #666666;
}

#site_footer
{
    border-top: solid 3px #333333;
    width: 100%;
    background-color: #666666;
    color: #eeeeee;
    padding-top: 10pt;
    padding-bottom: 30pt;
    margin-top: 100px;
}

#site_footer a
{
    color: white;
    
}

img.noborder
{
    border: none;
}

a.small
{
    font-size: 80%;
}

input.color-button
{
    font-size: 12pt;
    padding: 3pt;
}

table.border tr td
{
    border-bottom: solid 1px silver;
}

