@CHARSET "ISO-8859-1";

/* force some components that create SPAN tags to be block format */
.displayBlock { display: block }

.pageTitle { font-size: 14pt; font-weight: bold; color: #9E2E5A; letter-spacing: 0.1em;}
.pageSubTitle { display: block; font-size: 110%; font-weight: bold; padding-top: 15px}
.section { }

.srcCodeStyle { display:block; background-color: #F5F7F5 }
.demoStyle { padding: 5px; background-color: #F5F7F5 }
.descStyle { display: block; width: auto; font-size: 90%; padding: 5px }

.componentDemo {
	margin-right: 10px;
	border: 1px solid black;
	padding: 5px;
	top: 58px;
	width: auto;
}

.linksDiv { width:170px; height: 100%; padding-top: 5px ;}

.headerDiv {
	clear: both;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #333333 url(images/btm_links.gif) left center no-repeat;
	height: 43px;
	
}
.headerText { color: white;  float: right; padding-top: 10px }

.linkStyles {
	background: transparent;
	border: 0;
	color: darkblue;
 	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.linkStyles:hover, .linkStyles:active { color: #900 }

.note {
	display: block;
	font-size: 80%; 
	text-align: justify;
	background-color: #ccc;
	-moz-border-radius: 5px; /*FF specific*/
	-webkit-border-radius: 5px; /*safari and Chrome(?) specific*/
	border-radius: 5px; /*CSS3*/
	padding: 3px;
	margin-top: 10px;
	border: 1px solid #000;
}

/*
 * jQuery Demo classes
 */
.JQueryDemoDiv { border: 1px solid red; padding: 10px }
.JQueryDemoDivButtonRed { display: block; }
.JQueryDemoDivButtonWhite { display: block; }


td {vertical-align: top;}

/*
 * Are these needed?
 */
.error {
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
}

.button {
	height: 24px;
	width: 80px;
	background: transparent url("images/submit80_blueGloss.gif") no-repeat;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f2f2f2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border: solid 0 #fff;
	margin: 3px;
}