
@import url(icons.css);
@import url(menus/actionmenu.css);
@import url(speerio.css);

/* Header related styles */
#CSSEditor { position: relative; z-index: 15; margin: -20px 0 0 0; }

/* SolPart menu items */
/* .xMainMenu_MenuContainer { position:relative; width:98%; margin: 0px 0 0 23px; background-color:#FFEFC2;} /* parent of the Menu bar */
/* .xMainMenu_MenuContainer {font-weight:bold; background-color:#FFEFC2; font-size:large; margin: 0 0 0 50px;} /* parent of the Menu bar */
/* .xMainMenu_MenuBar { font-weight:bold; font-size:large; margin: 0 20px 0 20px; } /* The top level menu bar */
/* .xMainMenu_MenuItem { font-family:Arial Black, Sans-Serif; margin: 0 20px 0 20px;} /* each name in the sub-menus */
/* .xMainMenu_MenuIcon { visibility:hidden;} /* icon to left of all menu levels */
/* .xMainMenu_MenuItemSel { } /* menu item (entire row) being hovered over */
.MainMenu_SubMenu { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); filter: alpha(opacity=90); opacity: 0.9; -moz-opacity: 0.9; }
/* semi-transparent background for sub menu items */
/* .xMainMenu_MenuRootArrow { font-weight:bold; color:Red; background-color:red; } /* never worked */
/* .xMainMenu_MenuArrow { background-color:Orange; } /* Arrows to right of sub menu items */
/* .xxmenuitemheight { background-color:Orange; } /* never worked */
/* .xMainMenu_SubMenu .MainMenu_MenuItem { background-color: Lime; font-size:larger;}
/* .xMainMenu_Submenu .MainMenu_MenuItemSel {color: #FFF;  font-size:larger;}*/

.BCrumb { font-size: 0.9em; font-weight: bold; }
/*		Font-Family: Arial, Helvetica, sans-serif;
		Font-Size: 1em;
		Line-Height: 80%;
		/* margin:-8px 2.3em; */

/* Std skin.css from Speerio follows */
Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A { font-family: Verdana, Arial, Helvetica, Sans Serif; font-size: 8pt; font-weight: normal; }

.ControlPanel { width: 100%; height: 64px; }

/* fix for control panel being unable to handle relative font size */
span.control * span.SubHead { font-size: 10pt; }
.SkinObject { font-size: 0.8em; }
A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active { text-decoration: none; }
A.SkinObject:hover { text-decoration: underline; }

.Head { font-size: 1.3em; font-weight: bold; }
.SubHead { font-size: 1.1em; font-weight: bold; }
.SubSubHead { font-size: 1.0em; font-weight: bold; }
.NormalBold { font-size: 1.0em; font-weight: bold; }
.NormalRed { font-size: 1.0em; font-weight: bold; color: #ff0000; }
.NormalTextBox { font-size: 0.9em; font-weight: normal; }
.CommandButton { font-size: 1em; font-weight: normal; }
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active { text-decoration: underline; }
A.CommandButton:hover { text-decoration: underline; }
.StandardButton { padding-right: 5px; padding-left: 5px; font-weight: normal; font-size: 1.0em; }

H1 { font-size: 1.5em; font-weight: bold; }
H2 { font-size: 1.4em; font-weight: bold; }
H3 { font-size: 1.3em; font-weight: bold; }
H4 { font-size: 1.2em; font-weight: bold; }
H5, DT { font-size: 1.1em; font-weight: bold; }
H6 { font-size: 1.0em; font-weight: bold; }

TFOOT, THEAD { font-size: 1.1em; }
TH { vertical-align: baseline; font-size: 1.1em; font-weight: bold; }
A:link, A:active, A:visited { text-decoration: none; }
A:hover { text-decoration: underline; }
SMALL { font-size: 0.8em; }
BIG { font-size: 1.2em; }
BLOCKQUOTE, PRE { font-family: Lucida Console, monospace; }

UL LI { list-style-type: square; }
UL LI LI { list-style-type: disc; }
UL LI LI LI { list-style-type: circle; }
OL LI { list-style-type: decimal; }
OL OL LI { list-style-type: lower-alpha; }
OL OL OL LI { list-style-type: lower-roman; }
HR { height: 1pt; text-align: left; color: DimGray; }

.myTitle { font-family: Tahoma, Arial, Helvetica; font-size: 1.3em; font-weight: bold;}

/* Stuff from Salaro.com's CrystalG Container #32546D
.ContainerCrystalCTitle, .ContainerCrystalGTitle, .Title, .Head
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight: Bold;
}
*/