body
{
    margin: 0px;
    background-color: #FFFFFF;
}
.PageContainer
{
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
/* Header Container */
.HeaderContainer
{
}

.LogoBG
{
    background-image: url('../Img/Activio/head-top-repeat.jpg');
    background-repeat: repeat-x;
    width: 100%;
}
.Logo
{
    background-image: url('../Img/Activio/activiologo.jpg');
    background-repeat: no-repeat;
    width: 995px;
    height: 118px;
    margin-right: auto;
    margin-left: auto;
}

.SubContentContainer
{
}

/* the Middle Container.*/
.ContentContainer
{
    margin: 0px auto 0px auto; /* Don't change this line if u whant the container to be Centreted */
    background-color: #FFFFFF;
    width: 955px; /* the mid Container Width,this can be changed to disired value. */
    min-height:550px;/* minimum Height is 550px,its expands if the content grows*/
}
.ContentContainerTable
{
    width: 100%;
    height: 100%;
    border-spacing: 0px;
    empty-cells: hide;
}
.MenuContainer
{
    background-color: #444444;
    width: 100%;
    color: #FFFFFF;
    height: 20px;
    padding-top: 5px;
}
.SubMenuContainer
{
    width: 955px;
    margin-right: auto;
    margin-left: auto;
}
.MenuContainerPosition
{
    float:left;
}

.TopFadeContainer
{
    color: #FFFFFF;
    background-repeat: repeat-x;
    background-image: url('../Img/Activio/fade_upper.jpg');
    height: 70px;
}

/* Container for Login, Register & date Atrributes */
.UserContainer
{
    width: 955px;
    height: 50px; /**/
    text-align: right;
    margin-right: auto;
    margin-left: auto;
}
.UserContainerMenu
{
    font-size: 12px;   
    color: #000000;
}
a.UserContainerMenu
{
    text-decoration: none;
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #666666;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    outline:none;

}
a.UserContainerMenu:hover
{
    text-decoration: none;
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #FF3300;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
}



.FooterContainer
{
    margin: 0px;
    background-repeat: repeat-x;
    background-image: url('../Img/Activio/footbar-repeat.jpg');
    background-color: #444444;
    width: 100%;
    height: 57px;
    vertical-align: bottom;
}

.FooterImgContainer
{
    background-repeat: no-repeat;
    background-image: url('../Img/Activio/footbar.jpg');
    height: 57px;
    margin-left: auto;
    margin-right: auto;
    width: 955px;
}

.CopyRightContainer
{
    background-repeat: repeat-x;
    background-image: url('../Img/Activio/copyright-fade-repeat.jpg');
    height: 40px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.DateTimeContainer
{
    
    float: right;
    padding-top: 0px;
    padding-left: 10px;
}

.CurrentDate
{
    color: #FFFFFF;
    font-size: 10px;
    font-family: verdana,Arial, Helvetica, sans-serif;
}


.SkinObject
{
    font-size: 10px;
    color: #333333;
    text-decoration: none;
    text-align: center;
}

A.SkinObject:link
{
    text-decoration: none;
    color: #333333;
}

A.SkinObject:visited
{
    text-decoration: none;
    color: #333333;
}

A.SkinObject:hover
{
    text-decoration: underline;
    color: #333333;
}

A.SkinObject:active
{
    text-decoration: none;
    color: #FFFFFF;
}

.Main_DnnMenu_Control
{
    outline:none;
}

.Main_DNNMenu_ContainerSub
{
    background-color: #dddddd;
    border-right: solid 1px #444444;
    border-bottom: solid 1px #444444;
    border-top: solid 1px white;
    border-left: solid 1px white;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    padding: 1px 1px 1px 1px;
}
.Main_DNNMenu_NodeRoot
{
    cursor: pointer;
    cursor: hand;
    color: #FFFFFF;
    font-size: 11pt;
    font-style: normal;
    font-family: Tahoma, Arial, Helvetica;
    background-color: Transparent;
    white-space: nowrap;
    padding: 0px 10px 0px 5px;
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #666666;
}
.Main_DNNMenu_Node td
{
    cursor: pointer;
    cursor: hand;
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    font-family: Tahoma, Arial, Helvetica;
    background-color: Transparent;
    white-space: nowrap;
    padding: 1px 3px 3px 1px;
}
.Main_DNNMenu_NodeHover
{
    text-decoration: none;
    color: #FFFFFF;
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #FF3300;
}
.Main_DNNMenu_NodeHover td
{
    background-color: #666666;
    color: #FFFFFF;
    text-decoration: none;
}

.clearfloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
/******  This Sections of Css class styles is for the Flash Detection function for the calender *****/
/* FLASH DETECT */

.FeedoFlashDetect
{
    /* Flash attention messagebox background **/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    text-decoration: none;
    border: 1px none #C0C0C0;
    text-align: center;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../Img/FlashDetectImg/flashdetectbg.png');
    background-repeat: no-repeat;
    height: 300px;
    line-height: 20px;
    color: #FFFFFF;
}
.FeedoFlashDetect p
{
    padding: 10px 20px 10px 20px;
}
.FeedoGetFlashButton
{
    /* This show the get flash image button when dnn detects no flash plugin installed on the browser */
    background-image: url('../Img/FlashDetectImg/get_adobe_flash_player.png');
    background-repeat: no-repeat;
    width: 158px;
    height: 39px;
    cursor: pointer;
    text-decoration: none;
   /* centrating the button */
    margin-right: auto;
    margin-left: auto;
}

/*END FLASH DETECT */