/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #e1e4c5;
}
.skinmaster
{
    height: 100%;
    background-image: url( Media/background-base.jpg );
    background-repeat: repeat-y;
}
.skinheader
{
}
.skingradient
{
    background-image: url(Media/background.jpg);
}
.controlpanel
{
    width: 100%;
    background-color: #fefefe;
}
.logo
{
    width: 100%;
    height: 90px;
    background-image: url( Media/logo2.jpg );
    background-repeat: no-repeat;
}
.backgroundtop
{
    width: 100%;
    height: 10px;
    background-image: url( Media/background-top.jpg );
    background-repeat: no-repeat;
}
.backgroundbody
{
    background-image: url( Media/background.jpg );
    background-repeat: repeat-y;
}
.leftborder
{
    width: 35px;
    height:100%;
    background-color: transparent;
}
.leftpane
{
    width: 160px;
    height:100%;
    background-color: #555555;
}
.contentpaneheader
{
    width: 610px;
    height: 1px;
    background-repeat: no-repeat;
 /*   background-image: url( Media/Part-of-BSC.jpg); */
    background-color: transparent;
}
.contentpane
{
    width: 600px;
    height:100%;
    background-color: transparent;
}
.rightborder
{
    width: 35px;
    height:100%;
    background-color: transparent;
}
.backgroundbottom
{
    width: 100%;
    height: 10px;
    background-image: url( Media/background-bottom.jpg );
    background-repeat: no-repeat;
}
.backgroundbase
{
    width: 100%;
    background-color: transparent;
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana,Tahoma,Arial,Helvetica,san-serif;
}
/* start of menu */
/* Main Menu */
.MainMenu_MenuContainer
{
    width: 98%;
    background: transparent;
}
.MainMenu_MenuBar
{
}
.MainMenu_RootMenuArrow
{
    display: none;
}
.MainMenu_MenuIcon
{
    display: none;
}
.MainMenu_MenuItem
{
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana,Tahoma,Arial,Helvetica,san-serif;
    border: #BBB solid;
    border-width: 1px 0px;
    padding: 4px 10px 5px 0px;
    background: #555555;
    margin-bottom: 1px;
}
.submenuitembreadcrumb
{
    color: #b5c155;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana,Tahoma,Arial,Helvetica,san-serif;
    border: #BBB solid;
    border-width: 1px 0px;
    background-color: transparent;
    padding: 4px 10px 5px 0px;
    background: #555555;
    margin-bottom: 1px;
}
.submenuitemselected
{
    border: #BBB solid;
    border-width: 1px 0px;
    color: #b5c155;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana,Tahoma,Arial,Helvetica,san-serif;
    padding: 4px 10px 5px 0px;
    background: #555555;
}
.MainMenu_MenuArrow
{
    border: #BBB solid;
    border-width: 1px 1px 1px 0px;
    padding: 0px;
}
.submenu
{
    z-index: 1000;
    background: #BBB; /*filter:progid:DXImageTransform.Microsoft.Shadow(color='#757575', Direction=135, Strength=2);*/
    border: 1px #000 solid;
    padding: 0px;
    margin-left: 2px;
}
.rootmenuitem TD
{
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana,Tahoma,Arial,Helvetica,san-serif;
    border: 0px;
    background-image: URL(Media/Menu-item.jpg );
    background-repeat: no-repeat;
    padding: 0px 0px 2px 5px;
    height: 22px;
}
.rootmenuitemselected TD
{
    color: #b5c155;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana,Tahoma,Arial,Helvetica,san-serif;
    border: 0px;
    background-image: URL(Media/Menu-item-selected.jpg );
    background-repeat: no-repeat;
    background-color: #555555;
    padding: 0px 0px 2px 5px;
    height: 22px;
}
.rootmenuitembreadcrumb TD
{
    color: #b5c155;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana,Tahoma,Arial,Helvetica,san-serif;
    border: 0px;
    background-image: URL(Media/Menu-item-selected.jpg );
    background-repeat: no-repeat;
    padding: 0px 0px 2px 5px;
    height: 22px;
}
.MainMenu_MenuBreak
{
    display: none;
}
/* End of menu  */

