/*------------------------------------------------------------------------
# KH aflak 1.0 - 1388/2/23 encounter 14 May 2009 
# ------------------------------------------------------------------------
# Copyright (C) 2007-2009 khalilan.com, Ltd. All rights Reserved.
# @license - khalilan.com
# Author: khalilan.com, Ltd
# Websites:  http://www.khalilan.com 
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma;
	line-height: 1.6;
}

body#bd {
	color: #555555;
	background: #e7e6e6;
}

body.contentpane {
	color: #555555;
	font-size: 11px;
	line-height: 1.3em;
	padding: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 9px;}
body.fs2 {font-size: 10px;}
body.fs3 {font-size: 11px;}
body.fs4 {font-size: 12px;}
body.fs5 {font-size: 13px;}
body.fs6 {font-size: 14px;}

/* Normal link */
a {
	color: #289CC8;
	text-decoration: none;
	text-align: right;
}

a:hover, a:active, a:focus {
	color: #289CC8;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, #STYmainnav {
	font-family: Tahoma;
	direction: rtl;
}

/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
p.site-slogan, #kh-pathway, #kh-col1, #kh-col2, #kh-botsl, #kh-footer {
	font-size: 100%;
	direction: rtl;
}

small, .small {
	color: #AEAEAE;
}

img {
	margin: 0;
	padding: 0;
}

img.caption, .inline-img {
	margin: 0 20px 5px 0;
}

.img_caption {
	color: #AEAEAE;
}

/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%;text-transform: uppercase;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 5px;
	padding: 0;
	direction: rtl;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 100% 7px;
	line-height: 160%;
	padding-right: 10px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: right;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
	text-align: right;
	direction: rtl;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma;
	font-size: 100%;
}

.inputbox {
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #666666;
}

.button {
	padding: 2px 8px;
	border: 1px outset #AEAEAE;
	background: url(../images/grad1.gif) repeat-x top;
	color: #6e6e6e;
	font-weight: bold;
}

* html .button { /*IE 6*/
	padding: 1px 5px;
}

*+html .button { /*IE 7*/
	padding: 1px 5px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
    text-align: right;
}

.article_separator {
	clear: both;
	display: block;
	height: 20px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: #E6E6E6;
	border: 1px solid #FFFFFF;
	padding: 4px;
	font-weight: bold;
	padding: 8px 5px;
	text-align: right;
}

.sectiontableheader a {
	text-decoration: none;
	color: #555555;
}

.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus, {
	color: #289CC8;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 6px 6px 8px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background-color: #F7F7F7; 
}

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%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 100% 9px;
	padding: 1px 10px 1px 5px;
	text-align: right;
}

table.contenttoc th {
	border-bottom: 1px solid #E6E6E6;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: right;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F7F7F7;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
}

.blog_more strong {
	display: block;
	font-size: 100%;
	margin: 0 0 5px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 100% 10px;
	margin: 0;
	padding: 0 10px 0 0;
}

.category {
	font-size: 100%;
	font-weight: bold;
}

h1.componentheading, .componentheading {
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.componentheading {
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD; 
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.contentheading {
	font-size: 100%;
	line-height: normal;
}

table.blog .contentheading {
	font-size: 100%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	display: block;
	float: right;
	text-align: center;
	clear: both;
	padding: 0;
	color: #FFFFFF;
	margin-top: 5px;
	background: url(../images/readon.gif) #289CC8;
	width: 74px;
	height: 19px;
	text-indent: -50000px;
	outline: none;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/readon-hover.gif) #999999;
	color: #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 0;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center right;
	font-weight: bold;
	padding-right: 14px;
}

.pagenavcounter {
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: right;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
	display: block;
	margin: 3px 0 10px;
	width: 100%;
	overflow: hidden;
	clear: both;
	white-space: nowrap;
	background: url(../images/dot.gif) repeat-x top;
	color: #AEAEAE;
	position: relative;
	text-align: right;
}

.article-meta {
	padding: 5px 0;
	width: 70%;
	float: right;
}

.createby {
	padding: 3px 5px 3px 5px;
}

.createdate {
	padding: 3px 0 3px 5px;
}

.modifydate {
	width: 100%;
	float: right;
	color: #AEAEAE;
}

div.buttonheading {
	position: absolute;
	top: 10px;
	left: 0;
}

.buttonheading img {
	margin: 0;
	border: 0;
	float: left;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#kh-wrapper {
	padding: 0;
	width: 950px;
	margin: 0 auto;
	background: url(../images/mainwrap-bg.png) repeat-y;
	text-align: right;
}

.narrow #kh-wrapper {
	width: 750px;
	background: url(../images/mainwrap-bg-n.png) repeat-y;
}

#kh-wrapper-inner {
	padding: 0 19px;
	z-index: 0;
	position: relative;
}

#kh-mainbody {
	width: 80%;
	float: left;
	border-top: 2px solid #CCCCCC;
	clear: both;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#kh-content {
	clear: both;
	display: block;
	float: left;
	width: 74.9%;
	text-align: right;
}

#kh-current-content {
	padding: 20px;
}

/* COLUMNS
--------------------------------------------------------- */
#kh-col1 {
	float: right;
	overflow: hidden;
	width: 20%;
	padding-top: 15px;
	border-top: 2px solid #AEAEAE;
	text-align: right;
	background: url(../images/trans3.png);
}

#kh-col2 {
	float: left;
	overflow: hidden;
	width: 25%;
	margin-top: 15px;
	background: url(../images/vline.gif) repeat-y right;
}

#kh-col2 div.kh-innerpad {
	padding-bottom: 30px;
	background: url(../images/grad4.gif) no-repeat right bottom;
}

/*common style for column*/
#kh-colwrap table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: right;
}

#kh-colwrap .article_separator {
	display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#kh-containerwrap,
#kh-containerwrap-f,
#kh-containerwrap-fr,
#kh-containerwrap-fl {
	padding: 0;
	margin: 0;
	clear: both;
	text-align: right;
}

/*full*/
#kh-containerwrap-f #kh-container {
	background: none;
	text-align: right;
}

#kh-containerwrap-f #kh-mainbody {
	width: 100%;
}

#kh-containerwrap-f #kh-content {
	width: 100%;
}

/*content + left*/
#kh-containerwrap-fr #kh-content {
	width: 100%;
	text-align: right;
}

/*content + right*/
#kh-containerwrap-fl #kh-container {
	background: none;
	text-align: right;
}

#kh-containerwrap-fl #kh-mainbody {
	width: 100%;
}

#kh-containerwrap-fl #kh-content {
	width: 79.9%;
}

#kh-containerwrap-fl #kh-col2 {
	width: 20%;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	font-size: 100%;
	margin: 0 -10px 5px;
	padding: 5px 10px;
	color: #555555;
	text-align: right;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	margin: 0;
	padding: 8px 12px;
}

div.moduletable_adv {
	margin: 0;
	padding: 10px 0;
}

#kh-col1 div.moduletable h3,
#kh-col1 div.moduletable_menu h3,
#kh-col1 div.moduletable_text h3 {
	margin: 0 0 5px;
	padding: 0 20px 4px 5px;
	text-transform: uppercase;
	background: url(../images/symbol.gif) no-repeat 100% 6px;
	border-bottom: 1px solid #DDDDDD;
}

#kh-col2 div.moduletable h3,
#kh-col2 div.moduletable_menu h3,
#kh-col2 div.moduletable_text h3 {
	font-size: 100%;
	margin: 0 -11px 5px 0;
	padding: 5px 15px 9px;
	background: url(../images/h3r-bg.gif) no-repeat left center;
	text-transform: uppercase;
	color: #FFFFFF;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
	text-align: right;
}

div.advs {
	clear: both;
	display: block;
	float: right;
	width: 100%;
}

div.moduletable ul,
div.moduletable_text ul,
div.moduletable_menu ul {
	margin: 0;
	padding: 0;
}

div.moduletable li,
div.moduletable_text li,
div.moduletable_menu li {
	background: url(../images/bullet.gif) no-repeat 100% 8px;
	margin: 0;
	padding-right: 10px;
}

/* HEADER
--------------------------------------------------------- */
#kh-headerwrap {
	background: #464646;
	line-height: normal;
	text-align: right;
}

#kh-header {
	height: 242px;
	position: relative!important;
}

* html .#kh-header { /*IE 6*/
    height: 255px;
}

#kh-logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 80px;
	z-index: 1000;
}

* html .#kh-logo{/*IE 6*/
   	height: 80px;
}

h1.logo, h1.logo-text {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1.logo a {
	width: 210px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	height: 80px;
	bottom: 0;
	left: 0;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	text-decoration: none;
	outline: none;
	position: absolute;
	top: 20px;
	left: 20px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	color: #AEAEAE;
	position: absolute;
	bottom: 20px;
	left: 25px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#kh-mainnav {
	position: relative;
	z-index: 99;
	background: url(../images/grad1.gif) repeat-x top #FFFFFF;
	height: 50px;
	border-bottom: 2px solid #666666;
}

/* breadcrumbs */
#kh-pathway {
	width: 100%;
	text-align: right;
}

#kh-pathway strong {
	margin-right: 5px;

}

#kh-pathway a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	float: right
}

#kh-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

ul.menu li {
	background: none;
	margin: 0;
	padding: 0;
	background: url(../images/dot.gif) repeat-x bottom;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 4px;
	color: #555555;
	text-decoration: none;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #289CC8;
	text-decoration: none;
}

ul.menu li.active a {
	font-weight: bold;
	text-decoration: none;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/dot.gif) repeat-x top;
}

ul.menu li li {
	background: none;
}

ul.menu li li a {
	background: url(../images/bullet.gif) no-repeat 100% 11px !important;
	border: none;
	font-weight: normal !important;
	padding-right: 10px !important;
	width: 75%; /*need for ie6 transparent*/
	text-decoration: none;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.kh-box-full, .kh-box-left, .kh-box-center, .kh-box-right {
	float: right;
	overflow: hidden;
	text-align: right;	
}

.kh-box-left, .kh-box-center {
}

/* Top spotlight */
#kh-topsl1 {
	position: absolute;
	bottom: 0;
	right: 20%;
	padding: 0;
	color: #ffffff;
	height: 190px;
	width: 80%;
	line-height: 1.6;
	text-align: right;
}

#kh-topsl1 div.moduletable {
	padding: 25px 25px 0 40px;
	font-size: 100%;
	font-family: Tahoma;
}

.narrow #kh-topsl1 div.moduletable {
	padding: 25px 25px 0 20px;
}

#kh-topsl1 h3 {
	font-size: 100%;
	color: #FFFFFF;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: normal;
}

#kh-topsl1 a {
	color: #FFFFFF;
}

#kh-topsl1 a, #kh-topsl1 a:hover, #kh-topsl1 a:active {
	color: #FFFFFF;
}

#kh-topsl1 a.bigbut {
	font-size: 100%;
	font-weight: bold;
	display: block;
	float: right;
	width: 180px;
	height: 41px;
	line-height: 41px;
	text-indent: 15px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

#kh-topsl1 a.bigbut:hover, #kh-topsl1 a.bigbut:active, #kh-topsl1 a.bigbut:focus {
	text-decoration: none;
	color: #ffffff;
}

/* Top spotlight 2 */
#kh-topsl2 {
	padding: 25px 0 15px;
	border-bottom: 1px solid #DDDDDD;
	text-align: right;
}

#kh-topsl2 div.moduletable {
	padding: 0 15px;
}

#kh-topsl2 h3 {
	margin: 0 0 5px;
	font-size: 100%;
	padding: 0 3px;
	line-height: normal;
}

#kh-topsl2 .khcp-desc {
	padding: 0 0 0 5px;
}

#kh-topsl2 .khcp-img {
	margin: 0 0 10px;
}

#kh-topsl2 h3 a {
	text-decoration: none;
}

#kh-topsl2 h3 a:hover, #kh-topsl2 h3 a:active, #kh-topsl2 h3 a:focus {
	text-decoration: underline;
}

/* Bot spotlight */
#kh-botsl {
	color: #CCCCCC;
	background: url(../images/pat3-1.gif) #666666;
	text-align: right;
}

#kh-botsl h3 {
	color: #FFFFFF;
	font-size: 100%;
	background: none;
	margin-bottom: 0;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

#kh-botsl div.moduletable {
	padding: 15px;
}

#kh-botsl .kh-box-full,
#kh-botsl .kh-box-left,
#kh-botsl .kh-box-center,
#kh-botsl .kh-box-right {
	border-top: 1px solid #464646;
}

#kh-botsl .kh-box-full:hover a,
#kh-botsl .kh-box-left:hover a,
#kh-botsl .kh-box-center:hover a,
#kh-botsl .kh-box-right:hover a {
	color: #FFFFFF;
}

#kh-botsl ul, #kh-botsl ol {
	margin: 0;
	padding: 0;
}

#kh-botsl ol li {
	margin: 0 0 0 20px;
	padding: 0;
}

#kh-botsl ul li {
	margin: 0;
	padding: 0 10px 4px 5px;
	background: url(../images/bullet.gif) no-repeat 100% 6px;
}

#kh-botsl a {
	display: block;
	color: #CCCCCC;
}

#kh-botsl li a:hover, #kh-botsl li a:active, #kh-botsl li a:focus {
	color: #FFFFFF;
}

/* FOOTER
--------------------------------------------------------- */
#kh-footer {
	padding: 10px 5px 10px 20px;
	position: relative;
	border-top: 1px solid #DDDDDD;
	clear: both;
	overflow: hidden;
	text-align: right;
}

#kh-footer small {
	color: #6b6b6b;
	font-size: 100%;
}

#kh-footer ul {
	margin: 2px 0 0;
	padding: 0;
	line-height: normal;
	float: left;
}

#kh-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../images/vline.gif) no-repeat center right;
}

#kh-footer li a {
	display: inline;
	line-height: normal;
	padding: 0 10px;
}

.kh-footurl {
	float: none;
	clear: both;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
	text-align: right;
}

/* Search */
#kh-search {
	float: left;
	clear: right;
	margin: 0;
	padding: 0 10px 0 15px;
	text-align: right;
}

#kh-search .inputbox {
	padding: 1px 0 1px 22px;
	background: url(../images/icon-search.gif) no-repeat 4px 2px #E6E6E6;
	border: 1px solid #DDDDDD;
	width: 80px;
}

/* Login Form */
#kh-login {
	color: #FFFFFF;
	width: 20%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/trans1.png);
	height: 200px;
	text-align: right;
	padding: 30px 1px;
}

#kh-login div.moduletable {
	padding: 40px 10px 15px;
}

#kh-login form {
}

#kh-login form label {
	display: block;
	float: right;
}

label.kh-login-user span,
label.kh-login-password span {
	display: none;
}

#kh-login .button {
	float: right;
	border: none;
	padding: 5px;
	background: none;
	font-size: 11px;
	margin-top: 10px;
}

* html #kh-login .button { /*IE 6*/
	margin-left: -7px;
	padding: 0;
}

*+html #kh-login .button { /*IE 7*/
	margin-right: -7px;
	padding: 0;
}

#kh-login .inputbox {
	width: 110px;
	margin: 4px 25px 0 0;
	font-size: 11px !important;
	padding: 0;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}

.narrow #kh-login .inputbox {
	width: 75px;
}

#kh-login label.kh-login-user {
	width: 150px;
	height: 22px;
}

#kh-login label.kh-login-password {
	margin-top: 8px; 
	width: 150px;
	height: 22px;
}

.narrow #kh-login label.kh-login-user {
	width: 110px;
}

.narrow #kh-login label.kh-login-password {
	width: 110px;
}

#kh-login h3 {
	color: #FFFFFF;
}

.kh-login-links {
	padding-top: 10px;
	clear: both;
}

.kh-login-links a {
	color: #606161;
	padding: 2px 10px 2px 0;
	display: block;
	text-decoration: none;
	background: url(../images/bullet1.gif) no-repeat 100% 10px;
}

.kh-login-links a:hover,
.kh-login-links a:active,
.kh-login-links a:focus {
	color: #020000;
	text-decoration: underline;
}

/*others*/
.mostread, .latestnews {
	text-decoration: none;
	text-align: right;
}

#kh-banner {
	margin: 0 0 15px;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
	margin: 10px 5px 0 0;
}

div.kh-innerdiv {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../images/dot.gif) repeat-x bottom;
}

div.kh-innerdiv img {
	padding: 1px;
	border: 1px solid #E6E6E6;
	margin: 2px 8px 0 0;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	float: right;
	max-width: 200px;
	padding: 5px;
	text-align: right;
}

.tool-title {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

dl#system-message {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #CC0000;
	border: none;
	text-align: right;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #CC0000;
	border: none;
	text-align: right;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
	text-align: right;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	text-align: right;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}


