/* 
================================
Skin styles for DotNetNuke
================================
*/


.DNNR_pagemaster
{
    width: 100%;
    height: 100%;
    
}

.DNNR_skinheader
{
}


.DNNR_BannerPanes
{
width:100%;
height:150px;
}

.DNNR_toppane
{
    width: 100%;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.DNNR_leftpane
{
    width: 175px;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.DNNR_contentpane
{
    width: 100%;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.DNNR_rightpane
{
    width: 175px;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.DNNR_bottompane
{
    width: 100%;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
/* bonus panes*/
.DNNR_SmallPane
{
    width: 175px;
}
.DNNR_LargePane
{
}
.DNNR_2BottomPane
{
}
.DNNR_3LeftPane
{
    width: 33%;
}
.DNNR_3CenterPane
{
}
.DNNR_3RightPane
{
    width: 33%;
}
.DNNR_3BottomPane
{
}
.DNNR_4BottomPane
{
}



.MainMenu_MenuContainer
{
    background-color: transparent;
}
.MainMenu_MenuBar
{
    height: 16px;
    background-color: Transparent;
}

/*
.MainMenu_MenuArrow
{
    border-right: #CAD5EA 1px solid;
    border-bottom: #CAD5EA 1px solid;
    border-top: #CAD5EA 0px solid;
    font-family: webdings;
    font-size: 10pt;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
}


*/
.StandardButton
{
    background: #7994CB none;
    color: #FFFFFF;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu
{
    width: 175px;
    background-color: #DFE5F2;
    border-right: #7994CB 1px solid;
    border-top: #7994CB 1px solid;
    border-left: #7994CB 1px solid;
    border-bottom: #7994CB 1px solid;
}

.DNNR_LeftAlign
{
text-align:left;
}
.DNNR_RightAlign
{
text-align:right;
}





























































