@import url(../Copy of VSkin/menus/actionmenu.css);
@import url(../Copy of VSkin/speerio.css);
@import url(../Copy of VSkin/nifty/niftyCorners.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 */
Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A { font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif, Sans Serif;}

.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-weight: bold; }
.NormalBold { font-weight: bold; }
.NormalRed { font-weight: bold; color: #ff0000; }
.NormalTextBox { font-size: 0.9em; font-weight: normal; }
.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;  }
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;}

/* Thanks to www.sitepoint.com/test/pullquote.htm! */
.pullquote {
	width: 20%;
	float:right;
	font-size:115%;
	line-height:140%;
	margin:5px;
	padding:10px 10px 10px 10px;
	border: #eee thin dotted;
}
.pullquote:first-letter {
	font-size: 200%;
	line-height:100%;
}
div#niftybox{width: 25em;padding: 30px  0;margin:0 auto;
    text-align:left;background: #9CC0FF url(../Copy%20of%20VSkin/images/niftygradient.png) repeat-x 0 -5px;}

/* Image Caption */
			.arc90_imgcaptionTXT {
				font-size: .8em;
				color: #666;
				text-align: left;
			}
			p.arc90_imgcaptionALT {
				margin-top: 2px;
				margin-bottom: 6px;
				font-size: .65em;
				text-align: right;
			}
			span.arc90_imgcaptionALT {
				padding: 2px;
				padding-left: 4px;
				padding-right: 4px;
				background: #888;
				color: #fff;
			}
			.arc90_imgcaption {
				text-align: center;
				border: 1px solid #DDD;
				padding: 1em;
				margin: 1em 0;
				width: 9em;
			}
			.floatl { float: left; margin-right: 1em; }
			.floatr { float: right; margin-left: 1em; }
