# JA Iris - Oct, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2007 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #666666;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5;
				background: url(../images/1pxl_header.jpg) repeat-y;
}

body#bd {
	background: #ffffff;
	color: #666666;
	text-align: center;
}

body.contentpane {
	margin: 1em 2em;
	width: auto; /* Printable Page */
	background: #FFFFFF;
	color: #666666;
}

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: #666666;
	text-decoration: underline;
}

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

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, h5, h6 {
}

/* Small text */
small, .small, .smalldark, .mosimage_caption {
	color: #666666;
	font-size: 100%;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 135%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 35px;
	background: url(../images/bullet-list.gif) no-repeat 25px 8px;
	line-height: 170%;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

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

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 2px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #333333;
}

.button, .button:hover {
}

.button:active, .button:focus {
}

.inputbox {
	border: 2px solid #B5985A;
	margin-bottom: 1px;
}

.inputbox:hover, .inputbox:focus {
	border-color: #999999;
	background: #FFFFCC;
}

/* BONUS TYPOGRAPHY STYLES
-------------------------------------------------------------------------*/
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #DDDDDD;
	background: #F5F5F5;
}

blockquote {
	margin: 20px 0;
	padding: 0;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DDDDDD;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #DDDDDD;
	font-size: 92%;
	text-transform: uppercase;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	font: 50px/40px Georgia, Times, serif;
}

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

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

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

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 15px 0px 15px 45px;
	border: 1px solid #CCCCCC;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 15px 0px 15px 45px;
	border: 1px solid #CCCCCC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: -12px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable_menu h3,
div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #333333;
	font-size: 100%;
	text-transform: uppercase;
}

div.moduletable_menu,
div.moduletable {
	margin: 0;
	padding: 10px 15px;
		color: #b5985a;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
	display: block;
/*	background: url(../images/sep.gif) repeat-x center; */
	height: 20px;
}

table.blog .article_seperator {
}

#ja-col1 .article_seperator,
#ja-col2 .article_seperator,
#ja-topsl .article_seperator,
#ja-botsl .article_seperator {
	display: none;
}

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

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0 0 5px;
	width: 35%;
	border: 1px solid #DDDDDD;
}

table.contenttoc a {
	font-weight: bold;
}

table.contenttoc td {
	padding: 5px 5px 2px 20px;
	background: url(../images/bullet-list.gif) no-repeat 10px 12px;
}

table.contenttoc th {
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	text-indent: 5px;
	text-transform: uppercase;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	border: none;
	padding: 0;
	width: 100%;
	text-align: left;
}

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

table.pollstableborder td {
	padding: 2px !important;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #E4E4E4;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

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: 15px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 150%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	padding-left: 13px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
}

td.buttonheading {
	padding: 0 0 0 5px!important;
	text-align: center;
}

td.buttonheading a {
	border: none;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url(../images/sep.gif) repeat-x bottom;
	color: #333333;
	font-size: 200%;
	line-height: normal;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 18px;
line-height:40px;
border-bottom:1px solid #b5985a;
	color: #CDBA92;
		/*background: url(../images/artiborder.jpg) repeat-x bottom;*/
}

.contentheading {
	font-size: 18px;
line-height:40px;

	color: #b5985a;
		/*background: url(../images/artiborder.jpg) repeat-x bottom;*/
		border-bottom:1px solid #b5985a;
		font-family: times new roman;
		padding-top:20px;
}

a.contentpagetitle {
	text-decoration: none;
}

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

a.readon {
	float: left;
	padding: 3px 5px 3px 12px;
	border: 1px solid #F2F2F2;
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 50% #F7F7F7;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/arrow2.png) no-repeat 5px 50% #006699;
	color: #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {

}

table.contentpaneopen, table.contentpane, table.blog {
/*	width: 100%;*/
	border-collapse: collapse;
	border-spacing: 0;

/*width:46%;*/
	margin-left:10px;
margin-top: 0px;
/*width:702px;*/
}

.createdate {
	margin: 5px 0 10px;
	color: #999999;
	letter-spacing: 1px;
}

.modifydate {
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
}

.mosimage img {
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav, .pagenav_prev, .pagenav_next, .pagenavbar {
	padding: 0 2px;
}

a.pagenav, .pagenav_prev a, .pagenav_next a, .pagenavbar a {
}

.pagenavbar {
}

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

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

tr.sectiontableentry1 td {
	padding: 7px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;
}

tr.sectiontableentry2 td {
	padding: 7px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #FFFFCC;
}

.small {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	text-align: left;

}

.wide #ja-wrapper {
	margin: 0 auto;
	width:1000px;
}

.auto #ja-wrapper {
	width: 95%;
}

#ja-botslwrap,
#ja-subnavwrap {
	clear: both;
	width: 100%;
}

#ja-headerwrap,
#ja-mainnavwrap1 {
	clear: both;
	padding: 0 5px;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-contentwrap {
	width: 60%;
	float: left;
}

#ja-content {
	float: right;
	width: 66%;
	overflow: hidden;
}

#ja-content div.innerpad {
	clear: both;
	margin: 0;
	padding: 1em;
	display: block;
	height: 400px;

		width: 726px;
	margin: 0 auto;
}

html>body #ja-content div.innerpad {
	height: auto;
	min-height: 400px;
	width: 721px;
	margin: 0 auto;
}

/* SECONDARY COLUMNS
--------------------------------------------------------- */
#ja-mascol {
	width: 40%;
	float: right;
	clear: right;
	overflow: hidden;
}

#ja-col1 {
	float: left;
	width: 33.3%;
	overflow: hidden;
}

#ja-col1 h3 {
	margin: -10px -15px 10px;
	padding: 5px 15px;
	background: url(../images/h3-bg.gif) repeat-y right #E4E4E4;
}

#ja-col2 {
	float: right;
	width: 50%;
	overflow: hidden;
}

#ja-col1 table, #ja-col2 table, #ja-col3 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul, #ja-col2 ul, #ja-col3 ul {
	margin: 0;
	padding: 0;
}

#ja-col1 ul li, #ja-col2 ul li, #ja-col3 ul li {
	padding-left: 13px;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
}

#ja-col2 ul li.mostread, #ja-col3 ul li.mostread,
#ja-col2 ul li.latestnews, #ja-col3 ul li.latestnews {
	padding: 4px 2px;
	border-bottom: 1px solid #E4E4E4;
	background: none;
}

#ja-col2 ul li.mostread a, #ja-col3 ul li.mostread a,
#ja-col2 ul li.latestnews a, #ja-col3 ul li.latestnews a {
	text-decoration: none;
}

#ja-col2 ul li.mostread a:hover, #ja-col3 ul li.mostread a:hover,
#ja-col2 ul li.latestnews a:hover, #ja-col3 ul li.latestnews a:hover {
	text-decoration: underline;
}

#ja-col2 div.moduletable h3,
#ja-col3 div.moduletable h3 {
}

/* 3RD COLUMNS
--------------------------------------------------------- */
#ja-col3 {
	float: left;
	width: 50%;
	overflow: hidden;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap {
}

#ja-container {
	background: url(../images/mainwrap-bg1.gif) repeat-y 20% 0;
	: ;
}

#ja-containerwrap {
}

/* Left + Right */
#ja-containerwrap-lr #ja-contentwrap {
	width: 80%;
}

#ja-containerwrap-lr #ja-col1 {
	width: 25%;
}

#ja-containerwrap-lr #ja-content {
	width: 74.9%;
}

#ja-containerwrap-lr #ja-mascol {
	width: 20%;
}

#ja-containerwrap-lr #ja-col2 {
	width: 100%;
}

/* Only left */
#ja-containerwrap-lo #ja-contentwrap {
	width: 100%;
	float: none;
	clear: both;
}

#ja-containerwrap-lo #ja-col1 {
	width: 20%;
}

#ja-containerwrap-lo #ja-content {
	width: 79.9%;
}

/* Only right */
#ja-containerwrap-ro #ja-container {
	background: none;
}

#ja-containerwrap-ro #ja-contentwrap {
	width: 80%;
}

#ja-containerwrap-ro #ja-content {
	width: 100%;
}

#ja-containerwrap-ro #ja-mascol {
	width: 20%;
}

#ja-containerwrap-ro #ja-col2 {
	width: 100%;
}

/* Left + mascol */
#ja-containerwrap-lm #ja-contentwrap {
	width: 80%;
}

#ja-containerwrap-lm #ja-col1 {
	width: 25%;
}

#ja-containerwrap-lm #ja-content {
	width: 74.9%;
}

#ja-containerwrap-lm #ja-mascol {
	width: 20%;
}

#ja-containerwrap-lm #ja-col3 {
	width: 100%;
}

/* Only mascol */
#ja-containerwrap-mo #ja-container {
	background: none;
}

#ja-containerwrap-mo #ja-contentwrap {
	width: 80%;
}

#ja-containerwrap-mo #ja-content {
	width: 100%;
}

#ja-containerwrap-mo #ja-mascol {
	width: 20%;
}

#ja-containerwrap-mo #ja-col3 {
	width: 100%;
}

/* Mascol + Rightcol */
#ja-containerwrap-rm #ja-container {
	background: none;
}

#ja-containerwrap-rm #ja-content {
	width: 100%;
}

/* Wrapper */
#ja-containerwrap-w #ja-container {
	background: none;
						background: url(../images/lion_rightq.jpg) no-repeat right 0px;

						}

#ja-containerwrap-w #ja-contentwrap {
	width: 100%;
	float: none;
	clear: both;

}

#ja-containerwrap-w #ja-content {
	width: 100%;
	background: #FFFEF9;
					background: url(../images/lion_leftq.jpg) no-repeat left 0px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	padding: 0;

	line-height: normal;
	text-align: left;
	position: relative;
	height: 180px;
	z-index: 2;


			background: url(../images/1pxl_header.jpg) repeat-y;

}

#ja-header h1 {
	margin: 0;
	padding: 0;
	width: 253px;
	text-indent: -2000%;
	position: absolute;
	top: 65px;
left:353px;
	height: 159px;
	background: url(../images/Logotype.png) no-repeat;

}

#ja-header h1 a {
	width: 253px;
	display: block;
	background: url(../images/Logotype.png) no-repeat;
	height: 159px;
	outline: none;
}

#ja-header h1 a:hover,
#ja-header h1 a:active,
#ja-header h1 a:focus {
	background: url(../images/Logotype.png) no-repeat;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	padding: 0px;

	bottom: 0;
	left: 0;

	width:730px;
	margin-top: 0px;
}

#ja-mainnav a,
#ja-mainnav a:hover,
#ja-mainnav a:active,
#ja-mainnav a:focus {
	text-decoration: none;
	outline: none;
}

#ja-mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ja-search {
	border: 1px solid #E4E4E4;
	border-bottom: none;
	padding-left: 25px;
	background: url(../images/icon-search.gif) no-repeat 7px 50% #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 10px;
}

#ja-search div.search {
	padding: 0;
}

#ja-search div.search .inputbox {
	width: 100px;
	border: none;
	padding: 5px;
	margin: 0;
	border-left: 1px solid #E4E4E4;
	background: #FFFFFF;
}

#ja-search div.search .inputbox-hover
{
	width: 120px;
	background: #FFFFCC;
	border: none;
	padding: 5px;
	margin: 0;
	border-left: 1px solid #E4E4E4;
}

/* Default Joomla! Menu */
a.mainlevel {
	margin: 0;
	padding: 5px 2px;
	width: 95%;
	border-bottom: 1px solid #DDDDDD;
	display: block;
	color: #333333;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	border-bottom: 1px solid #CCCCCC;
	background: url(../images/arrow4.png) no-repeat 98% 50%;
	text-decoration: underline;
}

a.mainlevel#active_menu {
	background: url(../images/arrow.png) no-repeat 98% 50%;
}

a.sublevel {
	padding: 3px 3px 3px 14px;
	display: block;
	background: url(../images/sublevel-bg.gif) no-repeat top left;
}

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

#active_menu {
	font-weight: bold;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-full {
	float: none;
	overflow: hidden;
}

.ja-box-left div.moduletable {
	padding: 0 15px 0 0;
}

.ja-box-right div.moduletable {
	padding: 0 0 0 15px;
}

.ja-box-center div.moduletable {
	padding: 0 15px;
}

/* Top Spotlight */
#ja-topsl {
	clear: both;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	z-index: 1;
	height: 180px;
}

#ja-topsl h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 200%;
	text-transform: none;
}

#ja-topsl p {
	margin: 0;
	padding: 0;
}

#ja-topsl a {
}

#ja-topsl div.moduletable {
	width: 45%;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 15px;
	top: 30px;
}

/* Bottom Spotlight */
#ja-botsl {
	border-top: 1px solid #CCCCCC;
}

#ja-botsl div.moduletable {
	padding: 10px 15px;
	background: none;
}

#ja-botsl div.ja-box-left,
#ja-botsl div.ja-box-center {
	background: url(../images/vdot2.gif) repeat-y right;
}

#ja-botsl h3 {
	margin: 0 0 5px;
	padding: 3px 0;
}

/* Common Styles for both Spotlight Area */
#ja-topsl ul,
#ja-botsl ul {
	margin: 0;
	padding: 0;
}

#ja-topsl li,
#ja-botsl li {
	padding-left: 12px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
}

#ja-topsl td,
#ja-botsl td {
	padding: 0;
}

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

#ja-botsl table,
#ja-topsl table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	margin: 0;
	padding: 2px;
	display: block;
	color: #999999;
	font-size: 92%;
}

#ja-pathway img {
	margin: 0 5px 1px;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {

	clear: both;
	color: #999999;
	height: 100px;
}

#ja-footer {
	text-align: right;
	overflow: hidden;
	position: relative;
	height: 100px;
	background: #FFFEF9;
}

#ja-footer a {
}

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

.ja-banner {
	text-align: left;
	position: absolute;
	top: 15px;
	left: 0;
}

#ja-footer ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	right: 0;
}

#ja-footer ul li {
	padding: 0 8px;
	display: inline;
	background: url(../images/vdot.gif) repeat-y center right;
}

#ja-footer small {
	position: absolute;
	top: 40px;
	right: 0;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/* User Tools */
#ja-usertools {
	background: #FFFFFF;
	font-size: 11px;
	position: absolute;
	top: 30px;
	right: 10px;
}

#ja-usertools ul {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
}

#ja-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	background: none;
}

#ja-usertools img {
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active,
div.back_button a:focus {
	float: left;
	margin: 10px 0;
	display: block;
	font-weight: bold;
}

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

#mod_login_remember {
	border: none;
	background: none;
}

/* JA NEWSFLASH */
.nftitle {
	margin-bottom: 10px;
	font-size: 200%;
	text-decoration: none;
	color: #333333;
}

.nfcontent {
	margin: 0;
	font-size: 115%;
}

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

#form-login p {
	margin:0px;
}

#form-login ul li {
	background: none;
	padding-left: 0px;
}

/*Content area */
.topcon
{
		/*background: url(../images/cont_top2.jpg) no-repeat;
		height: 8px;
		width: 724px;*/
}
.leftcon
{
		/*background: url(../images/22cont_left.jpg) no-repeat bottom;

		width: 11px;*/
}
.middlecon
{
		background: url(../images/22cont_1px.jpg) repeat-x bottom;
	height: 343px;
width: 692px;

}

.rightcon
{
		/*background: url(../images/22cont_right.jpg) no-repeat bottom;


		width: 8px;
		*width: 11px;*/
}

.bottomtop
{
		/*background: url(../images/bottom_top.jpg) no-repeat bottom;*/
		background: url(../images/frame_top.jpg) no-repeat bottom;
	height: 68px;
		width: 719px;
}

.bottommiddle
{
		/*background: url(../images/bottom_1px.jpg) repeat;*/

		background: url(../images/frame_middle.jpg) repeat;
	height: 100px;
	width: 719px;
}

.bottomdown
{
		/*background: url(../images/bottom.jpg) no-repeat bottom;*/

		background: url(../images/frame_bottom.jpg) no-repeat bottom;
		height: 61px;
		width: 719px;
}
.maindiv
{

/* width:195px; */
width:300px;



}
.myartihead
{
	color:#b5985a;
	font-size: 18px;
	border-bottom: 1px solid #b5985a;
	line-height: 40px;
	font-family: times new roman;


}
.myarticont
{
	color: #7d7d7d;
	text-align: left;
	font-family: verdana;
	margin-top: 10px;
}
.innercolor
{
	color:#CDBA92;
	font-weight: bold;
}
.imgarti
{
padding-left:52px;

position:relative;
top:-48px;
}
.imgarti1
{
padding-left:0;
position:relative;
top:-59px;
}
.imgarti2
{
padding-left:52px;

position:relative;
top:-28px;
}
.imgarti3
{
left:58px;
margin-top:43px;

position:relative;

position:relative;
margin-top:43px;
}
.imgarti4
{
left:25px;
margin-top:43px;
position:relative;

}
.imgarti5
{
padding-left:52px;
margin-top:30px;
position:relative;

}
.imgarti7
{
margin-top:46px;
padding-left:52px;
position:relative;

}
.imgarti8
{
margin-top:70px;
padding-left:52px;
position:relative;

}
.imgarti10
{
	padding-left:34px;

position:relative;
}
.imgarti11
{
	padding-left:14px;

}

.bottomleft1
{

left:53px;
position:relative;
width:203px;
}

.leftbot
{
left:165px;
position:relative;
width:200px;
}
.leftbot11
{
	color: #b5985a;
font-size: 12px;
font-weight: bold;
}
.leftbot22
{
	color: #7d7d7d;
}
.leftbot33
{
		color: #b5985a;
		font-weight: bold;
}
.artiheadleft
{
font-size: 10px;
position: relative;
border:0px solid red;
float:right;
* margin-top:-40px;

}
*+html .artiheadleft
{
font-size: 10px;
float: right;
position: relative;

margin-top: 0px;
* margin-top:-40px;

}
.imagetitle1
{
margin-left:58px;
	text-align: right;
	font-weight: bold;
		color: #BEBEBE

}
.imagetitle111
{
margin-left:25px;
	text-align: right;
	font-weight: bold;
		color: #BEBEBE

}
.imgarti3a {
padding-left:52px;
position:relative;
top:-11px;
}
.imgarti2a
{
padding-left:52px;
position:relative;
top:-6px;
}
.imgarti1a
{
left:45px;
padding-left:0;
position:relative;
top:-24px;
}
.imagetitle111 a.lin {
color:#BEBEBE;
text-decoration:none;
}
.imagetitle11
{

color:#b5985a;
font-weight:bold;
margin-left:58px;
text-align:right;

}
.imagetitle2
{
	font-weight: bold;
		text-align: center;
		color: #b5985a;
		margin-left:10px;
}
.imagetitle22
{
	margin-left:10px;
	font-weight: bold;
		text-align: center;
	color: #BEBEBE;
}
.imagetitle22 a.lin
{
	text-decoration:none;
	color: #BEBEBE;
}
.imagetitle3
{
	margin-left:10px;
	font-weight: bold;
			text-align: left;
				color: #BEBEBE;
}
.imagetitle3 a.lin
{
	text-decoration: none;
				color: #BEBEBE;
}
.imagetitle1 a.lin
{
	text-decoration: none;
				color: #BEBEBE;
}
.mission
{

color:#7d7d7d;
position:relative;
top:-78px;
}
.mission span
{

	color: #b5985a;
}
.mylef
{
margin-left: 35px;
}
.imagetitle4
{
	margin-left: 10px;
	font-weight: bold;
		text-align: center;
			color: #BEBEBE
}
.imagetitle4 a.lin
{
text-decoration:none;
			color: #BEBEBE
}
.imagetitle5
{
		margin-left: 10px;
	font-weight: bold;
			text-align: left;

					color: #b5985a;
}
.artilef
{
	margin-left: 10px;
}
.imagetitle6
{
	font-weight: bold;
		text-align: center;
		color: #b5985a;
			margin-left: 40px;

}
.imagetitle7
{
	font-weight: bold;
			text-align: left;
			color: #BEBEBE;

}
.imagetitle7a
{
color:#BEBEBE;
font-weight:bold;
margin-right:47px;
text-align:left;
width: 100px;
}
.imagetitle7a a.lin
{

			text-decoration:none;
			color: #BEBEBE;

}
.imagetitle7 a.lin
{

			text-decoration:none;
			color: #BEBEBE;

}

.imagetitle1a1 {
color:#BEBEBE;
font-weight:bold;
margin-left:58px;

}
.imagetitle1a1 a.lin
{
	color:#BEBEBE;
	text-decoration: none;
}
.imagetitle2a2
{
	color:#b5985a;
font-weight:bold;
margin-right:123px;
text-align:center;
}
.imagetitle
{
	color:#b5985a;
margin-left:56px;
}
.titleme
{
	background-color: #b5985a;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 24px;
	padding-bottom:1px;

}
.titleme1
{
	background-color: #b5985a;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
margin-left:14px;
padding-bottom:1px;
}
.titleme a.lin
{
	color: #FFFFFF;
	text-decoration: none;
}
.titleme1 a.lin
{
	color: #FFFFFF;
		text-decoration: none;
}
.mylogimg
{

	background: url(../images/logo1.jpg) no-repeat;
height:120px;
position:relative;
top:12px;
width:194px;
}
.mylogimg1
{
float:right;
height:200px;
left:39px;
position:relative;
top:62px;
width:335px;
	background: url(../images/22logoUppsala-bed.jpg) no-repeat;


}
#mylogfield
{
left:80px;
position:relative;
top:-40px
}
.loginbut .button
{
left:150px;
position:relative;
top:-10px;
width:44px;
background: none;
border: none;
cursor: pointer;
}
#loginmod
{

		/*background: url(../images/imge1911.jpg) no-repeat;*/
		/*width: 200px;*/
		height: 200px;
		width: 200px;
		position: relative;
		top: 57px;
}
.user1
{
	left:16px;
position:relative;
top:22px;
color: #FFFFFF;

}
.pass1
{
	left:16px;
position:relative;
top:31px;
color: #FFFFFF;
}
.logmod1 .button
{


/*height:38px;*/
left:76px;
position:relative;
top:40px;
/*width:25px;*/
			/*background: url(../images/imge20.jpg) no-repeat;*/
			border: none;
			color:#B5985A;
			font-weight:bold;
			border:2px solid #B5985A;
}
.trans
{

height:182px;
left:160px;
position:relative;
top:-40px;
width:252px;
background: url(../images/imge18.jpg) no-repeat;
}
.namehead
{
	font-weight: bold;
}
.emailhead a
{
	color: #6F6F6F;
	text-decoration: none;
}
.transimg
{
/*
bottom:30px;
	left:360px;
position:relative;
*/
left:332px;
margin-bottom:53px;
margin-top:-132px;
position:relative;
}
.newstxt
{
width:47%;
color:#7D7D7D;
font-family:verdana;
}
.hm1
{
/*padding-left:13px;*/
padding-bottom:10px;
*padding-bottom:0px;;
padding-top:10px;
*padding-top:14px;
position:relative;
right:0;
}
.mainme
{
	width: 665px;
	color:#7D7D7D;
font-family:verdana;
margin-top:10px;
text-align:left;
}
.myarticont11
{
float: left;
}
.imgarti1mai
{
	float: right;
}
.moduletablenewme
{

left:178px;
position:relative;
white-space:normal;
width:215px;
}

.contentheadingnewme{
color:#b5985a;
font-size:12px;
font-weight:bold;
}
.contentpaneopennewme
{
	color:#7D7D7D;
}
.h11
{
				background: url(../images/2nd_1pxl.jpg) repeat right;
					height: 180px;
	}
	.h22
{
				background: url(../images/2nd_1pxl.jpg) repeat left;
					height: 180px;
	}
	.moduletablenewme h3
{
color:#b5985a;
font-size:12px;
font-weight:bold;
}
.latestnewsnewme a
{
color:#7D7D7D;
text-decoration: none;
}

.imgarti1mai {
bottom:45px;
float:right;
left:17px;
position:relative;
}
/*
li a#menu66
{

	width: 30px;
	position:relative;
	left: 0px;
}
li a#menu67
{
		width: 57px;

	position:relative;
	left: 33px;
}
li a#menu68
{
		width: 54px;

	position:relative;
	left: 68px;
}
li a#menu69
{
		width: 68px;

	position:relative;
	left: 114px;
}
li a#menu72
{
		width: 30px;

	position:relative;
	left: 252px;
}
li a#menu70
{
		width: 45px;

	position:relative;
	left: 163px;
}
li a#menu71
{
		width: 28px;

	position:relative;
		left: 210px;
}
*/

/* Pradeep Kumar Css */

/* HEADER
--------------------------------------------------------- */
#ja-header {
	line-height: normal;
	height: 159px;
	z-index: 2;
	background: url(../images/top_repimg.jpg) repeat-x;
	width:100%;

}
 .wordlogo{
	width: 334px;
	background: url(../images/logo_word.jpg) no-repeat;
	height: 90px;
	float:left;
	position:relative;
	top:20px;
}

 .logo {
	width: 144px;
	background: url(../images/logo_image.jpg) no-repeat;
	height: 91px;
	float:right;
}

/*-------------END HEADER------------- */

.leftdimg {
	background: url(../images/lion_leftq.jpg) repeat-x;
	width:133px;

}

.righttdimg {
	background: url(../images/lion_rightq.jpg) repeat-x;
	/*width:100%;*/
	width:133px;

}

.foot1 {
	background: url(../images/footer_1pl.jpg) repeat-x;
	float:left;
	height: 70px;
	width:100%;
}


#newframe {
/*	background: url(../images/news_bg.jpg) no-repeat;*/
bottom:30px;
left:157px;
position:relative;
width:267px;

}
#newframe .top1 {
	background: url(../images/top.jpg) no-repeat;
	height:21px;
top:0px;
	left:1px;
position:relative;

}

#newframe .middle1 {
	background: url(../images/middle.jpg) repeat-y;
	height:100%;
	top:-10px;
	left:1px;
position:relative;
padding-bottom:10px;

}

.moduletablenewme
{

position:relative;
white-space:normal;
left:36px;
height:100%;
width:100%;
}

#newframe .bottom1 {
	background: url(../images/bottomf.jpg) no-repeat;
	height:21px;
top:-10px;
	left:1px;
position:relative;

}

.backnav {
float:right;
padding:10px 17px;
}
.backnav a {
	cursor:pointer;
color:#B5985A;
font-size:100%;
font-weight:bold;
text-decoration:none;
}
#form-login1 {
	background: url(../images/login11.jpg) no-repeat;
			position: relative;
left:4px;
position:relative;
height:310px;
bottom:65px;
*bottom:62px;
width:705px;
}
.moduletable_bruno{
height:77%;
*height:74%;
}
.accImages {
margin-left:25px;
}
#ja-cssmenu li #menu66 {
	margin: 0 0px 0 -11px;
padding: 0px 0px 4px;
	/*padding:10px 25px;*/

	display: block;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;

	border-bottom: none;
	color: #b5985a;
}

#ja-cssmenu li #menu72 {
	margin:0 0 0 2px;
padding: 0px 0px 4px;
	/*padding:10px 25px;*/

	display: block;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;

	border-bottom: none;
	color: #b5985a;
}
