@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
body {
	margin-top: 20px;
	padding:none;
	color: #555555;
	background-color:rgb(240,245,240); /*rgb(140,175,140);*/
	font-family: verdana,helvetica;
	/*font-size: LARGE;for IE5/Win */
	/*voice-family: "\"}\"";
	voice-family: inherit;*/
	font-size:10pt; /*for compliant browsers */	
	line-height:12pt;}
html>body { font-size: 9pt; } /* be nice to Opera */
#footer2 { clear:both;margin-left:auto;margin-right:auto;width:865px;text-align:center;background-color:#bbcca2;height:20px;}
.backgroundimage {
	height:460px;width:100%;
	border-top:solid 0px #999999;
	background:RGB(246,246,246)/*RGB(50,130,50)*/;
	border-bottom:solid 0px #e9e5e5;
	}
.topheadfont {line-height:16pt;font-size:14pt;color:#000000;font-weight:normal;}
/* Links
----------------------------------------------- */
a img { border-style: none; }
/*a  {  color:rgb(84,189,109);}*/
a  { outline: none; }
/*a  {  color:rgb(84,189,109);}*/

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left;}
p { margin:0.875em 0; }/**/
#print_header,#print_content{display:none}
/* Layout Rules
----------------------------------------------- */
#TextTable	{width:865px;height:440px;border:0px solid #000000;background:#ffffff;margin-right:auto;margin-left:auto;padding-top:20px;padding-bottom:20px;}
#Text1		{width:280px;float:left;margin-right:20px;margin-left:0px;margin-top:10px;background:#ffffff;padding-left:20px;/*clear:none;*/}
#Text2		{margin-bottom:10px;background:#ffffff;/*width:400px;float:left;clear:none;*/}
#Text22		{width:400px;margin-top:0px/*float:left;clear:none;*/}
.tagphrase {font-size:12pt;line-height:110%;color:#33862C;font-style:italic;}/*#999999*/
.headline {font-size:18pt;line-height:110%;color:#33862C;width:400px;display:block;font-family:arial,helvetica,verdana;}/*#999999*/
.print_title {font-weight:bold;line-height:100%;margin-bottom:10px;color:Black;}/*#999999color:#33862C;*/
.hyperlink_tab {
	/*text-decoration:underline;*/
	color: #33862C;
}
.hyperlink_tab a {
	/*text-decoration:underline;*/
	color: #33862C;
}
.hyperlink_tab a:visited{
	/*text-decoration:underline;*/
	color: purple;
}
.hyperlink_tab a:hover {
	color:#33862C;
	text-decoration: underline;
}

/*contentslider.css*/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid rgb(200,200,200);border-bottom:0px solid rgb(200,200,200);border-top:0px solid rgb(200,200,200);/*padding-left:20px;*/
/*border-bottom-width: 6px;
width: 160px; /*width of featured content slider*/
height: 440px;
}
.sliderwrapper .contentdiv{
/*visibility: hidden; leave as is ---- i changed this because of IE7 fuzziness*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:15px;padding-top:5px;
/*background: white;*/
width: 159px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);---- i changed this because of IE7 fuzziness*/
-moz-opacity: 1;
opacity: 1;
}
.pagination{
width: 162px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding:15px;padding-top:5px;padding-bottom:5px;
text-align: center;border:1px solid rgb(200,200,200);border-top:0px solid gray;

/*background-color: navy;
padding: 5px 10px;*/
}

.pagination a{
padding: 0 3px;/**/font-size:8pt;
text-decoration: none; color: white;font-weight:bold;
/*color: #00007D;
background: white;*/
}

.pagination a:hover, .pagination a.selected{
color: #999; /*color: white;*/
background-color: #FEE496;
}
/* Accordion Classes
----------------------------------------------- clear:both;*/
#Accordion1	{background:#ffffff;border:1px solid rgb(209,209,209);float:right;margin-right:10px;margin-top:10px;;margin-left:10px;width:300px;/*padding:10px;*/}
.AccordionPanelContent,.AccordionPanelContent2 {margin-left:10px;padding:none;}
.AccordionPanelTab {border-bottom:0px solid rgb(239,239,239);border-top:1px solid rgb(239,239,239);}
.Accordion,#boxshot	{
	background:#ffffff;
	/*float:right;*/
	width:300px;
	/*margin-right:10px;
	margin-top:0px;
	margin-left:10px;*/
	border-left: solid 1px rgb(239,239,239);
	border-right: solid 1px rgb(239,239,239);
	border-bottom: solid 1px rgb(239,239,239);/**/
	overflow: hidden;
	clear:both;
}
.Accordion2,#boxshot2	{
	background:#ffffff;
	/*float:right;*/
	width:300px;
	/*margin-right:10px;
	margin-top:0px;
	margin-left:10px;*/
	border-left: solid 1px rgb(239,239,239);
	border-right: solid 1px rgb(239,239,239);
	border-bottom: solid 1px rgb(239,239,239);/**/
	overflow: hidden;
	clear:both;
}

.AccordionPanelTab {/*Unselected*/
	color: #444444;
	/*border-top: solid 0px #999;*/
	border-top: solid 1px rgb(239,239,239);
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: white;
}/**/
.AccordionPanelTab h3 {
	margin:0px ;
	padding: 2px 2px 4px 10px;/**/
	font-size: 10pt;
	font-weight: bold;
	background: #a3fad4;
	padding-left:none;/**/
} 
.AccordionPanelTab select {
	color: #EAEAEA; 
}

.AccordionPanelContent {
	overflow: auto;
	height: 300px;
	font-size: 100%;
	line-height: 140%;
}

.AccordionPanelContent2 {
	overflow: auto;
	height: 260px;
	font-size: 100%;
	line-height: 140%;
}
.AccordionPanelContent3 {
	overflow: auto;
	height: 200px;
	font-size: 100%;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: red; padding: none;margin:none;border:none;border-top: solid 1px rgb(239,239,239);}
.AccordionPanelClosed .AccordionPanelTab h3 { background: #ffffff;/*#a3fad4;*/ }
.AccordionPanelContent div,.AccordionPanelContent2 div  { margin: 5px 8px; /**/}


#Table3 { }

#wrap {
	padding-top: 0px;
	/*height: 500px;
	border: solid 1px #404040;
	margin: 20 20px;*/
	clear:none;
}
#wrap2 {
	padding-top: 10px;
	width: 675px;
	margin: 0 20px;
}
#wrap3 {
	padding-top: 5px;
	/*width: 675px;
	margin: 0 20px;*/
}
#boxshot {
	background-color: #ffffff;
 }
#codesample #wrap { width: auto; }

#content, #sidebar {
	float: left;
	text-align: left;
	padding:none;
	margin:none;
}
#content {/*THIS IS THE LEFT MENU*/
	color:#777777;
	font-size:10pt;
	font-weight:bold;
	font-variant:;
	width: 300px;
	margin-right: 20px;
	/*border-right: solid 1px #404040;*/
	padding-top: 5px;
	padding-left: 20px;
	padding-right: none;
	clear:both;

}

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}
#LeftColumn {
  margin:0 10px 0 0;
  padding:0;
  /*width: 200px;*/
  float: center;/*left;/*/
}
#LeftColumn, #articles {
  border-left: solid 0px #404040;
  border-right: solid 0px #404040;
  border-bottom: solid 0px #404040;
}
#articles {	margin-bottom: 10px; }

#RightColumn {
	margin:0;
	padding:0;
	height: 600px;
	float: center;/*left*/
	width: 550px;
}

#RightColumn2 {
	margin:0;
	padding:0;
	height: 600px;
	float: center;/*left*/
	width: 300px;
}

.SpryHiddenRegion {
   visibility: hidden;
}
.text_left_blurb{
	/*width:600px;*/
	padding-left:18px;
	padding-right:20px;
	padding-top:0px;
	background-color:;
	font-family:helvetica;
	font-size:24pt;
	font-style:normal;
	line-height:15pt;
	color:#415e30;
	
	vertical-align:top;
	font-weight:bold;
	/*text-decoration:none;*/
	}
.left_panel{
	width:280px;padding-left:18px;padding-right:20px;padding-top:0px;background-color:;font-family:helvetica;
	font-size:9pt;font-style:normal;line-height:15pt;color:#777777;vertical-align:top;
	font-weight:normal;/*text-decoration:none;*/
	}
.panel{
	background-color:;font-family:helvetica;
	font-size:9pt;font-style:normal;line-height:15pt;color:#777777;vertical-align:top;
	font-weight:normal;/*text-decoration:none;*/
	}
.banner{
	background: #000 url('images/windmill.jpg');
	background-repeat: no-repeat;
	background-position: 0% 50%; 
	width:865px;
	height:200px;
	font-family:Lucida Console;
	}
.membership_tab {font-family:helvetica;font-size:9pt;font-style:normal;line-height:10pt;color:#415e30;vertical-align:top;padding-top:10px;text-decoration:none;

	
	
/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: verdana, "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;
	background-color:#a3fad4;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	background: #a3fad4;/*//THE HEAD FOR PROGRAMS!!!! */
	padding: 6px 0.25em;
	color: #333333;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#products th.infocus {background-color:  }
#products th.selected {	color: #EAEAEA; }

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 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 
{
	
	cursor: pointer;
}

#products tr.notinfocus {  }
#products tr.selected { color:#fc0; }
#products tbody { margin-top: 0; }
.even { /*background-color: #cad8b5;; Alternate background color for tabs*/
}

.rowHover {
	color: #000;
	background-color:#a3fad4;/*// #777; YES THE BACKGROUND COLOR FOR ROLLOVE*/
	cursor: pointer;
}

.rowSelected 
{
	color: #ba351b; 
}/*COLOR FOR selected program*/

.productinfo {
	width: 700px;
	margin-left: 250px;
}

.category {
	float:right;
	margin-top:18px;
	background-color:#a3fad4;
}

.boximage {
	float: left;
	background-color: white;
}
.agr {
	border-left:solid thin #999999;
	border-top:solid thin #999999;
	vertical-align:top;
	font-size:11pt;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	height:auto;
	width:auto;
	
}
/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #a3fad4;//#666 url('../demos/images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('../demos/images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('../demos/images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	background-image: url('../demos/images/bg.gif');
	width: 250px;
	float: left;
	margin-right: 10px;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0px;
	width: 300px;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

/* Spry Validation Widgets Demo*/
#MovieList{
  height: 600px;
  overflow: auto;
}
/* RSS Reader Rules
----------------------------------------------- */
#RSSFeedsList{ 
  height: 570px;
  overflow: auto;
}
#MovieTitle h2, #RSSFeedsTitle h2, #RSSChannelTitle h2 {
	color: #fff;
	font-size: 110%;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #ff2700;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	margin: 0;
	height: 20px;
	padding-left: 3px;
}
#columnHeadings {
	background: #a3fad4;//url('../demos/images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	width: 100%;
	height: 24px;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
}
#SubjectTitle, .SubjectColumn { width: 300px; margin: 0; }
#PubDateTitle, .PubDateColumn {	width: auto; margin: 0; }
.ListBoxItemGroup .ListBoxItem { padding:3px 0 5px 0.25em; }

#SubjectTitle, #PubDateTitle, .SubjectColumn, .PubDateColumn { 
	padding:3px 0 5px 0.25em; 
	float: left;
 	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#RSSItemsList {
  width: 100%;
  height: 195px;
  overflow: auto;
  clear: both;
}
#RSSItemContent {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.RSSItemListRow {
	float: left;
	border-bottom: solid 1px #202020;
	background-color: #000;
	width: 100%;
	white-space: nowrap; 
	overflow: hidden; 
}
.ListBoxItemTitle {
	background: url('../demos/images/bg_grad_gray1.gif') repeat-x;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	padding: 3px 0 5px 0.25em;
	color: #fff;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}
.ListBoxCategTitle {
	background: url('../demos/images/bg_grad_gray1.gif') repeat-x;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	padding: 3px 0 5px 0.25em;
	color: #fff;	
	font-weight: bold;
	margin: 0;
}
.ListBoxItem {
	border-bottom: solid 1px #202020;
	cursor: pointer;
	clear: both;
	background-color: #000;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.EvenRow { background-color: #a3fad4;//#151515; }
.ListBoxItemHover {	background-color: #a3fad4; color: #000; }
.SelectedListBoxItem { color: #fc0; }

.RSSItemListFeedback {
	height: 32px;
	margin: 75px auto auto auto;
	background-color: #151515;
	border: solid 1px #202020;
}
.RSSItemListFeedback td {
	padding: 10px;
}
td.RSSItemListLoading {
	height: 32px;
	background-image: url(../demos/images/throbber.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
}

/* iFrame Stuff
----------------------------------------------- */
iframe { 
	border: none; 
	background: #3a3a3a; 
	width: 100%; height: 365px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
  }

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
.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;
}


/* Home Page Classes
----------------------------------------------- */
.screen {
	background-color: #a3fad4;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	margin: 5px 5px 5px 0;
	padding: 1em 1em 0.5em 1em;
	float: left;
	display: block;
	text-decoration: none;
}
.screen:hover {
	background-color: #a3fad4;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	text-decoration: none;
}
.imgcaption {
	font-size: 90%;
	font-weight: bold;
	margin: 0em 0 1em 0;
	line-height: 1.1em;
	color: #333333;
	border: none;
	text-decoration: none;
}
/* 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:; }
.return a:visited { color: #fff; background:; }
.return a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
}
.return a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff; 
	}

.demo a:link { color: #fff; background:; }
//.demo a:visited { color: #fff;}
.demo a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
}
.demo a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff; 
	}

.source a:link { color: #fff;  }
.source a:visited { color: #fff;  }
.source a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
}
.source a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff;  
	}
