@import url("../../../../resources/shared/stylesheets/dnn-layouts.css");

body
{
    padding: 0;
    font: 76% Verdana, Tahoma, Arial, sans-serif;
    color: #666;
    height: 100%;
}



/* Reset DNN Styles */
/* Various tags */

a:link, a:visited
{
    text-decoration: underline;
    font-weight: bold;
    color: #06c;
    font: 100% Verdana, Tahoma, Arial, sans-serif;
}

a:hover
{
    text-decoration: underline;
    color: #06c;
    font: 100% Verdana, Tahoma, Arial, sans-serif;
}

a:active
{
    text-decoration: none;
    font-weight: bold;
    color: #f60;
    font: 100% Verdana, Tahoma, Arial, sans-serif;
}

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-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #5f5f5f;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold;
}
.NormalRed
{
    font-weight: bold;
    color: #f00;
}
h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: bold;
    color: #665;
}

/* End of DNN Reset Styles */


#dnn_ContentPane .Normal
{
    line-height: 1.7em;
}

#dnn_ContentPane h1
{
    font-size: 2em;
    margin: 0 0 15px 0px;
}
#dnn_ContentPane h2
{
    margin: 0 0 10px 0;
    color: #665;
    line-height: 1.2em;
    font-size: 1.6em;
}
#dnn_ContentPane h3
{
    font-size: 1.3em;
    color: #665;
}


/* Style Left and Right Pane Content */

/* Add some space at the top of the left and right panes */
#dnn_LeftPane, #dnn_RightPane
{
    margin-top: 10px;
}

#dnn_LeftPane h1, #dnn_LeftPane h2,
#dnn_RightPane h1, #dnn_RightPane h2
{
    font-size: 140%;
    margin: 0 0 8px;
    padding: 0;
}
#dnn_LeftPane h3,
#dnn_RightPane h3
{
    font-size: 110%;
    margin: 0 0 8px;
    padding: 0;
}

#dnn_RightPane .Normal, #dnn_RightPane .Head,
#dnn_RightPane h1, #dnn_RightPane h2, #dnn_RightPane h3
{
    color: #fff;
}

#dnn_RightPane .Normal
{
    font-size: 90%;
}

/* Positioning Search Token */
#search
{
    position: absolute;
    top: 12px;
    right: 0;
    margin: 0 15px 0 0;
}

/* Positioning Login Links */
#loginlinks
{
    position: absolute;
    top: 75px;
    right: 0;
    margin: 0 13px 0 0;
}



#breadcrumbs
{
    margin: 10px 0 10px 15px;
}

/* Style content in footer area */
#footer
{
    clear: both;
    padding: 15px;
    background-color: #333;
    color: #999;
    font-size: 90%;
}

#footer a
{
    color: #ecd5b1;
}

#footer a:hover
{
    text-decoration: underline;
    color: #fff;
}
/* Nav Menu */

#menu 
{
    color: #fff;
    height: 35px;
    background: #4e4e4e url(img/menu_grad.jpg) repeat-x;
    font: bold 100% Tahoma, Arial, Sans-Serif;
    text-transform: capitalize;
    padding: 0 0 0 50px;
    margin-top: 10px;
}

/* The Namespace Class = .NavMenu */

/* CSSNodeRoot */
.NavMenu .root
{
    border-right: 1px solid #fff;
    padding: 11px 10px 10px 10px;
    float: left;
    text-align: center;
}

/* NOTE: no space between root and hover classes */
/* Menu Node Hover Root */
/* #66b751 */
.NavMenu .root.hov
{
    float: left;
    background: #699fd5 url(img/menu_hover.jpg) repeat-x;
}

/* Menu Node Selected Root */
.NavMenu .root.sel
{
    border-right: 1px solid #fff;
    padding: 11px 10px 10px 10px;
    float: left;
    text-align: center;
    background: #699fd5 url(img/menu_selected.jpg) repeat-x;
}
    
/* Sub Menu Container */
.NavMenu .m
{
    border: 1px solid #777;
    border-top: 0;
    z-index: 1000;
}

.NavMenu .m td 
{
    background: #4e4e4e url(img/menu_grad.jpg) repeat-x;
    padding: 5px 5px 5px 5px;
    margin: 0;
    text-align: left;
}

/* Sub Menu Hover */
/* NOTE: There is a space between submenu and hover classes */
.NavMenu .m .hov td
{
    background: #699fd5 url(img/menu_hover.jpg) repeat-x;
}

/* Sub Menu Selected */
.NavMenu .m .sel td
{
    background: #699fd5 url(img/menu_selected.jpg) repeat-x;
}

/**************************************************************************************************/
/* Background                                                                                     */
/**************************************************************************************************/

.threecol-portal .dnn-side,
.threecol-blog .dnn-mid,
.twocol-contentR
{
    /* Left sidebar background */
    background-color: #ccc;
}

.threecol-portal .dnn-mid,
.threecol-blog .dnn-side,
.twocol-contentR .dnn-side,
.twocol-contentL .dnn-side,
.onecol
{
    /* Content column background */
    background-color: #fff;
}

.threecol-portal,
.threecol-blog,
.twocol-contentL
{
    /* Right sidebar background */
    background-color: #006699;
}



