@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */


/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h4, h5, h6 {color: #E3E6FD; }
h1 { font-size: 165%; text-align: left; color: #fff; }
p { margin: 0; padding: 0; }

/* Layout Rules
----------------------------------------------- */

#content {
	width: 250px;
	margin-right: 15px;
	padding-top: 10px;
	float: left;
	text-align: left;
	background: transparent;
	}
	
#sidebar {
	float: right;
	text-align: left;
	width: 190px;
	margin-top: 10px;
	padding: 0px 5px 5px 5px;
	background: #e4e4e4 url('../content/images/bg_grad_gray2.gif') repeat-x;
	}
	
#sidebar p {
	margin: 0;
	padding: 0;
	}
	
#ajaxcontentarea #sidebar h3 {
	margin: 0px 0px 10px 0px;
	padding: 8px 0.25em 9px 0;
	color: #000;
	font-size: 1.0em;
	font-weight: strong;
	}
	
#ajaxcontentarea #sidebar a {
	color: #000000;
	text-decoration: underline;
	font-size: 9px;
	padding: 1px 2px;
	}	
	
#ajaxcontentarea #sidebar a:hover {
	color: #ffffff;
	background: #462E8E;
	text-decoration: none;
	font-size: 9px;
	padding: 1px 2px;
	}	
	
.SpryHiddenRegion {
   visibility: hidden;
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #FD2800;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	background: url('../content/images/bg_grad_gray2.gif') repeat-x;
	padding: 8px 0.25em 9px 0.25em;
	color: #000000;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#products th.infocus { background-color: #E6E6E6; }
#products th.selected {	color: #EAEAEA;}

#products td { 
	margin: 0; 
	padding: 0.45em 0.375em 0.45em 0.375em;
	text-align: left;
}
#products tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#fff; }
#products tr.selected { color:#fc0;}
#products tbody { margin-top: 0; }
.even { background-color: #E4E4E4; }

.rowHover {
	color: #fff;
	background-color: #777;
	cursor: pointer;
}

.rowSelected { color: #fff; background-color: #B7C5E4; }

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	}

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}

/* Navigation Classes
----------------------------------------------- */
.demo a, .return a, .demo a, .source a {
	text-decoration: none; 
	font-size: small;
	font-weight: normal;
	margin-left: 24px;
	padding-left: 16px;
}

.return a:link { color: #fff; background: url('images/btn_return_link.gif') no-repeat left 50%; }
.return a:visited { color: #fff; background: url('images/btn_return_link.gif') no-repeat left 50%; }
.return a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url('images/btn_return_hover.gif') no-repeat left 50%;
}
.return a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff; 
	background: url('images/btn_return_link.gif') no-repeat left 50%;
	}

.demo a:link { color: #fff; background: url('images/btn_demo_link.gif') no-repeat left 50%; }
.demo a:visited { color: #fff; background: url('images/btn_demo_link.gif') no-repeat left 50%; }
.demo a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url('images/btn_demo_hover.gif') no-repeat left 50%;
}
.demo a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff; 
	background: url('images/btn_demo_link.gif') no-repeat left 50%; 
	}

.source a:link { color: #fff; background: url('images/btn_source_link.gif') no-repeat left 50%; }
.source a:visited { color: #fff; background: url('images/btn_source_link.gif') no-repeat left 50%; }
.source a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url('images/btn_source_hover.gif') no-repeat left 50%;
}
.source a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff;  
	background: url('images/btn_source_link.gif') no-repeat left 50%;
	}
