/* COMMON STYLE
--------------------------------------------------------- */

body {
	color:#000;
	font-size:12px;
	font-family: Verdana, Arial, sans-serif;
	height:100%;
	background-image: url(../images/body_bg.gif);
	text-align:center; /* Center IE5+*/
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
        background-color:#f9f9f9;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}
* html .clearfix {
	height: 1%;
}

/* Normal link */
a:link, a:visited {
text-decoration:none;
color:#666;
font-weight:bold;
font-size: 10px;
}

a:hover {
color:#ff0000;
text-decoration:none;
}


/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}


/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	font-size:11px;
	color:#999184;
	font-size: 90%;
	padding:0 0 6px 0;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
	padding:0;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

#tab_content{
line-height:150%;
}
#tab_content ol li{
margin-left:35px;
line-height:180%;
}

#tab_content ul li{
color:#bcb2a2;
padding-left:15px;
background:url(../images/arrow.png) no-repeat 4px 50%;
list-style:none;
}
.module_lr ul li{
color:#a69d8c;
padding-left:15px;
background:url(../images/arrow.png) no-repeat 4px 50%;
list-style:none;
text-decoration:none;

}
th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 0;
}

fieldset a {
	font-weight: bold;
}

hr {
border-top:1px solid #CACACC;
border-right:0;
border-left:0;
border-bottom:0;
height:1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}


/* TOPMENU - JOOMLA STYLE WITH SUFFIX -nav
--------------------------------------------------------- */
#topmenu h3
{
  display:none;
}

#topmenu #mainlevel-nav
{
  list-style:none;
  float:left;
  white-space:nowrap;
  font-size:11px;
  margin:0;
  padding:0;
}

#topmenu #mainlevel-nav li
{
  width:auto!important;
  float:left;
  white-space:nowrap;
  font-size:11px;
  margin:0 3px 0 0;
}

#topmenu #mainlevel-nav li a
{
  color:#555;
  display:block;
  padding-left:8px;
  padding-right:8px;
  text-decoration:none;
  white-space:nowrap;
  font-size:11px;
  border-right:1px solid #555;
}

#topmenu #mainlevel-nav li a:hover
{
  display:block;
  padding-left:8px;
  padding-right:8px;
  white-space:nowrap;
  text-decoration:none;
  color:#262420;
  font-size:11px;
}



/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;
padding-left: 1px;
font-size: 12px;
background-color:#ccc;
border:1px solid #666;
color:#bcb2a2;
}

.button {
font-weight:normal;
color:#bcb2a2;
background-color:#ccc;
border:1px solid #050504;
padding:2px;
margin:2px;
}

.button:hover, .button:focus {
	background:#000;

}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 1px 5px 1px 5px !important; /*IE 7*/
}

.inputbox {
margin-bottom:1px;
padding:3px 0 3px 5px;
background-color:#fff;
border:1px solid #666;
color:#ff0000;
}
#form-login .input{
border:none;}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 20px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #222;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3px;
  background: url(../images/sep.gif) repeat-x bottom;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #222;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet-list.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
font-size:14px;
color:#ff0000;
height:30px;
line-height:30px;
width:100%;
font-weight:bold;
text-indent:4px;
letter-spacing:1px;
}

.contentdescription {
	padding-bottom: 20px;
}

h2.contentheading, .contentheading {
background:url(../images/content_heading.gif) no-repeat left #262420;
font-size:14px;
color:#bcb2a2;
height:30px;
line-height:30px;
width:100%;
font-weight:bold;
text-indent:30px;
letter-spacing:1px;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
height:20px;
line-height:20px;
font-size:11px;
font-weight:normal;
background-color:#262420;
border:1px solid #575249;
color:#999181;
padding-left:3px;
text-decoration:none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #fff;

}

table.contentpaneopen td, table.contentpane td {

}
.contentpaneopen{
margin-top:8px;
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/sep.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #333;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #000;
background:url(../images/black_trans.png);
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 4px 0px 4px 0;
	font-weight:bold;
}

.sectiontableheader {
	padding: 8px 5px;
background:url(../images/black_trans.png);
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
background:url(../images/black_trans.png);
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
background:url(../images/black_suckerfish.png);
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid #333;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #222;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}


.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}


#form-login p {
	margin: 0 0 5px;
	text-align:left;
}

#form-login ul {
	margin: 10px 0 0;
}

#form-login .inputbox {
	
}

/* MODULE LEFT AND RIGHT 
--------------------------------------------------------- */
.module_lr div.module_text h3,
.module_lr div.module_menu h3,
.module_lr div.module h3 {
background:url(../images/module_heading.gif) no-repeat left #000;
font-size:11px;
color:#bcb2a2;
height:30px;
line-height:30px;
width:100%;
font-weight:bold;
text-indent:16px;
display:block;
}
.module_lr div.module_text,
.module_lr div.module_menu,
.module_lr div.module{
color:#a69d8c;
line-height:140%;
font-size:100%;
margin-bottom:20px;

}

.module_countdown{
font-weight:bold;
font-size:10px;
color:#ff0000;
text-align:center;
background-color:#fff;
}

.module_lr a:link{
text-decoration:none;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #006699;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

.module_cell{
border:1px solid #383530;
}

.piede{
color:#666;
font-size:9px;
}