@import url("css/menu.css");
@import url("css/HouseMenuNav.css");
@import url("css/home.css");

/* ControlPanel style */
.ControlPanel
{
    background: #FFFFFF url(img/cpanel_center.png) repeat-x bottom left;
    border: none;
    padding-bottom: 10px;
}

.cpanel_left
{
    background: #FFFFFF url(img/cpanel_left.png) no-repeat bottom right;
    width: 33px;
}

.cpanel_right
{
    background: #FFFFFF url(img/cpanel_right.png) no-repeat bottom right;
    width: 33px;
}

/***** Body and main container *****/

body
{
    background-color: #D4D6D9; /* #FFFFFF */
    border-width: 0px;
    margin: 0;
    padding: 0;
    font-family: Arial,sans-serif;
    color: #555555;
    text-align: left;
}

#wrap
{
    background: #ffffff;
    color: #404040;
    margin: 0 auto;
    width: 100%;
}

#bg_left
{
    background-repeat: repeat-y;
    background-image: url('img/bg_left.png');
    width: 20px;
    min-width: 20px;
}

#bg_right
{
    background-repeat: repeat-y;
    background-image: url('img/bg_right.png');
    width: 20px;
    min-width: 20px;
}

#bg_bottom_left
{
    background-repeat: no-repeat;
    background-image: url('img/bg_bottom_left.png');
    width: 40px;
    min-width: 40px;
}

#bg_bottom_right
{
    background-repeat: no-repeat;
    background-image: url('img/bg_bottom_right.png');
    width: 39px;
    min-width: 39px;
}


#bg_bottom
{
    background-repeat: repeat-x;
    background-image: url('img/bg_bottom.png');
}

.template_style
{
    width: 970px;
    margin: 0 auto;
}

/***** Various tags *****/

a:link
{
    text-decoration: none;
    color: #286ea0;
    background-color: inherit;
}

a:visited
{
    color: #5BA3D7;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: #286ea0;
    background-color: inherit;
}
a:active
{
    text-decoration: none;
    color: #286ea0;
    background-color: inherit;
}
a img
{
    border: 0;
}

p
{
    margin: 0 0 1.4em 0;
}

/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{
    font-size: 12px;
    font-weight: normal;
}

.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold;
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000;
}
h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: bold;
    color: #003366;
}

/****** Header *****/

#header
{
    padding: 0;
    margin-bottom: 10px;
    border-top: 1px solid #D4D6D9;
    font-size:12px;
}

#header a
{
    font-size: 12px;
    font-weight: bold;
}

#header table
{
    width: 100%;
}

#frontphoto
{
    border: 0;
}

#logincontainer
{
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
    padding-top: 4px;
    width: auto;
}

#languagecontainer
{
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
    padding-top: 3px;
}

.toppaneleft
{
    width: 12px;
    background-image: url('img/toppane_r1_c1.png');
    background-repeat: no-repeat;
}

.toppanemiddle
{
    background-image: url('img/toppane_r1_c2.png');
    padding-right: 2px;
    padding-left: 5px;
    padding-bottom: 3px;
    text-align: center;
}

.toppaneright
{
    width: 12px;
    background-image: url('img/toppane_r1_c4.png');
    background-repeat: no-repeat;
}

/***** Left sidebar *****/

#leftside
{
    padding-left: 0px;
    padding-right: 0px;
    width: 160px;
    vertical-align: top;
    height: 1px;
}

#leftside li
{
    font-size: 12px;
}

#leftside li li
{
    font-size: 10.8px;
}


.announce
{
    vertical-align: top;
    clear: left;
    margin: 10px 0 10px;
    padding: 7px 5px;
    width: 146px;
    background-color: #f4f4f4;
    color: #505050;
    border-left: 4px solid #cccccc;
    line-height: 1.5em;
}

.announce p
{
    margin: 10px 0 0;
    padding: 0;
    font-size: 10.8px;
}

.announce .SubHead
{
    font-size: 10.8px;
}

/***** Right sidebar *****/

.RightPane
{
    vertical-align: top;
    padding: 0px 10px 0px 10px;
    width: 160px;
}

.RightPane p, .RightPane ul
{
    margin: 0 0 16px;
    padding: 0;
}

.RightPane p, h1, h2
{
    font-size: 0.9em;
    line-height: 1.4em;
}

.RightPane li
{
    list-style: none;
    line-height: 1.2em;
    margin: 0 0 6px 0;
    padding: 0;
}

.RightPane ul ul
{
    margin: 6px 0 0 10px;
    padding: 0;
}

.RightPane ul ul li
{
    margin: 0 0 4px 0;
}

.RightPane ul ul li a
{
    font-size: 1.1em;
    font-weight: normal;
}

.RightPane #extras h3
{
    color: #505050;
    background-color: inherit;
    font-size: 1.2em;
    margin: 0 0 8px;
    padding: 0;
}

/***** Main content *****/

#logo
{
    vertical-align: bottom;
    padding: 10px 10px 0px 13px;
}

#content
{
    margin: 0 10px 0px 10px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 0 10px 0px 10px;
}

#content h1, #content h2
{
    font-size: 15px;
    margin: 0 0 10px;
}

#content h3
{
    font-size: 12px;
    margin: 0 0 8px;
}

#content img
{
}

#content ul, #content ol
{
    margin: 0 0 16px 20px;
    padding: 0;
}

#content ul ul, #content ol ol
{
    margin: 0 0 0 16px;
    padding: 0;
}

/***** Footer *****/

.footcontainer
{
    margin: 0px 10px 5px 10px;
    border-top: 1px solid #e0e0e0;
    padding: 0px 10px 5px 10px;
}

#footer
{
    color: #808080;
    vertical-align: top;
    padding-bottom: 10px;
    width: 100%;
}

#footer td
{
    vertical-align: top;
    width: 25%;
    padding-left: 15px;
    padding-right: 12px;
}

#footer p
{
    margin: 0;
    padding: 0 10px 0 10px;
}

#footer a:first-child
{
}

#footer a
{
    color: #286EA0;
    background-color: #ffffff;
    text-decoration: none;
    font-size: 10.8px;
    font-weight: normal;
}

#footer a:hover
{
    text-decoration: underline;
}


/***** Various classes *****/

.left
{
    margin: 3px 10px 2px 0;
    float: left;
}

.right
{
    margin: 2px 0 2px 10px;
    float: right;
}

.textright
{
    text-align: right;
}

.center
{
    text-align: center;
}

.small
{
    font-size: 0.8em;
}

.bold
{
    font-weight: bold;
}

.postinfo
{
    background-color: #f4f4f4;
    border-left: 4px solid #cccccc;
    color: #606060;
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 1px 0 20px;
    padding: 8px 5px 8px 8px;
}

.clearing
{
    clear: left;
    padding: 0;
    margin: 0;
    visibility: hidden;
}

.hide
{
    display: none;
}

.DNNEmptyPane
{
    width: 0;
    padding: 0;
    margin: 0;
}

.sidebarbox
{
    float: right;
    font-size: 80%;
/*    border: 1px gray dotted;  */
    padding: 1em;
    margin-left: 10px;
/*    background-color: #f0f0f0;    */
}