﻿#page
{
    width: 983px;
    font-family: Verdana;
    font-size: 0.8em;
    padding-top: 5px;
    text-align: left;
    margin: auto auto 20px;
    background-color: White;
}
#contentArea
{
    padding-top: 5px;
}
#contentAreaTheme
{
    display: block;
    height: 49px;
}
#contentAreaTheme .theme
{
    float: left;
    height: 49px;
}
#versionInfo
{
    font-size: 10px;
    
}
#theme
{
    /* 	border: solid 1px black; */
}
#theme img
{
    border: 0px;
}
/*----------------------------
						Menu
----------------------------*/
#menu
{
    padding-left: 8px;
    margin-top: -2px;
}
#menu a
{
    color: Black;
    text-decoration: none;
}
#menu a:hover
{
    color: Black;
    background-image: url(  '../images/core/navigation/NavBackGround.PNG' );
    background-position: center bottom;
    background-repeat: no-repeat;
}
/* ------------------------------------------------------------------------------ */
/*                            Left Menu                                           */
/* ------------------------------------------------------------------------------ */
#leftMenu
{
    margin: 0px 0px 20px 0px; /*border: solid 1px Gray; */
    font-size: 12px;
    width: 145px;
    background-image: url(  '../images/core/columns/ColumnLeftBody.PNG' );
    background-position: center 18px;
    background-repeat: no-repeat;
    display: block;
}
#leftMenu a
{
    color: Black;
    text-decoration: none;
}
#leftMenu a:hover
{
    background-image: url(  '../images/core/navigation/NavBackGroundLink.PNG' );
    background-position: center bottom;
    background-repeat: no-repeat;
    text-decoration: none;
}
#leftMenu .header
{
    background-image: url(  '../images/core/columns/ColumnLeftTitle.PNG' );
    background-repeat: no-repeat;
    font-weight: bold;
    margin: 0px;
    height: 18px;
    padding: 2px 0px 1px 0px;
    font-size: 14px;
    text-align: center;
}
#leftMenu .item
{
    padding: 1px 0px 1px 9px;
}
#leftMenu .subItem
{
    padding: 1px 0px 1px 17px;
}
#leftMenu .bottom
{
    background-image: url(  '../images/core/columns/ColumnLeftBottom.PNG' );
    background-repeat: no-repeat;
    height: 16px;
}
/* ------------------------------------------------------------------------------ */
/*                            Column                                              */
/* ------------------------------------------------------------------------------ */
#columnLeft
{
    float: left;
    width: 145px;
    margin: 0px;
    padding: 0px; /*border: solid 1px Green;*/
    display: block;
}
#columnMiddle
{
    float: left;
    width: 574px;
    padding: 0px 20px 0px 30px;
    margin: 0px 0px 0px 0px;
    background-image: url(  '../images/core/columns/ColumnMiddleBody.png' ); /*background-repeat: no-repeat; border: solid 1px Red;*/
    display: block;
}
#columnRight
{
    float: left;
    width: 200px;
    padding: 0px 4px 0px 1px;
    display: block;
    text-align: left; /*border: solid 1px Blue;*/
    display: block;
}
.clear
{
    clear: both;
}
/* ------------------------------------------------------------------------------ */
/*                            WEB PARTS I                                         */
/* ------------------------------------------------------------------------------ */
.WebPart h2
{
    background-image: url(  '../images/core/columns/ColumnRightTitle.png' );
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    height: 18px;
    padding: 0px;
    margin-top: 0px;
}
.WebPart .extension
{
    background-image: url(  '../images/core/columns/ColumnRightExt.png' );
    background-repeat: no-repeat;
    height: 11px;
}
.WebPart .PictureOfTheWeek
{
    text-align: center;
}
.WebPart .Content
{
    padding: 10px 10px 0px 15px;
    background-image: url(  '../images/core/columns/ColumnRightBody.png' );
}
.WebPart p
{
    margin-top: 0px;
}
.WebPart
{
    margin-bottom: 20px;
}
/* ------------------------------------------------------------------------------ */
/*                            WEB PARTS II                                         */
/* ------------------------------------------------------------------------------ */
.WebPart2 h2
{
    background-image: url(  '../images/core/columns/ColumnLeftTitle.PNG' );
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    height: 18px;
    padding: 0px;
    margin-top: 0px;
}
.WebPart2 .extension
{
    background-image: url(  '../images/core/columns/ColumnLeftExt.png' );
    background-repeat: no-repeat;
    height: 9px;
}
.WebPart2 .Content
{
    padding: 0px 10px 0px 15px;
    text-align: justify;
    background-image: url(  '../images/core/columns/ColumnLeftBody.PNG' );
}
.WebPart2
{
    margin-bottom: 20px;
}
/* ------------------------------------------------------------------------------ */
/*                            Footer                                              */
/* ------------------------------------------------------------------------------ */
#footer
{
    font-family: Verdana;
    font-size: 9px;
    color: Gray;
    text-align: center;
    padding: 20px 0px 0px 0px;
}
#footer .email
{
    margin-bottom: -2px;
}
#footer .SilverLight
{
    margin-bottom: -5px;
}
/* ------------------------------------------------------------------------------ */
/*                            Silverlight not Installed                           */
/* ------------------------------------------------------------------------------ */
#SilverLightNI
{
    height: 77px;
    width: 983px;
    background-image: url(  '../images/content/header/HomePage.jpg' );
    background-repeat: no-repeat;
}
#SilverLightNI .Logo
{
    float: left;
}
#SilverLightNI .Info
{
    float: left; padding-left: 50px; color: Blue;
}
#SilverLightNI span
{
  color: Black;
  font-style: italic;
}
#SilverLightNI a:hover
{
    color: Blue;
}
/* ------------------------------------------------------------------------------ */
/*                            Survey                                              */
/* ------------------------------------------------------------------------------ */
#VoteResults .Line
{
    background-color: Gray;
    text-align: right;
    display: block;
    height: 14px;
    color: White;
    font-size: 11px;
    padding-right: 2px;
    font-weight: bold;
}
#VoteResults .Line span
{
    color: white;
    font-weight: normal;
    font-size: 8px;
    font-family: Small Fonts;
}
#VoteResults .VoteOption
{
    margin-top: 3px;
}
#VoteResults .VoteLine
{
    margin-top: 2px;
}

#VoteResults .VoteSummary
{
    margin-top: 2px;
    width: 100%;
    text-align: center;
}
