﻿html, body 
{
    margin:5;
    padding:0;
}

body
{
    text-align:center;
    font-family: Verdana;
    font-size: 11px;
    color: #7C7C7C;
}

#container
{
    margin:0 auto;
    width:762px;
    text-align:left;
}


    td#Top
    {
        background-image: url(images/bgorta.jpg);
        background-repeat: repeat-y;
    }
    
    td#Green
    {
        height: 12px;
        background-color: #22C900;
        border-right:solid 1px #686868; /* Right Gray Border */
        border-left:solid 1px #686868; /* Left Gray Border */
    }



/* Sub Menu */

.SubMenu
{
    margin: 10px; 
}

.SubMenu a
{
    color: #2A9916;
    font-weight: bold;
    text-decoration: none;
}

.SubMenu a:hover
{
    text-decoration: underline;
}


/** Form Controls */

.textbox
{
    border: solid 1px #7C7C7C;
    font-size: 11px;
    font-family: Verdana;
}


/** Cms Area */

li {
	list-style-image:  url("images/li.jpg");
}

table.green 
{
    background-image: url(images/tbg.png);   background-repeat: repeat-x;
    background-color: #e1f2cc;
    background-position: center top;
    border-right: #cbe3a5 2px solid;
    border-top: #cbe3a5 2px solid;
    border-left: #cbe3a5 2px solid;
    border-bottom: #cbe3a5 2px solid;    
}

hr
{
    color: #d0e4a7;
}

/***
 *  Standart Tags
 */

a 
{
    font-family: Verdana;
    font-size: 11px;
    color: #7C7C7C;
    text-decoration: none; 
}

a:hover 
{
    text-decoration: underline;       
}

a.NewsItem
{
    text-decoration: none;
    color: #808080;
}

a.NewsItem:hover
{
    text-decoration: underline;
}

.Green
{
    color: #2a9916;
    font-weight: bold;
}

.Blue
{
    color: #0100cc;
    font-weight: bold;
}

.BlueHeader
{
    color: #0100cc;
    font-weight: bold;
    font-size: 12pt;
}

.GreenBorder
{
    border: solid 5px #cbe3a5;
}

.TableWithGrayBorder
{
    border-collapse: collapse;
    border-right: #808080 1px solid;
    border-top: #808080 1px solid;
    border-left: #808080 1px solid;
    border-bottom: #808080 1px solid;
}

.TableWithGrayBorder td
{
    border-right: #808080 1px solid;
    border-top: #808080 1px solid;
    border-left: #808080 1px solid;
    border-bottom: #808080 1px solid;
}