/*
================================
Skin styles for DotNetNuke
================================
*/


.skingradient {
        background-image: url(gradient_DkBlue.jpg);
        height:30px;
}
.controlpanel {
        width: 100%;
        background-color: #dfe5f2;
}
.toppane {
        width: 100%;
        background-color: transparent;
        padding-left: 6px;
        padding-right: 4px;
        padding-top: 6px;
}
.leftpane {
        width: 175px;
        background-color: white;
        padding-left: 6px;
        padding-right: 4px;
        padding-top: 6px;
}
.contentpane {
        width: 100%;
        background-color: white;
        padding-left: 6px;
        padding-right: 4px;
        padding-top: 6px;
}
.bottompane {
        background-color: white;
}
.MainMenu_MenuContainer {
        background-color: transparent;
}
.MainMenu_MenuBar {
        cursor: pointer;
        cursor: hand;
        height:16px;
        background-color: Transparent;
}
.MainMenu_MenuItem
{
        border-left: #7272A6 0px solid;
        border-bottom: #7272A6 1px solid;
        border-top: #7272A6 1px solid;
        border-right: #7272A6 0px solid;
        cursor: pointer;
        cursor: hand;
        color: #DBE2DA;
        text-decoration: none;
        background-color: Transparent;
        font-family: Tahoma, Arial, Helvetica;
        text-transform: uppercase;
        font-size: 7pt;
}
.MainMenu_MenuIcon {
        background-color: #7272A6;
        border-left: #7272A6 1px solid;
        border-bottom: #7272A6 1px solid;
        border-top: #7272A6 1px solid;
        cursor: pointer;
        cursor: hand;
        text-align: center;
        width: 15px;
        height: 21px;
}
.MainMenu_SubMenu {
        background-color: #7272A6;
        z-index: 1000;
        cursor: pointer;
        cursor: hand;
        filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}
.MainMenu_MenuBreak {
        height: 1px;
}
.MainMenu_MenuItemSel
{
        font-size: 7pt;
        text-transform: uppercase;
        color: White;
        font-family: Tahoma, Arial, Helvetica;
        background-color: Transparent;
}
.MainMenu_MenuArrow {
        border-right: #7272A6 1px solid;
        border-bottom: #7272A6 1px solid;
        border-top: #7272A6 0px solid;
        font-family: webdings;
        font-size: 10pt;
        cursor: pointer;
        cursor: hand;
}
.MainMenu_RootMenuArrow {
        font-family: webdings;
        font-size: 10pt;
        cursor: pointer;
        cursor: hand;
}
.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;
        moz-border-radius-bottomleft: 15px;
        moz-border-radius-bottomright: 15px;
        moz-border-radius-topleft: 3px;
        moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
        background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

/************/

.topBanner
{
        background-image:url(images/top2.jpg);
        width:490px;
        background-repeat:no-repeat;
}

.pagemaster
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image:url(images/bodybckg.jpg);
    background-repeat:repeat-x;
    vertical-align:top;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width:100%;
    height:100%;
}

.skinmaster
{
        width:772px;
}

.bottom2 {color: #E4ECE3;
font-size:10px;
text-align:center;
padding: 10px 0 0 0;
}
.bottom3 {color: #7373A7;
font-size: 10px;
text-align:center;
padding: 4px 0 4px 0;
}

A.login:link {color: #722864;
font-weight:bold;
text-decoration:none;
font-size:10px;
}

A.login:visited  {color: #722864;
font-weight:bold;
text-decoration:none;
font-size:10px;
}

A.login:active   {color: #722864;
font-weight:bold;
text-decoration:none;
font-size:10px;
}

A.login:hover    {color: #722864;
font-weight:bold;
text-decoration:none;
text-decoration:underline;
font-size:10px;
}

.table {color: #656465;
padding: 3px 12px 5px 12px;
font-size:11px;
}
.table a {color: #656465;
text-decoration:none;
font-weight:bold;
}
.table a:hover {color: #656465;
text-decoration:underline;
font-weight:bold;
}
/*-------------------------------------*/
/*                Menu                 */
/*-------------------------------------*/

.MainMenu_Background
{
        background-image: url(images/menu1bckg.jpg);
        height: 28px;

}

.menuNodeSelectedRoot
{
        background-image: url(images/menu2bckg.jpg);
        background-repeat: repeat;
        height: 28px;
        padding-right:12px;
        padding-left:12px;
}

.menuItemCssClass
{
        padding-right:12px;
        padding-left:12px;
}

.SubMenu_Background
{
        background-image: url(images/submenubckg.jpg);
        height: 14px;
}
.menuLeftSeparator
{
        background-image: url(images/point1menu.jpg);
        background-position: right top;
        background-repeat:repeat;
        font-size: 10pt;
}

/*-------------------------------------*/
/*       Vartical Menu                 */
/*-------------------------------------*/

.verticalMenuItemCssClass
{
        cursor: pointer;
        cursor: hand;
        text-transform: capitalize;
        color: #722864;
        font-weight:normal;
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        height:25px;
}

.separatorBackground
{
        background-color: white;
        padding-left:240px;
}

.verticalMenuItemSelectedRoot
{
        cursor: pointer;
        cursor: hand;
        text-transform: capitalize;
        color: #722864;
        font-weight:normal;
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        height:25px;
        text-decoration: underline;
}

.verticalMenuItemActive
{
        cursor: pointer;
        cursor: hand;
        text-transform: capitalize;
        color: #722864;
        font-weight:bold;
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        height:25px;
}


.loginPane
{
background-color: white;
color: #722864;
font-weight:bold;
text-decoration:none;
font-size:10px;
}

