body
{
    background-color: black;
    background-image: url(PixelPlainGSP/bg1.jpg);
    background-repeat: repeat;
    font-family: Verdana, Tahoma, Arial;
    color: White;
}

.wrapper1
{
    width: 1010px;
    position: relative;
    left: 50%;
    margin-left: -505px; 
    border-left: 1px solid #202020;
    border-right: 1px solid #202020;
    padding-left: 8px;
    padding-right: 2px;
    background: black;
}

#HomePane
{
    width: 1000px;
    display: inline;
    z-index: 500;
}

a img
{
    border: 0px;
    padding-top: 2px;
}

.linktext
{ padding-right: 100px; padding-left: 100px;
  font-weight: bolder;}

.logoblock
{
    width: 300px;
    height: 85px;
    background-image: url(PixelPlainGSP/logo.gif);
    background-position: right;
    background-repeat: no-repeat;
    z-index: 9999;
}

#PagePane
{
    width: 700px;
    height: 85px;
    border: 1px solid white;
}


.Footer
{
    width: 300px;
    position: relative;
    left: 50%;
    margin-left: -150px; 
    padding: 5px;
    border: 1px solid #ABABAB;
    background: #333333;
    color: White;
    font-size: 11px;
    text-align: center;
    display: none;
}
.ContentBG
{
    border: 5px solid #878789;
}

.xdsc_TopPane
{
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    z-index: 100;
}
.xdsc_LeftPane
{
	padding-left: 10px;
}
.xdsc_ContentPane
{

}
.xdsc_BottomPane
{
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 2px;
}

/* standard hyperlinks for the tokens eg. copyright, login, user */
.SkinObject
{
    text-decoration: none;
    border: 0px;
    font-size: 10px;
}

.SkinObject dnnLOGIN
{
    color: #333333;
}

A.SkinObject:link
{

}
A.SkinObject:visited
{
    color: #ABABAB;
}
A.SkinObject:active
{
    color: red;
}
A.SkinObject:hover
{
    color: red;
    font-weight: bold;
}

p, .normal H1
{
    font-size: 13px;
    color: White;
    line-height: 15px;
}

label, .normal, .Normal
{
    font-size: 10px;
}

select, input
{
    font-size: 10px;
    color: #333333;
}

h1
{
    font-size: 18px;
    color: White;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

h2
{
    font-size: 16px;
    color: White;
    font-weight: bold;
}

ul li
{
    font-size: 13px;
    color: White;
    padding-right: 100px;
}

/*=============== START DEFAULT MENU STYLES ============================================*/

.MenuBG
{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 800px;
    z-index: 1000;
}

.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 20px;
    width: 800px;
    z-index: 1000;
}
.MainMenu_MenuItem
{
    background-color: maroon;
    cursor: pointer;
    cursor: hand;
    color: white;
    font-size: 14px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    font-weight: bold;
}
.MainMenu_MenuItemSel
{
    background: white;
    cursor: pointer;
    cursor: hand;
    color: maroon !important;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
.MainMenu_MenuIcon
{
    display: none;
}
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    font-size: 10px;
    background: #ababab;
    border: 1px solid maroon;
    margin-top: 2px;
    padding: 2px;
}
.MainMenu_MenuBreak
{
    border-bottom: #ff0000 1px solid;
    border-left: #ff0000 0px solid;
    border-top: #ff0000 1px solid;
    border-right: #ff0000 0px solid;
    background-color: transparent;
    height: 6px;
    display: none;
}

.MainMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10px;
    cursor: pointer;
    cursor: hand;
    border-right: #262627 1px solid;
    border-bottom: #262627 1px solid;
    border-top: #262627 0px solid;
    display: none;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
    display: none;
}

.MainMenu_RootMenuItemActive 
{
    background-color: red;
}

/*=============== END DEFAULT MENU STYLES ============================================*/

/* Menu-Styles */
/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer
{
    color: #2c2c2c;
}
.ModuleTitle_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 21px;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem
{
    color: white;
    background: maroon;
    cursor: pointer;
    cursor: hand;
    font-size: 10px;
    
    padding: 2px 10px 3px 5px;
    height: 21px;
    border-bottom: #262627 1px solid;
    border-top: #262627 1px solid;
}
.ModuleTitle_MenuIcon
{
    cursor: pointer;
    cursor: hand;
    color: white;
    text-align: center;
    padding-right: 0px;
    padding-left: 3px;
    background: transparent;
    display: none;
}
.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    color: white;
    background: #bfe5ea;
    margin-top: 5px;
    border: 2px solid white;
    padding: 0px 1px 1px 1px;
}
.ModuleTitle_MenuBreak
{
    display: none;
}
.ModuleTitle_MenuItemSel
{
    color: white;
    font-size: 10px;
    padding: 2px 10px 3px 5px;
    height: 21px;
    border: 0;
    background: red;
}
.ModuleTitle_MenuArrow
{
    font-family: webdings;
    font-size: 11px;
    cursor: pointer;
    cursor: hand;
    display: none;
}
.ModuleTitle_RootMenuArrow
{
    font-family: webdings;
    font-size: 11px;
    cursor: pointer;
    cursor: hand;
    display: none;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 10px;
    
    color: #2c2c2c;
    padding: 0;
}
a.SubHead:link, a.SubHead:visited
{
    color: #F7D9B5;
    text-decoration: none;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
}
a.SubHead:hover
{
    color: aqua;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
}

a:link, a:visited
{
    color: white;
    text-decoration: none;
}
a:hover
{
    color: red;
    text-decoration: underline;
}

.normal
{
    color: White;
    font-size: 10px;
}

.NormalRed
{
    color: red;
    font-size: 10px;
}
.NormalBold
{
    font-size: 10px;
    font-weight: bold;
}

.hidden
{
    visibility: hidden;
}





























