/* ---[ Globals ]--- */
body {
	background: #e6e6e6;
	color: #393c3f;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 20px;
	text-align: center;
	}
a {
	color: #79af1d;
	text-decoration: none;
	}
a:hover {
	color: #393c3f;
	text-decoration: none;
	}
.alignleft {
	float: left;
	text-align: left;
	}
.alignright {
	float: right;
	text-align: right;
	}
.clear {
	clear: both;
	}
p {
	margin: 0;
	padding: 0;
	}
.tinytext {
	font-size: 9px;
	}
/* ---[ Headings ]--- */
.thead {
	font-size: 16px;
	}
.headings {
	background: #79af1d url(/images/ats_headingbg.jpg);
	font-weight: bold;
	font-size: 12px;
	height: 25px;
	padding-top: 5px;
	color: #fff;
	text-align: center;
	border-bottom: 3px solid #b5db51;
	}
h3 {
	font-size: 20px;
	background: #f2f2f2;
	padding: 10px;
	border-left: 5px solid #79af1d;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	}
/* ---[ Header ]--- */
#header {
	height: 120px;
	background: #79af1d url(/images/ats_headerbg.jpg);
	border-top: #292929 5px solid;
	border-bottom: #060606 1px solid;
	}
/* ---[ Navigation ]--- */
#navbar {
	height: 29px;
	border-top: #474747 1px solid;
	padding: 11px 0 0 0;
	background: #292929;
	}
#navlinks {
	width: 900px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
#navlinks a {
	text-transform: lowercase;
	text-decoration: none;
	color: #eaeaea;
	margin: 0 30px 0 30px;
	}
#navlinks a:hover {
	text-decoration: none;
	color: #fff;
	}
/* ---[ Wrapper & Columns & Boxes ]--- */
#wrappertop {
	height: 30px;
	background: #fff url(/images/ats_wrappertop.jpg);
	}
#wrapper {
	background: #fff url(/images/ats_wrapperbg.jpg);
	width: 940px;
	margin: 30px 0 30px 0;
	text-align: left;
	}
#wrapperbottom {
	height: 30px;
	background: #fff url(/images/ats_wrapperbottom.jpg);
	}
#bigleftcolumn {
	width: 646px;
	float: left;
	margin: 0 0 0 30px;
	}
#leftcolumn {
	width: 196px;
	float: left;
	margin: 0 30px;
	}
#middlecolumn {
	width: 416px;
	float: left;
	margin: 0;
	}
#rightcolumn {
	width: 196px;
	float: left;
	margin: 0 30px;
	}
.box {
	border: 2px solid #f2f2f2;
	padding: 2px;
	width: 100%;
	}
.boxmargin {
	margin-bottom: 20px;
	}
/* ---[ Tutorial List ]--- */
.tut1 {
	background: #fff;
	color: #9f9f9f;
	margin: 5px;
	}
.tut1 a {
	color: #79af1d;
	text-decoration: none;
	}
.tut1 a:hover {
	color: #393c3f;
	text-decoration: none;
	}
a.tut_cats, a.tut_source {
	color: #298ed4;
	text-decoration: none;
	}
a.tut_cats:hover, a.tut_source:hover {
	color: #393c3f;
	text-decoration: none;
	}
.tutorial img {
	float: left;
	margin: 20px;
	border: 1px solid #9f9f9f;
	padding: 1px;
	width: 60px;
	height: 60px;
	}
.tutorialtitle {
	margin: 10px 10px 0 0;
	}
.tutorialtitle a {
	font-weight: bold;
	}
.tutorialtext {
	margin: 0 10px 10px 0;
	color: #9f9f9f;
	}
.tutorialtext a {
	color: #298ed4;
	}
.tutorialtext a:hover {
	color: #393c3f;
	}
/* ---[ Tutorial Out ]--- */
#tutorialoutbottom {
	height: 5px;
	background: #82b625 url(/images/ats_footertop.jpg);
	border-top: #060606 1px solid;
	}
#tutorialout {
	height: 30px;
	background: #191919;
	border-top: #474747 1px solid;
	font-size: 10px;
	color: #fff;
	}
#tutorialouttext {
	width: 900px;
	padding: 5px 0 0 0;
	text-align: left;
	}
#tutorialouttext a {
	font-weight: bold;
	}
#tutorialouttext a:hover {
	color: #fff;
	}
/* ---[ Categories ]--- */
.cats ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
.cats ul li {
	margin: 0;
	list-style: none;
	text-align: left;
	}
.cats ul li a {
	padding: 5px;
	display: block;
	text-decoration: none;
	background: #fff;
	color: #79af1d;
	border-bottom: 1px solid #aad169;
	font-weight: bold;
	}
.cats ul li a:hover {
	background: #c8e695;
	text-decoration: none;
	color: #79af1d;
	}
.subcats ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
.subcats ul li {
	margin: 0;
	list-style: none;
	text-align: left;
	}
.subcats ul li a {
	padding: 0px 5px 0 15px;
	display: block;
	text-decoration: none;
	background: #fff;
	color: #298ed4;
	}
.subcats ul li a:hover {
	background: #e9f6ff;
	text-decoration: none;
	color: #298ed4;
	}
/* ---[ Code in Tutorials ]--- */
.tutorialcode {
	margin-left: 20px;
	}
.tutorialcodetext {
	background: #f2f2f2;
	border-top: 4px solid #79af1d;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	}
/* ---[ Page Navigation ]--- */
.pagenav {
	margin: 0 20px 20px 20px;
	}
.pagenav a {
	padding: 5px 7px;
	background: #292929;
	margin: 0 5px 0 0;
	color: #fff;
	line-height: 30px;
	}
.pagenav a:hover {
	background: #79af1d;
	}
/* ---[ Site Stats ]--- */
.sitestatsleft {
	float: left;
	width: 70%;
	text-align: left;
	}
.sitestatsleft ul {
	list-style: none;
	margin: 10px;
	padding: 0;
	}
.sitestatsright {
	float: left;
	width: 30%;
	text-align: left;
	color: #9f9f9f;
	}
.sitestatsright ul {
	list-style: none;
	margin: 10px;
	padding: 0;
	}
/* ---[ Text Links ]--- */
.textlinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
.textlinks ul li {
	margin: 0;
	list-style: none;
	text-align: left;
	}
.textlinks ul li a {
	padding: 5px;
	display: block;
	text-decoration: none;
	background: #fff;
	color: #79af1d;
	}
.textlinks ul li a:hover {
	background: #c8e695;
	text-decoration: none;
	color: #79af1d;
	}
/* ---[ Pages ]--- */
.source_headings {
	color: #79af1d;
	}
/* ---[ Forms ]--- */
.form_styles {
	background: #FFFFFF;
	color: #9f9f9f;
	border: 1px solid #9f9f9f;
	font-size: 11px;
	}
/* ---[ Footer ]--- */
#footertop {
	height: 5px;
	background: #82b625 url(/images/ats_footertop.jpg);
	border-bottom: #060606 1px solid;
	}
#footer {
	height: 60px;
	background: #191919;
	border-top: #474747 1px solid;
	font-size: 10px;
	color: #fff;
	}
#footertext {
	width: 900px;
	padding: 18px 0 0 0;
	}
#footerleft {
	float: left;
	text-align: left;
	}
#footerleft a {
	padding: 0 10px 0 10px;
	margin: 0 2px 0 2px;
	}
#footerright {
	float: right;
	text-align: right;
	}
#footer a {
	text-decoration: none;
	color: #fff;
	}
#footer a:hover {
	text-decoration: none;
	color: #fff;
	background: #313131;
	}










/******* Extra CSS ********/
.submit_error { font-weight:bold;color:#000000; }  .current_category { font-weight: bold;color: #828282;font-size: 11px; } .current_cat_border { border-bottom: 1px solid #e6e6e6;font-size: 11px; } .sub_cat_container { font-size: 11px; } .source_cat { border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;font-size: 12px;font-weight:bold; } .warningtext { color: #FF0000; } .codetext { color: #59759f;border: 1px solid #e6e6e6;background: #f7f7f7; } .codelabel { color: #93A2B8;font-weight:bold;font-size:12px; }