@CHARSET "UTF-8";

#page {
	position: relative;
}

#system-message li {
	background: none !important;
	margin: 0 !important;
}

h2.contentheading {
	background: url('../images/bg-componentheading-760.png') no-repeat left center;
	color: #fff;
	font: bold 14px Arial;
	padding: 0 0 8px 30px;
}

.article-text {
        margin-top:10px;
	background: url('../images/bg-whitebox.png');
	padding: 10px;
	font-size: 11px;
	line-height: 150%;
        text-aligh:justify;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #111;
}

.article-text img {
        margin:10px!important;
}

.article-text ol {
	background: url('../images/bg-black.png');
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: 10px;
	color: #fff;
}

.article-text li {
	padding: 5px 0 5px 15px !important;
	background: url('../images/bg-li-article.png') no-repeat left center;
}

.titulo1 {
	background: url('../images/bg-titulo1.png') no-repeat left 30px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	font-style: italic;
        padding: 10px;
        display:block;
}

.toc, .blackbox {
	background: url('../images/bg-black.png');
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
}
.toc { margin-bottom: 10px; } 
.contenttoc { width: 100%; }
.toc th { padding-bottom: 3px; border-bottom: 1px dotted #fff; text-align: left;color:#00FFFF!important; } 
.toc .toclink { display: block; padding-top: 10px; }
.toc .active { display: block; padding-top: 10px; font-weight: bold; font-style: italic; }

.userlogin label {
	width: 100px;
	display: block;
}

.userlogin .button {
	display: block;
	margin-top: 10px;
}

.userlogin #mod_login_password,
.userlogin #mod_login_username {
	margin-bottom: 10px;
}

.form_vote {
	display: block;
	margin: 10px 0;
	color: #fff;
}

.content_rating {
	padding: 10px 0;
}

.clr {
	clear: both;
}

.pagenavcounter
{
   text-align:right;
   font-weight:bold;
   padding-bottom:4px;
   border-bottom:dashed 1px gray;
}

.pagenavbar
{
     border-top:dashed 1px gray;
     padding-top:8px;
     text-align:right;
     font-weigh:bold;
     clear:both;
}

.pagenavbar a:hover
{
     color:yellow;
}
