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

body#bd {
	margin:0 auto;
	padding:0;
	height:100%;
	background:#20a4cb url(../images/aug_xl_momkai_background_1580x780_01.jpg) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color: #555756;
	text-align:justify;
}

body.contentpane {
	color: #555756;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
	text-align:justify;
}

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, a:visited {
	color: #47bbc8;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #47bbc8;
	outline: none;
}

a img {
	border: none;
}

/* Title text */
.componentheading, .contentheading, .blog_more strong, h1, h2, h3, h4 {
	background:#fff url(../images/content_header.gif) top left no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	color:#2eaed1;
	font-size:24px;
	padding:20px 5px 30px 29px;
	margin:0px;
}

.contentheading_no_title {
	background:#fff url(../images/sub_header_gradient.gif) top left no-repeat;
	border:0;
	padding:5px 0 5px 29px;
	margin:0px;
	height:10px;
}

/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan, a.readon, #ja-pathway, #ja-footer, #ja-botsl1, #ja-botsl2 {
	font-size: 92%;
}

/* Article image */
img {
	margin: 0;
	padding: 0;
	border:0px;
}

.img_caption {
	margin: 0;
}

.img_caption img {
	border: 5px solid #000000;
}

.img_caption p {
	text-align: center;
	color: #555555;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
	margin-right: 15px;
}

* html .img_caption.left, .img_caption.right {
	margin-right: 0;
}

div.img-desc {
	float: left;
}

div.article-content {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

/* Heading */
h1 {font-size: 100%;}
h2 {font-size: 100%;}
h3 {font-size: 100%;}
h4 {font-size: 100%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 1px 10px 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;
	color: #666666;
	font-weight: bold;
}

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

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 #E0EDEE;
	background: #fff;
	color: #555756;
	font-size: 100%;
}

.inputbox_mailsmall {
	width:271px;
	height: 26px;
	background: url(../images/items/input_small.gif) no-repeat top left #fff;
	border: none;
	font-size: 100%;
	margin-top:6px;
	margin-bottom:13px;
	padding: 4px 10px 0 8px;
}

.inputbox_mail {
	border: 0px;
	color: #555756;
	background:transparent;
	outline: none;
	width:265px;
}

.inputbox_maillarge {
	width:581px;
	height: 102px;
	background: url(../images/items/input_big.gif) no-repeat top left #fff;
	border: none;
	font-size: 100%;
	margin-top:6px;
	padding: 4px 10px 10px 8px;
}

.inputbox_mailtext {
	border: 0px;
	color: #555756;
	background:transparent;
	overflow:hidden;
	outline: none;
	width:560px;
}

.button {
	width:auto;
	height:20px;
	background-color:#d4e2e3;
	border:0;
	border-right:2px solid #a7c3c6;
	border-bottom:2px solid #a7c3c6;
	cursor:pointer;
	text-decoration: none;
	margin: 10px 0 5px 0;
}

/*
.button {
	background: url(../images/but-bg.gif) repeat-x left center;
	padding: 2px 10px 2px 10px;
	margin: 10px 0 5px 0;
	border: 1px solid #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 92%;
	text-transform: uppercase; 
	cursor:pointer;
	text-decoration: none;
}
*/

a.button , a.button:hover  {
	text-decoration: none;
}

* html .button { /*IE 6*/
	padding: 2px 10px !important;
}

*+html .button { /*IE 7*/
	padding: 2px 10px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator, .article_seperator {
	clear: both;
	height: 0px;
	margin: 0;
}
.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: url(../images/but-bg.gif) repeat-x left center #444444;
	padding: 4px 8px;
	font-weight: bold;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	color: #FFFFFF;
}

.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 #E6E6E6;
}

tr.sectiontableentry2 td {
	background: #FEFEFE;
}

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

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: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 #404040;
	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 1px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #FEFEFE;
}

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

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

.blog_more {
	margin: 10px 0 0;
	padding: 10px 0 0;
	
}

.blog_more strong {
	display: block;
	margin: 0 0 10px;
}

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

.category {
	font-weight: bold;
}

h1.componentheading {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	color:#2eaed1;
	font-size:24px;
	padding:20px 5px 30px 29px;
	margin:0px;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	color:#2eaed1;
	font-size:24px;
	padding:20px 5px 30px 29px;
	margin:0px;
}

.contentheading_sprekers {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	color:#52595A;
	font-size:24px;
	padding:0;
	margin:0;
}

.contentheading_sprekers_no_photo {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	color:#52595A;
	font-size:16px;
	padding:0;
	margin:0;
}

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

.maskDesc a.readon {
	background: url(../images/but-redon.png) no-repeat  left top;
	width: 105px;
}

a.readon,
a.readMore,
a.readMoreS,
a.readLess,
a.readLessS
{
	display: block;
	float: left;
	margin: 5px 0 5px 0;
	padding: 0;
	outline:none;
}

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

table.contentpaneopen td, table.contentpane td {

}

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

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 10px;
	padding: 10px 0 0;
	color: #CCCCCC;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
	color: #666666;
	border: 1px solid #333333;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	color: #457B97;
}

.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 a, ul.mostread a {
	color: #47BBC8;
}

/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 0 0 5px;
	padding: 0;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
	color: #555555;
	padding: 5px 0 0 0;
}

.createby {}

.createdate {
	padding: 0 6px 0 0;
	margin-right: 5px;
}

.modifydate {
	width: 80%;
	display: block;
	color: #555555;
	margin: 5px 0 0;
	padding: 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
	background: url(../images/vline.gif) no-repeat left center;
}

.article-section a {
	color: #47BBC8;
}

.article-category a {
	color: #47BBC8;
}

div.buttonheading {
	position: absolute;
	top: 4px;
	right: 15px;
}

.buttonheading img {
	margin: 0 0 0 10px;
	border: none !important;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-header,
#ja-topsl,
#ja-container {
	width: 960px;
	margin: 0 auto;
	padding:0px;
	background:#E0EDEE;
}

#ja-container {
	margin-bottom: 20px;
}


#ja-mainnav,
#ja-cs,
#ja-botsl1,
#ja-botsl2,
#ja-footer {
	width: 960px;
	margin: 0 auto;
}

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

#ja-contentwrap {
	clear: both;
	display: block;
	float: left;
	width: 66.6%;
	overflow: hidden;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	margin: 0;
}

#ja-current-content {
	background: #181818;
	margin:0;
	padding: 0px 24px 15px 0px;
	background: #FFFFFF;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-colwrap {
	color: #666666;
	width: 33.4%;
	float: left;
}

/*columns*/
#ja-col1 div.ja-innerpad {
	padding: 0px 0px 0 6px;
}

#ja-col1 {
	background: url(../images/col_right_shadow.jpg) top left no-repeat;
	float: right;
	overflow: hidden;
	width: 100%;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap {
	padding: 0 0 0 0;
	margin: 0;
	clear: both;
}

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

/* MODULE
--------------------------------------------------------- */

div.moduletable-seperator {
	border:0px;
	margin: 0;
	padding: 14px 0 0 0px;
	height:2px;
	width:278px;
	background: transparent;
}

div.moduletable-seperator_2 {
	border:0px;
	margin: 0;
	padding: 4px 0 0 0px;
	height:2px;
	width:278px;
	background: transparent;
}

div.moduletable h5,
div.moduletable_menu h5,
div.moduletable_no_stripe h5 {
	border:0px;
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	line-height:28px;
	color:#2eaed1;
	font-size:24px;
	margin: 0;
	padding: 5px 0px 15px 35px;
	background: none;
	width:190px;
}

div.moduletable_creature h5 {
	border:0px;
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	color:#2eaed1;
	font-size:24px;
	margin: 0;
	padding: 5px 0px 15px 35px;
	background: url(../images/items/logo_twitter.png) no-repeat scroll 210px 0px;
}


div.moduletable,
div.moduletable_menu,
div.moduletable_creature,
div.moduletable_no_stripe {
	background: url(../images/module_middle.gif) repeat-y;
	clear: both;
	display: block;
	margin: 0;
	padding:0;
	border: 0px;
}

div.moduletable_clear {
	background: transparent;
	clear: both;
	display: block;
	margin: 0;
	padding:0;
	border: 0px;
}

div.moduletable-top,
div.moduletable-top_menu,
div.moduletable-top_creature {
	background: url(../images/module_top.gif) no-repeat;
	display: block;
	margin:10px 0px 0px 0px;
	border: 0px;
	height:25px;
}

div.moduletable-top_no_stripe {
	background: url(../images/module_top.gif) no-repeat;
	display: block;
	margin:0 0 0 0;
	border: 0px;
	height:25px;
}

div.moduletable-hr {
	margin:0 0 0 35px;
	width:222px;
	padding:0;
	border-top: 1px solid #E0EDEE;
	height:1px;
}
div.moduletable-hr_no_stripe {
	margin:-8px 0 0 35px;
	width:222px;
	padding:0;
	height:1px;
}

div.moduletable-bottom {
	background: url(../images/module_bottom.gif) no-repeat;
	display: block;
	border: 0px;
	height:25px;
	margin: 0 0 0 0;
}


div.ja-boxct {
	margin:0;
	padding: 5px 0px 7px 35px;
	width:222px;
}

div.ja-boxct-clear {
	margin:0;
	padding: 3px 0px 0px 0px;
	width:285px;
}

/* 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_creature li {
	padding-left: 13px;
	background-position: 5px 7px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	margin:320px 0 0 0;
	background:transparent;
	position: relative;
}

#ja-mainnav {
	padding: 0;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
}

/* Subnav */
#ja-subnav {}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#ja-subnav li {
	background: url(../images/mainlevel-bg.gif) repeat-x left bottom;
	display: block;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#ja-subnav a {
	display: block;
	outline: none;
	padding: 5px 0 5px 10px;
	margin: 0;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat left center;
	color: #434343;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus,
#ja-subnav li.active a {
	background: url(../images/arrow-active.gif) no-repeat left center;
	color: #457B97;
	text-decoration: none;
}

#ja-subnav li.active a {
	background: url(../images/arrow-white.gif) no-repeat left 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Breadcrumbs */
#ja-pathway {
	color: #434343;
	margin: 0;
	padding: 9px 10px;
	text-align: right;
}

#ja-pathway strong {
	margin-right: 5px;
}

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

#ja-pathway a {
	color: #447C97;
}

#ja-pathway a:hover,
#ja-pathway a:active,
#ja-pathway a:focus {
	color: #294656;
	text-decoration: none;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li {
	display: block;
	margin: 0;
	padding: 0;
	line-height: normal;
	background: url(../images/mainlevel-bg.gif) repeat-x left bottom;
	width: 99%;
}

ul.menu li a {
	background: url(../images/arrow.gif) no-repeat left center;
	display: block;
	outline: none;
	padding: 5px 0 5px 10px;
	margin: 0;
	text-decoration: underline;
	color: #434343;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	background: url(../images/arrow-active.gif) no-repeat left center;
	color: #457B97;
	text-decoration: underline;
}

ul.menu li.active a {
	font-weight: bold;
	background: url(../images/arrow-active.gif) no-repeat left center;
	color: #457B97;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
	background: none;
	padding: 0;
}

ul.menu li li a {
	color: #666666 !important;
	padding: 5px 5px 5px 20px;
	text-transform: none;
	font-weight: normal !important;
	background: url(../images/arrow-grey.gif) no-repeat 10px 11px;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #FFFFFF !important;
	text-decoration: none;
	background: url(../images/arrow-white.gif) no-repeat 10px 11px;
}

ul.menu li li.active a {
	color: #FFFFFF !important;
	font-weight: normal !important;
	background: url(../images/arrow-white.gif) no-repeat 10px 11px;
}

ul.menu li li li a {
	color: #666666 !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;
}


/* FOOTER
--------------------------------------------------------- */
#ja-banner {
	padding: 0 0 20px 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
}

#ja-footerwrap {
	clear: both;
}

#ja-footer {
	width:960px;
	height:43px;
	background:url(../images/foot_gradient.gif) no-repeat;
	margin:0 auto;
	position:relative;
}

#ja-footer a {
	color: #47BBC8;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #47BBC8;
}

#ja-footer small {
	font-size: 100%;
	margin-left: 10px;
}

#ja-footer ul {
	float: right;
	padding: 0 20px;
	margin: 0 0 0 10px;
}

#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../images/arrow.png) no-repeat left center;
}

#ja-footer li a {
	color: #CCCCCC;
	display: inline;
	padding: 0 10px;
}

/* Header tools */
#ja-left-header {
	width:100%;
	height:auto;
}

#ja-headtools {
	position: absolute;
	right: 10px;
	top: 55px;
}

#ja-headtools .ja-innerpad {
	position: relative;
}

.ja-day span, .ja-day div {
	display: block;
	float: left;
	padding: 0 2px;
}

.ja-day {
	color: #666666;
	float: left;
	padding: 2px 0 0;
}

.ja-day span {
	padding: 1px 5px;
}

.ja-day div {
	background: #447C97;
	color: #FFFFFF;
	padding: 1px 5px;
}

#ja-headtools ul {
	float: left;
	margin: 0;
	padding: 3px 0 0;
	white-space: nowrap;
}

#ja-headtools li {
	background: url(../images/tool-sep.gif) repeat-y left top;
	display: inline;
	line-height: normal;
	margin: 0;
	padding: 0 8px;
}

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

#ja-usertools img {
	margin: 1px;
	padding: 2px;
}

#ja-login form a,
#ja-register form a,
#ja-search form a {
	background: url(../images/bullet2.gif) no-repeat left center;
	color: #FFFFFF;
}

#ja-register label, #ja-search label, #ja-login label {
	color: #FFFFFF;
	padding-right:5px;
}

#ja-login .button ,
#ja-register .button,
#ja-search .button {
	background: url(../images/but-bg.gif) repeat-x left center #000000;
	border: 1px solid #333333;
}

#ja-register, #ja-search, #ja-login {
	background: #181818;
	border: 1px solid #222222;
	color: #447C97;
	top: 25px;
	display: none;
	height: auto;
	overflow: hidden;
	padding: 5px 15px;
	position: absolute;
	right: 20px;
	text-align:left;
	z-index: 999;
}

#ja-headtools li a.search-switch,
#ja-headtools li a.login-switch,
#ja-headtools li a.register-switch {
	background: url(../images/arrow2.gif) no-repeat right 5px;
	color: #666666;
	padding: 0 12px 0 0;
}

#ja-headtools li a.search-switch:hover,
#ja-headtools li a.login-switch:hover,
#ja-headtools li a.register-switch:hover {
	background: url(../images/arrow2-hover.gif) no-repeat right 5px;
	color: #447C97;
	text-decoration: none;
}

#ja-headtools li a.show,
#ja-headtools li a.show:hover {
	background: url(../images/icon-close.gif) no-repeat right 5px;
	color: #447C97;
}

#ja-search .inputbox,
#ja-login .inputbox,
#ja-register .inputbox {
	background: url(../../images/grad1.gif) repeat-x left top #F5F5F5;
	border: 1px solid #CCCCCC;
	color: #333333;
}

/* Login */
#ja-loginwrap {
	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 #222222;
	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/bullet2.gif) no-repeat left center;
}

#ja-login form a:hover,
#ja-login form a:active,
#ja-login form a:focus {
	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 {
	float: right;
	margin-top: 20px;
}

/* Search */
#ja-search .inputbox {
	margin: 2px 0 0;
	width: 150px;
}

*+html #ja-search .inputbox { /*IE 7*/
	width: 108px;
}

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

div.ja-innerdiv {
	background: #222222;
	margin-bottom: 10px;
	padding: 5px 10px !important;
	border: 1px solid #181818;
}

div.ja-innerdiv span.title {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

div.ja-innerdiv .img-border {
	background: #DDDDDD;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-right: 5px;
}


/* Tooltips */
.tool-tip {
	background: #666666;
	border: 1px solid #444444;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
	color: #FEFEFE;
}

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

.thankyou {
	height: 200px;
}

#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: #ff6600;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #ff6600;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #ff6600;
	border: none;
}

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

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

#jazin-wrap {
	color: #666666;
}

h2.jazin-title a, h4.jazin-title a {
	color: #447C97;
}

.jazin-more {
	color: #666666;
}

div.jazin-section a span {
	background: #FFFFFF;
	border-left: 4px solid #447C97;
	color: #447C97;
}

.jazin-content img {
	background: #DDDDDD;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

div.jazin-section a {
	background: url(../../images/dot-grey.gif) repeat-x left center;
	color: #666666;
}

ul.jazin-links li {
	background: url(../../images/bullet1.gif) no-repeat 1px 7px;
}

.category_new_header {
	padding-bottom:9px;
	float:left;
}

table.prog {
}

table.prog th {
	padding:0;
	margin:0;
	color:#849090;
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:16px;
}

table.prog td.time {
	background:#E0EDEE url(../images/programma/time.gif) repeat-x top;
	border-right:2px solid #fff;
	font-family:"Arial", Times, serif;
	color:#a1a1a1;
	font-size:11px;
	padding:4px 0 0 0;
}

table.prog td.blank {
	padding:5px 0 5px 10px;
	color:#777;
	background:#CEE1E4 url(../images/programma/blank.gif) repeat-x top;
	border-right:2px solid #fff;
	font-family:"Arial", Times, serif;
	font-size:12px;
}

table.prog td.ground {
	background:#E7F1F2;
	color:#777;
	font-family:"Arial", Times, serif;
	font-size:11px;
}

.sub_script_white {
	font-family:"Arial", Times, serif;
	color:#fff;
	font-size:10px;
	line-height:16px;
}

.sub_script_dark {
	font-family:"Arial", Times, serif;
	color:#777;
	font-size:10px;
	line-height:16px;
}

.time_sep {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #d2d2d2;
	height: 1px;
	margin:0;
	width:28px;
}

.prog_sep {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px dashed #CEE1E4;
	height: 1px;
	margin:4px 0 4px 0;
}

table.prog td.red {
	padding:5px 10px 5px 10px;
	background-color:#FF2F00;
	color:#fff;
	border-right:2px solid #fff;
	font-family:"Arial", Times, serif;
	color:#fff;
	font-size:12px;
	border-top:1px solid #ffffff;
}

table.prog td.blue {
	padding:5px 10px 5px 10px;
	background-color:#0084e8;
	color:#fff;
	border-right:2px solid #fff;
	font-family:"Arial", Times, serif;
	color:#fff;
	font-size:12px;
	border-top:1px solid #ffffff;
}

table.prog td.green {
	padding:5px 10px 5px 10px;
	background-color:#1AA71D; 
	color:#fff;
	border-right:2px solid #fff;
	font-family:"Arial", Times, serif;
	color:#fff;
	font-size:12px;
	border-top:1px solid #ffffff;
}

table.prog td.pink {
	padding:5px 10px 5px 10px;
	background-color:#2097C7;
	color:#fff;
	border-right:2px solid #fff;
	font-family:"Arial", Times, serif;
	color:#fff;
	font-size:12px;
	border-top:1px solid #ffffff;
}

table.prog td.orange {
	padding:5px 10px 5px 10px;
	background-color:#F7BD4D;
	color:#fff;
	border-right:2px solid #fff;
	font-family:"Arial", Times, serif;
	color:#fff;
	font-size:12px;
	border-top:1px solid #ffffff;
}

table.prog td.magenta {
	padding:5px 10px 5px 10px;
	background-color:#DB005A;
	color:#fff;
	border-right:2px solid #fff;
	font-family:"Arial", Times, serif;
	color:#fff;
	font-size:12px;
	border-top:1px solid #ffffff;
}

table.prog td.yellow {
	padding:5px 10px 5px 10px;
	background-color:#F2D317;
	color:#fff;
	border-right:2px solid #fff;
	font-family:"Arial", Times, serif;
	color:#fff;
	font-size:12px;
	border-top:1px solid #ffffff;
}


table.prog td.black {
	padding:5px 10px 5px 10px;
	background-color:#000000;
	color:#fff;
	border-right:2px solid #fff;
	font-family:"Arial", Times, serif;
	color:#fff;
	font-size:12px;
	border-top:1px solid #ffffff;
}

table.prog td.stripe {
	background:url(../images/programma/stripe.gif) ;
	border-right:2px solid #fff;
}

