/*<agl.folder "filedset">*/
/* ---( Highlight how to articles )--- */
fieldset.highlight {
	color: #000;
	border: solid 1px #ccc;
	clear: right;
	margin: 10px 0;
	padding: 0;
	background-color: #e2eeff;
	}
fieldset.highlight legend {
	font: normal 10px/125% Tahoma, sans-serif;
	color: #000;
	padding: 0 3px 0 3px;
	margin: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;

	}
fieldset.highlight legend a {
	color: inherit;
	cursor: help;
	text-decoration: none;
	border: none;
	}
fieldset.highlight .strong {
	font-weight: bold;
	}
fieldset.highlight p {
	font: normal 11px/125% Tahoma, sans-serif;
	padding: 1px 0;
	}
fieldset.highlight ul {
	font: bold 10px / 100% Tahoma, sans-serif;
	list-style: none;
	margin: 0;
	padding: 5px;
	}
fieldset.highlight ul li {
	line-height: 100%;
	display: block;
	padding-top: 3px;
	clear: none;
	border-bottom: 1px dotted #ccc;
	}
fieldset.highlight cite {
	border-bottom: 1px solid #000;
	font-weight: normal;
	font-style: normal;
	}
fieldset.highlight a {
	text-decoration: none;
	color: #000;
	}
fieldset.highlight a:hover {
	text-decoration: none;
	color: #000;
	}
/* ---( sponsored by )--- */
fieldset.advertisement {
	color: #000;
	border: solid 1px #ccc;
	clear: right;
	margin: 10px 0;
	padding: 3px 7px;
	/* background-color: #fdfddf; */
	}
fieldset.advertisement:hover {
	background-color: #fff;
	}
fieldset.advertisement legend {
	font: normal 10px/125% Tahoma, sans-serif;
	color: #666;
	padding: 0 3px 0 3px;
	margin: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	
	}
fieldset.advertisement legend a {
	color: inherit;
	cursor: help;
	text-decoration: none;
	border: none;
	}
fieldset.advertisement p {
	font: normal 11px/125% Tahoma, sans-serif;
	padding: 1px 0;
	}
/* ---( sidebar articles )--- */
fieldset.articles {
	border: solid 1px #ccc;
	margin: 10px 0;
	padding: 0;
	}
fieldset.articles legend {
	color: #000;
	font: 10px / 125% Tahoma, sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 3px;
	}
fieldset.articles p {
	font: 11px / 125% Verdana, sans-serif;
	color: #000;
	padding: 8px 0 8px 3px;
	}
fieldset.articles ul {
	font: normal 11px/125% Tahoma, sans-serif;
	list-style: none;
	font: 0.9em / 100% Tahoma, sans-serif;
	margin: 0;
	padding: 5px;
	}
fieldset.articles ul li {
		font-size: 0.8em;
		font-weight: bold;
		display: block;
		clear: right;
		clear: none;
		line-height: 100%;
		padding-top: 3px;
		border-bottom: 1px dotted #ccc; }
fieldset.articles ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	}
fieldset.articles ul li a:hover {
	color: #9cf;
	}
fieldset.articles ul li a span {
	display: block;
	color: #666;
	font-weight: normal;
	font: 10px/95% Arial, sans-serif;
	padding-bottom: 15px;
	clear: right;
	}
fieldset.articles ul li a:hover span {
	color: #999;
	display: block;
	}
* html .articles p, * html .articles ul li, * html .articles ul li span {
	padding: 0;
	margin: 0;
	}
/*</agl.folder>*/
.sidebarbox {
	border: solid 1px #ccc;
	margin: 10px 0;
	padding: 0;
	}
.sidebarbox h6 {
	margin: 0;
	padding: 5px;
	background-color: #e2eeff;
	font: bold 11px/100% 'Lucida Grande', sans-serif;
	color: #000;
	border-bottom: 1px solid #ccc;
	}
.sidebarbox p {
		font: 11px / 125% Tahoma, sans-serif;
		color: #000;
		margin-top: 1em;
		}
.sidebarbox ul {
	list-style: none;
	font: bold 10px/100% Tahoma, sans-serif;
	margin: 0;
	padding: 5px;
	}
.sidebarbox ul li {
	display: block;
	clear: right;
	clear: none;
	line-height: 100%;
	padding-top: 3px;
	border-bottom: 1px dotted #ccc;
	}
.sidebarbox ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	}
.sidebarbox ul li a:hover {
	color: #000;
	background-color: #e2eeff;
	text-decoration: underline;
	}
.sidebarbox ul li a span {
	display: block;
	color: #666;
	font-weight: normal;
	font: 10px/95% Arial, sans-serif;
	padding-bottom: 15px;
	clear: right;
	}
.sidebarbox ul li a:hover span {
	color: #999;
	display: block;
	}
.sidebarbox ul li img {
	float: left;
	padding: 0 3px 12px 0;
	display: block;
	}
.sidebarbox p.more {
	font-size: 11px;
	margin: 0 5px 5px 0;
	font: bold 10px/100% Tahoma, sans-serif;
	}
.sidebarbox p.more a {
	text-decoration: none;
	color: #000;
	}
.sidebarbox p.more a:hover, .sidebarbox p.more a:visited:hover {
	text-decoration: underline;
	color: #000;
	}
* html .sidebarbox p, * html .sidebarbox ul li, * html .sidebarbox ul li span {
	padding: 0;
	margin: 0;
	}
/*search box
*/
.search {
	border: solid 1px #ccc;
	margin: 0;
	}
.search h6 {
	margin: 0;
	font: bold 11px / 100% "Lucida Grande", sans-serif;
	color: #000;
	background-color: #e2eeff;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #ccc;
	}
.search p, .search a {
	font: 11px / 100% Verdana, sans-serif;
	padding: 8px 0 8px 3px;
	margin: 0;
	color: #000;
	text-decoration: underline;
	}
.search p a:hover {
	color: #000;
	font: 11px / 100% Tahoma, sans-serif;
	background-color: #e2eeff;
	text-decoration: underline;
	margin: 0;
	padding: 8px 0 8px 3px;
	}
.search form {
	padding: 5px 5px 0 5px;
	margin: 0;
	}
.search input#submit {
	margin: 0;
	clear: right;
	padding: 0 5px;
	border: 0px;
	}
.search form input#search {
	width: 95px;
	float: left;
	}
.search ul {
	font: 10px / 100% Tahoma, sans-serif;
	list-style: none;
	margin: 0;
	padding: 5px;
	}
.search ul li {
	line-height: 1.8em;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	clear: none;
	border-bottom: 1px dotted #ccc;
	}
.search ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	}
.search ul li a:hover {
	color: #000;
	background-color: #e2eeff;
	text-decoration: underline;
	}
.search ul li a span {
	color: #666;
	font: 10px / 95% Tahoma, Arial, sans-serif;
	display: block;
	padding-bottom: 15px;
	clear: right;
	}
.search ul li a:hover span {
	color: #999;
	display: block;
	}
/* ---( sidebar search )--- */
/*News!*/
.latest {
	border: solid 1px #ccc;
	margin: 10px 0;
	padding: 0;
	}
.latest h6 {
	margin: 0;
	padding: 5px;
	background-color: #fdfdcd;
	font: bold 11px / 100% "Lucida Grande", sans-serif;
	color: #000;
	border-bottom: 1px solid #ccc;
	}
.latest p {
		font: 11px / 125% Tahoma, sans-serif;
		color: #000;
		padding-bottom: 5px;
		padding-left: 5px;
		}
.latest ul {
	list-style: none;
	font: 10px / 100% Tahoma, sans-serif;
	margin: 0;
	padding: 5px;
	}
.latest ul li {
	display: block;
	clear: right;
	clear: none;
	line-height: 1.8em;
	padding-top: 3px;
	border-bottom: 1px dotted #ccc;
	}
.latest ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	}
.latest ul li a:hover {
	color: #000;
	background-color: #e2eeff;
	text-decoration: underline;
	}
* html .latest p, * html .latest ul li, * html .latest ul li span {
	padding: 0;
	margin: 0;
	}
/* ---( sidebar twitter--- */
.twitter {
	border: solid 1px #ccc;
	margin: 2px 0;
	padding: 0;
	}
.twitter h6 {
	margin: 0;
	padding: 5px;
	background-color: #e2eeff;
	font: bold 11px/100% "Lucida Grande", sans-serif;
	color: #000;
	border-bottom: 1px solid #ccc;
	}
.twitter p {
		font: 10px/100% Tahoma, sans-serif;
		color: #000;
		padding-bottom: 5px;
		padding-left: 1px;
		}
.twitter_update_list ul { list-style: disc; font: 10px/100% "Trebuchet MS", Verdana, sans-serif; margin: 0; padding: 0; }
.twitter ul li { font-size: 10px; display: block; clear: right; clear: none; line-height: 1.2em; padding-top: 3px; border-bottom: 1px dotted #ccc; }
.twitter ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	}
.twitter ul li a:hover {
	color: #000;
	background-color: #e2eeff;
	text-decoration: underline;
	}
* html .twitter p, * html .latest ul li, * html .latest ul li span {
	padding: 0;
	margin: 0;
	}	
	
/*Quicklinks
*/
.quicklinks {
	border: solid 1px #ccc;
	margin: 0;
	}
.quicklinks h6 {
	margin: 0;
	font: bold 11px / 100% "Lucida Grande", sans-serif;
	color: #000;
	background-color: #e2eeff;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #ccc;
	}
.sidebarbox p {
	font: normal 11px/125% Tahoma, sans-serif;
	color: #000;
	}
.quicklinks ul {
	list-style: none;
	font: bold 10px/100% Tahoma, sans-serif;
	margin: 0;
	padding: 5px;
	}
.quicklinks ul li {
	display: block;
	clear: right;
	clear: none;
	line-height: 100%;
	padding-top: 3px;
	border-bottom: 1px dotted #ccc;
	}
.quicklinks ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	}
.quicklinks ul li a:hover {
	color: #000;
	background-color: #e2eeff;
	text-decoration: underline;
	}
/*Tutorials
*/
.tutorials {
	border: solid 1px #ccc;
	margin: 0;
	}
.tutorials h6 {
	margin: 0;
	font: bold 11px / 100% "Lucida Grande", sans-serif;
	color: #000;
	background-color: #e2eeff;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #ccc;
	}
#tutorials cite {
		font-weight: normal;
		font-style: italic;
		color: #666666;
	}
.tutorials p {
	font: normal 11px/125% Tahoma, sans-serif;
	color: #000;
	}
.tutorials ul {
	list-style: none;
	font: bold 10px/100% Tahoma, sans-serif;
	margin: 0;
	padding: 5px;
	}
.tutorials ul li {
	display: block;
	clear: right;
	clear: none;
	line-height: 100%;
	padding-top: 3px;
	border-bottom: 1px dotted #ccc;
	}
.tutorials ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	}
.tutorials ul li a:hover {
	color: #000;
	background-color: #e2eeff;
	text-decoration: underline;
	}
/*Get Help
*/
.GetHelp {
	border: solid 1px #ccc;
	margin: 10px 0;
	}
.GetHelp h6 {
	margin: 0;
	padding: 5px;
	background-color: #ede6fb;
	font: bold 11px / 100% "Lucida Grande", sans-serif;
	color: #000;
	border-bottom: 1px solid #ccc;
	}
.GetHelp p {
		font: 11px / 125% Tahoma, sans-serif;
		color: #000;
		margin-top: 1em;
		padding-left: 5px;
		margin-bottom: 0.8em;
		}
.GetHelp ul {
	list-style: none;
	font: bold 10px/100% Tahoma, sans-serif;
	margin: 0;
	padding: 5px;
	}
.GetHelp ul li {
	display: block;
	clear: right;
	clear: none;
	line-height: 100%;
	padding-top: 3px;
	border-bottom: 1px dotted #ccc;
	}
.GetHelp ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	}
.GetHelp ul li a:hover {
	color: #000;
	background-color: #e2eeff;
	text-decoration: underline;
	}
/*Amazon*/
.amazon { text-align: center; border: solid 1px #ccc; margin: 10px 0; }
.amazon h6 {
	margin: 0;
	padding: 5px;
	background-color: #ede6fb;
	font: bold 11px / 100% "Lucida Grande", sans-serif;
	color: #000;
	border-bottom: 1px solid #ccc;
	}