/* BEGIN: COMMON STYLE */
body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: #FFFFFF;
	font: 12px Arial, sans-serif;
}

body#bd {
	margin: 0;
	background: #0e0937;
	color: #B9B9B9;
	text-align: center;
}

body.contentpane {
	margin: 12px;
}

a {
	color: #E7D66A;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

fieldset a {
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 10px 0;
	font-size: 16px;
}

h2 {
	margin: 10px 0;
	font-size: 14px;
}

h4 {
	margin: 10px 0;
	font-size: 12px;
	font-weight: bold;
}

hr {
	border-top: 1px solid #6a6599;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

input {
	font: 11px Arial, sans-serif;
}

ol {
	margin: 10px auto;
}

p {
	margin: 10px 0;
}

select {
	font: 11px Arial, sans-serif;
}

textarea {
	padding-left: 2px;
	font: 11px/1.3em Arial, sans-serif;
}

th {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(../images/arrow.png) no-repeat 0 5px;
	line-height: 140%;
}

.code, pre {
	border: 1px solid #6a6599;
	width: auto;
	padding: 5px;
	background: #F1F1F1;
	font: 11px Arial, sans-serif;
}
/* END: COMMON STYLE */


/* BEGIN: MODULES STYLE */
div.moduletable {
	width: auto!important;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	background: #585858;
}

div.moduletable h3 {
	margin: -5px -5px 5px -5px;
	padding-left: 7px;
	color: #E7D66A;
	background: url(../images/h3-bg.gif) #3A3A3A;
	font-weight: bold;
	font-size: 11px;
	text-transform: UPPERCASE;
	line-height: 25px;
	height: 25px;
}

div.moduletable td {
	padding: 3px 0!important;
}
/* END: MODULES STYLE */


/* BEGIN: JOOMLA STYLE */
table.contentpaneopen td, table.contentpane td {
	padding-right: 2px;
	line-height: 140%;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: auto!important;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	width: 200px;
	font-size: 11px;
}

table.contenttoc td {
	padding: 1px 5px 1px 15px;
	background: url(../images/arrow.png) no-repeat 5px 7px;
}

table.contenttoc th {
	padding: 4px 6px;
}

table.moduletable {
	width: 100%;
	background: #FFFFFF;
}

table.polls {
	padding: 0;
	width: 100%;
}

#content table.pollstableborder {
	width: 540px!important;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	margin: 2px 2px 2px 0;
	vertical-align: middle;
}

table.pollstableborder td {
	padding: 0 4px!important;
	text-align: left;
}

table.searchintro {
	margin: 10px 0;
	padding: 10px 0!important;
	width: 100%;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

table.searchintro td {
	padding: 0 2px!important;
}

td.buttonheading {
	padding-left: 0!important;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding: 0 5px;
	border-bottom: 1px solid #444444;
	height: 25px!important;
}

ul#mainlevel li, ul#mainlevel-nav li {
	padding: 0;
	margin: 0;
	background: none;
}

.adminform textarea {
	width: 520px!important; /*Control the Frontend Editor area width*/
}

.adminform textarea.inputbox {
	width: 420px!important; /*Control the Frontend Editor area width*/
}

.article_seperator {
	display: block;
	background: url(../images/seperator.gif) repeat-x center left;
	line-height: 20px;
}

.back_button {
	margin-top: 10px;
	width: 100%;
	display: block;
	font-size: 11px;
	text-align: right;
}

.banner {
	float: right;
	position: relative;
	top: 12px;
	right: 12px;
}

.blog_more {
	margin: 10px 0;
	padding: 3px;
}

.blog_more a {
	font-weight: bold;
}

.button {
	padding: 1px 4px 1px 4px;
	border: 1px solid #282828;
	background: url(../images/but-bg.gif) #000000;
	color: #CFCFCF;
	font: bold 10px Tahoma, Arial, sans-serif;
}

.category {
	font-weight: bold;
}

.componentheading {
	padding: 4px 5px 4px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background: url(../images/comheading-bg.gif) repeat-x top left #1F1F1F;
	font-weight: bold;
	font-size: 11px;
	text-transform: UPPERCASE;
}

.contentdescription {
	padding: 0 0 12px!important;
	height: auto;
}

.contentheading {
	font-size: 15px;
	font-weight: bold;
}

.copyright {
	border-top: 1px solid #000000;
	padding: 5px 5px 10px;
	display: block;
}

.copyright a {
	border: none!important;
	padding: 0!important;
	color: #222222;
	text-transform: none!important;
}

.createdate {
	font-size: 11px;
}

.error {
	color: #B91919;
}

.highlight {
	font-weight: bold;
}

.inputbox {
	padding-left: 2px;
	border-top: 1px solid #444444;
	border-left: 2px solid #444444;
	border-right: 1px solid #686868;
	border-bottom: 1px solid #686868;
	color: #282828;
	background: #BBBBBB;
	font: 11px Tahoma, Arial, sans-serif;
}

.message {
	color: #E7D66A;
	font-weight: bold;
	font-size: 11px;
}

.modifydate {
	color: #767676;
	font-size: 11px;
}

.mosimage {
	padding: 0;
	margin: 0 5px;
}

.mosimage img {
	margin: 0!important;
	padding: 0!important;
	border-top: 1px solid #343434;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #343434;
}

.mosimage_caption {
	margin-top: 2px;
	border-top: 1px solid #343434;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #343434;
	padding: 0!important;
	color: #767676;
	background: #585290;
	font-size: 11px;
}

a.readon {
	font-weight: bold;
	font-size: 11px;
}

a.pagenav {
	font-weight: normal;
}

.pagenav {
	padding: 2px;
	font-size: 11px;
}

.pagenavbar {
	padding-left: 16px;
	background: url(../images/pages-icon.gif) no-repeat center left;
	font-weight: bold;
	font-size: 11px;
}

.pagenavcounter {
	padding: 0 16px 10px 16px;
	background: url(../images/pages-icon.gif) no-repeat 0 3px;
	font-weight: bold;
	font-size: 11px;
}

.search input {
	width: 140px;
}

.sectiontablefooter {
	padding-bottom: 3px!important;
	height: 20px;
}

.sectiontableheader {
	padding: 3px 4px!important;
	border-bottom: 1px solid #000000;
	background: url(../images/h3-bg.gif) #666666;
	color: #BABABA;
	font-weight: bold;
}

.sectiontableheader a, .sectiontableheader a:hover {
	color: #FFFFFF;
}

.small {
	font-size: 11px;
}
/* END: JOOMLA STYLE */


/* BEGIN: GENERAL STYLE & LAYOUT */
#container {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/container-bot.gif) no-repeat bottom left #3E3E3E;
	text-align: left;
}

.container-top {
	width: 770px;
	padding: 0;
	background: url(../images/container-top.gif) no-repeat top left;
}

.container-mid {
	width: 730px;
	padding: 0;
	border-left: 2px solid #222222;
	border-right: 2px solid #222222;
	margin: 0 auto;
}

.container-inner {
	width: 728px;
	padding: 0;
	border: 1px solid #000000;
	background: #4a4480;
}

#wrapper {
	height: 400px;
}

#pathway {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #444444;
	background: #1F1F1F;
	font-size: 11px;
}

#pathway a {
	padding-right: 6px;
	color: #BABABA;
}

#user-bar {
	float: right;
	padding: 0;
}

#user-bar a {
	padding: 0;
}

#header img, #user-bar img {
	border: none;
}

#leftcol {
	width: 180px!important;
	width: 170px;
	float: left;
	margin: 0;
	background: #282828;
	font-size: 11px;
	line-height: normal;
}

#header {
	border-right: 1px solid #222222;
	border-bottom: 2px solid #222222;
	margin-bottom: 5px;
	background: #585858;
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#search {
	position: absolute;
	top: 100px;
	left: 5px;
}

#leftcol ul {
	padding: 0;
	margin: 0;
}

#leftcol a.mainlevel {
	padding-left: 20px;
	display: block;
	background: url(../images/mainlevel-bg.gif) no-repeat 0 -21px;
	color: #BABABA;
	font-weight: bold;
	line-height: 21px;
}

#leftcol a.mainlevel:hover, #leftcol a.mainlevel:active {
	padding-left: 20px;
	display: block;
	background: url(../images/mainlevel-bg.gif) no-repeat;
	color: #E7D66A;
	font-weight: bold;
	line-height: 21px;
	text-decoration: none;
}

#leftcol a.mainlevel#active_menu {
	background: url(../images/mainlevel-bg.gif) no-repeat;
	color: #E7D66A;
}

#leftcol a.sublevel {
	padding-left: 24px;
	display: block;
	color: #BABABA;
	font-weight: bold;
	line-height: 20px;
}

#leftcol a.sublevel#active_menu {
	color: #E7D66A;
	text-decoration: underline;
}

#content {
	float: right;
	width: 535px!important;
	width: 530px;
	padding: 5px;
	background: #4a4480;
}

#footer {
	padding: 0;
	border-top: 1px solid #000000;
	clear: both;
	color: #ABABAB;
	background: #1F1F1F;
	font: 11px Tahoma, Arial, sans-serif;
}

#footer a {
	padding: 0 5px;
	border-right: 1px solid #444444;
	color: #999999;
	font-weight: bold;
	text-transform: lowercase;
}

#footer a:hover, #footer a:active {
	color: #BABABA;
}

#footer li {
	padding: 0;
	display: inline;
	background: none;
}

#footer ul {
	padding: 6px 0;
	margin: 0;
	line-height: normal;
}

#botnav {
	padding: 0 5px 0 0;
	border-top: 1px solid #444444;
	border-bottom: 2px solid #222222;
	color: #ABABAB;
	background: #1F1F1F;
}
/* BEGIN: GENERAL STYLE & LAYOUT */


/* BEGIN: SPOTLIGHT */
#spotlight {
	float: right;
	width: 535px!important;
	width: 520px;
	padding: 0 5px;
	margin: 10px 0 10px;
}

#spotlight .sl-wrapper {
	padding: 0;
	border-top: 1px solid #151515;
	border-right: 1px solid #505050;
	border-bottom: 2px solid #343434;
	border-left: 2px solid #1F1F1F;
	background: #151515;
}

#spotlight ul.headtab-wrapper {
	margin: 0;
	padding: 0;
	list-style: none outside;
	background: none;
	text-align: center;
	height: 24px;
}

#spotlight li.headtab {
	margin: 4px 2px 0;
	float: left;
	padding: 0;
	display: block;
	background: none;
	font-size: 11px;
}

#spotlight li.headtab-current {
	margin: 0;
	float: left;
	padding: 0;
	display: block;
	background: none;
	font-size: 11px;
}

#spotlight li.headtab a {
	width: 100px;
	display: block;
	background: #585290;
	color: #BABABA;
	line-height: 20px;
	text-align: center;
	height: 20px;
	cursor: pointer;
}

#spotlight li.headtab a:hover {
	color: #E7D66A;
	background: #1F1F1F;
	text-decoration: none;
}

#spotlight li.headtab-current a {
	width: 100px;
	display: block;
	background: #151515;
	color: #E7D66A;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	height: 24px;
	cursor: pointer;
	border-left: 2px solid #1F1F1F; 
}

#spotlight .article_seperator {
	visibility: hidden;
}

#spotlight .contentheading {
	color: #CFCFCF;
}

#spotlight .moduletable {
	border: none;
	margin: 10px 0 0;
	background: #0e0937;
}

#spotlight .moduletable a {
	font-size: 11px;
}

#spotlight .moduletable h3 {
	background: #282828;
	line-height: 20px;
	height: 20px;
}

#spotlight .stretcher div.col {
	width: 32%!important;
	width: 30%;
	float: left;
	margin-right: 6px;
}
/* END : SPOTLIGHT */

