/*------------------------------------------------------------------------
# KH niloo 1.1 - 1388/2/2 encounter 24 May 2009 
# ------------------------------------------------------------------------
# Copyright (C) 2007-2009 khalilan.com, Ltd. All rights Reserved.
# @license - khalilan.com
# Author: khalilan.com, Ltd
# Websites:  http://www.khalilan.com 
-------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Tahoma;
	line-height: 150%;
}

body#bd {
	background: url(../images/body-bg.gif) repeat-x #DCDCB7;
	color: #626250;
}

#kh-mainbody, #kh-mainbody-fl, #kh-mainbody-fr, #kh-mainbody-f {
	background: #eeeff1;
	color: #333333;/* redefined the text color as this area has a contrast background from a rest */
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 11pt;
	font-family: Tahoma;
	line-height: 150%;
}

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: #006699;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #FF6600;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
    direction: rtl;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
    direction: rtl;
}

/* Heading */
h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 10px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-right: 10px;
	background: url(../images/bullet-list.gif) no-repeat 100% 8px;
	line-height: 170%;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: right;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #a5a57d;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #4878ba;
	font: 11px  Tahoma;
	background: #F0F0F0;
	direction: rtl;
}

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #FF6600;
	font: 11px Tahoma;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
	direction: rtl;
}

input, select {
	font: 11px/normal Tahoma;
	color: #333333;
}
#modlgn_passwd {
	width:90px;
}
#modlgn_username {
	width:90px;
}
select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 2px 5px;
	border: 1px solid #d7d7b8;
	background:  url(../images/but-bg.gif) repeat-x top #f2f2e0;
	color: #67673e;
}

.button:active, .button:focus {
	border: 1px solid #333333;
}

.inputbox {
	border: 1px solid #C0C0C0;
	background: #F0F0F0;
	margin-bottom: 2px;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #888888;
	background: #FFFFFF;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 100%;
	color: #006699;
	text-align: right;
}

div.moduletable {
	margin: 0;
	padding: 0;
}

/* Normal Module */
div.module h3 {
	margin: -5px 0 5px;
	padding: 0;
	font-size: 100%;
	color: #006699;
	text-align: right;
}

div.module {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box2-br.gif) no-repeat bottom right;
}

div.module div {
	padding: 0;
	background: url(../images/box2-bl.gif) no-repeat bottom left;
}

div.module div div {
	padding: 0;
	background: url(../images/box2-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 15px;
	background: url(../images/box2-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

#kh-rightcol div.module h3,
div.module-blue h3 {
	margin: 0 0 10px -5px;
	padding: 7px 0;
	font-size: 100%;
	color: #FFFFFF;
}

#kh-rightcol div.module {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right;
}

#kh-rightcol div.module div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

#kh-rightcol div.module div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

#kh-rightcol div.module div div div {
	padding: 0 15px 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

#kh-rightcol div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/* Blue Module */
div.module-blue {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-blue-br.gif) no-repeat bottom right;
	text-align: right;
}

div.module-blue div {
	padding: 0;
	background: url(../images/box-blue-bl.gif) no-repeat bottom left;
}

div.module-blue div div {
	padding: 0;
	background: url(../images/box-blue-tr.gif) no-repeat top right;
}

div.module-blue div div div {
	padding: 0 15px 15px;
	background: url(../images/box-blue-tl.gif) no-repeat top left;
}

div.module-blue div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/* Default Joomla! Menu [ Blue Module ] */
div.module-blue a.mainlevel:hover,
div.module-blue a.mainlevel:active,
div.module-blue a.mainlevel:focus {
	background: url(../images/default/a-mainlevel-right-bg2.gif) no-repeat bottom right #16A9CD!important;
}

div.module-blue a.mainlevel#active_menu {
	background: url(../images/default/a-mainlevel-right-bg3.gif) no-repeat bottom right!important;
}

div.module-blue a.sublevel:hover,
div.module-blue a.sublevel:active,
div.module-blue a.sublevel:focus {
	color: #FFFFFF!important;
	background: url(../images/bullet-right-list.gif) no-repeat 100% 55%!important;
	text-decoration: underline!important;
}

div.module-blue #active_menu {
	background: url(../images/bullet-right-list.gif) no-repeat 100% 55%!important;
	color: #FFFFFF!important;
	font-weight: bold;
}

/* No Title Module */
div.module-notitle {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	text-align: right;
}

div.module-notitle div {
	padding: 0;
}

div.module-notitle div div {
	padding: 0;
}

div.module-notitle div div div {
	padding: 15px 15px 15px;
}

div.module-notitle div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
    direction: rtl;
}

.article_separator {
	display: block;
	height: 20px;
	background :transparent url(../images/seperator.gif) repeat-x scroll center;
	text-align: right;
}

#kh-leftcol .article_seperator, #kh-rightcol .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
}

table.contenttoc td {
	padding: 1px 18px 1px 5px;
	background: url(../images/bullet-list.gif) no-repeat 100% 50%;
}

table.contenttoc th {
	padding: 4px;
	text-indent: 5px;
	background: #333333;
	color: #F0F0F0;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: right;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #333333;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 12px 0 0;
	background: url(../images/bullet-list.gif) no-repeat 100% 8px;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
	left: 0;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 100%;
	line-height: normal;
}

.contentheading {
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	color: #006699;
}

a.contentpagetitle {
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	float: right;
	padding: 2px 15px;
	display: block;
	background: #006699;
	color: #67673e;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	background: url(../images/readon.gif) no-repeat center right;
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #47472b;
	background: url(../images/readon.gif) no-repeat center right;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px 0 10px 0;
	color: #888888;
	line-height: 10px;
}

.modifydate {
	color: #888888;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 8px 15px 0 0!important;
	margin: 8px 10px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #888888;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
}

.pagenavbar {
	padding-right: 14px;
	background: url(../images/pages.gif) no-repeat 100% 2px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 100% 11px;
}

.sectiontableheader {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom #F0F0F0;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/seperator.gif) repeat-x bottom #FEFAE1;
}

.small {
	color: #888888;
}

.smalldark {
	color: #888888;
	text-align: right;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#kh-wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

#kh-wrapper-inner {
	text-align: right;
}

.wide #kh-wrapper {
	width: 950px;
}

#kh-containerwrap {
	padding: 0;
	margin-top: 5px;
	text-align: right;
}

#kh-container {
	padding: 0;
}

#kh-contentwrap {
}

#kh-content {
	padding: 0 20px 20px;
	margin: 0;
	clear: both;
	display: block;
}

/* HEADER
--------------------------------------------------------- */
#kh-header {
	margin-top: 8px;
	clear: both;
	text-align: right;
	line-height: normal;
	height: 110px;
	position: relative;
	background: url(../images/header-bg.jpg) no-repeat top left;
}

.narrow #kh-header {
	background: url(../images/header-narrow-bg.jpg) no-repeat top left;
}

#kh-header h1 {
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
}

#kh-header h1 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

#kh-header h1 img {
	float: left;
}

#kh-header a {
	color: #626250;
}

/* User Tools */
#kh-usertoolswrap {
	position: absolute;
	top: 20px;
	right: 12px;
	text-align: right;
}

#kh-usertools {
	padding: 0;
	float: left;
	font-size: 11px;
}

#kh-usertools span {
	float: left;
	padding: 8px 5px 2px 0px;
	display: block;
}

#kh-usertools img {
	padding: 0 2px;
}

/* Search */
#kh-search {
	position: absolute;
	top: 36px;
	right: 113px;
}

* html #kh-search { /* IE 6 */
	top: 34px;
} 

*+html #kh-search { /* IE 7 */
	top: 35px;
} 

#kh-search div.search {
	padding-left: 18px;
}

#kh-search .inputbox {
	width: 100px;
	padding: 0;
	border: none;
	background: transparent;
	width: 100px;
	font-size: 90%;
}

#kh-usertools .inputbox:hover,
#kh-usertools .inputbox:focus {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#kh-mainnav {
	height: 30px;
	padding: 5px 0 0 5px;
	bottom: 0;
	z-index: 999;
	background: url(../images/mainnav-bg.gif) repeat-x top left;
}

#kh-mainnav a #kh-subnav a {
    outline: none;
}

#kh-subnav {
	height: 30px;
	background: url(../images/mainnav-bg-1.gif) repeat-x top left;
    border-bottom: 1px solid #cdcccc;
	border-top: 1px solid #d5d5d5;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 3px 3px 5px 3PX;
	width: 98%;
	display: block;
	background: url(../images/a-mainlevel-bg.gif) no-repeat bottom right;
	color: #333333;
	text-decoration: none;
	text-align: right;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #333333;
	background: url(../images/a-mainlevel-bg2.gif) no-repeat bottom right #FFFFFF;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #006699;
	background: url(../images/a-mainlevel-bg3.gif) no-repeat bottom right;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 13px 2px 4px;
	display: block;
	color: #333333;
	background: url(../images/bullet-list.gif) no-repeat 100% 55%;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #006699;
	background: url(../images/bullet-list2.gif) no-repeat 100% 55%;
	text-decoration: none;
}

#active_menu {
	background: url(../images/bullet-list2.gif) no-repeat 100% 55%;
	color: #006699;
	font-weight: bold;
}

/* Default Joomla! Menu [ Right col ] */
#kh-rightcol a.mainlevel {
	padding: 3px 3px 5px 3PX;
	width: 98%;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}

#kh-rightcol a.mainlevel:hover,
#kh-rightcol a.mainlevel:active,
#kh-rightcol a.mainlevel:focus {
	color: #FFFFFF;
	background: #333333;
	text-decoration: none;
}

#kh-rightcol a.mainlevel#active_menu {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

#kh-rightcol a.sublevel {
	padding: 2px 13px 2px 4px;
	display: block;
	color: #FFFFFF;
	background: url(../images/bullet-right-list.gif) no-repeat 100% 55%;
	text-decoration: none;
}

#kh-rightcol a.sublevel:hover,
#kh-rightcol a.sublevel:active,
#kh-rightcol a.sublevel:focus {
	color: #006699;
	background: url(../images/bullet-right-list2.gif) no-repeat 100% 55%;
	text-decoration: none;
}

#kh-rightcol #active_menu {
	background: url(../images/bullet-right-list2.gif) no-repeat 100% 55%;
	color: #006699;
	font-weight: bold;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Sub Header */
#kh-sh {
	clear: both;
	height: 150px;
	overflow: hidden;
	background: #dcdcb7;
	border-bottom: 1px solid #000000;
	text-align: right;
}

/* Spotlight Box Style */
.kh-box-full, .kh-box-left, .kh-box-center, .kh-box-right {
	float: left;
	overflow: hidden;
	text-align: right;
}

.kh-box-left div.moduletable {
	padding-right: 20px;
}

.kh-box-right div.moduletable {
	padding-left: 20px;
}

.kh-box-center div.moduletable {
	padding: 0 20px;
}

/* Top Spotlight */
#kh-topsl {
	clear: both;
	background: url(../images/topsl-bg.gif) repeat-x #E6E6E1;
	color: #362f2d;
	border-top: 1px solid #E6E6E1;
	border-bottom: 1px solid #d0d0d0;
	text-align: right;
}

#kh-topsl a,
#kh-botsl a {
	color: #362f2d;
}

#kh-topsl div.moduletable {
	padding: 20px;
}

.narrow #kh-topsl div.moduletable {
	padding: 20px 5px;
}

#kh-topsl div.kh-box-left,
#kh-topsl div.kh-box-center,
#kh-topsl div.kh-box-right {
	padding: 0;
}

#kh-topsl div.kh-box-left,
#kh-topsl div.kh-box-center,
#kh-botsl div.kh-box-left,
#kh-botsl div.kh-box-center {
	background: url(../images/v-seperator.gif) repeat-y top right;
}

/* Bottom Spotlight */
#kh-botsl {
	width: 100%;
	clear: both;
	color: #362f2d;
	background: url(../images/botsl-bg.jpg) repeat-x bottom ;
	text-align: right;
}

#kh-botsl div.moduletable {
	margin: 0;
	padding: 20px;
}

#kh-topsl h3,
#kh-botsl h3 {
	padding: 0;
	margin: 0 0 5px;
	border: none;
	background: none;
	text-indent: 0;
	color: #333333;
}

#kh-topsl ul,
#kh-botsl ul {
	padding: 0;
	margin: 0!important;
}

#kh-topsl li,
#kh-botsl li {
	padding: 0 12px 0 0;
	margin: 0;
	background: url(../images/bullet-list-sl.gif) no-repeat 100% 55%;
}

#kh-topsl a,
#kh-botsl a {
	color: #006699;
	text-decoration: none;
}

#kh-topsl a:hover, #kh-topsl a:active, #kh-topsl a:focus,
#kh-botsl a:hover, #kh-botsl a:active, #kh-botsl a:focus {
	color: #FF6600;
	text-decoration: underline;
}

#kh-topsl td,
#kh-botsl td {
	padding: 0;
}

#kh-botsl .article_seperator,
#kh-topsl .article_seperator {
	display: none;
}

#kh-botsl table,
#kh-topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* PATHWAY
---------------------------------------------------------*/
#kh-pathway {
	margin: 0 0 20px;
	padding: 10px 6px;
	display: block;
	background: #E6E6E1;
	font-size: 1em;
	line-height: normal;
	text-indent: 15px;
	border-top: 1px solid #E6E6E1;
	border-bottom: 1px solid #C0C0C0;
	color: #006699;
	text-align: right;
}

#kh-pathway img {
	margin: 0 5px 1px;
}

#kh-pathway strong {
	margin-right: 5px;
}

#kh-pathway a {
	color: #F0F0F0;
}

#kh-pathway a:hover, #kh-pathway a:active, #kh-pathway a:focus {
	color: #FFFFFF;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#kh-mainbody {
	float: left;
	width: 80%;
	border: 1px solid #d0d0d0;
	text-align: right;
}

#kh-mainbody #kh-contentwrap {
	float: right;
	width: 74%;
	direction: rtl;
}

#kh-mainbody-fl {
	float: left;
	width: 80%;
}

#kh-mainbody-fl #kh-contentwrap {
	float: left;
	width: 100%;
}

#kh-mainbody-fr {
	float: left;
	width: 100%;
}

#kh-mainbody-fr #kh-contentwrap {
	float: right;
	width: 80%;
}

#kh-mainbody-fr #kh-leftcol {
	width: 20%;
}

#kh-mainbody-f {
	float: left;
	width: 100%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#kh-leftcol {
	float: left;
	width: 24.9%;
	margin-bottom: 10px;
	text-align: right;
}

#kh-leftcol-inner {
	padding: 0 0 0 15px;
}

#kh-rightcol {
	float: right;
	width: 18.9%;
}

#kh-leftcol table,
#kh-rightcol table {
	border-collapse: collapse;
	border-spacing: 0;
}

#kh-leftcol ul li {
	padding-right: 10px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 100% 7px;
}

#kh-rightcol ul li {
	padding-right: 10px;
	margin: 0;
	background: url(../images/bullet-list-sl.gif) no-repeat 100% 7px;
}

#kh-leftcol ul,
#kh-rightcol ul {
	margin: 0;
}

#kh-leftcol li a,
#kh-rightcol a{
	color: #333333;
}

#kh-rightcol a:hover {
	color: #FF6600;
}

/* FOOTER
--------------------------------------------------------- */
#kh-footer {
	clear: both;
	overflow: hidden;
	position: relative;
	text-align: right;
	padding: 8px;
	color: #888888;
	text-align: right;
}

#kh-footer a {
	color: #888888;
	font-weight: bold;
}

#kh-footer a:hover,
#kh-footer a:active,
#kh-footer a:focus {
	color: #333333;
}

#kh-footnav ul {
	margin: 0;
	float: left;
}

#kh-footnav li {
	display: inline;
	background: none;
	padding: 0 20px 0 0;
}

#kh-bottomline {
	float: left;
	direction: rtl;
}

#kh-cert {
	position: absolute;
	top: 20px;
	right: 22%;
}

#kh-cert a {
	padding-left: 10px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
#kh-banner {
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
}
#form-login p {
	margin: 0;
}

#mod_login_password, #mod_login_username {
	width: 93%;
}

#mod_login_password {
}

#mod_login_username {
}

#modlgn_remember {
	border: none;
	background: none;
}

/* kh CoolAds Module */
#kh-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
	text-align: right;
}

#kh-coolads-container {
	margin-right: 5%;
	overflow: hidden;
}

#kh-coolads-container div.moduletable {
	overflow: hidden;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	text-align: right;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

