﻿/* !!!  Core HTML Tags !!! */

    body
    {
        background-repeat: repeat-x;
        background-image: url(images/bg.jpg);
        background-color: #cecece;
        font-family: Arial;
        font-size: 9pt;
    }   
    
    p
    {
        font-family: Arial;
        font-size: 9pt;
    }
    

    h1
    {
        font-size: 14pt;
        color: black;
    }

    h2
    {
        font-size: 13pt;
        font-weight: bold;
        color: #C00418;
    }

    h3
    {
        font-size: 10pt;
        font-weight: bold;
        color: black;
    }

    u
    {
        color: #C00418;
        text-decoration: none;
    }

    hr
    {
        line-height: 1px;
        color: gray;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }
    
    img
    {
        border-color: Black;
    }

    td
    {
        vertical-align: top;
    }

    a:link, a:visited, a:active
    {
        color: #C00418;
        text-decoration: none;
    }

    a:hover
    {
        color: #C00418;
        text-decoration: underline;
    }

    a.headlink, a.headlink:link, a.headlink:visited
    {
        color: gray;
        text-decoration: none;
        font-size: 8pt;
    }

    a.headlink:hover, a.headlink:active
    {
        color: black;
        text-decoration: none;
    }

    ul
    {
        border-style: hidden;
        margin-left: 15px;
    }

    ol
    {
        border-style: hidden;
        margin-left: 22px;
    }

    .Normal
    {
        font-family: Arial;
        font-size: 9pt;
    }

/* !!! Main classes for the whole frame !!!  */
    .FrameTable
    {
        border-top: 0px;
        border-bottom: 0px;
        border-left: 0px;
        border-right: 0px;        
    }
    
    .FrameTop
    {
        background-image: url(images/frametop.gif);
        background-repeat: repeat-x;
        height: 5px;
    }

    .FrameLeft
    {
        background-image: url(images/frameleft.gif);
        background-repeat: repeat-y;
    }
    .FrameRight
    {
        background-image: url(images/frameright.gif);
        background-repeat: repeat-y;
    }

    .FrameBottom
    {
        background-repeat: repeat-x;
        height: 48px;
    }

    .BoxMainContent
    {
        border-collapse: collapse;

        width: 971px;
        background-color: white;
        
        border-top: 0px;
        border-bottom: 0px;
        border-right: 0px;
        border-left: 0px;
        
        border-style: hidden;        
    }
    
    
/* !!! Search Box !!! */

    .BoxSearch
    {
    }
    
    .BoxSearch a
    {
        content: none;
    }
    
    div.searchborder
    {
        width: 215px;
    }

    .BoxLogo
    {
        text-align: right;
    }
    
    .BoxLogo a:before
    {
        content: none;
    }

    .BoxContent
    {
        width: 550px;
    }
    
    .BoxInfos
    {
        width: 190px;
    }

    .BoxFooter
    {
        background-image: url(images/footer.jpg);
        height: 42px;
    }
    
/* !!! Main Menu !!! */
    .BoxMainMenu
    {
        width: 217px;
        height: 246px;
        overflow: hidden;
        
        background-image: url(images/mainmenubackground.jpg);
        background-repeat: no-repeat;

        padding-top: 15px;
        padding-left: 15px;        
    }

    /* Div arround each single menu item*/
    .MainMenuItem
    {
        width: 180px;
        height: 20px;
        
        color: White;
        background-color: transparent;
        
        font-family: Trebuchet MS;
        font-size: 12pt;
        font-weight: normal;
        
        padding-left: 17px;
        padding-bottom: 5px;
    }
    
    /* Style of the menu links */
    .MainMenuItem a
    {
        color: White;
        text-decoration: none;
    }

    .MainMenuItem a:visited
    {
        color: White;        
    }    

    .MainMenuItem a:active
    {
        color: White;        
        font-weight: bold;
    }
    
    .MainMenuItem a:hover
    {
        color: White;
        text-decoration: none;        
    }    

    #WhiteLine
    {
        margin-bottom: 5px;
               
        width: 180px;
        height: 1px;        
        
        background-image: url(images/whiteline.gif);
    }
    
    .BoxSubMenu
    {
        background-color: #eeeeee;
        background-position: top;
        background-repeat: no-repeat;
        background-image: url(images/submenubackground.jpg);
        
        border-style: hidden;
        
        padding-top: 10px;
    }
    
    .rpText
    {
        font-family: Arial;
        font-size: 14px;
        color: #3B3B3B;
        
        margin-bottom: 5px;
        margin-top: 5px;
    }
    
    .RadPanelBar .rpItem
    {
        width: 190px;
        margin-left: 13px;
        border-bottom-style: solid;
        border-bottom-color: #CECECE;
        border-bottom-width: 1px;
    }

    .RadPanelBar .rpRootGroup
    {
        border-style: none;
    }

    .RadPanelBar .rpOut
    {
        border-style: none;
    }

    .RadPanelBar .rpLink
    {
        border-style: none;
    }
    

/* !!!  Space for text !!! */

    .contentplaceholder
    {
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

/* !!! Blog Module !!! */
    
    h2.BlogTitle, div.BlogHead  h2.BlogTitle, div.BlogHead h2.BlogTitle a, div.BlogHead h2.BlogTitle a:link, div.BlogHead h2.BlogTitle a:visited, div.BlogHead h2.BlogTitle a:active, div.BlogHead h2.BlogTitle a:hover
    {
        font-size: 13pt;
        font-weight: bold;
        color: #C00418;
        font-family: Arial;
        text-decoration: none;
    }
    
    .BlogContent a
    {
        font-size: 9pt;
    }
    
    
/* !!!  Twitter Control !!! */

    .twitterheader
    {
	    color: White;
	    font-family: Arial;
	    font-size: 9pt;
	    font-weight: bold;
    }

    .twitterheader a
    {
	    color: white;
	    text-decoration: none;
    }
    
    .twitterbox
    {
	    border: 1px solid #77B5D2;
	    width: 300px;
    }
    
    .twitteritem
    {
	    font-family: Arial;
	    font-size: 9pt;
    }
    
    .twitteritem a
    {
	    color: #C00418;
	    text-decoration: none;
    }
    .twitteritem a:hover
    {
	    color: #C00418;
	    text-decoration: underline;
    }
    
    .twitterdate
    {
        font-weight: bold;
	    font-size: 10px;
	    font-family: Arial;
	    padding: 2px;
    }
    
    .twitterimage
    {
        padding-right: 5px;
    }

