/* Page and Skin Backgrounds */
Body
{
    width: 100%;
    height: 100%;
    background-image: url(pixelImages/grayramp.jpg);
    background-repeat: repeat-x;
    background-color: #1c1c1c;
}
.skinmaster
{
    width: 770px;
    border: 1px solid #af2323;
}
.DateBG
{
    background-color: #ffffff;
    padding-left: 2px;
    border-bottom: 1px dotted #e3e3e3;
}
.LogoHolder
{
    background-color: #ffffff;
    height: 115px;
}
/* Main horizonal menu backgrounds */
.MenuBG
{
    background-color: #ffffff;
}
.LinksBG
{
    background-image: url(pixelImages/menu_bg.gif);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height: 31px;
}
/*------------------------------------------- */
.BreadcrumbBG
{
    background-color: #af2323;
    height: 20px;
    color: white;
    font-weight: bold;
}

.ContentBG
{
    background-color: #ffffff;
}
.Footer
{
    background-color: #af2323;
    color: white;
    font-weight: bold;
}
.Footer2
{
    background-color: #e3e3e3;
    color: #999999;
    font-weight: bold;
}
/* Content Panes */
.ControlPane
{
    height: 100%;
    width: 100%;
    padding-top: 3px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 3px;
}
.MenuPane
{
    width: 1%;
    padding-left: 1px;
    padding-right: 2px;
    padding-top: 3px;
}
.TopPane
{
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 2px;
}
.ContentPane
{
    width: 100%;
    padding-top: 3px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 3px;
}
.RightPane
{
    padding-left: 2px;
    padding-top: 3px;
}
.BottomPane
{
    padding-top: 3px;
    padding-left: 1px;
    padding-right: 1px;
}
/* standard hyperlinks for the tokens eg. currentdate, language, search, copyright, terms, privacy, links */
.SkinObject
{
    background-color: transparent;
    color: #999999;
    font-weight: bold;
    text-decoration: none;    
}
A.SkinObject:link
{
    background-color: transparent;
    color: #999999;
    font-weight: bold;
    text-decoration: none; 
}
A.SkinObject:visited
{
    background-color: transparent;
    color: #999999;
    font-weight: bold;
    text-decoration: none; 
}
A.SkinObject:hover
{
    background-color: transparent;
    color: #4c647f;
    font-weight: bold;
    text-decoration: underline;
}
A.SkinObject:active
{    
    background-color: transparent;
    color: #4c647f;
    font-weight: bold;
    text-decoration: none;
}
/* custom hyperlinks for the breadcrumb token as it has a different coloured background */
.Breadcrumb
{
    color: #e3e3e3;
    font-weight: bold;
    text-decoration: none;
}
A.Breadcrumb:link
{
    background-color: transparent;
    color: #e3e3e3;
    font-weight: normal;
    text-decoration: none;
}
A.Breadcrumb:visited
{
    background-color: transparent;
    color: #e3e3e3;
    font-weight: normal;
    text-decoration: none;    
}
A.Breadcrumb:hover
{
    background-color: transparent;
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline;    
}
A.Breadcrumb:active
{
    background-color: transparent;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;    
}
/* custom hyperlinks for the login, user tokens as it has a different coloured background */
.Login
{    
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
A.Login:link
{
    background-color: transparent;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;    
}
A.Login:visited
{
    background-color: transparent;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
A.Login:hover
{
    background-color: transparent;
    color: #e3e3e3;
    font-weight: bold;
    text-decoration: underline;    
}
A.Login:active
{
    background-color: transparent;
    color: #e3e3e3;
    font-weight: bold;
    text-decoration: none;
}
/* link buttons in admin control panel and admin pages*/
.CommandButton
{
    color: #af2323;
    text-decoration: none;
}
A.CommandButton:link
{
    color: #000066;
    text-decoration: none;
}
A.CommandButton:visited
{
    color: #000066;
    text-decoration: none;
}
A.CommandButton:hover
{
    color: #af2323;
    text-decoration: underline;
}
A.CommandButton:active
{
    color: #000066;
    text-decoration: none;
}
/* admin control panel main text and the content panes text*/
.SubHead
{
    font-family: Tahoma, Verdana, Arial;
    color: #999999;
    font-size: 11px;
    font-weight: bold;
}

/* Links on Page*/
a:link
{
    color: #0000ff;
    font-family: Tahoma, Verdana, Arial;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}
a:visited
{
    color: purple;
    font-family: Tahoma, Verdana, Arial;
    font-weight: Bold;
    font-size: 11px;
    text-decoration: none;
}
a:hover
{
    color: #ff0000;
    font-family: Tahoma, Verdana, Arial;
    font-weight: bold;
    font-size: 11px;
    text-decoration: underline;
}
/* Links Module links on Page*/
a.Normal:link, a.Normal:visited
{
    color: #af2323;
    font-family: Tahoma, Verdana, Arial;
    font-weight: Bold;
    font-size: 11px;
    text-decoration: none;
}
a.Normal:hover
{
    color: #000066;
    font-family: Tahoma, Verdana, Arial;
    font-weight: Bold;
    font-size: 11px;
    text-decoration: underline;
}
/* text format area */
table, tr, td, p
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    line-height: 1.2em;
}
h1 ,h2 ,h3 ,h4 ,h5 ,h6
{
    font-weight: bold;
    color: #000066;
}
HR {
    color: #000066;
    height:1pt;
    text-align:left
}
.Head
{
    background: transparent;
    color: #000066;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
/* Item titles on edit and admin pages link
--------------------------------------------------------*/
/* Module Title Menu 
--------------------------------------------------------------*/
.ModuleTitle_MenuItem
{
    color: #ffffff;
    background: #000066;
    cursor: pointer;
    cursor: hand;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    padding: 2px 10px 3px 5px;
    height: 21px;
    border-bottom: #000066 1px solid;
    border-top: #000066 1px solid;
}
.ModuleTitle_MenuIcon
{
    cursor: pointer;
    cursor: hand;
    color: #ffffff;
    text-align: center;
    padding-right: 0px;
    padding-left: 3px;
    background: transparent;
    display: none;
}
.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    color: #ffffff;
    background: #EBE2A5;
    margin-top: 5px;
    border: 2px solid #ffffff;
    padding: 0px 1px 1px 1px;
}
.ModuleTitle_MenuBreak
{
    display: none;
}
.ModuleTitle_MenuItemSel
{
    color: #ffffff;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    padding: 2px 10px 3px 5px;
    height: 21px;
    border: 0;
    background: #B22222;
}
.ModuleTitle_MenuArrow
{
    font-family: webdings;
    font-size: 11px;
    cursor: pointer;
    display: none;
}
.ModuleTitle_RootMenuArrow
{
    font-family: webdings;
    font-size: 11px;
    cursor: pointer;
    display: none;
}
/* Styles */
.NormalRed
{
    color: #ff0000;
    font-family: tahoma;
    font-weight: bold;
    font-size: 11px;
}
.NormalBold
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
}
.NormalTextBox
{
    background-color: #f3f3f3;
    padding-left: 4px;
    line-height: 12px;
    color: #000000;
    font-family: tahoma;
    font-weight: normal;
    font-size: 11px;
}
td.NormalTextBox
{
    padding: 0;
    margin: 0;
    background: transparent;
}
/* Solpart Main (top) Menu------------------------------------------- */
.MainMenu_MenuContainer {
height: 32px;
line-height: 24px;
background-color: transparent;
}
.MainMenu_MenuBar {
cursor: pointer; 
height: 24px;
background-color: transparent;
}
.MainMenu_MenuItem {
height: 24px;
background-color: transparent;
cursor: pointer; 
font-family: Tahoma, Verdana, Arial; 
font-size: 11px;
color: #000066;
font-weight: bold;
padding-left: 3px;
}
.MainMenu_MenuItemSel {
height: 24px;
background-color: transparent;
cursor: pointer; 
font-family: Tahoma, Verdana, Arial; 
font-size: 11px;
color: #af2323;
font-weight: bold;
padding-left: 3px;
}
.MainMenu_MenuIcon {
display: none;
}
.MainMenu_SubMenu {
height: 24px;
cursor: pointer; 
background-color: #ffffff;
border: solid 1px #E7E7E7;
}
.MainMenu_SubMenuSel {
height: 24px;
cursor: pointer; 
}
.MainMenu_MenuArrow { 
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
}
.MainMenu_RootMenuArrow {
font-family: webdings; 
font-size: 10pt; 
}
/* Solpart Side Menu -------------------------------------------------------------*/
.SideMenu_MenuContainer { 
height: 1px;
border: 1px dotted #E7E7E7;
background-color: transparent;
padding-top: 1px;
}
.SideMenu_MenuBar { 
cursor: pointer; 
width: 1px;
height: 1px;
background-color: transparent;
}
.SideMenu_MenuItem
{
    height: 22px;
    background-color: transparent;
    background-image: url(pixelimages/menu_bg1.gif);
    background-position: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #000066;
    font-weight: bold;
    text-indent: 12px;
}
.SideMenu_MenuItemSel
{
    height: 22px;
    background-color: transparent;
    background-image: url(pixelimages/menu_bg1.gif);
    background-position: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #af2323;
    font-weight: bold;
    text-indent: 12px;
}
/* sub-menu items */
.SideMenu_SubMenuItem
{
    height: 22px;
    line-height: 25px;
    background-color: #990000;
    background-image: none;
    cursor: pointer;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
    text-indent: 18px;
    border-left: #000000 0px solid;
    border-bottom: #000000 0px solid;
    border-top: #000000 0px solid;
}
.SideMenu_MenuIcon
{
    display: none;
}

.SideMenu_Selected
{
    height: 22px;
    background-color: transparent;
    background-image: url(pixelimages/menu_bg1.gif);
    background-position: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    font-style: normal;
    color: #FF0000;
    font-weight: bold;
    text-indent: 12px;
}
.SideMenu_MenuBreak
{
    display: list-item;
}
.SideMenu_MenuArrow
{
    display: none;
}
.SideMenu_RootMenuArrow
{
    display: none;
}

