/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body#bd {
	color: #333333;
/*	background: #F2F2F2; */
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

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: #005d9c;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	outline: none;
}


/* Title text */
componentheading { font-size: 18px; font-family: "Segoe UI", Arial, Helvetica, sans-serif; margin: 0; padding: 0; border-top: 1px solid #d0d0d0; border-bottom: 1px solid #d0d0d0; }
/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;

}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	padding: 0;
}
div.gn_static_1 { background-color: #efefef; margin: 0 0 5px; padding: 4px; }
div.gn_static_1 a { color: #005d9c; font-size: 12px; text-decoration: none; font-weight: bold; line-height: 14px; text-transform: none; margin: 0; padding: 0; }
.gn_header_1 { }
ul {
	list-style-type: none;
}

ul li { padding-left: 10px; background: url(../images/spacer-topmenu2.jpg) no-repeat left 5px; }

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
/*	background: url(../images/hdot2.gif) repeat-x top; */
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
/* font-size: 100%; */
	
}

img {
	border: none;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 0px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	padding: 4px 5px 2px 28px;
	/*	margin: 9px 0 8px 3px; */
	margin: 0 5px 0 2px;
	background-color: #ffcb61;
	background-image: url(../images/button-search.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}

.button:focus {
}
.button:hover {
	color: #005d9c;
}
* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
	font-size: 90%;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #005d9c;
	background: url(../images/icon-error.gif) no-repeat left top;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #7BA566;
	font: bold 20px/normal Arial, sans-serif;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.legend {
	margin: 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: none;
	height: 20px;
}

.article_column { padding-right: 10px; }

.column_separator { padding: 0 5px; }

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border-spacing: 0;
}
.contentpaneopen { margin-bottom: 40px; }
table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	padding: 5px 5px 0px 0;
/*	margin: 0 0 10px;
	background: url(../images/hdot.gif) repeat-x 50% bottom; */
}

.componentheading { font-size: 125%; font-weight: bolder; text-transform: uppercase; color: #34539a; line-height: 125%; margin-bottom: 10px; border-bottom: 4px double #ffcb61; }

.contentdescription {
/*	padding-bottom: 15px; */
}

table.blog .contentheading {
	font-size: 125%;
}

.contentheading { font-size: 18px; margin-bottom: 5px; clear: both; }

h2.contentheading a {
	font-size: 18px;
	margin: 0 0 3px;
	font-weight: bold;
	text-decoration: none;
	line-height: 19px;
/*	color: #B2740E; */
	text-transform: none;
}
h2.contentheading a:hover {
	font-size: 18px;
	text-transform: none;
	text-decoration: underline;
}

h2.contentheading a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	font-size: 14px;
	text-decoration: none;
	font-variant: normal;
	padding: 0;
}

a.readon { float: left; margin-top: 0; padding: 1px 5px 1px 14px;
/*	border: 1px solid #F6F6F6; */
	display: block; background: url(../images/arrow.png) no-repeat 5px 48%; color: #005d9c; font-weight: bold; text-decoration: none; margin-bottom: 10px; }

a.readon:hover, a.readon:active, a.readon:focus {
/*	border: 1px solid #ECECEC; */
/*	background: url(../images/arrow.png) no-repeat 5px 48% #FFFFFF; */
	text-decoration: underline;
	color: #000;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
.moduletable { text-align: left; padding: 0; }
.db8latestweblinks { text-align: left; }
ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #ECECEC;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-tools { border-top: 1px solid #dddddd; width: 100%; float: left; clear: both; margin-bottom: 15px; display: block; background: #ececec; position: relative; height: 20px; }
.article-meta { /* section in info header */
	padding: 0 5px 5px;
	width: 89%;
	float: left;
	color: #666;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}

.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	position: absolute;
	top: 0;
	right: 0;
}

.buttonheading img {
	margin: 1px 5px 0 0;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 100%;
	background-image: url(../images/shadow-bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#ja-wrapper > div {
	width: 1100px;
	margin: 0 auto;
	background: #fff;
	border-left: solid 1px #a2a2a2;
	border-right: solid 1px #a2a2a2;
}

#ja-containerwrap {
/*	background: url(../images/cw-bg1.gif) repeat-y 50% 0; */
}

#ja-containerwrap2 {
/*	background: url(../images/cw-bg2.gif) no-repeat 50% 0; */
}

#ja-container {
/*	background: url(../images/c-bg1.gif) repeat-y 18% 0; */
}

#ja-container2 {
	padding: 0;
/*	background: url(../images/c-bg2.gif) no-repeat 18% 0; */
}
#ja-mainbody { position: relative; margin-top: 20px; }
#ja-contentwrap {
	float: left;
	width: 610px;
	min-height: 300px;
	min-width: 610px;
	padding-right: 10px;
/*	height: auto; */
}
* html #ja-contentwrap {
/*	height: 300px; */
}

#ja-content { margin-top: 0; margin-left: 10px; padding-top: 0;
/*	padding: 0 20px 0 60px;  */
}



/* HEADER
--------------------------------------------------------- */
#ja-billboard {
	padding: 10px 0;
	text-align: center;
	background-color: #e9e9e9;
}
#bg-header {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background-image: url(../images/pem-header-bg.jpg);
	background-position: center top;
	position: relative;
	background-repeat: no-repeat;
}
#head-items {
	padding-top: 82px;
	margin-left: 95px;
	margin-right: 0px;
}
#mt-logo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 198px;
	height: 119px;
	background-image: url(../images/maintrain-logo-bg.png);
	background-repeat: no-repeat;
}

h1.logo, h1.logo-text {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
}

h1.logo a {
	width: 800px;
	display: block;
	background: url(../images/header/ma-am_logo.jpga) no-repeat left top;
	height: 100px;
	position: relative;
	z-index: 100;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #CCCCCC !important;
	text-decoration: none;
	position: absolute;
	bottom: 40px;
	left: 5px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #444444;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}
#button-header { float: left; margin-left: 68px; margin-top: -5px; margin-right: 10px; }

/* Subscribe buttons */

#subscribe {
	position: absolute;
	right: 12px;
	top: 21px;
}


/* Search */
#search { float: left; margin-bottom: 10px; }

#search .inputbox {
	width: 298px;
	border: 1px solid #333333;
	padding: 4px 5px 4px 5px;
	color: #ffcb61;
	background: #fff;
	font-weight: bold;
	font-size: 92%;
}
#search .inputbox:hover {
	color: #ffcb61;
	background-color: #206AA3;
}

#feedback {
	float: left;
	margin-left: 10px;
	margin-top: -5px;
	position: relative;
	width: 175px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */

#ja-pathway {
	font-size: 92%;
}

#ja-pathway strong {
	margin-right: 5px;
	font-weight: normal;
}

#ja-pathway a {
	text-decoration: none;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	padding: 0 0 0;
/*	margin-bottom: 15px; */
/*	horizontal line separating modules 
	background: url(../images/hdot.gif) repeat-x bottom; */
}
div.moduletable-nohr {
	padding: 0 0 8px;
	margin-bottom: 6px;
}

div.moduletable h3, div.moduletable-highlights h3, div.moduletable_menu h3, div.moduletable_text h3 {
	padding: 4px 10px;
	margin: 0;
	color: #fff;
	font-size: 125%;
	font-weight: bolder;
	background-color: #005d9c;
	background-image: url(../images/content-heading-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: uppercase;
	border: none;
	text-align: left;
	font-height: 20px;
	line-height: 125%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

div.moduletable-highlights { width: 420px; background-image: url(../images/bg-highlightsBB.jpg); background-repeat: no-repeat; background-position: 0 bottom; height: 230px; margin-right: 10px; padding-bottom: 5px; margin-bottom: 10px; border-color: #ebebeb #8c8c8c #ebebeb #ebebeb; border-style: solid; border-width: 0 2px 0 0; }
div.moduletable-highlights li {
	background: none;
	line-height: 13px;
	margin-bottom: 10px;
	padding: 0 10px; 
}
div.moduletable-highlights a {
	color: #005d9c;
	font-weight: bold;
}

/* Module rounded */
div.module h3 {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 2px solid #F6F6F6;
	color: #7BA566;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

div.module_black,
div.module_green,
div.module_blue,
div.module_red,
div.module {
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/b-br.gif) no-repeat bottom right #FFFFFF;
}

div.module div {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/b-tr.gif) no-repeat top right;
}

div.module div div div {
/*	padding: 0 15px 10px; */
	padding: 0;
	background: url(../images/b-tl.gif) no-repeat top left;
}

div.module_black div div div div,
div.module_green div div div div,
div.module_blue div div div div,
div.module_red div div div div,
div.module_text div div div div,
div.module div div div div {
	margin: 0;
	padding: 0;
	float: none;
	width: 99%;
	background: none;
}

div.module_text h3 {
	margin: 0 0 10px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}

div.module_text span {
	padding: 0 3px 0 0;
	float: left;
	clear: both;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
}

div.module_text {
	margin-bottom: 20px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/bt-br.gif) no-repeat bottom right #F6F6F6;
}

div.module_text div {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text div div {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text div div div {
	padding: 0 15px 10px;
	display: block;
	background: url(../images/bt-tl.gif) no-repeat top left;
}

div.banneritem_text {
	padding: 5px 0 !important;
}

/* red */
div.module_black h3,
div.module_green h3,
div.module_blue h3,
div.module_red h3 {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 1px solid #F6F6F6;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

div.module_red {
	background: #005d9c url(../images/br-br.gif) no-repeat right bottom;
	color: #ffffff;
}

div.module_red div {
	background: url(../images/br-bl.gif) no-repeat bottom left;
}

div.module_red div div {
	background: url(../images/br-tr.gif) no-repeat top right;
}

div.module_red div div div {
	padding: 0 15px 10px;
	background: url(../images/br-tl.gif) no-repeat top left;
}

/* blue */
div.module_blue {
	background: url(../images/bb-br.gif) no-repeat bottom right #006699;
	color: #FFFFFF;
}

div.module_blue div {
	background: url(../images/bb-bl.gif) no-repeat bottom left;
}

div.module_blue div div {
	background: url(../images/bb-tr.gif) no-repeat top right;
}

div.module_blue div div div {
	padding: 0 15px 10px;
	background: url(../images/bb-tl.gif) no-repeat top left;
}

/* green */
div.module_green {
	background: url(../images/bg-br.gif) no-repeat bottom right #7BA566;
	color: #FFFFFF;
}

div.module_green div {
	background: url(../images/bg-bl.gif) no-repeat bottom left;
}

div.module_green div div {
	background: url(../images/bg-tr.gif) no-repeat top right;
}

div.module_green div div div {
	padding: 0 15px 10px;
	background: url(../images/bg-tl.gif) no-repeat top left;
}

/* black */
div.module_black {
	background: url(../images/bl-br.gif) no-repeat bottom right #333333;
	color: #FFFFFF;
}

div.module_black div {
	background: url(../images/bl-bl.gif) no-repeat bottom left;
}

div.module_black div div {
	background: url(../images/bl-tr.gif) no-repeat top right;
}

div.module_black div div div {
	padding: 0 15px 10px;
	background: url(../images/bl-tl.gif) no-repeat top left;
}

div.module_blue ul,
div.module_blue ol,
div.module_red ul,
div.module_red ol,
div.module_black ul,
div.module_black ol,
div.module_green ul,
div.module_green ol {
	margin: 0;
	padding: 0;
}

div.module_blue li,
div.module_red li,
div.module_black li,
div.module_green li {
	margin-left: 20px;
	padding: 0;
	line-height: 150%;
}

div.module_blue a,
div.module_red a,
div.module_black a,
div.module_green a {
	color: #FFFFFF;
}

div.advs {
	float: left;
	width: 100%;
	clear: both;
	display: block;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	padding: 0;
	text-align: center;
	width: 301px; margin: 10 auto; 
}

#ja-col1 h3 {
	background-color: #005d9c;
	background-image: none;
	text-align: left;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	margin-top: 10px;
	text-transform: capitalize;
	color: #ffcb61;
}
#ja-col2 {
	width: 130px;
	min-width: 130px;
        padding: 0 24px;
	float: right;
}


#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul, #ja-col2 ul {
	margin: 0;
	background-color: #fff;
}
#ja-col1 ul li,
#ja-col2 ul li {
	padding-left: 15px;
	padding-top: 3px;
	margin: 0;
	background: none;
	list-style: none;
	font-size: 10px;
	color: #aaa;
	border-bottom: dotted 1px #fff;
}
#ja-col1 ul li:hover {
	background-color: #f1f1f1;
}
#ja-col1 ul li a {
	color: #000;
	font-size: 11px;
	line-height: 12px;
	display: block;
}
#ja-col1 ul li a:hover {
	color: #005d9c;
}
#ja-col1 ol, #ja-col2 ol {
	margin-left: 5px;
}

#ja-col1 .article_separator,
#ja-col2 .article_separator {
	display: none;
}
#ja-col1 .moduletable {
/*	text-align: center; */
/*	border-bottom: solid #ccc 1px;
	border-right: solid #eee 1px;
	border-left: solid #eee 1px;
*/
	margin-bottom: 15px;
}
#ja-col2 .moduletable {
	margin-bottom: 15px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right { float: left; margin-left: 0; padding: 0; }
.ja-box-left div.moduletable,
.ja-box-full div.moduletable {
	margin-right: 22px;
	background: none;
}
.ja-box-right { float: left; margin: 0; padding: 0; }
.ja-box-right div.moduletable { margin: 0; padding: 0; border-style: none; }
.ja-box-center div.moduletable {
	padding: 0 10px;
/*	background: url(../images/vdot2.gif) repeat-y left; */
}
#ja-botsl h3 {
	background: none;
}
#ja-botslwrap {
	border-top: 5px solid #CCCCCC;
	background: #444444;
	color: #CCCCCC;
}
#ja-botsl {
	padding: 15px 0;
}
#ja-botsl div.moduletable {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}
#ja-botsl h3 {
	margin: 0 0 12px;
	padding: 0;
	color: #FFFFFF;
}
#ja-botsl a {
	color: #CCCCCC;
}
#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
	color: #FFFFFF;
}
#ja-botsl ul, #ja-botsl p, #ja-botsl ol {
	padding: 0;
	margin: 0 !important;
}
#ja-botsl ul li {
	padding: 0 0 0 15px;
	margin: 0;
	background: url(../images/bullet2.gif) no-repeat 3px 8px;
}
#ja-botsl ol li {
	margin-left: 25px;
	padding: 0 !important;
}
#ja-botsl td {
	padding: 0;
}
#ja-botsl .article_separator {
	display: none;
}
#ja-botsl table {
	border-spacing: 0;
	border-collapse: collapse;
}
/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	padding: 20px 120px;
	clear: both;
	background-color: #eee;
	font-size: 11px;
	line-height: 13px;
	border-top: solid 10px #206AA3;
}

#ja-footer {
	padding: 0;
	color: #666666;
	background: url(../images/vdot.gif) repeat-y 20% 0;
	position: relative;
}

#ja-footer .copyright { clear: both; display: block; padding-left: 25%; color: #666666; font-style: normal; font-size: 92%; text-align: center; }
footer { text-align: center; }
#ja-footnav {
	
}

#ja-footer ul {
	margin: 0 0 5px;
	padding: 0;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 15px 0 0;
	display: inline;
	color: #666666;
	font-weight: bold;
	font-size: 92%;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
	color: #333333;
	text-decoration: none;
}

.ja-cert {
	font-size: 92%;
	position: absolute;
	right: 0;
	top: 18px;
}

.ja-cert a {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}

.ja-cert a span {
	display: none;
}

.ja-cert a img {
	border: none;
}

.banneritem {
	display: block;
	margin-top: 15px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/*usertool*/
ul.ja-usertools-font {
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	right: 0;
}

ul.ja-usertools-font li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}
#font-resizer {
	float: left; 
	text-transform: uppercase; 
	color: #005d9c; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 11px;
	margin: 11px 0 0 7px;
}
/*collapsible h3*/
h3.show {
	background: url(../images/arrow2.png) no-repeat 90% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/arrow3.png) no-repeat 90% 60%;
	cursor: pointer;
}

/*others*/

#ja-banner {
	margin: 15px 0;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: white!important;
	text-decoration: none!important;
}

#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 10px 0 0;
}

#form-login .inputbox {
	width: 90%;
}

.clr {
	clear: both;
}

.hasTip img {
	margin: 10px 5px 0 0;
	border: none;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../Library/Caches/TemporaryItems/system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #006699;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
.moduletable-latestnews { color: #000; width: 300px; margin: 0 10px 10px 0; padding: 0; border: solid 1px #d4d4d4;  }
.moduletable-latestnews h3 { color: #fff; font-size: 14px; font-weight: bold; background-color: #dc5722; text-transform: uppercase; text-align: center; width: auto; margin: 0; padding: 5px; border-color: #d4d4d4; border-style: solid; border-width: 0 0 1px; background-image: url(../images/rogradient-bg.jpg); background-repeat: repeat-y; background-position: left bottom; }
.moduletable-featurevid { font-size: 11px; line-height: 13px; width: 220px; margin-left: 10px; border: solid 0 #d4d4d4; margin-bottom: 5px; padding: 2px; }
.moduletable-news { font-weight: normal; text-decoration: none; width: 240px; margin-left: 0px; padding: 0; border: 1px #e8e8e8; }
.moduletable-news h3 { color: #005d9c; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: left; width: auto; margin: 10px auto; padding: 0; border-color: #d4d4d4; border-style: solid; border-width: 1px 0; }
.moduletable-news div { font-weight: normal; text-decoration: none; }
.moduletable-news2 h3 { color: #005d9c; line-height: 12px; }
.moduletable-news2 div { width: 100%; margin-bottom: 10px; }
.moduletable-title h3 { color: #6c6964; font-size: 15px; line-height: 12px; text-transform: uppercase; letter-spacing: 1px; padding-right: 4px; padding-bottom: 5px; border-bottom: 1px solid #6c6964; }
.moduletable-title div { margin: 0; padding: 0; }
#ja-botsl h3 {
	background: none;
}
#ja-botslx { margin-left: 0; padding: 0 0; }
#ja-botslx div.moduletable {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 0 0 0;
}
#ja-botsl h3 {
	margin: 0 0 12px;
	padding: 0;
	color: #FFFFFF;
}
#ja-botsl a {
	color: #CCCCCC;
}
#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
	color: #FFFFFF;
}
#ja-botsl ul, #ja-botsl p, #ja-botsl ol {
	padding: 0;
	margin: 0 !important;
}
#ja-botsl ul li {
	padding: 0 0 0 15px;
	margin: 0;
	background: url(../images/bullet2.gif) no-repeat 3px 8px;
}
#ja-botsl ol li {
	margin-left: 25px;
	padding: 0 !important;
}
#ja-botslx td {
	padding: 0;
}
#ja-botslx .article_separator {
	display: none;
}
#ja-botslx table {
	border-spacing: 0;
	border-collapse: collapse;
}
.moduletable-featurevid h3 {
	color: #fff;
	line-height: 23px;
	background-image: url(../images/arrow-wor.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: center;
	width: auto;
	height: 23px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	background-color: #575757;
}
.moduletable-news3 h3 { color: #6f6f6f; font-variant: normal; line-height: 12px; text-transform: uppercase; text-align: left; letter-spacing: 1px; margin: 0 0 5px; padding: 0 0 5px; border-bottom: 1px solid #6f6f6f; border-top-style: none; border-right-style: none; border-left-style: none; }
a.moduletable-news3:link, a.moduletable-news3:visited { font-weight: bold; font-family: Arial, sans-serif, "Times New Roman", Tahoma, Verdana; color: #000; font-size: 12px;
	/* background-image: url(../images/title_arrow.jpg); 
background-repeat: no-repeat; 
background-position: left 2px; 
padding-top: 0; 
padding-left: 10px; 
*/
line-height: 10px; margin-left: -5px; text-decoration: underline; }
.moduletable-news3 div { line-height: 10px; margin: 0; padding: 0; }
.gn_list { color: #9c0; font-size: 13px; font-weight: bold; background-image: url(../images/list-arrow.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; text-align: left; padding-left: 15px; }
.gn_img { color: #9c0; font-size: 13px; font-weight: bold; background-image: none; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; text-align: left; padding-left: 15px; border: solid 1px #d4d4d4; }
.moduletable-tdarea { margin-bottom: 5px; }
.moduletable-tdarea td { margin: 0; border-color: #6f6f6f; border-style: solid; border-width: 1px 1px 6px; }
.moduletable-tdarea h3 { color: #6f6f6f; text-transform: uppercase; margin: 0; padding: 0 0 3px; border-color: #e8e8e8 #e8e8e8 #6f6f6f; border-style: solid; border-width: 0 0 1px; }
h4.gk_npro_header a { color: #405464; font-size: 12px; text-decoration: none; font-weight: bold; text-transform: none; margin: 0; padding: 0; }
table.gk_npro_table td {
}
.tdarea { margin: 0; padding: 0; border-color: #7c9124; border-style: solid; border-width: 6px 1px 1px; }
.titletd2 { color: #fff; font-size: 16px; font-weight: bold; background-color: #7c9124; padding: 5px 10px; border-bottom: 1px solid #7c9124; border-top-color: #b0c836; border-right-color: #b0c836; border-left-color: #b0c836; }
.moduletable-tdarea1 { margin-bottom: 5px; margin-left: 5px; border-color: #6f6f6f; border-style: solid; border-width: 1px 1px 6px; }
.moduletable-tdarea1 td { width: 100%; margin: 0; padding: 0; border-color: #6f6f6f #d8d8d8; border-style: none solid solid; border-width: 6px 0; }
#ja-footer2 { padding: 0 20px; color: #666666; text-align: center; }

/* centers horizontal ads near bottom of page */
.bottom .moduletable { margin: 0 auto 10px auto; text-align: center; }

.moduletable-tdarea1 h3 { color: #6f6f6f; text-transform: uppercase; margin: 0; padding: 0 0 3px; border-color: #e8e8e8 #e8e8e8 #6f6f6f; border-style: solid; border-width: 0 0 1px; }
.titletd { color: #6f6f6f; font-size: 14px; font-weight: bold; background-color: #e0ecb6; text-decoration: none; text-transform: uppercase; margin: 0; padding: 2px 2px 2px 6px; border-color: #e8e8e8 #e8e8e8 #6f6f6f; border-style: solid; border-width: 0 0 1px; }
.moduletable-latestnews1 { color: #000; width: 580px; margin: 0 10px 10px 0; padding: 0; border: solid 1px #d4d4d4; }
.moduletable-latestnews1 h3 { color: #fff; font-size: 14px; font-weight: bold; background-color: #dc5722; background-image:url(../images/rogradient-bg.jpg); text-transform: uppercase; text-align: center; width: auto; margin: 0; padding: 5px; border-color: #d4d4d4; border-style: solid; border-width: 0 0 1px; }
.globalstyle { margin-top: 0; }
.moduletable-border { padding: 0; border: solid 1px #d4d4d4; }
.moduletable-prod { border: solid 1px #ccc; }
.moduletable-prod h3 { border: solid 1px #ccc; }
.moduletable-latestnews2 { color: #000; width: 200px; float: right; margin: 0 10px 10px 0; padding: 0; border: solid 1px #d4d4d4; }
.moduletable-latestnews2 h3 { color: #fff; font-size: 14px; font-weight: bold; background-color: #dc5722; text-transform: uppercase; text-align: center; width: auto; margin: 0; padding: 5px; border-color: #d4d4d4; border-style: solid; border-width: 0 0 1px; background-image: url(../images/rogradient-bg.jpg); background-repeat: repeat-y; background-position: left bottom; }
.latestnews2 { color: #fff; font-size: 14px; font-weight: bold; background-color: #dc5722; text-transform: uppercase; text-align: center; width: auto; margin: 0; padding: 5px; border-color: #d4d4d4; border-style: solid; border-width: 0 0 1px; background-image: url(../images/rogradient-bg.jpg); background-repeat: repeat-y; background-position: left bottom; }
.moduletable-articles { color: #000; width: 360px; margin: 0 10px 10px 0; padding: 0; border: 1px #d4d4d4;  }
.articlehead { color: #0f050d; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: left; margin: 0; padding: 5px; border-color: #d4d4d4 #d4d4d4 #c21318; border-style: solid; border-width: 0 0 2px; background-repeat: repeat-y; background-position: left bottom; }
.globalnews { margin: 0; padding: 0; }
.moduletable-latestnews3 { color: #000; width: auto; float: none; margin: 0; padding: 0; border: solid 1px #d4d4d4; }
/* .moduletable-latestnews3 { color: #000; width: 200px; float: none; margin: 0 10px 10px 0; padding: 0; border: solid 1px #d4d4d4; } */
.moduletable-latestnews3 h3 { color: #fff; font-size: 14px; font-weight: bold; background-color: #dc5722; text-transform: uppercase; text-align: center; width: auto; margin: 0; padding: 5px; border-color: #d4d4d4; border-style: solid; border-width: 0 0 1px; background-image: url(../images/rogradient-bg.jpg); background-repeat: repeat-y; background-position: left bottom; }
div.article-content img { border: solid 0px #999; }
div.article-content a { line-height: 20px;
}
.article-content {  }
.dm_tabcontent .moduletable img { border: none; margin-left: 5px;}
.moduletable-articles2 { color: #000; width: 100%; margin: 0 10px 10px 0; padding: 0; border: 1px #d4d4d4;  }
.moduletable-more { color: #000; width: 225px; float: right; margin: 0 10px 10px 0; padding: 0; border: 1px #d4d4d4; }
.arc90_imgcaptionALT { text-align: center; padding: 0; margin: 1px auto; width: 123px; line-height: 13px; font-size: 11px; display: none;}
.arc90_imgcaptionTXT { font-size: 0.8em; color: #696969; text-align: left; margin: 0; padding: 0 5px; display: none;}
.floatl { float: left; margin-right: 1em; }
.floatr { float: right; margin-left: 1em; }
/*<agl.folder "Sobistyles">*/
	#sobi2Listing_field_city_label { color: black; font-weight: bold; }
	a.sobi2Header:hover { color: #fff; font-size: 12px; font-weight: bold; background-color: #2473ea; padding-right: 15px; padding-left: 15px; }
	a.sobi2CatName:link { color: #c93; font-size: 13px; padding-left: 50px; margin-top: 1px; }
	.sobi2CountSeparator { font-size: 11px; text-decoration:  none; border-bottom: 1px none #aaa; }
	.sobi2 { }
	.sobi2Header { text-align: center; border-color: #c1bbb5; border-width: 1px; }
	a.sobi2Header:link, a.sobi2Header:visited { color: #fff; font-size: 12px; font-weight: bold; background-color: #09f; text-decoration: none; padding-right: 15px; padding-left: 15px; }
	.sobi2Details_field_email { font-weight: bold; margin: 0; padding: 0; }
	#sobi2Listing_field_description_label { color: #000; font-weight: bold; }
	#sobi2Listing_field_prodname_label { color: black; font-weight: bold; }
	#sobi2Details_field_prodname {  }
	.sobi2CompDesc {  }
	.sobi2Details { font-weight: bold; margin: 3px; padding: 5px; border: 1px #369; }
	div.sobi2 {
}
	div.sobi2 h1 {
}
	div.sobi2 h2,
div.sobi2 h3,
div.sobi2 h4 {
	padding-left: 5px;
}
	/* Style for Standard Joomla! mosmsg-class, because often undefined */
	/* To use the style of your template, delete this entry. */
	.message {
	padding: 5px;
	background-color: #990000;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
	/* Style of the Header Menu */
	/* -------------------------------------------------------- */
	/* Style of Header Menu */
	table.sobi2Header { padding: 5px; border-style: none; }
	a.sobi2Header {
	padding: 5px;
	font-size: 14px;
}
	/* Style of Main Component Description */
	/* -------------------------------------------------------- */
	table.sobi2CompDesc {
	padding: 5px;
}
	/* Style of Category List */
	/* -------------------------------------------------------- */
	table#sobi2CatListSymbols {
	width: 100%;
}
	table#sobi2CatListSymbols td {
	vertical-align: top;
	border-style: none;
}
	/* Style of Category Icon */
	img.sobi2CatIco {
	border-style: none;
	float: left;
	clear: left;
}
	/* Style of Category Name */
	p.sobi2CatName {
	font-size: 13px;
	padding-left: 50px;
	margin-top: 1px;
}
	/* Style of Category Introtext */
	p.sobi2CatsListSymbolsIntrotext { padding-left: 50px; margin-top: -10px; }
	/* Style of the shown entries/subcategories numbers */
	span.sobi2EditlinktipItems { font-size: 11px; text-decoration:  none; border-bottom: 1px none #aaa; }
	table.sobi2Listing td { vertical-align: top; padding: 10px 20px 10px 10px; border: 2px #3a4794; }
	/* Style for empty Cards (Placeholder) */
	table.sobi2Listing td.sobi2EmptyCell {
	border-style: none;
	background-color: #ffffff;
}
	table.sobi2Listing input {
	float:left;
}
	/* Style of Icon (Small Image) */
	.sobi2Listing img {
	float: right;
	border-style: none;
	padding-top: 5px;
	padding-right: 5px;
}
	/* Style of Title (Name of Entry) */
	p.sobi2ItemTitle { margin-left: 5px; margin-top:  5px; border-style:none; font-size: 13px; font-weight: bold; padding-left: 5px; padding-top: 5px; clear:left; }
	/* Styles for the fields */
	/* Add style for each field you added in the form span.sobi2Listing_field_yourname */
	.sobi2Listing_field_myfield, span.sobi2Listing_field_street, span.sobi2Listing_field_postcode, span.sobi2Listing_field_county, span.sobi2Listing_field_country, span.sobi2Listing_field_email, span.sobi2Listing_field_contact_person, span.sobi2Listing_field_phone, span.sobi2Listing_field_fax, span.sobi2Listing_field_city, span.sobi2Listing_field_hotline, span.sobi2Listing_field_phone, span.sobi2Listing_field_federal_state {
	padding-left: 10px;
}
	a.sobi2Listing_field_website:link { font-size: 18px; text-align: left; float: left; }
	/* Style of Edit and Delete Buttons in Category View */
	input.sobi2EditEntryButton {
}
	/* Style for Page Navigation of Entries */
	#sobi2PageNav {
	text-align: center;
}
	/* Style of Promotion (not yet implemented) */
	/* -------------------------------------------------------- */
	table#sobi2PromotedItems {
	width: 100%;
}
	/* Style of Details View */
	/* -------------------------------------------------------- */
	table.sobi2Details { margin-top: 15px; margin-left: 5px; padding: 10px; width: 100%; border: solid 2px #369; }
	/* Style of Entry Name */
	table.sobi2Details h1 { 
	/*color: #303030;*/
}
	/* Container for all custom fields data */
	div#sobi2outer{
	float: left;
	margin-top: 0px;  /* position it vertically */
}
	/* Style of the Image */
	img.sobi2DetailsImage{ float: right; padding-right: 5px; padding-top: 5px; border: 1px #369; }
	/* Styles for the fields */
	/* Add style for each field you added in the form span#sobi2Details_field_yourname */
	span#sobi2Details_field_myfield,
span#sobi2Details_field_street,
span#sobi2Details_field_postcode,
span#sobi2Details_field_county,
span#sobi2Details_field_country,
span#sobi2Details_field_phone,
span#sobi2Details_field_fax,
span#sobi2Details_field_city,
span#sobi2Details_field_hotline,
span#sobi2Details_field_phone,
span#sobi2Details_field_federal_state { font-size: 12px; font-weight: bold; }
	span#sobi2Details_field_contact_person,
span#sobi2Details_field_website,
span#sobi2Details_field_email { display: block; padding-top: 8px; margin-bottom: -12px; font-size: 12px; font-weight: bold; }
	span#sobi2Details_field_description { font-weight: normal; display: block; padding-top: 20px; margin-top: 0; /* position it vertically */
}
	/* Style for Way Search */
	span.sobi2WaySearch { background-color: #fff; float: right; margin-top: 15px; /* position it vertically */
	padding: 5px; display: block; border: solid 1px #369; }
	span.sobi2WaySearch img{
	padding-top: 8px;
	border-style: none;
	padding-left: 17px;
}
	/* Style for Google Maps */
	div#sobi2GoogleMaps {
	float: right;
	position: relative;
	border: 1px solid #333333;
	margin-top: 30px;
	margin-bottom: -10px;
	margin-right: 5px;
}
	/* Style of Details Footer Line */
	td.sobi2DetailsFooter {
	padding-left: 5px;
}
	/* Style of Edit and Delete Buttons in Details View */
	input#sobi2EditEntryButton, input#sobi2DelEntryButton {
	float:right;
}
	/* Style of Footer Line */
	/* -------------------------------------------------------- */
	td#sobi2Footer, td#sobi2Footer a { font-size: 9px; color: #fff; margin: 10px; padding: 10px; }
	table.sobi2Footer {
	width: 100%;
}
	td#sobi2rss {
}
	td#sobi2rss img{
	border-style: none;
	float:right;
}
	/* Style of Entry Form */
	/* -------------------------------------------------------- */
	/* Header Line */
	p#sobi2EditFormHeader {
	font-weight:bold;
	font-size: 14px;
	padding: 5px;
}
	/* Info Requested Fields */
	#sobi2ReqFieldsInfo {
	padding: 5px;
}
	form#sobi2EditForm table,
table#sobi2FormTable {
	padding: 5px;
}
	table#sobi2FormTable2, table#sobi2FormTable3 {
    width: 99%;
}
	table#sobi2FormTable td,
table#sobi2FormTable2 td,
table#sobi2FormTable3 td {
	vertical-align: top;
}
	/* Style of Input fields as entered in Fields Manager  */
	input#field_entry_name,
input#field_postcode,
input#field_street,
input#field_city,
input#field_county,
input#field_country,
input#field_federal_state,
input#field_email,
input#field_website,
input#field_contact_person,
input#field_phone,
textarea#sobi2MetaKey,
textarea#sobi2MetaDesc,
input#sobi2Ico,
input#sobi2Img,
input#field_fax,
input#field_hotline,
input#field_street {
}
	label.field_entry_name,
label.field_postcode,
label.field_street,
label.field_city,
label.field_county,
label.field_country,
label.field_federal_state,
label.field_email,
label.field_website,
label.field_contact_person,
label.field_phone,
label.field_fax,
label.field_hotline,
label.field_description,
label.sobi2Ico,
label.sobi2Img,
label.sobi2MetaKey,
label.sobi2MetaDesc {
}
	/* Style for Checkboxes */
	input#accept_rules,
input#field_website_on,
input#field_description_on {
}
	/* Style for Not Free Label */
	span.sobi2FormNotFreeLabel {
	display: block;
	padding-top: 5px;
}
	/* Style for Category Information/Descriptions */
	table#sobi2FormCats {
	width: 99%;
	border-style: none;
	margin: 10px;
}
	table#sobi2FormCats td {
	padding: 10px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
}
	p#catsTitle, p#catIntroText {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
	p#catMsg {
	width: 100%;
}
	/* Style for Add and Remove Button */
	#sobi2AddCatBt, #sobi2RemoveCatBt {
	width:50px;
}
	/* Style for column with Buttons */
	td.sobi2CatButtons {
	width: 50px;
    vertical-align: top;
}
	/* Style for column with selected Cats*/
	td.sobi2CatSelected {
    vertical-align: top;
	width: 150px;
}
	/* Style for Box with Selected Categories */
	select#sobi2SlectedCats {
	height: 100px;
	width: 150px;
}
	select#sobi2SlectedCatsID {
	height: 0px;
	width:  0px;
	border-style: none;
}
	/* Style for Safety Line */
	table#sobi2FormFooter { float: left; clear: left; }
	table#sobi2FormFooter td { vertical-align: bottom; }
	img#seccode {
}
	input#sobi2SendButton {
	float: right;
}
	input#sobi2CancelButton {
	float: right;
}
	/* Style for Payment Info */
	/* -------------------------------------------------------- */
	/* Style for upload info */
	p.sobi2msg {
	padding-top: 15px;
	padding-left: 5px;
	font-size: 12px;
}
	/* Style for Summary of Costs */
	table#sobi2Payment {
	width: 50%;
	margin-left: 5px;
	padding-right: 5px;
}
	table#sobi2Payment td,
td.sobi2PayOption {
	width: 70%;
	text-align: right;
}
	td.sobi2PayFees {
	width: 30%;
	text-align: right;
}
	td#sobi2PayTotal {
	width: 30%;
	text-align: right;
	border-top: solid 1px #606060;
	font-weight: bold;
	color: red;
}
	/* Style for Payment Methods */
	table#sobi2PaymentMethod {
	width: 70%;
	margin-top: 30px;
	margin-left: 5px;
}
	table#sobi2PaymentMethod img {
	border-style: none;
}
	table#sobi2PaymentMethod a:hover {
	font-style: normal;
	text-decoration:none;
}
	td#sobi2PaymentMethodBank, td#sobi2PaymentMethodPayPal {
	text-align: left;
	vertical-align: top;
	border-style: none;
}
	td#sobi2PaymentMethodBank b {
	display: block;
	padding-bottom: 3px;
}
	/* Style for Searching */
	/* -------------------------------------------------------- */
	table.sobi2eSearchForm {
	width: 70%;
	margin-left: 5px;
}
	span#sobi2SearchResultsSerchingString {
	font-weight: bold;
}
	/* Style for the Menu Module */
	/* -------------------------------------------------------- */
	div.sobi2MenuMod {
	margin-bottom: 8px;
	margin-top: 10px;
}
	/* Style for the Search & Add Entry Links */
	a.sobi2MenuModA {
	margin-left: 20px;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
	/* Style of dTree 2.05 */
	/* Copyright (c) 2002-2003 Geir Landr� */
	/* -------------------------------------------------------- */
	.dtree {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	overflow: auto;
}
	.dtree img {
	border: 0px;
	vertical-align: middle;
}
	.dtree a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
	.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
	.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
	.dtree a.nodeSel {
	background-color: #c0d2ec;
}
	.dtree .clip {
	overflow: hidden;
}
	/* Style for the plugin container */
	/* -------------------------------------------------------- */
	table.sobi2Listing_plugins {
	border-style:none;
	width: 100%;
	padding-left: 8px;
}
	div.sobi2FormTabHeader
{
  padding: 5px 2px 2px 5px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}
	div.sobi2FormtabContent
{
  overflow: hidden;
  margin-left: 5px;  
  margin-top: 5px;
}
	.sobi2Listing_field_city {  }
/*</agl.folder>*/
/*
#ja-top {
	position: relative;
}
*/

#ja-top table {
	text-align: center;
}
#ja-top table a {
	margin: 0 3px;
	font-weight: bold;
	font-size: 11px;
}
.moduletable-education a {
  font-weight: bold;
  font-size: 18px;
/*  position: absolute;
  left: 0pt; */
}
.article-section { float: right; }
.red-button {
	background-image: url(../images/maintrain-button-red-bg.jpg);
}
.red-button a {
	color: #fff;
	font-weight: bold;
	line-height: 22px;
	display: block;
}

.moduletable-sponsors {
	border-bottom: dotted #ccc 1px;
	padding-bottom: 5px;
	margin: 5px 0;
}

.moduletable-sponsors h3 {
	border: none;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	margin: 3px 0;
}
.moduletable-digied {
	width: 134px;
	height: 183px;
	background-image: url(../images/bg-digied.jpg);
	margin: 0 auto;
}
.moduletable-digied img {
	margin-top: 10px;
	border: solid 1px #333;
}
.moduletable-tdarea { margin-bottom: 5px; }
.moduletable-tdarea td { margin: 0; border-color: #6f6f6f; border-style: solid; border-width: 1px 1px 6px; }
.moduletable-tdarea h3 { color: #6f6f6f; text-transform: uppercase; margin: 0; padding: 0 0 3px; border-color: #e8e8e8 #e8e8e8 #6f6f6f; border-style: solid; border-width: 0 0 1px; }
table.gk_npro_table td {
}
.juimage { float: left; margin: 1px 5px 2px 0; padding: 0; border: solid 1px #999; }
.easy_img_caption { padding: 5px 5px 0; border: solid 1px #ccc; float: left; margin: 10px; }

.gn_static_1 { border: solid 1px #e7e7e7; }
.gn_list { color: #9c0; font-size: 13px; font-weight: bold; background-image: url(../images/list-arrow.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; text-align: left; padding-left: 15px; }
.gn_img { color: #9c0; font-size: 13px; font-weight: bold; background-image: none; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; text-align: left; padding-left: 15px; border: solid 1px #d4d4d4; }
.tdarea { margin: 0; padding: 0; border-color: #7c9124; border-style: solid; border-width: 6px 1px 1px; }
.moduletable-tdarea2, .moduletable-tdarea3 { width: 240px; margin-left: 5px; padding: 0; border-color: #6f6f6f; border-style: none solid solid; border-width: 0; }
.moduletable-tdarea3 { width: 100%; }
h4.gk_news_show_news_header {
	text-transform: none;
}
.gk_news_show_left, .gk_news_show_right { border: solid 1px #c9cacb; }
.moduletable-tdarea2 td, .moduletable-tdarea3 td  { margin: 0; padding: 0; }
.moduletable-tdarea2 h3 { color: #000; margin: 0; padding: 3px; border-color: #e8e8e8 #e8e8e8 #d8d8d8; border-style: none; border-width: 0 0 3px; }
.titletd2 { color: #fff; font-size: 16px; font-weight: bold; background-color: #7c9124; padding: 5px 10px; border-bottom: 1px solid #7c9124; border-top-color: #b0c836; border-right-color: #b0c836; border-left-color: #b0c836; }
.titletd { color: #6f6f6f; font-size: 14px; font-weight: bold; background-color: #e0ecb6; text-decoration: none; text-transform: uppercase; margin: 0; padding: 2px 2px 2px 6px; border-color: #6f6f6f #e8e8e8; border-style: solid; border-width: 1px 0; }
.tdstyle { background-color: #ececec; margin: 0; border-color: #6f6f6f; border-style: solid; border-width: 1px 1px 6px; }
div.moduletable-tdarea2 h3, div.moduletable-tdarea3 h3 { padding: 4px 10px; margin: 0; color: #416bb4; font-size: 125%; font-weight: bolder; background-color: #ffcb61; background-image: url(../images/content-heading-bg2.jpg); background-repeat: no-repeat; background-position: left top; text-transform: uppercase; text-align: left; font-height: 20px; line-height: 125%; font-family:Geneva, Arial, Helvetica, sans-serif; border-style: none; }
div.ja-box-full h3 { /* Latest News */
	text-align: left;
}
.gn_more { color: #116a00; font-size: 11px; }
.gn_author { color: #000; font-size: 12px; font-style: italic; text-decoration: none; }
.sectiontableentry1-highlights, .sectiontableentry2-highlights { 
	line-height: 14px; 
	padding: 5px 10px;
}
.ucd_item { margin: 5px; }
.ucd_introtext { font-size: 12px; line-height: 15px; margin: 0 auto;}
#ucd-instance { margin: 0 auto; }
.ucd_date, .ucd_sec_cat {
	font-style: italic;
	padding-right: 5px;
	font-size: 11px;

}
.ucd_introtext {
	clear: both;
	border-top: solid #000 1px;
	padding-top: 5px;
}
.moduletable-digital img {
	display: none;
}
/*
a.latestnews:link, a.latestnews:visited { font-family: Arial, sans-serif, "Times New Roman", Tahoma, Verdana; color: #000; font-size: 11px; line-height: 12px; text-decoration: none; text-align: left; padding: 5px 2px; display: block; margin-left: -7px; }
a.latestnews:hover { text-decoration: underline; }
*/
ul.db8latestweblinks { background-position: 50% top; list-style-type: disc; list-style-image: none; }
ul.db8latestweblinks li { background-image: none; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 top; margin-left: 15px; padding: 0 0 5px 20px; }
.breadcrumbs {
	font-size: 10px;
}
.videotitleinmainarea { line-height: 10px; }
.blog_more strong, h1, h2, h3, h4 { color: #416bb4; padding: 5px; border-bottom: 4px double #efc439; }
.moduletable-heading h3 { font-size: 18px; font-weight: normal; text-transform: uppercase; color: #000; border-bottom: 3px double #ffcb61; }
.moduletable-related { text-align: left; width: 75%; padding: 5px; }
.moduletable-relateditems, .moduletable-author { margin: 0 auto; }
.moduletable-relateditems h3, .moduletable-author h3{
	margin-bottom: 0;
	font-weight: bold;
}
div.bottom table.horad {display: inline; margin: 0 23px;}
sc-footer { display: none; }
comp { padding: 4px 10px; margin: 0; color: #416bb4; font-size: 125%; font-weight: bolder; background-color: #ffcb61; background-image: url(../images/content-heading-bg2.jpg); background-repeat: no-repeat; background-position: left top; text-transform: uppercase; text-align: left; font-height: 20px; line-height: 125%; font-family:Geneva, Arial, Helvetica, sans-serif; border-style: none; }
.sc-footer { visibility: hidden; }
.thickbox { float: left; margin: 0 10px 0 0; padding: 0; border: solid 1px #ebebeb; display: none;}
.stbutton { float: right; }
#twocols{ /*the columns that gets dropped down over yours might be different*/
z-index:20;
}
#leftcol{  /*the columns that gets dropped down over yours might be different*/
z-index:10;
}
.moduletablemainnav{ /* I have absolutely positioned the module, you might have a different scheme*/
position:absolute;
top:187px;
left:20px;
z-index:100;
font:0.9em Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}
#mainlevelmainnav,#mainlevelmainnav ul{
float:left;
list-style:none;
line-height:1em;
background:transparent;
font-weight:700;
margin:0;
padding:0;
}
#mainlevelmainnav a{
display:block;
color:#f90;
text-decoration:none;
margin-right:15px;
padding:0.3em;
}
#mainlevelmainnav li{
float:left;
padding:0;
}
#mainlevelmainnav li ul{
position:absolute;
left:-999em;
height:auto;
width:11em;
font-weight:400;
background:#36f;
border:#00C 1px solid;
margin:0;
}
#mainlevelmainnav li li{
width:11em;
}
#mainlevelmainnav li ul a{
width:11em;
color:#fff;
font-size:0.9em;
line-height:1em;
font-weight:400;
}
#mainlevelmainnav li:hover ul ul,#mainlevelmainnav li:hover ul ul ul,#mainlevelmainnav li.sfhover ul ul,#mainlevelmainnav li.sfhover ul ul ul{
left:-999em;
}
#mainlevelmainnav li:hover ul,#mainlevelmainnav li li:hover ul,#mainlevelmainnav li li li:hover ul,#mainlevelmainnav li.sfhover ul,#mainlevelmainnav li li.sfhover ul,#mainlevelmainnav li li li.sfhover ul{
left:auto;
z-index:6000;
}
#mainlevelmainnav li li:hover,#mainlevelmainnav li li.sfhover{
background:#039 url(../images/soccerball.gif) 98% 50% no-repeat;
}
.multithumb { background-color: #ebebeb; float: left; margin: 0 10px 0 0; padding: 0; border-style: none; }
ul.relateditems-relateditems, ul.relateditems-author {
	padding-bottom: 5px;
	text-align: left;
}
ul.relateditems-relateditems > li, ul.relateditems-author > li {
	padding: 0 5px 3px 0;
}
moduletable-cal { font-size: 13px; background-color: #f1f1f1; }
.flotitle { font-weight: bold; text-align: center; width: 262px; padding: 2px 2px 2px 0; }
.flodesc { background-color: #f1f1f1; text-align: left; width: 262px; padding: 4px; }
table.contentpaneopen-highlights { margin: 10px; padding: 4px; }
span.contentpaneopen-highlights { margin-bottom: 10px; padding-bottom: 10px; }
.adzone-120 { width: 120px; margin: 0 auto; }
.smallt { color: #6f6f6f; font-size: 10px; line-height: 11px; width: 400px; margin: 4px 4px 10px 50px; }
.art-post ul li, .art-post ol ul li
{ color: #000; background-image: none; background-repeat: no-repeat; padding-left: 12px; }
.art-post ol li, .art-post ul ol li
{
  background: none;
  padding-left: 0;/* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

