/*------------------------------------------------------------------------
# SAH::Curves n' Colors
# ------------------------------------------------------------------------
# Copyright (C)Curvesn'Colors.
# @license - Copyrighted Commercial Software
# Curves n' Colors
# Websites:  http://www.curvesncolors.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}


body {
	background: #EBEAE8;
	color: #000000;
	/*font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	line-height: 1.5;
}

body#bd {
	background: url(../images/mw-bg.gif) repeat-x left top #EBEAE8;
	color: #555555;
	padding: 0;
	margin: 0;
}
a { outline:none;}
html body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #71ac1d;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}

/* Small text */
small, .small, .smalldark, .button, .article-meta, .modifydate, .img_caption p, .site-slogan, a.readon,
#ja-pathway, #ja-footer {
	font-size: 92%;
}

/*article image*/
img {
	margin: 0;
	padding: 0;
}

.img_caption {
	padding-right: 10px;
}

.img_caption p {
	text-align: center;
	color: #555555;
}

.img_caption.left, .img_caption.right {}

/* Fontpage */
div.leading .img-desc {
	float: left;
	margin: 8px 5px 0 0;
}

div.article-content img,
.img-desc img {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0 8px 0 0;
	padding: 4px;
}

.img-desc .img_caption p {
	font-size: 10px;
}

.img_caption img {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.img_caption p {
	padding-top: 5px;
	margin-top: 0px;
}

.img-border {
	border: 5px solid #B9B7B5;	
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 20px 8px;
	padding-left: 30px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

legend {
	font-weight: bold;
	background: #FFFFFF;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #4F4F4F;
	height: 1px;
}

br {}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.inputbox {
	padding: 2px;
	border: 1px solid #B9B7B5;
	background: #FFFFFF;
	color: #666666;
	font-size: 100%;
}

/*.button {
	padding: 1px 8px;
	border: 1px solid #000000;
	background: url(../images/but-bg.gif) repeat-x left center #000000;
	color: #FFFFFF;
	font-weight: bold;
}*/
.button {
	border: 1px solid #576b83;
	background: url(../images/but-bg.gif) repeat-x left center;
	color: #dee8f4;
	font-weight: bold;
	text-transform:uppercase;
	padding:0px 10px;
}
* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator, .article_seperator {
	margin: 0;
	display: none;
}

.leading_separator {
	display: block;
	height: 10px;
}

.row_separator {
	display: none;
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: url(../images/but-bg.gif) repeat-x left center #000000;
	border: 1px solid #4F4F4F;
	padding: 4px 8px;
	color: #CCCCCC;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
}

tr.sectiontableentry2 td {
	background: #F7F6F5;
}

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: 30%;
	float: right;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	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: #F7F6F5;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	border-top: 1px solid #CCCCCC;
	margin: 15px 0 0;
	padding: 10px 0 0;
}

.blog_more h2 {
	color: #C55901;
	font-size: 110%;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

.blog_more ul li a {
	color: #555555;
}

.blog_more ul li a:hover,
.blog_more ul li a:active,
.blog_more ul li a:focus {
	color: #C55901;
}

.category {
	font-weight: bold;
	width:100%;
}

h1.componentheading, .componentheading {
	border-bottom: 1px solid #CCCCCC;
	font-size: 200%;
	margin: 0 0 15px;
	padding: 5px 0;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 280%;
	color: #666666;
}

table.blog .contentheading {
	font-size: 150%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {}

a.readon {
	background: url(../images/readon-bg.gif) no-repeat left center;
	color: #555555;
	padding: 1px 2px 3px 5px;
	width: 85px;
	float: right;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: url(../images/readon-hover.gif) no-repeat left center;
	color: #C55901;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	border-top: 1px solid #CCCCCC;
	margin: 15px auto 10px;
	padding: 10px 0 0;
	color: #555555;
	text-align: center;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px 4px;
	text-decoration: none;
	color: #4F4F4F;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	color: #C55901;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews li.latestnews,
ul.mostread li.mostread {
	background: url(../images/dot.gif) repeat-x left bottom;
	padding: 5px 0;
}

ul.latestnews a, ul.mostread a {
	background: url(../images/bullet.gif) no-repeat left center;
	padding-left: 10px;
	color: #C55901;
}


a:hover.mostread{
	color:#333!important;
	text-decoration:none!important;
}

.bannerheader {
 	font-size: 120%;
	font-weight: bold;
 }

/* META
--------------------------------------------------------- */
/* Override fontpage */
#ja-contentheading {
margin: -10px -15px 0;
	padding: 0;
}

h1.componentheading{
	font-size:280%;
}

#ja-contentheading h1.componentheading {
	background: url(../images/h3-bg2.gif) no-repeat left bottom;
	border: none !important;
	color: #FFFFFF;
	font-size: 100%;
	letter-spacing: 1px;
	margin: 0 0 0 0px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
}

#ja-contentheading h1.componentheading span.left-bg {
	background: url(../images/arrow-right.gif) no-repeat right bottom;
	display: block;
	float: left;
	padding: 9px 20px 14px 10px;
}

#ja-contentheading h1.componentheading span.right-bg {
	background: url(../images/h3-sep.gif) no-repeat right bottom;
	display: block;
	padding-left: 0px;
}

#ja-contentheading div.leading {
	padding: 5px 0 10px;
	border-bottom: 1px solid #CCCCCC;
}

#ja-contentheading div.blog {
	background: #EBEAE8;
	/*border: 1px solid #B9B7B5;*/

	border: none!important;
	padding: 5px 15px 10px;
}

#ja-contentheading .leading h2.contentheading {
	font-size: 170%;
	margin-top: 0;
}

#ja-contentheading h2.contentheading {
	margin-top: 10px;
	font-size: 130%;
}

#ja-contentheading .article-meta {
	width: auto;
	float: none;
}

#ja-contentheading .article-toolswrap {
	margin: 0;
}

#ja-contentheading p {
	margin: 5px 0 10px;
}

div.content-desc p {
	clear: both;
	display: block;
	margin: 0;
}

.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
	color: #999999;
}

.createdby {
	color: #999999;
}

.createdate {
	padding-right: 6px;
	margin-right: 5px;
	background: url(../images/vline.gif) no-repeat right center;
}

.modifydate {
	color: #999999;
	width: 100%;
	display: block;
	margin: 15px 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
	background: url(../images/vline.gif) no-repeat left center;
}

.article-section a {
	color: #555555;
}

.article-category a {
	color: #555555;
}

div.buttonheading {
	/*position: absolute;*/
	top: 4px;
	right: 10px;
	margin-top:10px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

.cols3 {
	width: 33.3%;
	float: left;
}

div.column1 .contentpaneopen {
	/*padding-right: 10px;*/
}

div.column2 .contentpaneopen {
	padding: 0 5px;
}

div.column3 .contentpaneopen {
	padding-left: 10px;
}

/* MAIN LAYOUT
--------------------------------------------------------- */
.wrap { width: 100%; clear: both; }

.main { width: 960px; margin: 0 auto;}
		
.inner {
	padding: 0px;
}

div.ja-mainbg {
	background: url(../images/body-bg.jpg) no-repeat center top;
}

#ja-mainbody {
	float: left;
	width: 68%;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: left;
	width: 68%;
}

#ja-current-content {
	background: url(../images/cc-bg.gif) repeat-y right top;
	margin: 0 0 15px;
	padding: 15px 15px 15px;
}

/* COLUMNS
--------------------------------------------------------- */
/*common style for column*/
#ja-colwrap {
	width: 32%;
	float: right;
}

#ja-colwrap .ja-innerpad {
	padding: 15px 15px 0 0px;
}
#Mod390 { padding-top:20px;}
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 30%;
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 28%;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-container,
#ja-container-fr,
#ja-container-fl,
#ja-container-f {
	/*background: url(../images/container-bg.gif) repeat-x left bottom;*/
	padding: 0px;
	clear: both;
}

#ja-container .main,
#ja-container-fr .main,
#ja-container-fl .main,
#ja-container-f .main {
	margin-top: 15px;
        background:#DFEAF6 none repeat scroll 0 0;
}

#ja-container-fr .main {
	margin-top: -1px;
}

#ja-container .main .inner,
#ja-container-fr .main .inner,
#ja-container-fl .main .inner,
#ja-container-f .main .inner {
	padding: 0 0 0;
}

/*content + left*/
#ja-container-fr #ja-mainbodywrap {
	width: 100%;
}

#ja-container-fr #ja-col1 {
	width: 22%;
}

#ja-container-fr #ja-content {
	width: 78%;
}

#ja-container-fr #ja-current-content {
	margin-right: 0;
	margin-bottom:0px;
	padding-bottom:0px;
}

/*content + right*/
#ja-container-fl #ja-mainbodywrap {
	float: left;
	width: 100%;
}

#ja-container-fl #ja-content {
	width: 80%;
}

#ja-container-fl #ja-col2 {
	width: 20%;
}

#ja-container-fl #ja-current-content {
	margin-left: 0;
}

/*full*/
#ja-container-f #ja-mainbody {
	width: 100%;
}

#ja-container-f #ja-content {
	width: 100%;
}

#ja-container-f #ja-current-content {
	background: url(../images/cc-bg2.gif) repeat-y center top;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_default h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_blank h3,
div.moduletable_tabs h3 {
	background: url(../images/h3-bg.gif) no-repeat left bottom;
	color: #FFFFFF;
	font-size: 100%;
	margin: 0 0 0 0px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.moduletable h3 span.left-bg,
div.moduletable_menu h3 span.left-bg,
div.moduletable_default h3 span.left-bg,
div.moduletable_text h3 span.left-bg,
div.moduletable_tabs h3 span.left-bg {
	background: url(../images/span-left.gif) no-repeat right bottom;
	display: block;
	float: left;
	padding: 10px 60px 12px 10px;
}

div.moduletable h3 span.right-bg,
div.moduletable_default h3 span.right-bg,
div.moduletable_menu h3 span.right-bg,
div.moduletable_text h3 span.right-bg,
div.moduletable_tabs h3 span.right-bg {
	background: url(../images/h3-sep.gif) no-repeat right bottom;
	display: block;
	padding: 0;
}

div.moduletable,
div.moduletable_default,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_blank,
div.moduletable_tabs {
	color: #555555;
	margin: 0 0 15px 0px;
	padding: 0;
}

div.ja-box-ct {
	background: #EBEAE8;
	border: 1px solid #B9B7B5;
	padding: 10px;
}

/* Highlight module 1 */
div.hilite1 div.ja-box-ct {
	background: #333333;
}

div.hilite1 ul.menu li a, ul.latestnews a {
	background: url(../images/arrow-grey.gif) no-repeat left center;
	color: #555555;;
}

div.hilite1 ul.menu li a:hover,
div.hilite1 ul.menu li a:focus,
div.hilite1 ul.menu li a:active {
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}
ul.latestnews a:hover,
ul.latestnews a:focus,
ul.latestnews a:active {
	background: url(../images/blue/arrow-hover.gif) no-repeat left center;
	color: #0C3C71;
        text-decoration:none;
}

div.hilite1 ul.menu li.active a {
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}

/* Highlight module 2 */
div.hilite2 div.ja-box-ct {
	background: #AAAAAA;
}

div.hilite2 ul.menu li a {
	background: url(../images/arrow-grey2.gif) no-repeat left center;
	color: #555555;
}

div.hilite2 ul.menu li a:hover,
div.hilite2 ul.menu li a:focus,
div.hilite2 ul.menu li a:active {
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}

div.hilite2 ul.menu li.active a {
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}

/* Blank module */
div.moduletable_blank {
	margin: 0 0 15px 0;
	padding: 0;
}

div.moduletable_blank div.ja-box-ct {
	background: none !important;
	border: none;
	margin: 0;
	padding: 0 0 0 5px !important;
}

/*tabs*/
#ja-colwrap div.moduletable_tabs {
	background: #DDDDDD;
	border: 1px solid #B9B7B5;
	padding: 0;
}

#ja-colwrap div.moduletable_tabs div.ja-box-ct {
	background: none;
	border: none;
	padding: 0;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li {
	padding-left: 13px;
	background-position: 5px 7px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	line-height: normal;
	position: relative;
	padding: 0;
	/*z-index: 9999;*/
	height: 92px;
}

h1.logo, div.logo-text {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	margin-left:10px;
}

h1.logo a {
	width: 265px;
	height: 72px;
	display: block;
	background: url(../images/logo.png) no-repeat left;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	outline: none;
}

div.logo-text h1 {
	font-size: 300%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div.logo-text h1 a {
	color: #C55901	;
	text-transform: uppercase;
}

div.logo-text h1 a:hover,
div.logo-text h1 a:focus,
div.logo-text h1 a:active {
	text-decoration: none;
}

.site-slogan {
	color: #555555;
	margin: 0 0 -2px 0px;
	padding: 0;
	letter-spacing: 2px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	margin: 0;
	padding: 0;
	z-index: 999;
	position: relative;
}

#ja-mainnav .main {
	position: relative;
        background: url(../images/blue/mainnav-bg.gif) repeat-x left top #333333;
	border-bottom: 1px solid #05274b;
}

#ja-mainnav .inner {
	background: url(../images/mainnav-bg.gif) repeat-x left top #333333;
	padding: 0;
	margin: 0;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
	line-height: normal;
}

#ja-subnav {}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#ja-subnav li {
	display: block;
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#ja-subnav a {
	display: block;
	outline: none;
	padding: 6px 0 6px 10px;
	margin: 0;
	text-decoration: none;
	color: #4F4F4F;
	background: url(../images/arrow-grey.gif) no-repeat left center;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	color: #C55901;
	text-decoration: none;
	background: url(../images/arrow-hover.gif) no-repeat 0px 10px;
}

#ja-subnav li.active a {
	font-weight: bold;
	color: #C55901;
	background: url(../images/arrow-hover.gif) no-repeat 0px 10px;
}

/* breadcrumbs */
#ja-pathway {
	color: #555555;
	
}
#ja-pathway .main{
	display:none;
	
}
#ja-pathway .inner {
	background: #CCCCCC;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	margin: 0px;
	padding: 0 0 5px 0;
	/*height: 15px;*/
	position: relative;
	font-size:10px;
}

#ja-pathway .ja-pathway-text {
	float: left;
	padding: 1px 0px 2px;
}

#ja-pathway span {
	color: #4383c1;
	padding: 0 5px 0 0;
}

#ja-pathway strong {
	color: #C55901;
}

#ja-pathway a {
	color: #4383c1;
	font-weight: bold;
}

#ja-pathway img {
	margin: 0 5px;
}

/* Default Joomla! Menu */
ul.menu, ul.latestnews {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li {
	display: block;
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

ul.menu li a {
	background: url(../images/arrow-grey.gif) no-repeat left center;
	display: block;
	outline: none;
	padding: 6px 0 6px 10px;
	margin: 0;
	text-decoration: none;
	color: #555555;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	background: url(../images/arrow-hover.gif) no-repeat left center;
	color: #C55901;
	text-decoration: none;
}

ul.menu li.active a {
	font-weight: bold;
	color: #C55901;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
	background: none !important;
	padding: 0 0 0 10px;
}

ul.menu li li a {
	color: #4F4F4F !important;
	border: none;
	padding: 5px 5px 5px 10px !important;
	text-transform: none;
	font-weight: normal !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

ul.menu li li.active a {
	color: #4F4F4F;
	font-weight: bold !important;
}

ul.menu li li li a {
	color: #4F4F4F !important;
	font-weight: normal !important;
	padding-left: 35px !important;
	background: url(../images/bullet.gif) no-repeat 25px 10px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

/* Top Spotlight 1 */
#ja-topsl {
	margin: 0;
	z-index: 10;
	height: 324px;
}

#ja-topsl .inner {
	background:#DFEAF6 none repeat scroll 0 0;
        padding:4px 15px 6px;
}

#ja-topsl div.moduletable {
	margin-right: -5px;
}

/* Top Spotlight 2 */
#ja-topsl2 {
	padding: 0 0 0 10px;
}

#ja-topsl2 div.moduletable h3 {
	background: url(../images/h3-bg2.gif) no-repeat left bottom;
}

#ja-topsl2 div.moduletable h3 span.left-bg {
	background: url(../images/arrow-right2.gif) no-repeat right bottom;
	padding-right: 50px;
}

#ja-topsl2 div.moduletable .ja-box-ct {
	background: url(../images/topsl-boxct.gif) repeat-x left bottom #DDDDDD;
	border: 1px solid #B9B7B5;
	border-top: none;
	color: #555555;
}

#ja-topsl2 div.ja-newscatwrap span.article_seperator {
	display: none;
}

#ja-topsl2 div.ja-newscatwrap img {
	border: 5px solid #B9B7B5;
	padding: 0;
}

/* Bottom spotlight */
#ja-botsl {
	clear: both;
	padding: 0;
	margin:0px;
}
#ja-botsl .main{
	background:#121212 url(../images/grad2.gif) repeat-x scroll center top;
	clear:both;
	margin:0 auto;
	padding:20px 10px;
	width:940px;	
}
#ja-botsl div.moduletable h3 {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#ja-botsl div.moduletable,
#ja-botsl div.moduletable_default {
	background: none;
	color: #AAAAAA;
	padding: 0 10px;
	margin: 0;
}

#ja-botsl div.ja-box-ct {
	background: none;
	border: none;
	padding: 0;
}

#ja-botsl div.moduletable h3 {
	background: none;
	border-bottom: 1px solid #C55901;
	margin: 0 0 10px;
}

#ja-botsl div.moduletable h3 span.right-bg {
	background: none;
}

#ja-botsl div.moduletable h3 span.left-bg {
	background: none;
	margin: 0;
	padding: 5px 0;
}

#ja-botsl .ja-box-left div.moduletable,
#ja-botsl .ja-box-left div.moduletable_default {
	margin: 0 10px 0 0;
}

#ja-botsl .ja-box-right div.moduletable,
#ja-botsl .ja-box-right div.moduletable_default {
	margin: 0;
}

#ja-botsl .ja-box-center div.moduletable,
#ja-botsl .ja-box-center div.moduletable_default {
	margin: 0 10px 0 0;
}

#ja-botsl .img-border {
	background: #000000;
	border: 1px solid #222222;
}

#ja-botsl a {
	color: #AAAAAA;
}

#ja-botsl a:hover,
#ja-botsl a:focus,
#ja-botsl a:active {
	color: #C55901;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer  {
	clear: both;
	padding: 0;
	margin: 0;
}

#ja-footer .main {
	padding: 20px 0px 20px 10px;
	color: #666666;
	margin:0 auto;
	background: #222222;
	border-top: 1px solid #333333;
	width:950px;
}

#ja-footer a {
	color: #555555;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #C55901;
}

#ja-footer small {
	font-size: 100%;
}

#ja-footer ul {
	float: right;
	padding: 0;
	margin: 0;
}

#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

#ja-footer li a {
	color: #555555;
	display: inline;
	padding: 0 10px;
}

#ja-footer li a:hover,
#ja-footer li a:focus,
#ja-footer li a:active {
	color: #C55901;
}

/* MISCELLANOUS
----------------------------------------------------------- */

ul.accessibility {
	position: absolute;
	top: -100%;
}

li.ja-firstitem {
	background: none !important;
}

/* JA Slideshow */
#ja-slideshow {
	width: 619px;
	float: left;
	margin: 0;
	padding: 10px 0 0;
        display:block;
        overflow:hidden;
}

#ja-hl {
	float: right;
	width: 298px;
	text-align:right;
}


#ja-hl div.moduletable{
margin:10px 0px 0px 0px;
padding:0px;
}


#ja-hl div.moduletable .ja-slide-main-wrap{
padding:0px;
margin:0px;
}

#ja-hl div.moduletable .ja-slide-item img {
	background: none;
border:none!important;
	padding: 0px;
}

#ja-hl div.moduletable h3 {
	margin: 0px;
	padding: 0px;
}

#ja-hl div.moduletable a {
	color: #CCCCCC;
}

#ja-hl div.moduletable a:hover {
	color: #DDDDDD;
}

#ja-hl div.moduletable .img-border {
	border: 5px solid #C55901;
	margin-top: -1px;
}

#ja-hl div.moduletable h3 span.left-bg {
	float: right;
}

#ja-hl div.moduletable h3 span.right-bg {
}

#ja-hl div.ja-box-ct {
	background: none;
	border: none;
	color: #999999;
	padding: 0px;
	margin:0px;
}

/* JA Tabs */
#ja-tabwrap {
	width:30%;
	float: right;
}

/* Header tools */
#ja-headtools {
	background: url(../images/ht-bg.gif) no-repeat left center;
	height: 28px;
	position: absolute;
	right: 0px;
	top: 8px;
	padding-right:9px;
	
}

#ja-headtools ul {
	float: left;
	margin: 0 0 0 5px;
	padding: 0px 0 0;
	white-space: nowrap;
	margin:3px 5px 0px 0px;
}

#ja-headtools li {
	display: inline;
	display: block;
	float: left;
	line-height: normal;
	margin: 0px;
	padding: 0;
	color: #FFFFFF;
	background: none;
}

#ja-usertools {
	float:left;
	padding-top:3px;
}

#ja-usertools strong {
	display: block;
	float: left;
	font-weight: normal;
	padding: 0 5px 2px 8px;
}

#ja-usertools ul {
	float: left;
	margin: 0;
	padding: 0;
}

#ja-usertools li {
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#ja-usertools img {
	margin: 1px;
	padding: 2px;
}

#ja-login form a,
#ja-register form a {
	background: url(../images/bullet2.gif) no-repeat left center;
	color: #FFFFFF;
}

#ja-register label, #ja-login label {
	color: #FFFFFF;
	padding-right:5px;
}

#ja-login .button ,
#ja-register .button {
	background: url(../images/but-bg.gif) repeat-x left center #000000;
	border: 1px solid #333333;
}

#ja-register, #ja-login {
	background: #333333;
	border: 1px solid #222222;
	color: #C55901;
	top: 27px;
	display: none;
	height: auto;
	overflow: hidden;
	padding: 5px 15px;
	position: absolute;
	right: 9px;
	text-align:left;
	z-index: 999;
}

#ja-headtools li a.login-switch,
#ja-headtools li a.register-switch {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 3px 0 5px;
	text-align: center;
}

#ja-headtools li a.login-switch {
	background: url(../images/login-bg.gif) no-repeat left center;
	width: 66px;
}

#ja-headtools li a.register-switch {
	background: url(../images/sign-bg.gif) no-repeat left center;
	width: 130px;
}

#ja-headtools li a.search-switch:hover,
#ja-headtools li a.register-switch:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#ja-headtools li a.show,
#ja-headtools li a.show:hover {
	color: #FFFFFF;
}

#ja-login .inputbox,
#ja-register .inputbox {
	background: #EBEAE8;
	border: 1px solid #CCCCCC;
	color: #333333;
}

div.ja-headtool a.logout-switch {
	background: url(../images/logout-bg.gif) no-repeat left top;
	color: #999999;
	display: block;
	font-weight: bold;
	width: 190px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
}

div.ja-headtool a.logout-switch:hover,
div.ja-headtool a.logout-switch:focus,
div.ja-headtool a.logout-switch:active {
	color: #FFFFFF;
}

/* Login */
#ja-loginwrap {
	background: url(../images/tool-sep.gif) repeat-y left top;
	float: right;
	padding: 8px 0 10px 10px;
	text-align: right;
}

#ja-login form {
	float: left;
	margin-top: 5px;
}

#ja-login form label {
	float: left;
}

label.ja-login-user span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-user.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

label.ja-login-password span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-key.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

#ja-login form input.button {
	font-size: 11px !important;
	float: left;
}

#ja-login form #mod_login_username,
#ja-login form #mod_login_password {
	background: #FFFFFF;
	border: 1px solid #000000;
	width: 110px;
	margin: 1px 8px 0 0;
	font-size: 11px !important;
	padding: 2px;
}

#ja-login form a {
	padding: 0 5px 0 10px;
	text-decoration: none;
	background: url(../images/bullet1.gif) no-repeat center left;
}

#ja-login form a:hover,
#ja-login form a:active,
#ja-login form a:focus {
	color: #C55901;
	text-decoration: underline;
}

.ja-login-links {
	padding-top: 2px;
	clear: both;
	text-transform: none;
	letter-spacing: normal;
	font-size: 11px;
}

div#login {
	display: inline;
	background: url(../images/vline.gif) no-repeat left center;
	padding-left: 12px;
	padding-right: 8px;
}

div#login .button {
	float: left;
}

/*usertools*/
#ja-usertools {
	position: absolute;
	right: 210px;
	top: 88px;
}

div#ja-usercolors {
	float: right;
	padding: 14px 10px 0 0;
}

#ja-usertools ul,
#ja-usercolors ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-usertools ul li,
#ja-usercolors ul li {
	margin: 0;
	padding: 0 2px;
	float: left;
	background: none;
}

/* Search */




.topsearch-container{
/*background: url(../images/search-bg1.gif) no-repeat bottom center;*/
	width: 610px;
	height:35px;
	font-size: 12px;
	z-index: 1;
	float:right;
}

#topsearch{
/*background: url(../images/search-bg.gif) no-repeat left center;*/
	width: 461px;
	font-size: 12px;
	z-index: 1;
	padding: 10px 0px 2px 2px;
/*	_padding:5px 0 ;
*/	top: 3px;
	right: 0px;
	float:left;
}


.tripshort{
	width: 139px;
	z-index: 1;
	padding: 10px 0 0 0;
	top: 3px;
	right: 0px;
	float:right;
}



#ja-search {
	background: url(../images/search-bg.gif) no-repeat left center;
	width: 330px;
	font-size: 12px;
	z-index: 1;
	position: absolute;
	padding: 2px;
	top: 3px;
	right: 0px;
}


#ja-search .inputbox, #topsearch .inputbox{
	background: none;
	border: none;
	margin: 0 15px 0 5px;
	color: #666666;
	width: 220px;
}

*+html #ja-search .inputbox, *+html #topsearch .inputbox { /*IE 7*/

}

#ja-search .button, #topsearch .button {
	background: url(../images/bsearch-bg.gif) no-repeat left center;
	border: none;
	color: #CCCCCC;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	width: 80px;
	text-transform: uppercase;
}

* html #ja-search .button, * html #topsearch .button {
	width: 80px;
	height: 24px;
	padding-left: 20px !important;
}

*+html #ja-search .button, *+html #topsearch .button  { /*IE 7*/
	width: 80px;
	height: 24px;
	padding-left: 20px !important;
}

/*others*/
#ja-banner {
	float: right;
	margin: 0px 5px 0 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

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;
}

ul.no-display {
	display: none;
}

div.ja-innerdiv {
	padding: 10px 0 !important;
	background: url(../images/dot.gif) repeat-x bottom !important;
}

div.ja-innerdiv span.title {
	display: block;
	font-weight: bold;
}

div.ja-innerdiv .img-border {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 5px 8px 0 0;
	padding: 3px;
}

/*content slider*/
#ja-cs div.ja-box-ct {
	border: 1px solid #B9B7B5;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
	color: #333333;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	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;
}

#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: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Clearfix */
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


cgk_npro-newspro1 {
border:none!important;
}


#gk_npro-newspro2{
border:none!important;
padding-bottom:0px!important;
}


#gk_npro-newspro2 gk_npro_image_static{
background:#FFFFFF!important;
}

#gk_npro-newspro2 h4.gk_npro_header{
font-size:100%;
margin-bottom:0px;
padding-bottom:0px;

}



#gk_npro-newspro2 p{
margin:0px 0px 5px 0px;
padding:0px;

}


#gk_npro-newspro2 a.readon{

}


#gk_npro-newspro2 img.gk_npro_image_static {
	border: 1px solid #e5e5e5;
	padding: 2px;
	margin: 0px 0px 5px 0px!important;
	background:#fff;}
	
	
	
	div.margintop{
	margin:15px 0px 0px 0px!important;
	}
	
	div.margintop img{
	border:none;
	}
	
	
	
	
	ul.ja-bullettin li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #b8cbde!important;
	background: none;
	position: relative;
	width: 100%;
	line-height: normal;
}

ul.ja-bullettin a.mostread{
color:#426084!important;
font-weight:bold;
}

.newsletter{
/*background:url(../images/newsletter.gif) no-repeat right bottom #2f2f2f!important;*/
height:150px;

}

.tripfinder{
background:url(../images/trpfinder.gif) no-repeat right bottom #2f2f2f!important;
height:170px;

}

.blogblog{
background:url(../images/blogs.gif) no-repeat right bottom #2f2f2f!important;
height:170px;
}

.socialmarker{
background:url(../images/marker.gif) no-repeat right bottom #2f2f2f!important;
height:165px;
}


.socialmarker img{
	padding:4px!important;
}

div.toursearch
{
float:left;
padding-bottom:10px;
}

div.toursearch span
{
display:block;
float:left;
width:80px;
color:#55677b;
font-weight:bold;
}

div.toursearch label
{
display:block;
float:left;
width:100px;
}

.tripitinerary p{
padding:0px;
margin:0px;
}

.tripitinerary{
line-height:170%;
}

div.moduletable_triptab .ja-tabs-title-top{
background:#496688;
color:#fff;

}

div.cnc-trip{
margin-bottom:10px;
}
div.cnc-trip h1{
padding:0px!important;
margin:0px!important;
}

#ja-current-content .moduletable h3{
padding:10px !important;
margin-bottom:10px;
}


span.trip_title{
border:none!important;
font-size:14px;
}



ul.destinationtrip{
list-style:none;
padding:0px;
margin:0px;
margin-top:-4px;
}

ul.destinationtrip li{
background:#edf3fa!important;
padding:10px!important;
float:left;
margin:5px!important;
}
ul.destinationtrip li img, ul.sorttrip img{
	float:left;
}



#ja-current-content ul.destinationtrip li img{
padding:3px;
border:1px #c0d8f2 solid;
background:#fff;
margin-right:10px;
}



.cooper .ja-tabs-title-top {
	background: url(h3-bg.gif) repeat-x;
	border-top: 1px solid #334e6e;
	position: relative;
	width: 100%;
	margin-top:15px;
}



#Mod79 .ja-box-ct{
background:#8babd1;
}

.custompage1{
padding:10px;
float:left;
}
.custompage1 h3{
padding:0px;
margin:0px;
font-size:160%;
}

.custompage1 h4{
padding:0px;
margin:0px;
font-size:120%;
}

.custompage1 a.readon{
float:left!important;
margin-top:10px;
}

.custompage1_left{
float:left;
width:310px;
border-right:3px solid #bcd1e7;
padding-right:15px;
margin-right:15px;
}

.custompage1_right{
float:right;
width:255px;
}
.custompage1_right img{
margin-bottom:10px;
}
.custompage1_right img{
padding:0px;
margin:0px;
}

img.image1{
padding:3px;
border:1px solid #CCCCCC;
background:#fff;
margin-right:5px;
}

img.image2{
padding:0px;
border:none;
margin-right:10px;
margin-bottom::5px;
float:left;
}

.customlayoutcontainer{
	background:#a8c2de;
	float:left;
	width:582px;
	padding:20px;
	margin-top:-10px;
	overflow:hidden;
	 
}

.customlayout1{
background:#f4f7fc;
padding:20px;
margin-top:10px;
border:2px solid #c9ddf1;
}


.clearr{
	clear:both;
	width:100%;

}

.clearr1{
	clear:both;
	width:100%;
	height:10px;

}
.customlayout2{
background:#f4f7fc;
padding:10px;
margin-top:10px;
border:2px solid #91b0d3;
width:160px;
height:340px;
float:left;
margin:5px;
}



a.tripreadon{
display:block;
}

.tripdepartlist li h3 a{
	color:#f66014!important;
}

.tripdepartlist li h3{
	font-size:14px!important;
	font-weight:normal!important;
}

p.duration{
	font-size:14px;
	font-weight:bold;
	color:#090;
}

.tripdepartlist span{
	color:#666;
}

.destinationtrip span.trip_title a{
	color:#f66014!important;
	font-weight:normal!important;
	font-size:14px!important;
	
	}


.tripdepartlist span.trip_title{

	font-weight:normal!important;
}


.fullcustom{
	padding:10px;
	margin-right:10px;
	background:#eff5fb;
	margin-right:0px;
	margin-bottom:10px;
	float:left;
}


.fullcustom h1{
	margin:0px;
	padding:0px;
	color:#f66014;
	font-size:140%;
}

.fullcustom a{
	font-size:11px;
}

.fullcustom p{
	padding:0px;
	margin:5px 0 0 0;
	}
/*fffffffffff*/

div.clearr{
	clear:both;
	float:left;
}
.fullcustom1{
	padding:10px;
	background: url(../images/grad2.gif) repeat-x #343434;
	margin-top:3px;
	clear:both;
	float:left;
	width:910px;
}


.fullcustom1 h1{
	margin:0px;
	padding:0px;
	color:#f66014;
	font-size:140%;
}

.fullcustom1 a{
	font-size:11px;
}

.fullcustom1 p{
	padding:0px;
	margin:5px 0 0 0;
	}





.custom1_left{
	width:278px;
	float:left;
	padding:10px;
	margin-right:10px;
	background: url(../images/grad3.gif) top repeat-x;
	
}

.custom1_left .ja-slide-playback, .custom1_left .ja-slide-next{
	color:#eaeaea;
}

.custom1_middle{
	width:278px;
	float:left;
	padding:10px;
	background:#eff5fb;
	}

.custom1_right{
	width:270px!important;
	float:right;
	padding:10px;
background: url(../images/grad3.gif) top repeat-x;
	}
.custom1_right img, .custom1_left img{
padding:0!important;
	margin:0!important;
	background:none!important;
	border:none!important;
	}	
	
	div.eco-tour{
		padding:5px;
		background:#2a2a2a;
		float:left;
		margin-top:10px;
	}
	
div.agent-loginss{
	background:#dbeafa;
	padding:10px;
}
h3.agent-login{
	background:#2a5e95;
	padding:3px 10px!important;
	color:#FFF;
	font-size:110%;
	text-transform:uppercase;
	margin:-10px -10px 10px -10px!important;
}

.custom1_left h1, .custom1_middle h1, .custom1_right h1{
	margin:10px 0 0 0;
padding:0px 10px;
	font-size:140%;
}

.custom1_left p, .custom1_middle p, .custom1_right p{
	margin:0px;
	padding:10px;
}

#myBlog-wrap{
	background:#fff;
	padding:10px;
}


.request{
	background:#edf3fa;
	padding:15px;
	margin-top:-10px;
}




.request h4{
	margin:0px;
	padding:0px;
	color:#334e6e;
	font-size:120%;
}

.request p{
	padding:0 0 10px 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #FFF;
}

.request p input{
}







.travelplannerform{
	background:#fff;
	padding:20px;
	margin-top:20px;
	margin-bottom:-15px;
}

.travelplannerform h4{
	margin:0px;
	padding:0px;
	color:#334e6e;
	font-size:120%;
}

.travelplannerform p{
	padding:0px;
	margin:0px;
}

.travelplannerform p input{
}



.detailinforequest{
	float:left;
}
.tripblocks{
	
}

.tripblocks_left
{
	background:#f7941d url(../images/printicon.gif) left no-repeat;
	padding:10px;
	width:40%;
	float:left;
	color:#fff;
	font-size:12px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
	
	.tripblocks_left1
{
	background:#00aeef url(../images/enquire.gif) left no-repeat;
	padding:10px;

	width:40%;
	float:left;
	color:#fff;
	font-size:12px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:10px;
}

.tripblocks_right1
{
	background:#00aeef url(../images/reviews.gif) left no-repeat;
	padding:10px;
	width:40%;
	float:right;
	color:#fff;
	font-size:12px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:10px;
}

.tripblocks_info
{
	background:#6b8cd5 url(../images/info.gif) left no-repeat;
	padding:10px;
	width:40%;
	float:right;
	color:#fff;
	font-size:12px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:10px;
}


	.tripblocks_rss
{
	background:#ec842f url(../images/feed.gif) left no-repeat;
	padding:10px;
	width:40%;
	float:left;
	color:#fff;
	font-size:12px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:10px;
}




	.tripblocks_left1 a, .tripblocks_right1 a, .tripblocks_rss a, .tripblocks_info a
{
	color:#fff;
	
}
	
	
.tripblocks_left a, .tripblocks_right a{
	color:#fff;
}

.tripblocks_right{
	width:40%;
	float:right;
	color:#fff;
	font-size:12px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#96b3d6;
		padding:10px;
	
}


.tripsortbtn_remove{
	background:#96b3d6 url(../images/remove.gif) left no-repeat;


}

.tripsortbtn{
	background:#96b3d6 url(../images/add.gif) left no-repeat;

}

#tp_TimedPopupDiv{
	padding:20px;
	border:#000 6px solid!important;
	position:fixed!important;
	background: #fff url(../images/chatbg.gif) top repeat-x!important;
	top:30px!important;
	z-index:10000!important;
}

div.closechat{
	margin:20px -20px -20px -20px;
	background:#000!important;
	font-weight:bold!important;
}

#tp_TimedPopupDiv img{
	clear:both;
	display:block;}


div.moduletable_allclear{
	padding:0px!important;
	margin:0px!important;
}

div.moduletable_allclear .ja-box-ct{
padding:0px!important;
	margin:0px!important;
	background:none!important;
	border:none!important;
}



/*++++++++++++++++++++++Search+++++++++++++++++++++++++++*/
.tour_search_result{
	background:#fff;
	padding:20px;
	/*border:5px solid #121212;*/
}

p.search_track{
	background:#91b0d3;
	padding:10px;
	font-weight:bold;
	color:#999;
	font-size:12px;
	color:#436184;
}


h1.searchheading{
			font-size:160%;
		}
		
		div.tour_search{
			clear:both;
			margin-bottom:20px;
			border-bottom:1px solid #a8c2de;
			float:left;
			width:100%;
			padding-bottom:20px;
		}
		
		div.tour_search img{
			float:left;
			padding:3px;
			border:2px solid #a8c2de;
			margin-right:15px;
			width:80px;
		}
		
		
		
		
		
/*++++++++++++++++++++++Tab List Items+++++++++++++++++++++++++++*/
		
		.cnc-trip-tab .ja-tab-subcontent{
			background:#edf3fa;
		}
		
		.cnc-trip-tab ul.ja-tabs-title h3 span{
			color:#fff;
		}
		
		
		.ja-tab-subcontent ul{
			list-style:disc;
			padding:0!important;
			margin:0!important;
			background:none!important;
	
				}
		
		.ja-tab-subcontent ul li{
			padding:0 0 0 0!important;
			margin:0!important;
			background:none!important;
			list-style-position:inside;
	
		}
		
		
		
		


/* CNCTRIP
--------------------------------------------------------- */		

.ja-tab-subcontent .tripinclude h4, .ja-tab-subcontent .tripexclude h4{
	margin:0 0 8px 0;
}
.ja-tab-subcontent .tripinclude {
	margin:0 0 10px 0;
}


.ja-tab-subcontent ul.destinationtrip, .ja-tab-subcontent ul.tripdepartlist{
background:none!important;
list-style:none;
padding:0px;
margin:0px;
float:left;
}

.ja-tab-subcontent ul.destinationtrip li, .ja-tab-subcontent ul.tripdepartlist li{
background:none!important;
padding:10px!important;
float:left!important;
border-bottom:1px solid #CCC;
margin:5px!important;
background:#fff!important;
}

.ja-tab-subcontent ul.destinationtrip li img, .ja-tab-subcontent ul.tripdepartlist li img{
padding:3px;
border:1px #c0d8f2 solid;
background:#fff;
margin-right:10px;
float:left;
}

.ja-tab-subcontent ul.destinationtrip li p, .ja-tab-subcontent ul.tripdepartlist li p{
padding:0px;
margin:0px;
}
.ja-tab-subcontent ul.destinationtrip li span .ja-tab-subcontent ul.tripdepartlist li span{
font-weight:bold;
}

.ja-tab-subcontent .tripfact, .ja-tab-subcontent .tripcustom, .ja-tab-subcontent .tripitinerary, .ja-tab-subcontent .tripinclude, .ja-tab-subcontent .tripexclude {
	background:#e2ecf6!important;
	padding:0px 15px 15px 15px!important;
	border:3px solid #e2ecf6;
	
}



.ja-tab-subcontent .tripfact ul li{
	padding:0;
	margin:0;
	list-style:none;
	border-bottom:1px dotted #fff;
	padding-bottom:5px!important;
	margin-bottom:5px!important;
	
}


.tripfact ul li span{
	font-weight:bold;
	color:#5c718b;
	padding-right:5px;
}

img.mb{
	margin-bottom:10px!important;
}
		
.cnctrip h1.componentheading{
	background:url(../images/h1bg.gif) bottom repeat-x;
	border:none;
			
		}
		
.cnctrip h6{
	padding:0px;
	margin:-10px 0 0 0;
	font-size:16px;
}
		
		
		
		
		table.maptable{
			width:297px;
			height:300px;
			background: url(../images/map.gif) no-repeat;
		}
		
		td.countrynames{
			height:30px;
			text-align:center;
		}
		
		td.countrynames a{
			text-transform:uppercase;
			font-weight:bold;
			padding:5px;
		}
		
			td.countrynames a:hover{
				text-decoration:none;
				color:#0F0!important;
		} 
		td.mapholder{
			height:270px;
			padding:0px!important;
			
		}
		
		
		img.nobg{
			padding:0;
			margin:0;
			background:none!important;
			border:none!important;
		}
		
		img.mrgrt{
			margin-right:10px;
		}
		
		
		.ja-tabs-title-top{
			margin-top:0px!important;
		}


div.moduletable_triptab .ja-tabs-title-top{
			margin-top:10px!important;
		}


/*=============================featured trips==========================*/
div.featured-trips{
	background:#fff;
	padding:15px;
	float:left;
	width:auto;
}

div.featured-trips img{
	background:#fff;
	padding:4px;
	border:1px solid #dfeaf6;
	margin-right:15px;
	float:left;
}

div.featured-trips h1{
	color:#496688;
	font-size:16px;
	margin:0px;
	padding:0px;
}

div.featured-trips p{
	margin:0px;
	padding:0px;
}


div.featured-trips a{
	height:23px;
	padding:3px 10px 0 10px;
	background: url(../images/freadon.gif) bottom repeat-x;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	margin:10px 5px 0 0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}


div.featured-trips a:hover{
	background: url(../images/freadon.gif) top repeat-x;
}

span.tripdays{
	font-size:14px;
	font-weight:bold;
}


/*comment*/

#written_comments_title img{
	padding:0px!important;
	margin:0px!important;
	border:none!important;
	font-size:14px;
}

.feed_link img{
	padding:0px!important;
	margin:0 10px 0 0!important;
	border:none!important;
}

span.jc_comment_title{
	font-size:130%;
}

.contact_specialist h4{
	margin:0px!important;
	padding:0px!important;
}

.contact_specialist p{
	margin:5px 0 0 0!important;
	padding:5px 0 0 0 !important;
	border-top:1px solid #fff;
}

.contact_specialist a{
	padding:0 0 0 18px !important;
	background: url(../images/emot.png) no-repeat left;
	font-weight:bold;
}


.blog .contentpaneopen{
	background:#fff;
	padding:15px;
	margin:5px 0;
}

.blog{
	margin-bottom:-15px;
}


.blog .contentpaneopen h3{
	margin:0;
	padding:0;
}


.article-content h3{
	margin:0 0 5px 0;
	padding:0;
}


/*shortlist*/
.tripsort{
	background:transparent url(../images/cartbag.png) no-repeat scroll 0 0;
	color:#6699CC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:50px;
	padding:20px 11px 0 47px;
	width:75px;
}



/*Destination*/
div.destinations{
	background:#fff;
	padding:15px;
	float:left;
	width:auto;
}

div.destinations img{
	background:#fff;
	padding:4px;
	border:1px solid #dfeaf6;
	margin-right:15px;
	float:left;
}

div.destinations h1{
	color:#496688;
	font-size:16px;
	margin:0px;
	padding:0px;
}

div.destinations p{
	margin:0px;
	padding:0px;
}

.margin10px{
	margin-top:10px!important;
}
.marginminus{
	margin-top:-20px!important;
}

.marginminusbottom{
	margin-bottom:-15px!important;
}
img.itineraryimage{
	padding:4px;
	background:#FFF;
	border:1px solid #CCC;
	margin:0px 10px 5px 0px;
	float:left;
}

h1.commentheading{
	font-size:140%;
	margin:0 0 10px 0!important;
}

a.book_button, span.tripbooking_btn a{
	background:url(../images/book_now_button.gif) top no-repeat;
	width:150px;
	height:33px;
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	padding:6px 0 0 10px;
	position:absolute;
}


a:hover.book_button, span.tripbooking_btn a:hover{
	background:url(../images/book_now_button.gif) bottom no-repeat;
	text-decoration:none;
}


.gallery .thumbnail{
	margin:3px;
}

.gallery .yoo-gallery {
	padding:20px;
	background:#edf3fa;
	margin-top:-10px;
	}
	
a.readon_trip{
		background:#fdb913;
		padding:0 3px;
		float:left;
		color:#FFF;
		margin:5px 3px 0 0;
		text-decoration:none;
		text-transform:uppercase;
		font-size:10px;
		font-weight:bold;
		border-right:1px solid #fb8601;
		border-bottom:1px solid #fb8601;
	}
	
	a:hover.readon_trip{
		background:#00aeef;
		border-right:1px solid #008fe6;
		border-bottom:1px solid #008fe6;
	}
	
	.highslide-image{
		z-index:99999;
	}
	
	.highslide-wrapper{
		z-index:9999!important;
	}
	
	a.highslide{
		border:none!important;
		background:none!important;
		padding:0px!important;
				}
				
				
a.tourtags{
	color:#333;
}

a:hover.tourtags{
	text-decoration:none;
	color:#fff;
	background:#3C0;
}

#fancy_wrap{
	z-index:99999!important;
}












/*--------------------------------Trip Date--------------------------------------*/

table.tripdate{
}

table.tripdate td{
padding:5px 10px 5px 10px!important;
border-top:1px solid #e7e3e3;
white-space:nowrap;
}

table.tripdate th{
padding:5px 10px 5px 10px!important;
margin:0px!important;
background:#f1f1f1;
width:100%;
white-space:nowrap;
}

table.tripdate tr{
border-bottom:1px solid #FFFFFF;

}

table.tripdate tr.t1{
background:#fafafa;
}

table.tripdate tr.t2{
background:#f7f7f7;
}

a.triplink{
background:#0080c6;
padding:2px 5px 2px 5px!important;
width:35px;
text-align:center;
display:block;
color:#FFFFFF;
text-decoration:none;
font-size:11px;
}

a.triplink:hover{
background:#333333;
}

span.trip-title{
font-weight:bold!important;
text-transform:capitalize;
}

span.trip-title a{
text-decoration:none;
}


/*Booking*/

.cnc-trip-booking h3{
	background:#496688;
	color:#FFF;
	margin:0 0 10px 0;
	padding:5px 10px;
}

/*Booking*/

.social-book-marking{
	width:400px;
}


/*blog latest*/
ul.blog-latest li{
	list-style:none!important;
	padding:0!important;
	background:none!important;
}

ul.blog-latest li a{
	font-size:110%;
	color:#9F9!important;
}

.blogblog ul.ja-bullettin li{
	border-bottom:1px #666 dotted!important;
}

.blogblog ul.ja-bullettin li a{
	color:#9F9!important;
}



div.detail-request{
	width:100%;

}

div.formss{
	float:left;
	clear:both;
	margin-bottom:5px;
	
}


div.formss_container{
	float:left;
	clear:both;
	
}

p.captionss{
	float:left;
	width:90px;
	margin:0px;
	font-size:14px;
}

div.formss input#Email, div.formss input#Name{
	width:220px;
}

a.download_detail{
	background: url(../images/book_now_button.gif) no-repeat bottom;
	width:145px;
	height:32px;
	display:block;
	color:#FFF;
	font-weight:bold;
	font-size:14px;

	padding:7px 0px 0px 15px;
}

a:hover.download_detail{
	background: url(../images/book_now_button.gif) no-repeat top;
	text-decoration:none;

}


.window-container{
	z-index:9999!important;
}


#slashpage{
		z-index:9999!important;
}
a.highslide img{
	border:none!important;
	padding:0px!important;
	background:none!important;
}


.tagger{
	background:#2f2f2f!important;
	padding:10px!important;
	/*margin-bottom:20px!important;*/
	margin-top:10px!important;
}

.tagger h3{
	background:#2c2c2c!important;
	padding:5px 10px!important;
	margin:-10px -10px 10px -10px!important;
	color:#666!important;
}

.blog-login span.login{
	width:100%!important;
}

.blog-login .login-button-text{
	text-align:left!important;
}

.blog-login span.username{
	margin-top:10px;
}

div.featured-intro{
	float:left;
	background:#6c6c6c url(../images/grad4.gif) repeat-x!important;
	width:100%;
	margin-top:10px;
}


div.featured-intro ul.destinationtrip li{
	margin:7px!important;
	/*background:#343434!important;*/
	background:#6c6c6c url(../images/grad4.gif) repeat-x!important;
	border:none!important;
	color:#999!important;
}

div.featured-intro ul.destinationtrip img{
		background:#292929!important;
		border:none!important;
}

div.featured-intro .trip_title a{
	color:#e7d5a6!important;
	font-weight:bold!important;
}


div.featured-intro span.trip_title{
	margin:0!important;
}

div.featured-intro h1{
	padding:3px 10px;
	/*background:#202020;*/
	text-transform:uppercase;
}

p.destination-title{
	margin:0 0 5px 0!important;
	padding:0!important;
}

div.intro-texts{
	text-align:center;
	width:650px;
	padding:10px 130px;
	color:#CCC;
	margin-top:10px;
	float:left;
}

div.intro-texts a{
	color:#f7941d;
}


a.menu-item5{
/*	background:#f6871f url(../images/menu-5.gif) repeat-x top!important ;*/
}







div.cnc-trip-tab{
	margin-bottom:0px;
}

div.cnc-trip-tab div.jwts_tabbertab{
	padding:15px!important;
	background:#edf3fa;
}

div.jwts_tabbertab .tripfact ul li{
	background:none!important;
	list-style:none!important;
	padding-left:0!important;
}

ul.jwts_tabbernav li a{
	padding-right:7px!important;
	padding-left:7px!important;
}

.inquiry-trip{
	float:left;
	margin-top:15px;
	overflow:hidden;
        width:100%;
}
	
.inquiry-trip .	moduletable{
	float:left;}
	
.inquiry-trip div.gallery{
	float:left;
	clear:both;
	width:620px;
	margin:10px 0 20px 0;
	}
	
	
	div.agent-welcome{
		padding:60px;
	}
	
	div.agent-welcome img{
		background:none!important;
		padding:0px!important;
		border:none!important;
		margin:5px!important;
	}
	
	div.agent-menus ul.menu {
		border:none!important;
		background:none!important;
	}
	
		div.agent-menus ul.menu li {
		border:none!important;
		background:none!important;
	}
	
		div.agent-menus ul.menu li a {
		background:#6090c0!important;
		color:#fff!important;
	}
	
		div.agent-menus ul.menu li a:hover {
		background:#0b3c70!important;
	}
	
	div.agent-menus ul.menu li#current{
		background:#090!important;
	}
	
	ul.message{
		background:#fff!important;
		}
		
		
		ul.message li{
			padding:10px!important;
		}
		
		
		
		
			div.logout-agent{
			position:absolute;
			right:0;
			margin-right:10px;
			background: url(../images/blue/headerwrap-bg.gif) repeat-x bottom;

		}
		
		div.logout-agent div.moduletable{
			margin:0!important;
			padding:0!important;}
			
			div.logout-agent span.yoo-login{
				padding:5px;
			}
			
				div.logout-agent span.greeting{
					color: #999!important;
					font-weight:bold!important;
					
				}
		
		
		
		
		
		
		
		
		
div.trip-fact-custom {
	float:left!important;
	width:auto!important;
	margin:15px;
	background:#fff;
	padding:0 10px;
}

div.trip-fact-custom div.tripfact ul li{
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
	margin-top:5px;
}

div.trip-fact-custom div.tripfact {
		background:#fff!important;
		border:none!important;
		padding:0!important;

}

.jazin-content { border-bottom:solid 1px #bcd1e6;}
.view_trips { float:left;}

.hot_destination  img{ padding:4px; border:solid 1px #c4d1e4; margin-right:15px;}
.hot_destination  a{ color:#313840; text-decoration:none; line-height:21px;}

#top5 { float:left; width:317px; margin:0px 0 0; padding:0;}
#top5 h3, #top_travel h3 { background:url(../images/blue/h3-bg.gif) no-repeat scroll left bottom transparent;
color:#FFFFFF;
text-transform:uppercase;
font-size:12px;
line-height:37px;
margin:0px 0px 5px 0px;
padding:0px;
text-indent:10px;
}
#top_travel h3 { 
margin:0px;
}
#top_travel { 
margin-top:0px;
margin-right:5px;
}
#jazin-full { background:#BCD1E6;}
#top_travel .jazin-box  { padding-top:0px;}

#top_travel .jazin-content { 
   margin-bottom:6px;
   padding-bottom:7px;
}
#top5 ul.destinationtrip li {
background:none repeat scroll 0 0 #EDF3FA !important;
margin:0px 0px 15px 0px !important;
padding:10px !important;
}

#top_travel { float:right; width:280px; background:#EDF3FA; height:887px; overflow:hidden;}
#new_banner { width:930px; margin:0 auto; padding:15px 0px 0px; background:#DFEAF6;}
#new_banner .moduletable { padding-bottom:0px; margin-bottom:0;}
#ja-news { margin:0px 15px;}
.affiliation {
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
	height:58px;
	padding:0;
	width:619px;
	margin-bottom:13px;
}
.affiliation img, .affiliation a img{ margin:0px; border:1px solid #A8C2DE; }
.tripcustom img { float:left; padding:4px 10px 10px 0px; }
#member { margin:0 auto; width:960px;}
#new-login { background:#dfeaf6; margin-top:-1px;}
#new-login .moduletable{ padding:0px; margin:0px;}
#new-login img { padding:0px; margin:15px 0px 0px 14px; border:1px solid #a2b4ca; width:928px;}