@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 */
.MainMenu_SubMenu { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); filter: alpha(opacity=90); opacity: 0.9; -moz-opacity: 0.9; }

.BCrumb { font-size: 0.9em; font-weight: bold;}

/* Std skin.css from Speerio follows */
/*"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif, Sans Serif */
Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A { font-family: Verdana, Arial, Helvetica, sans-serif;}

/* Normally set to the following */
.NormalTextBox { font-size: 0.9em; font-weight: normal; }
/* But Marcy wanted to default to the "medium" (Speerio vocab) size: which is "small" (XHTML vocab) */
Body, .Normal, .NormalTextBox, TD, SPAN, DIV, A {font-size:small;}

.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.7em; }
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-weight: bold; }
.NormalBold { font-weight: bold; }
.NormalRed { font-weight: bold; color: #ff0000; }
.CommandButton { 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; }

<!--H1 { font-size: 1.5em; }-->
H1 { font-size: 3.3em; font-weight: bold; color: pink;}
H2 { font-size: 1.4em; }
H3 { font-size: 1.3em; }
H4 { font-size: 1.2em; }
H5, DT { font-size: 1.1em; font-weight: bold; }
H6 { 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-size: 1.3em; font-weight: bold; color: pink;}
.code {font-family: "Courier New", Courier, monospace;}

/*
	.Frieze { text-align: center; }
	.Frieze-Img { width:160px; height:120px; margin-right:10px;}
*/
.Frieze-List, .Frieze-Item {margin:0; padding:0; list-style:none;}
.Frieze-List {width:100%; float:left;}
.Frieze-Item {float:left; width:19.9%;}
.Frieze-Img {display:block; margin:0 auto; width:146px; height:113px;}