﻿body
{
    margin:0px;
    padding:0px;
/*
    background-image:url('../images/design/BackgroundMain.png');
    background-repeat:repeat;
*/
    background-image:url('../images/design/BackgroundMainOuter.png');
    background-repeat:repeat-y;

    height:100%;
    
    font-family:Tahoma;
    font-size:11px;
}

a
{
	text-decoration:none;
}

img
{
    border-style:none;
    border-width:0px;
}

/*
DESIGN CLASSES
*/
.modalBackground
{
    /*
    filter: alpha(opacity=70);
    background-color:Gray;
    */
    background-image:url('../images/design/ModalBackground.png');
    background-repeat:repeat;
    z-index:99999;
}

/*
DESIGN ID ELEMENTS
*/
#ContainerBanner
{
    background-image:url('../images/design/BackgroundBanner.png');
    background-repeat:no-repeat;
    background-position:left;
    
    width:942px;
    height:107px;
}

.ContainerColumn1
{
/*
    background-image:url('../images/design/BackgroundMainInner2.png');
    background-repeat:repeat-y;
    background-position:left;
*/
}

#ContainerMain
{
    width:942px;
    height:100%;
    vertical-align:top;
}

#ContainerTop
{
    background-image:url('../images/design/BackgroundTop.png');
    background-repeat:no-repeat;
    background-position:left;
    
    width:942px;
    height:92px;
}

/*
DESIGN CLASSES
*/

/*
TEXT DESIGN
*/

.MenuItem
{
    font-family:Tahoma;
    font-size:11px;
    color:#33ff00;
}
