* {
	margin: 0;
	padding: 0;
}

body {
	color: #5A5A5A;
	background:url(../images/bg.gif);
	background-repeat:repeat;
    /*background-color:#0080FF;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5;

}

body.narrow {
}

body.wide {
}

body. { /* Printable Page */
	width: auto;
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

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:#009999;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	
	text-decoration: none;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {


}
.back_button {
margin-top:auto;width:70px;margin-right:500px;}/*marani*/

.small, .smalldark, .createdate{
}
/* Heading */
h1 {margin-bottom:0px;
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	margin: 5px 0 10px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	 /*background: url(../images/bullet-list.gif) no-repeat right ;*/
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border: 0;
	height: 1px;
	background: url(../images/seperator.gif) repeat-x;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #F4A94F;
	background: #F2F2F2;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px;
	background: url(../images/quote.gif) 10px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}
 
.dropcap {
	float: left;
	padding: 3px 3px 0 0;
	display: block;
	color: #5A5A5A;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 22px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 22px;
	color: #3F89C3;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 22px;
	color: #D79546;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted;
	background: #F2F2F2;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {direction:rtl;
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #5A5A5A;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-right: 2px;
}

.button {
	color: #5A5A5A;
}

html>body .button {
	padding: 0 5px;
	color: #5A5A5A;
}

.inputbox {
	border: 1px solid #D8D9DB;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #C0C0C0;
}
/* MODULEMain
--------------------------------------------------------- */
div.moduleMain h3 {
	text-align:right;
	margin:-9px -16px 0px -15px;
	padding-right:8px;
	font-size:12px;
	font-weight:normal;
	color: #333333;
	text-transform: uppercase;
	background-color:#FFFFFF;/*marani*/
}

div.moduleMain {
	margin-bottom: 8px;
	padding: 0;
	width: 750px;
/*background: url(../images/box-br.gif) no-repeat bottom right ;*/
}
/*
div.moduleMain tr {
text-align:right

}
div.moduleMain div {
	padding: 0;
	background: url(../images/box-bl.gif) repeat-y bottom left;

}

div.moduleMain div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.moduleMain div div div {
	padding: 9px 15px 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}


div.moduleMain div div div div {
	margin: 0;
	padding: 0;
	background: none;
	
}*/

/* MODULE
--------------------------------------------------------- */
div.module h3 {
	font-weight:bold;
	text-align:center;
	margin: 0 0 5px;
	font-size:12px;
	font-weight:normal;
	color:#3F89C3;
	text-transform: uppercase;
	/*background-color:#3F89C3;*//*marani*/
	
}

div.module {
	margin-bottom: 8px;
	float: left;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right;
	/*background-color:#FFFFCC;*/
	
}

div.module tr {
text-align:center;/*marani*/

}
div.module div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
	
}

div.module div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
	
}

div.module div div div {
	padding: 9px 15px 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
	text-align:center;/*marani*/
}


div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
	
}

/* MODULE HILITE GREEN
--------------------------------------------------------- */
div.module-blue h3,
div.module-green h3,
div.module-gray h3,
div.module-orange h3 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0 0 5px;
}

div.module-green {
	margin-bottom: 5px;
	padding: 0;
	width: 97.5%;
	background: url(../images/box-br-green.gif) no-repeat bottom right ;
	color: #FFFFFF;
}

div.module-green a {
	color: #FFFFFF;
}

div.module-green div {
	padding: 0;
	background: url(../images/box-bl-green.gif) no-repeat bottom left;
}

div.module-green div div {
	padding: 0;
	background: url(../images/box-tr-green.gif) no-repeat top right;
}

div.module-green div div div {
	padding: 0px 15px 15px;
	background: url(../images/box-tl-green.gif) no-repeat top left;
}


/* MODULE HILITE BLUE
--------------------------------------------------------- */
div.module-blue {
	margin-bottom: 5px;
	padding: 0;
	width: 97.5%;
	background: url(../images/box-br-blue.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-blue a {
	color: #FFFFFF;
}

div.module-blue div {
	padding: 0;
	background: url(../images/box-bl-blue.gif) no-repeat bottom left;
}

div.module-blue div div {
	padding: 0;
	background: url(../images/box-tr-blue.gif) no-repeat top right;
}

div.module-blue div div div {
	padding: 9px 15px 15px;
	background: url(../images/box-tl-blue.gif) no-repeat top left;
}

/* MODULE HILITE Gray
--------------------------------------------------------- */
div.module-gray {
	margin-bottom: 5px;
	padding: 0;
	width: 97.5%;
	background: url(../images/box-br-gray.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-gray a {
	color: #FFFFFF;
}

div.module-gray div {
	padding: 0;
	background: url(../images/box-bl-gray.gif) no-repeat bottom left;
}

div.module-gray div div {
	padding: 0;
	background: url(../images/box-tr-gray.gif) no-repeat top right;
}

div.module-gray div div div {
	padding: 9px 15px 15px;
	background: url(../images/box-tl-blue.gif) no-repeat top left;
}


/* MODULE HILITE ORANGE
--------------------------------------------------------- */
div.module-orange {
	margin-bottom: 5px;
	padding: 0;
	width: 97.5%;
	background: url(../images/box-br-orange.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-orange a {
	color: #FFFFFF;
}

div.module-orange div {
	padding: 0;
	background: url(../images/box-bl-orange.gif) no-repeat bottom left;
}

div.module-orange div div {
	padding: 0;
	background: url(../images/box-tr-orange.gif) no-repeat top right;
}

div.module-orange div div div {
	padding: 9px 15px 15px;
	background: url(../images/box-tl-orange.gif) no-repeat top left;
}

#ja-leftcol div.module-blue,
#ja-leftcol div.module-green,
#ja-leftcol div.module-gray,
#ja-leftcol div.module-orange, 
#ja-rightcol div.module-blue,
#ja-rightcol div.module-green,
#ja-rightcol div.module-gray,
#ja-rightcol div.module-orange {
	width: 100%;
	/*float: left;*/
}

/* JOOMLA STYLE
--------------------------------------------------------- */


table.blog .article_seperator {
	background-color:#FFFFFF;/*marani*/
	display: block;
	height:10px;
	width:100%;
	/*background: url(../images/seperator.gif) repeat-x center;*/
}

#ja-leftcol .article_seperator, #ja-rightcol .article_seperator {
	display: none;
}

.contentpane {
	background-color:transparent;
	display: block;
	width: 100%;
	padding-right:10px;
	padding-bottom:20px;
	direction:rtl;
	text-align:right;
	}


.contentpaneopen {
	background-color:transparent;
	text-align: right;
	direction: rtl;
	padding: 0px 0px 5px 0px;/*marani*/
	margin: 0px 0px 0px 0px;/*marani*/
	/*display: block;*//*marani*/
	width: 100%;
	float:none;
	}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 18px;
	background: url(../images/arrow-off.gif) no-repeat 7px 7px;
}

table.contenttoc th {
	padding: 1px 4px;
	background: #3F89C3;
	color:#FFFFFF;
	text-indent: 5px;
}

table.poll {
	/*background-color:#F2F2F2;*/
	width: 100%;
	border-collapse: collapse;}

table.pollstableborder {
	/*padding-right:2px;
	padding-top:3px;*/
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {/*padding-bottom:2px;padding-top:2px;
	padding-right: 2px!important;*/
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 10px!important;
}

.adminform textarea {background-color:#000000;
	width: auto; /*Control the Frontend Editor area width*/
}

.adminform textarea.inputbox {
}
.blog_more,
a.blog_more:hover{
	color:#666666;
	text-align:right;
	margin: 10px 10px;/*marani*/
	float:right;/*marani*/
}

.blog_more strong {
	direction:rtl;/*marani*/
	margin: 5px;
	padding-left: 13px;
	display: block;
	text-transform: uppercase;
}

td.buttonheading {
	width:10px;/*marani*/
	padding:0 3px!important;
	border-color:#999999;
	text-align:left;/*marani*/
}


.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	text-align:right;
	color:#000000;
	margin: 0 0 15px;
	font-size: 12px;
	line-height: normal;
	padding: 0px 0px -3px 0px;
	background: url(../images/seperator.gif) repeat-x bottom;
	direction:rtl;/*marani*/
	/*color: #3F89C3;*/
}


.contentdescription {
	padding-bottom: 30px;
	
}

table.blog .contentheading {color:#FFFFFF;/* Shirazi */
	word-spacing:normal;
	direction:rtl;
	font:tahoma-8;
	font-size:12px;width:565px;/*marani*/
/*	border:double;
	border-color:#990066;
	border-style:inherit;
*/
}


a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
	color: #FFFFFF;
	font-weight:normal;
	font-size:12px;
}

a.readon {
	text-decoration:none;
	direction:rtl;
	background: url(../images/readon-blue.gif) right center no-repeat;
	font-weight: bold;
	color: #3F89C3;
	text-align:left;
	float:right;
padding-right:15px;

}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none!important;
	color:#000000;
border:none;	
}
/*table.contentpaneopen3 {
border-style:dotted;
border-width:1px;
margin-bottom:10px;
margin-top:1px;
background-color:#EEFAFD;
border-color:#9999CC;


}
table.contentpaneopen3 tr{
padding-right:10px;background-color:#000000;
}
*/
table.contentpaneopen div{
/*background-color:#FFFFCC;*//*marani*/
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	/*marani*/
}
table.blog {

}
table.contentpaneopen{
/*border-style:dotted;
border-color:#CCCCCC;
border-width:1px;*/
border: none;
}
.createdate {
	/*padding:4px 7px 4px 2px;*/
   	line-height: 15px;
	 direction:rtl;
	 text-align:left;
	 color:#000000;
	 font-family:inherit;
}

.modifydate {
	height: 15px;
	direction:rtl;
}

.moduletable {
	padding: 0;
	/*margin-bottom:10px;
	/*background: url(../images/box-bl.gif) no-repeat bottom left;*//*marani*/
	
}



.mosimage {
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #8F8F8F;
}

.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-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	background: #3F89C3;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a {
	color: #FFFFFF;
}

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;
}

.small {
padding:2px 7px 2px 2px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	border: 1px solid #FFFFFF;
	text-align: center;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-header,
#ja-topstory,
#ja-spotlight,
#ja-container,
#ja-footer {
	margin: 0 auto;
	width: 750px;
	text-align: right;
}

.wide #ja-header,
.wide #ja-topstory,
.wide #ja-spotlight,
.wide #ja-container,
.wide #ja-footer {
	width: 950px;
}

.auto #ja-header,
.auto #ja-topstory,
.auto #ja-spotlight,
.auto #ja-container,
.auto #ja-footer {
	width: 90%;
}

#ja-containerwrap {
	border: 1px solid;
}

#ja-container {
	padding: 0 0 10px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	text-align: left;
	line-height: normal;
	background: url(../images/header-bg.gif) top left no-repeat;
}

#ja-header h1 {
	font-size: 2em;
	height: 70px;
	/*border-bottom: 1px solid #FFFFFF;*//*marani*/
}

#ja-header h1 img {
	margin-top: 13px;
	float: left;
}

#ja-usertoolswrap {
	padding: 0;
	height: 25px;
	line-height: 25px;
	float: right;
	padding-left: 28px;
	background: url(../images/usertools-left-bg.gif) top left no-repeat;
}

#ja-usertools {
	padding: 0 10px 0 4px;
	float: left;
	display: block;
	font-size: 11px;
	height: 25px;
	background: url(../images/usertools-right-bg.gif) top right no-repeat;
}

#ja-usertools span {
	float: left;
	margin-right: 30px;
	display: block;
}

#ja-usertools img {
	padding: 5px 2px 0;
}

#ja-usertools a {
}

#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
}

#ja-search {
	width:120px;
	float: left;
	display: block;
	margin-top:-1px;padding-right:0px;padding-left:130px;
}
 
#ja-usertools div.search {
	padding-right: 20px;
	background: url(../images/icon-search.gif) no-repeat center right;
}

#ja-usertools .inputbox {
	border: none!important;
	width: 100px;
	background: none;
	color: #8F8F8F;
}

#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
}

/* TOP NAVIGATION
----------------------------------------------------------- */
#ja-topnav-wrap {
	background: url(../images/topnav-left.gif) top left no-repeat #3F89C3 ;
	height: 29px;width:720px;
	float: left;
	display: block;
	padding-left: 30px;
	margin-top:5px;
}

#ja-topnav {
	color:#FFFFFF;
	background: url(../images/topnav-right.gif) top right no-repeat #3F89C3;
	float: right;
	text-align: center;
	height: 29px;/*marani*/
	line-height: 23px;
	padding-right:15px;
	
}

#ja-topnav ul#mainlevel-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ja-topnav ul#mainlevel-nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-topnav ul#mainlevel-nav a {
	display: block;
	float: right;
	padding-left: 15px;
	padding-right:15px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#ja-topnav a {
	color: #FFFFFF;
	text-decoration: none;
	
}
#ja-topnav a:hover {background-color:#FFCC66;font-size:12px;padding-bottom:3px;/*marani*/
color:#993300;
text-decoration:none;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	/*width: 20%;
	clear: both;
	float: right;
	height: 210px;
	/*border-bottom: 5px solid #C0C0C0;*/
}

#ja-mainnav a {
	font-size: 10px;
}
#ja-mainnav tr {
 text-align:right
 }
/* Default Joomla! Menu */
a.mainlevel {/*background-color:#F2F2F2;*/
	padding: 4px;
	display: block;
	color: #5A5A5A;
	text-decoration: none;
	background: url(../images/seperator.gif) repeat-x bottom;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
a.mainlevel#active_menu {/*background-color:#FFCC66;*/font-size:12px
	background: url(../images/seperator.gif) repeat-x bottom;
	color: #5A5A5A;
	text-decoration: none;
}

a.sublevel {
	padding: 3px 4px 3px 15px;
	display: block;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
}

#ja-leftcol #active_menu, #ja-rightcol #active_menu {
	color: #FFFFFF;
	text-decoration: none;
}
/*End: Default Joomla! Menu  */

/* BANNER
--------------------------------------------------------- */
#ja-topstory {
	margin: 10px auto;
}

#ja-banner {
	float: left;
	width:100%;
	overflow: hidden;
	/*border-bottom: 5px solid #3F89C3;
	*/height: 210px;
	background: url(../images/header/a.jpg) top left no-repeat;padding-bottom:1px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-botslwrap {
	border-bottom: 1px solid #C0C0C0;
	padding: 20px 0;
	clear: both;
}

#ja-botsl {
}

#ja-botsl .ja-box {
	float: left;
	overflow: hidden;
}

#ja-botsl .ja-box h3 {
	color: #3F89C3;
	margin-bottom: 5px;
	font-size: 1em;
	text-indent: 3px;
	text-transform: uppercase;
}

#ja-botsl .ja-box div.moduletable {
}

#ja-botsl .ja-box ul {
	padding: 0;
	margin: 0!important;
}

#ja-botsl .ja-box li {
	padding: 0;
	margin: 0;
	background: none;
	width: 100%;
}

#ja-botsl .ja-box a {
	color: #FFFFFF;
}

#ja-botsl .ja-box li a {
	padding: 4px;
	background: url(../images/seperator.gif) left bottom repeat-x;
	width: 90%; /*This is required for IE6*/
	display: block;
	text-decoration: none;
}

#ja-botsl .ja-box li a:hover,
#ja-botsl .ja-box li a:active,
#ja-botsl .ja-box li a:focus {
	color: #FFFF00;
	text-decoration: none;
}

#ja-botsl .ja-box td {
	padding: 0;
}

#ja-botsl .ja-box  .article_seperator {
	display: none;
}

#ja-botsl .box-ended {
	margin-right: 0!important;
	float: right;
}

#ja-spotlight {
	margin: 10px auto 0;
}

#ja-spotlight .ja-box {
	pading-left:3px;/*marani*/
	float: left;
	overflow: hidden;
}

#ja-spotlight .ja-box h3 {
	margin-bottom: 5px;
	font-size: 1em;
	text-indent: 3px;
}

#ja-spotlight .ja-box div.moduletable {
}

#ja-spotlight .ja-box ul {
	padding: 0;
	margin: 0!important;
}

#ja-spotlight .ja-box li {
	padding: 0;
	margin: 0;
	background: none;
}

.box-centered {
	text-align: center!important;
}

.box-centered div.moduletable,
.box-centered div.module-orange,
.box-centered div.module-green,
.box-centered div.module-gray,
.box-centered div.module-blue {
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: right;/*marani*/
}

#ja-spotlight .box-ended div.moduletable,
#ja-spotlight .box-ended div.module-orange,
#ja-spotlight .box-ended div.module-green,
#ja-spotlight .box-ended div.module-gray,
#ja-spotlight .box-ended div.module-blue {
	margin-right: 0!important;
	float: right;
}

.box-fulled div.moduletable,
.box-fulled div.module-orange,
.box-fulled div.module-green,
.box-fulled div.module-gray,
.box-fulled div.module-blue {
	width: 100%!important;	
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	direction:rtl;
	margin-right: -5px;
	padding-right:10px;
}

#ja-pathway img {
	display:inherit; /* DO NOT SHOW PATHWAY DEFAULT ARROW */
}

#ja-pathway a {
	padding-right: 5px;
	/*background: url(../images/arrow-off2.gif) no-repeat  right;*//*marani*/
	/*color:#999999;*/
	font-size:10px;
}

#ja-pathway a:hover, #ja-pathway a:active {
/*background-color:#FFFFFF;*/
/*color:#6600FF;*//*marani*/
font-size:10px;
}
/*

#ja-pathway {color:#666666;background-color:#FFCC66;
	margin-left: 1px;
	direction:rtl;
	margin-bottom:5px;
}

#ja-pathway img {
	display:run-in; /* DO NOT SHOW PATHWAY DEFAULT ARROW */
/*	
}

#ja-pathway a {
	
	
}

#ja-pathway a:hover, #ja-pathway a:active {
}
*/
/*a.pathway:link, a.pathway:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}


a.pathway:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #eec00a;
	
}*/


/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
	margin: 0px 0;/*marani*/
	
}

#ja-mainbody {
	float:right;/*marani*/
	width: 30%;
	
}

#ja-mainbody #ja-content {
	float: right;
	width: 70%;
	padding-right:2.5%;
	direction:rtl;
	
}

#ja-mainbody-fl {
	float:  right;
	width: 80%;
	
}

#ja-mainbody-fl #ja-content {
	float: right;
	width: 97.5%;
	
}

#ja-mainbody-fr{
	float: left;
	width: 100%;
	
}

#ja-mainbody-fr #ja-content {
	margin:-5px 0px -5px 0px;
	float: right;
	width: 100%;
	
}

#ja-mainbody-fr #ja-leftcol {
	width: 20%;
	
}

#ja-mainbody-f {
	float: left;
	width: 100%;
	
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	/*float: left;*/
	width: 100%;
	}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
/*	float: right;*/
	width: 100%;
	margin: 0px ;/*marani*/
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	border-top: 5px solid #D8D9DB;
}

#ja-bottomline {
	float: left;
	padding: 10px 5px 30px;
	color: #FFFFFF;
}

#ja-bottomline a {
	color: #FFFFFF;
}


#ja-cert {
	padding: 20px 5px 30px;
	float: right;
}

#ja-cert a {
	padding-left: 5px;
}
/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	text-align:left;/*marani*/
}
div.back_button a:hover{
background-color:#FFFFFF;
color:#FF0000;/*marani*/
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {margin-right:5px;
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* 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;
}

/* JA CoolAds Module */
#ja-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#ja-coolads-container {
	overflow: hidden;
	margin-right: 5%;
}

#ja-coolads-container div.moduletable {
	overflow: hidden;
}
/* MAIN newsflash
--------------------------------------------------------- */
#ja-topnav1-wrap {
	background: url(../images/topnav-left.gif) top left no-repeat ;
	height:80px;
	float:left;
	display: block;
	padding-left:150px;
	direction:rtl;
	width:600px;
}

#ja-topnav1 {
	color:#FFFFFF;
	background: url(../images/topnav-right.gif) top right no-repeat;
	float: right;
	text-align: center;
	height: 80px;
	line-height: 25px;
	padding-right:50px;
}

#ja-topnav1 ul#mainlevel-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ja-topnav1 ul#mainlevel-nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-topnav1 ul#mainlevel-nav a {
	display: block;
	
	float: right;
	padding: 0 5px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#ja-topnav1 a {
	
	color: #FFFFFF;
	text-decoration: none;
	
}
#ja-topnav1 a:hover {
color:#993300;
text-decoration:none;
}
a.blogsection:hover{
	color:#FF0099;
}/*marani*/