/* dotWidget CMS :: templates/CleanGreen/template.css */
BODY {
        font-family : Verdana, Arial, sans-serif ;
        font-size : 9pt;
        color: Black;
        background-color: #F4F6F5;
        background-image: url("/pictures/bkgrn.jpg");
    }
img {
border: 1px solid #34689A;
}

P {
        font-family : Verdana, Arial, sans-serif ;
        font-size : 9pt;
        color: Black;
    }

TD {
        font-family : Verdana, Arial, sans-serif ;
        font-size : 9pt;
        color: Black;
    }

A  {
        font-family : Verdana, Arial, sans-serif ;
        font-size : 8pt;
        text-decoration: none;
        color: #104FB8;
    }

A:HOVER  {
        text-decoration: underline;
        color: #104FB8;
        font-weight : bold;
    }

.SHADED {
        width: 750px;
        background-color: #E2E2E2;
        border: none;

        text-align: left;
        }
.FOOTER {
        width: 750px;
        background-color: #E2E2E2;
        border: none;
        background-image:url("http://www.pts.be/images/menubar.jpg");
        text-align: center;
        }
        
        
.SHADEDTITLE {
        width: 750px;
        height: 39px;
        background-image:url("http://www.pts.be/images/header.jpg");
        border: none;

        text-align: left;
        }

.NOTSHADED {
        width: 750px;
        background-color: #E2E2E2;
        border: none;

        text-align: left;
        }

.SITENAME {
        font-family : Verdana, Arial, sans-serif;
        font-size : 16pt;
        font-weight : bold;
        color : #F22500;
        letter-spacing: .5em;
        text-decoration: none;

        }

.MAINMENU {

      /*  background-color: #E2E2E2;   */
        background-image:url("http://www.pts.be/images/menubar.jpg");
        width: 100%;
        text-align: center;
        }

.MENUTABLE {
      /*  background-color: #E2E2E2;   */
        background-image:url("http://www.pts.be/images/menubar.jpg");
        width: 100%;
        text-align: center;

        }

.MAINMENUITEM {
        font-family : Verdana, Arial, sans-serif;
        font-size : 10pt;
        font-weight: bold;
        color : #104FB8;
        }

.CONTACTUSLINK {
        font-family : Verdana, Arial, sans-serif ;
        font-size : 9pt;
        font-weight: bold;
        color : #104FB8;
        margin: 3px 10px 2px 2px;
        }

.BREADCRUMBS {
        background-color: #E2E2E2;
        width: 700;
        margin: 5px 3px 4px 3px;
        padding: 3px 3px 3px 3px; 
        }

.BREADCRUMBITEM {
        font-family : Verdana, Arial, sans-serif ;
        font-size : 9pt;
        font-weight: bold;
        color: #104FB8;
        }

.PAGETITLE {
        font-family : Verdana, Arial, sans-serif ;
        font-size : 14pt;
        font-weight : bold;
        color : #104FB8;
    letter-spacing: .2em;
        text-decoration: none;
        background-color: #E2E2E2;
        margin: 7px 2px 7px 2px;
        padding: 3px 3px 3px 3px;
        }

.SUBMENU {
        font-family : Verdana, Arial, sans-serif ;
        font-size : 10pt;
        width: 740;
        background-color: #E2E2E2;
        color : #000000;

        }

.SUBMENUITEM {
        font-family : Verdana, Arial, sans-serif ;
        font-size : 10pt;
        color: #104FB8;
        }

.CONTENTAREA {
        background-color: #E2E2E2;
        margin: 3px 2px 10px 2px;
        padding: 3px 3px 3px 3px;
        }

.SEPARATOR {
        font-family : Verdana, sans serif ;
        font-size : 8pt;
        font-weight: bold;
        color : #999999;
        }

.PRINTERFRIENDLYLINK {
        font-family : Verdana, sans serif;
        color: #104FB8;
        }

.EMAILPAGELINK {
        font-family : Verdana, sans serif;
        color: #104FB8;
        }

.SYSMSG {
        font-family : Verdana, sans serif;
        color: #336699;
        font-size: 100%;
        }
