﻿body
{
    behavior:url(../style/hover.htc);
    margin:0 auto;
    font-family:Arial, Helvetica, Verdana;
    background:transparent url(../images/body_content.jpg) repeat-x;
    }


    img.noborder
    {border:0px;}
    .floatleft
    {float:left;}
    .floatright
    {float:right;}
    .clear
    {clear:both;height:10px}


.button,.button:hover
{
    border:solid #d43414;
    background:#d63310 url(../images/button.gif) no-repeat right;
    color:#fff;
    cursor:pointer;
    text-decoration:none;
    display:inline-block;
    font-weight:normal;
    font:12px;
    }
input.button
{
    border:1px;
    padding:1px 4px;
    color:#fff;
    font-weight:normal;
    font:12px;
    }
.content a.button,
.content a.button:hover
{
    border:2px;
    padding:2px 11px;
    color:#fff;
    font-weight:normal;
    text-decoration:none;
    font:12px;
    }
    
.content{color:#004f57;}
    
.content a
{
    color:#004f57;
    text-decoration:underline;
    font-weight:bold;
    }
.content a:hover
{
    color:#004f57;
    text-decoration:none;
    }

    
.content h2
{
    font-size:17px;
    padding:0px 0px 8px 0px;
    margin:25px 0px 16px 0px;
    background:#fff url(../images/border_red.gif) repeat-x bottom;
    }  
.content h3,h5,h6,h7
{
    font-size:1.0em;
    margin:0 0 5px 0;
    }
.content h4
{
    font-size:1.3em;
    margin:0 0 5px 0;
    color:#d2340f;
    }
.content p
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 12px 0px;
    }
.content .red
{
    color:#e32f18;
    }
.content .grey
{
    color:#666;
    }

.content img
{
    border:0;
    float:left;
    margin:0 10px 10px 0px;
    }
.content a img
{
    border:1px solid #e32f18;
    }
.content a:visited img
{
    border:1px solid #d2340f;
    }
.content img.contentimg
{
    width:166px;
    height:307px;
    float:right;
    }
    
.content a img.noborder,
.content a:visited img.noborder
    {border:0px;}
    
    
    
        
.controls  a.pagenr
{
    text-decoration:underline;
    color:#000;
    font-size:0.9em;
    display:inline;
    margin:0 6px;
    }
.controls  a.pagenr:hover
{
    text-decoration:none;
    color:#000;
    }
.controls  a.current
{
    text-decoration:none;
    color:#d63310;
    display:inline;
    margin:0 6px;
    }
.controls  a.greyedout
{
    border:2px solid #d43414;
    background:#d63310 url(../images/button.gif) no-repeat right;
    color:#fff;
    cursor:pointer;
    text-decoration:none;
    display:inline-block;
    padding:2px 11px;
    /* for IE */
    filter:alpha(opacity=30);
    /* CSS3 standard */
    opacity:0.3;
    /* for Mozilla */
    -moz-opacity:0.3;
    cursor:default;
    }

