/* COMMON STYLE
--------------------------------------------------------- */
html,400B59 body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #EBEAE8;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	background: #A5A5A5;
	color: #555555;
	margin: 0;
	padding: 0;
}

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: #F89A20;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Title link */

a.headlnk {
	text-decoration: none;
	color: #666666;
	font-size: 180%;
} 

a.headlnk:hover, a.headlnk:focus, a.headlnk:active {
	text-decoration: underline;
	color: #666666;
	font-size: 180%;
}


/* Title link */

a.headlnk {
	line-height: normal;
	text-decoration: none;
    font-weight: bold;
	color: #666666;
	font-size: 180%;
} 

a.headlnk:hover, a.headlnk:focus, a.headlnk:active {
	text-decoration: underline;

}



/* Announcement link */

a.annlnk {
	text-decoration: none;
    color: #555555;
    padding: 10px 0 0 0;
} 

a.annlnk:hover, a.annlnk:focus, a.annlnk:active {
	text-decoration: none;
    color: #555555;
    padding: 10px 0 0 0;
}




/* 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, a.readon,
#ja-pathway, #ja-footer {
	font-size: 92%;
}

/*article image*/
img {
	margin: 0;
	padding: 0;
}

.img_caption {
	padding-right: 10px;
}

.img_caption p {
	color: #555555;
	text-align: center;
}

.img_caption.left, .img_caption.right {
}

/* Frontpage */
div.leading .img-desc {
	margin: 0;
}

div.leading .img-desc img {
	margin-top: 5px;
}

.article_row .img-desc {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
div.article-content img,
.img-desc img {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin: 0 0px 0 0;
	padding: 0px;
}
*/

.img-desc .img_caption p {
	font-size: 10px;
}

.img_caption img {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.img_caption p {
	margin-top: 0px;
	padding-top: 5px;
}

.img-border {
	border: 5px solid #B9B7B5;
}

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/design/bullet.gif) no-repeat 20px 8px;
	padding-left: 30px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	background: url(/images/design/dot.gif) repeat-x top;
	border: none;
	padding: 10px 5px 10px 0;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	background: none;
	padding: 0;
}

legend {
	background: #FFFFFF;
	font-weight: bold;
}

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 {
	background: #FFFFFF;
	border: 1px solid #B9B7B5;
	color: #666666;
	font-size: 100%;
	padding: 2px;
}

.button {
	background: url(/images/design/but-bg.gif) repeat-x left center #FFFFFF;
	border: 1px solid #D9D9D9;
	color: #555555;
	font-weight: bold;
	padding: 1px 8px;
}

* html .button {
	padding: 0 5px !important; /*IE 6*/
}

*+html .button {
	padding: 0 5px !important; /*IE 7*/
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/*override fontpage
#ja-contentheading {
	border-bottom: 1px solid #D6D6D6;
} */

#ja-contentheading {
	background: url(/images/design/dot.gif) repeat-x left center;
	display: block;
	height: 2px;
	margin-left: 26px;
    margin-right: 0;
}

#ja-contentheading2 {
	background: url(/images/design/dot.gif) repeat-x left center;
	display: block;
	height: 2px;
	margin-left: 22px;
    margin-right: 0;
}


#ja-contentheading3 {
	background: url(/images/design/dot.gif) repeat-x left center;
	display: block;
	height: 2px;
	margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}




#ja-contentheading .leading {
	float: left;
	width: 60%;
}

#ja-contentheading .article-block {
	float: right;
	width: 40%;
}

#ja-contentheading .article_row {
	padding: 0 0 0 15px;
}

#ja-contentheading .leading h2.contentheading {
	font-size: 180%;
}

#ja-contentheading h2.contentheading {
	font-size: 125%;
}

#ja-contentheading .article-meta {
	width: 100%;
}

#ja-contentheading p {
	margin: 5px 0;
}

#ja-contentheading .article-toolswrap {
	margin: 0 0 5px;
}

.article_separator, .article_seperator {
	background: url(/images/design/dot.gif) repeat-x left center;
	display: block;
	height: 20px;
	margin: 0;
}


.leading_separator {
	display: none;
	height: 10px;
}

.row_separator {
	display: none;
}

.column_separator {
	padding: 3px 14px 12px 17px;
}

/* content tables */
.sectiontableheader {
	background: #000000;
	border: 1px solid #4F4F4F;
	color: #CCCCCC;
	font-weight: bold;
	padding: 4px 8px;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	border-bottom: 1px solid #DDDDDD;
	padding: 8px;
}

tr.sectiontableentry2 td {
	background: #F8F8F7;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
}

table.contenttoc td {
	background: url(/images/design/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 {
	background: none;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F8F8F7;
}

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: #F89A20;
	font-size: 110%;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}

.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/design/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: #F89A20;
}

.category {
	font-weight: bold;
}

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 {
	color: #666666;
	font-size: 220%;
	margin: 0 0 5px;
	padding: 0;
	font-weight: normal;
}		

table.blog .contentheading {
	font-size: 150%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}


a.readon {
/*	background: #F89A20;
	color: #FFFFFF;   */
	padding: 0 5px;
} 

a.readon:hover, a.readon:focus, a.readon:active {
	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;
	color: #555555;
	margin: 15px auto 10px;
	padding: 10px 0 0;
	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;
	color: #4F4F4F;
	padding: 1px 4px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	color: #F89A20;
}

.pagenavbar {
	background: url(/images/design/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(/images/design/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/design/dot.gif) repeat-x left bottom;
	padding: 5px 0;
}

ul.latestnews a, ul.mostread a {
	background: url(/images/design/bullet.gif) no-repeat left center;
	color: #F89A20;
	padding-left: 10px;
}

.bannerheader {
	font-size: 120%;
	font-weight: bold;
}

/* META
--------------------------------------------------------- */
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 {
	color: #999999;
	float: left;
	width: 70%;
}

.createdby {
	color: #999999;
}

.createdate {
	background: url(/images/design/vline.gif) no-repeat right center;
	margin-right: 5px;
	padding-right: 6px;
}

.modifydate {
	color: #999999;
	display: block;
	margin: 15px 0;
	width: 100%;
}

.article-section {
	background: url(/images/design/vline.gif) no-repeat left center;
	margin-left: 5px;
	padding-left: 6px;
}

.article-section a {
	color: #555555;
}

.article-category a {
	color: #555555;
}

div.buttonheading {
	position: absolute;
	right: 10px;
	top: 4px;
}

.buttonheading img {
	border: 0;
	float: right;
	margin: 0 0 0 5px;
}

.cols3 {
	float: left;
	width: 33.3%;
}

div.column1 .contentpaneopen {
	padding-right: 10px;
}

div.column2 .contentpaneopen {
	padding: 0 5px;
}

div.column3 .contentpaneopen {
	padding-left: 10px;
}

/* MAIN LAYOUT
--------------------------------------------------------- */
.wrap {
	clear: both;
	width: 100%;
}

.main {
	background: url(/images/design/mainwrap-bg.gif) repeat-y center top;
	margin: 0 auto;
	width: 980px;
}

.inner {
	margin: 0 10px;
	padding: 0 20px;
}

#ja-mainbody {
	float: left;
	width: 75%;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-current-content {
	margin: 0 0 15px;
	padding: 30px 34px;
}

/* COLUMNS
--------------------------------------------------------- */
/*common style for column*/
#ja-colwrap {
	float: right;
	width: 25%;
}

#ja-colwrap .ja-innerpad {
	padding: 0;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-container,
#ja-container-fr,
#ja-container-fl,
#ja-container-f {
	clear: both;
	padding: 0;
}

#ja-container .main,
#ja-container-fr .main,
#ja-container-fl .main,
#ja-container-f .main {
}

#ja-container .main .inner,
#ja-container-fr .main .inner,
#ja-container-fl .main .inner {
	background: url(/images/design/rightcol-bg.gif) repeat-y right top #FFFFFF;
	padding: 0;
}

#ja-container-f .main .inner {
	background: #FFFFFF;
	padding: 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;
}

/*content + right*/
#ja-container-fl #ja-mainbodywrap {
	float: left;
	width: 100%;
}

#ja-container-fl #ja-content {
	width: 80%;
}

#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/design/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 {
	background: url(/images/design/h3-bg.gif) repeat-y left top #A5A5A5;
/*	border-right: 5px solid #666666;    */
	color: #FFFFFF;
	font-size: 100%;
	letter-spacing: 1px;
	margin: 0 0 10px;
	padding: 8px 0 7px 15px;
	text-transform: uppercase;
}

div.moduletable {
	color: #555555;
	margin: 0 0 8px 0;
	padding: 0;
}



div.moduletable_default,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_blank {
	color: #555555;
	margin: 0 0 15px 0;
	padding: 0;
}



div.ja-box-ct {
	padding: 0 15px;
}

/* 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 0px !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 {
	background-position: 5px 7px;
	padding-left: 13px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	background: url(/images/design/mainwrap-top.gif) no-repeat center top;
	line-height: normal;
	margin-top: 7px;
	padding-top: 10px;
	position: relative;
	z-index: 10;
}

#ja-header .main {
}

#ja-header .inner {
	background: #FFFFFF;
	height: 93px;
	padding: 0 0px;
	position: relative;
}

div.logo {
width: 100%;
height: 93px;
background: url(/images/design/logo.gif) no-repeat center;}

.logo, div.logo-text {
	float: left;
	margin: 0px 0 0;
	padding: 0;
}


.logo a {
	display: block;
	height: 93px;
	width: 960px;
}


.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	margin: 10px 0 0;
	outline: none;
}

div.logo-text h1 {
	border-right: 1px solid #CCCCCC;
	float: left;
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding-right: 10px;
}

div.logo-text h1 a {
	color: #F89A20;
	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;
	display: block;
	float: left;
	margin: 10px 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 11;
}

#ja-mainnav .main {
	position: relative;
}

#ja-mainnav .inner {
	background: #6C298F;
	padding: 0;
}

#ja-mainnav a, #ja-subnav a {
	line-height: normal;
	outline: none;
}

#ja-subnav {}

#ja-subnav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: url(/images/design/mainlevel-bg.gif) repeat-x left bottom;
	display: block;
	line-height: normal;
	margin: 0;
	padding: 0;
}

#ja-subnav a {
	background: url(/images/design/bullet.gif) no-repeat 0 12px;
	color: #555555;
	display: block;
	margin: 0;
	outline: none;
	padding: 6px 0 6px 10px;
	text-decoration: none;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	background: url(/images/design/bullet-hover.gif) no-repeat 0 12px;
	color: #F89A20;
	text-decoration: none;
}

#ja-subnav li.active a {
	background: url(/images/design/bullet-hover.gif) no-repeat 0 12px;
	color: #F89A20;
	font-weight: bold;
}

/* breadcrumbs */
#ja-pathway {
	background: #F8F8F7;
	border-bottom: 1px solid #E7E8E6;
	border-top: 1px solid #E7E8E6;
	color: #555555;
	margin: 0 0 15px 0;
	padding: 6px 20px 5px;
}

#ja-pathway .ja-pathway-text {
	float: left;
	padding: 1px 10px 2px;
}

#ja-pathway span {
	padding: 0 5px 0 0;
}

#ja-pathway strong {
}

#ja-pathway a {
	font-weight: bold;
}

#ja-pathway img {
	margin: 0 5px;
}

/* Default Joomla! Menu */
ul.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	background: url(/images/design/mainlevel-bg.gif) repeat-x left bottom;
	display: block;
	line-height: normal;
	margin: 0;
	padding: 0 0 2px 0;
}

ul.menu li a {
	background: url(/images/design/bullet.gif) no-repeat 0 12px;
	color: #555555;
	display: block;
	margin: 0;
	outline: none;
	padding: 6px 0 6px 15px;
	text-decoration: none;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	background: url(/images/design/bullet-hover.gif) no-repeat 0 12px;
	color: #F89A20;
	text-decoration: none;
}

ul.menu li.active a {
	background: url(/images/design/bullet-hover.gif) no-repeat 0 12px;
	color: #F89A20;
	font-weight: bold;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	background: none !important;
	border: none;
	padding: 0 0 0 10px;
}

ul.menu li li a {
	background: url(/images/design/bullet.gif) no-repeat 0 12px !important;
	border: none;
	color: #555555 !important;
	font-weight: normal !important;
	padding: 5px 5px 5px 10px !important;
	text-transform: none;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: url(/images/design/bullet-hover.gif) no-repeat 0 12px !important;
	color: #F89A20 !important;
	text-decoration: none;
}

ul.menu li li.active a {
	background: url(/images/design/bullet-hover.gif) no-repeat 0 12px !important;
	color: #F89A20 !important;
}

ul.menu li li li a {
	background: url(/images/design/bullet.gif) no-repeat 25px 10px !important;
	color: #555555 !important;
	font-weight: normal !important;
	padding-left: 35px !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 */
#ja-topsl {
	margin: 0;
	z-index: 10;
}

#ja-topsl .main {}

#ja-topsl .inner {
	background: #b3b3b3;
	padding: 0;
}

/* Bottom spotlight */

#ja-botsl {
	margin-right: 7px;
    margin-left: 7px;
}


#ja-botsl div.moduletable h3 {
	background: none;
	border: none;
	color: #555555;
	padding: 0 7px;
}



#ja-botsl div.inner {
	background: none !important;
	
}

#ja-botsl .ja-box-ct {
	padding: 0 0px;

}

#ja-botsl div.ja-box-ct img {
	padding: 0px;
}
/* 	border: 1px solid #DDDDDD; */

/* Bottom spotlight1 */
#ja-botsl1 {
	clear: both;
	padding: 0;

}

#ja-botsl1 .main {
}

#ja-botsl1 .inner {
	background: #6C298F;
	border-top: 5px solid #400B59;
	margin: 0 10px;
	padding: 20px 10px;
}

#ja-botsl1 div.moduletable h3 {
	background: none;
	border-bottom: 3px solid #ffffff;
	border-right: none;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 5px 0;
}

#ja-botsl1 div.moduletable,
#ja-botsl1 div.moduletable_default {
	background: none;
	color: #ffffff;
	margin: 0;
	padding: 0 10px;
}

#ja-botsl1 div.ja-box-ct {
	background: none;
	border: none;
	padding: 0;
}

#ja-botsl1 .ja-box-left div.moduletable,
#ja-botsl1 .ja-box-left div.moduletable_default {
	margin: 0 10px 0 0;
}

#ja-botsl1 .ja-box-right div.moduletable,
#ja-botsl1 .ja-box-right div.moduletable_default {
	margin: 0;
}

#ja-botsl1 .ja-box-center div.moduletable,
#ja-botsl1 .ja-box-center div.moduletable_default {
	margin: 0 10px 0 0;
}

#ja-botsl1 .img-border {
	background: #000000;
	border: 1px solid #400B59;
}

#ja-botsl1 a {
	color: #ffffff;
}

#ja-botsl1 a:hover,
#ja-botsl1 a:focus,
#ja-botsl1 a:active {
	color: #ffffff;
	text-decoration: none;
}

#ja-botsl1 li {
	background: none;
	border-bottom: 1px solid #400B59;
}

#ja-botsl1 li a {
	background: url(/images/design/bullet2.gif) no-repeat 0px 5px;
}

#ja-botsl1 li a:hover,
#ja-botsl1 li a:active,
#ja-botsl1 li a:focus {
	background: url(/images/design/bullet-hover.gif) no-repeat 0px 5px;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	background: url(/images/design/mainwrap-bot.gif) no-repeat center bottom;
	clear: both;
	margin: 0 0 5px;
	padding-bottom: 10px;
}

#ja-footer .main {
	color: #ffffff;
}

#ja-footer .inner {
	background: #400B59;
	border-top: 1px solid #ffffff;
	padding: 20px;
}

#ja-footer a {
	color: #ffffff;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #F89A20;
}

#ja-footer small {
	font-size: 100%;
}

#ja-footer ul {
	float: right;
	margin: 0;
	padding: 0;
}

#ja-footer li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#ja-footer li a {
	color: #ffffff;
	display: inline;
	padding: 0 6px;
}

#ja-footer li a:hover,
#ja-footer li a:focus,
#ja-footer li a:active {
	color: #F89A20;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

li.ja-firstitem {
	background: none !important;
}

/* JA Slideshow */
#ja-slideshow {
	float: left;
	margin: 0;
	padding: 0;
        height: 275px;
}

/* JA Tabs */
#ja-tabwrap {
	float: right;
	width: 30%;
}

/* Login */
#form-login-username label,
#form-login-password label {
	display: block;
}

#form-login-username #modlgn_username,
#form-login-password #modlgn_passwd {
	width: 90%;
}

/* Search */
#ja-search {
/*	background: url(/images/design/icon-search.gif) no-repeat right center; */
	font-size: 12px;
	padding: 2px;
	position: absolute;
/*	right: 15px;
	top: 20px;
	width: 242px;*/
	right: 0px;
	top: -37px;
	width: 242px;
	z-index: 1000;
}

#ja-search .inputbox {
	background: #F8F8F7;
	border: 1px solid #E7E8E6;
	color: #666666;
	margin: 0;
	width: 215px;
}

#ja-search .button {
	background: url(/images/design/bsearch-bg.gif) no-repeat left center;
	border: none;
	color: #CCCCCC;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	text-transform: uppercase;
	width: 80px;
}

* html #ja-search .button {
	height: 24px;
	padding-left: 20px !important;
	width: 80px;
}

*+html #ja-search .button {
	height: 24px;
	padding-left: 20px !important;
	width: 80px; /*IE 7*/
}

/*others*/
#ja-banner {
	float: right;
	margin: 15px 5px 0 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

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 {
	background: url(/images/design/mainlevel-bg.gif) repeat-x left bottom;
	padding: 10px 0 !important;
}

div.ja-innerdiv span.title {
	display: block;
	font-weight: bold;
}

div.ja-innerdiv .img-border {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 5px 8px 0 0;
	padding: 2px;
}

/*JA News*/



#ja-news {
    margin-left: 10px;
	margin-right: 20px;

}


#ja-news img {
	margin-bottom: 4px;

}


#ja-news div.moduletable h3 {
	background: none;
	border: none;
	color: #000000;
	padding: 0;
  margin-top: 15px;	
}



#ja-news div.inner {
	background: none !important;
	
}

#ja-news .ja-box-ct {
	padding: 0 0 0 3px;

}

#ja-news div.ja-box-ct img {
	padding: 0px;
}
/* 	border: 1px solid #DDDDDD; */




/*JA News 2*/ - SC



#ja-news2 {
    margin-left: 5px;
	margin-right: 23px;

}


#ja-news2 div.moduletable h3 {
	background: none;
	border: none;
	color: #555555;
	padding: 0 31px;
}

#ja-news2 div.moduletable {
   margin-top: 10px;

}



#ja-news2 div.inner {
	background: none !important;
	
}

#ja-news2 .ja-box-ct {
	padding: 0 0 0 7px;

}

#ja-news2 div.ja-box-ct img {
	border: 0px solid #DDDDDD;
	padding: 0px;
}





/*commont style*/
a {
	color: #006388;
}

.blog_more h2 {
	color: #006388;
}

.blog_more ul li a:hover,
.blog_more ul li a:active,
.blog_more ul li a:focus {
	color: #006388;
}

a.readon {
/*	background: #ffffff;    */
}

h1.logo a {
	background: url(..//images/design/logo.gif) no-repeat center;
}


div.logo-text h1 a {
	color: #006388;
}

#ja-topsl .inner {
	background: #000000;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	background: url(..//images/design/cyan/bullet-hover.gif) no-repeat 0 12px;
	color: #006388;
}

#ja-subnav li.active a {
	background: url(..//images/design/cyan/bullet-hover.gif) no-repeat 0 12px;
	color: #006388;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	background: url(..//images/design/cyan/bullet-hover.gif) no-repeat 0 12px;
	color: #006388;
}

ul.menu li.active a {
	background: url(..//images/design/cyan/bullet-hover.gif) no-repeat 0 12px;
	color: #006388;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: url(..//images/design/cyan/bullet-hover.gif) no-repeat 0 12px !important;
	color: #006388 !important;
}

ul.menu li li.active a {
	background: url(..//images/design/cyan/bullet-hover.gif) no-repeat 0 12px !important;
	color: #006388 !important;
}

#ja-botsl1 .inner {
	border-top: 5px solid #333333;
}

#ja-botsl1 a:hover,
#ja-botsl1 a:focus,
#ja-botsl1 a:active {
	color: #006388;
}

#ja-botsl1 li a:hover,
#ja-botsl1 li a:active,
#ja-botsl1 li a:focus {
	background: url(..//images/design/cyan/bullet-hover.gif) no-repeat 0px 5px;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #006388;
}

#ja-footer li a:hover,
#ja-footer li a:focus,
#ja-footer li a:active {
	color: #006388;
}

/*typography*/
pre, .code {
	border-left: 5px solid #006388;
}

.dropcap {
	color: #006388;
}

ul.checklist li {
	background: url(..//images/design/cyan/icon-checklist.gif) no-repeat 0 5px !important;
}

ul.arrow li {
	background: url(..//images/design/cyan/icon-arrow.gif) no-repeat 3px 7px;
}

ul.star li {
	background: url(..//images/design/cyan/icon-star.gif) no-repeat 0px 5px;
}

.bignumber {
	background: url(..//images/design/cyan/ol-bg.gif) no-repeat top left;
}

.legend-title {
	color: #006388;
}

/*ja news*/
.jazin-content a:hover,
.jazin-content a:active,
.jazin-content a:focus {
	color: #006388;
}

.jazin-more {
	color: #006388;
}

.jazin-links li a:hover,
.jazin-links li a:focus,
.jazin-links li a:active {
	background: url(..//images/design/cyan/bullet-hover.gif) no-repeat 0 5px;
	color: #006388;
	text-decoration: none;
}

















/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #333333;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 20;
}

.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 {
	display: block; /* O */
}

.clearfix:after {
	clear: both;
	content: "."; /* FF, O, etc. */
	display: block;
	height: 0;
	visibility: hidden;
}


.lbLoading {
background: #fff url(http://photoplay.ru/plugins/content/thickbox/images/loading.gif) no-repeat center;
}
#lbPrevLink:hover {
background: transparent url(http://photoplay.ru/plugins/content/thickbox/images/prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink:hover {
background: transparent url(http://photoplay.ru/plugins/content/thickbox/images/nextlabel.gif) no-repeat 100% 15%;
}
#lbCloseLink {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(http://photoplay.ru/plugins/content/thickbox/images/closelabel.gif) no-repeat center;
margin: 5px 0;
}





/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	background: #F9F9F9;
	border-left: 5px solid #F89A20;
	font: 1em/1.5 "Courier News", monospace;
	margin: 5px 0 15px;
	padding: 10px 15px;
}

blockquote {
	padding: 1em 40px 1em 15px;
	font-style: italic;
}

blockquote span.open {
	background: url(/images/design/so-q.gif) no-repeat left top;
	padding: 2px 0 2px 25px;
}

blockquote span.close {
	background: url(/images/design/sc-q.gif) no-repeat bottom right;
	padding: 2px 25px 2px 0;
}

/* Dropcap */
.dropcap {
	color: #F89A20;
	display: block;
	float: left;
	font: 60px/58px Georgia, Times, serif;
	padding: 0 10px 0 0;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	background: url(/images/design/icon-error.png) no-repeat 0px center;
	color: #CC0000;
	padding-left: 25px;
}

p.message {
	background: url(/images/design/icon-info.png) no-repeat 0px center;
	color: #00AFF0;
	padding-left: 25px;
}

p.tips {
	background: url(/images/design/icon-tips.gif) no-repeat 0px center;
	color: #F89A20;
	padding-left: 25px;
}

p.rss {
	background: url(/images/design/icon-rss.gif) no-repeat 0px center;
	padding: 3px 0 3px 25px;
}

.highlight {
	background: #FFFFCC;
	color: #666666;
	font-weight: bold;
	padding: 1px 5px;
}

/* Note Style */
p.stickynote {
	background: url(/images/design/icon-sticky.png) no-repeat left top #FCFCFC;
	border: 1px solid #DDDDDD;
	padding: 10px 10px 15px 60px;
}

p.download {
	background: url(/images/design/icon-download.png) no-repeat left top #FCFCFC;
	border: 1px solid #DDDDDD;
	padding: 10px 10px 10px 60px;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(/images/design/icon-checklist.gif) no-repeat 0 5px !important;
	margin-left: 15px !important;
	padding: 2px 0 2px 20px !important;
}

/* Check list arrow */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(/images/design/icon-arrow.gif) no-repeat 3px 7px;
	margin-left: 15px;
	padding: 2px 0 2px 20px;
}

/* Star list */
ul.star li {
	background: url(/images/design/icon-star.gif) no-repeat 0px 5px;
	margin-left: 15px;
	padding: 2px 0 2px 20px;
}

/* Bignumber */
.bignumber {
	background: url(/images/design/ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 20px/normal Arial, sans-serif;
	margin-right: 8px;
	padding: 6px 7px;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4, div.bubble5 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author,
div.bubble5 span.author {
	font-weight: bold;
	margin-left: 10px;
	padding-left: 0px;
}

div.bubble1 div {
	background: url(/images/design/bub1-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble1 div div {
	background: url(/images/design/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(/images/design/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(/images/design/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 10px 15px 20px;
	width: auto;
}

div.bubble2 div {
	background: url(/images/design/bub2-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble2 div div {
	background: url(/images/design/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(/images/design/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(/images/design/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 10px 15px 25px;
	width: auto;
}

div.bubble3 div {
	background: url(/images/design/bub3-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble3 div div {
	background: url(/images/design/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(/images/design/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(/images/design/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

div.bubble4 div {
	background: url(/images/design/bub4-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble4 div div {
	background: url(/images/design/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(/images/design/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(/images/design/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

/* Legend */
.legend-title {
	background: #FFFFFF;
	color: #F89A20;
	display: block;
	float: left;
	font-size: 100%;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -9px;
}

.legend {
	border: 1px solid #DDDDDD;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

ul.support {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.support li {
	margin: 0;
	padding: 7px 0 7px 30px;
	border: none;
	font-weight: bold;
	color: #666666;
}

ul.support li.yahoo {
	background: url(/images/design/icon-yahoo.gif) no-repeat left center !important;
}

ul.support li.skype {
	background: url(/images/design/icon-skype.gif) no-repeat left center !important;
}

ul.support li.msn {
	background: url(/images/design/icon-msn.gif) no-repeat left center !important;
}

ul.support li.icq {
	background: url(/images/design/icon-icq.gif) no-repeat left center !important;
}


/* Heading */
h1, .header1 {
	margin: 0 0 5px; 
	padding: 0; 
	color: #666666;
	font-size: 26px; 
	font-weight: normal;
}

h2 {
	margin: 0 0 15px; 
	padding: 0; 
	color: #666666; 
	font-size: 20px; 
	font-weight: normal;
}

h3 {
    font-size: 16px;
}

h4 {
	font-size: 14px;
}


/* Tooltips */
.tooltip{
 position:absolute;
 z-index:999;
 left:-9999px;
 background-color:#dedede;
 padding:5px;
 border:1px solid #fff;
 width:250px;
}

.tooltip p{
 margin:0;
 padding:0;
 color:#fff;
 background-color:#6C298F;
 padding:2px 7px;
}

.ttip {
text-decoration: underline;
color: #006388;
cursor: pointer;
}

input[type=submit], .submit-button {
   border: 1px solid #6b298f;
   background: #6b298f;
   background: -webkit-gradient(linear, left top, left bottom, from(#ad6ace), to(#6b298f));
   background: -webkit-linear-gradient(top, #ad6ace, #6b298f);
   background: -moz-linear-gradient(top, #ad6ace, #6b298f);
   background: -ms-linear-gradient(top, #ad6ace, #6b298f);
   background: -o-linear-gradient(top, #ad6ace, #6b298f);
   background-image: -ms-linear-gradient(top, #ad6ace 0%, #6b298f 100%);
   padding: 5.5px 15px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #6b298f 0 1px 0;
   color: #f3f3f3;
   font-size: 13px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
input[type=submit]:hover, .submit-button:hover {
   border: 1px solid #6b298f;
   text-shadow: #6b298f 0 1px 0;
   background: #6b298f;
   background: -webkit-gradient(linear, left top, left bottom, from(#ad6ace), to(#6b298f));
   background: -webkit-linear-gradient(top, #ad6ace, #6b298f);
   background: -moz-linear-gradient(top, #ad6ace, #6b298f);
   background: -ms-linear-gradient(top, #ad6ace, #6b298f);
   background: -o-linear-gradient(top, #ad6ace, #6b298f);
   background-image: -ms-linear-gradient(top, #ad6ace 0%, #6b298f 100%);
   color: #fff;
   }
input[type=submit]:active, .submit-button:active {
   text-shadow: #6b298f 0 1px 0;
   border: 1px solid #6b298f;
   background: #ad6ace;
   background: -webkit-gradient(linear, left top, left bottom, from(#6b298f), to(#6b298f));
   background: -webkit-linear-gradient(top, #6b298f, #ad6ace);
   background: -moz-linear-gradient(top, #6b298f, #ad6ace);
   background: -ms-linear-gradient(top, #6b298f, #ad6ace);
   background: -o-linear-gradient(top, #6b298f, #ad6ace);
   background-image: -ms-linear-gradient(top, #6b298f 0%, #ad6ace 100%);
   color: #fff;
   }

.submit-button {
  padding: 1.5px 15px;
  text-decoration: none !important;
}

.dotted-line {
background: url(/images/design/dot.gif) repeat-x left center;
display: block;
height: 2px;
clear: both;
}

h6 { color: #800080; 
     font-size: 16px;
     font-weight: bold;
     margin: 10px 0 10px 0;
}
