/* OpenID icon style */
input.system-openid {
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/* general.css */
/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/* template.css */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	background: url(../images/body-bg.gif) #5E1F10;
	color: #CCCCCC;
}

body.contentpane {
	color: #ADCB56;
	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: #ADCB56;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	color: #CCCCCC;
	line-height: normal;
}

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

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

div.fp-leading .img_caption,
div.fp-leading img {
	margin: 0 !important;
}

.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;
	margin-right:14px;
	margin-top:8px;
}

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

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

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

ul {
	list-style: none;
}

ul li {

}
 
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: #A22424;
}

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

br {}

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

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

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.inputbox {
	padding: 2px;
	border: 1px solid #222222;
	background: #555555;
	color: #CCCCCC;
	font-size: 100%;
}

.button {
	background: url(../images/but-bg.gif) repeat-x left center #000000;
	padding: 1px 8px;
	border: 1px solid #000000;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 92%;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

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

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator, .article_seperator {
	clear: both;
	display: block;
	height: 20px;
	margin: 0;
	background: url(../images/dot.gif) repeat-x center;
}


.column_separator {
	padding: 0 25px;
}

/* Fontpage override */
div.fp-leading {
	width: 60%;
	float: left;
}

div.fp-intro {
	width: 39.9%;
	float: left;
	padding: 5px 0 0;
}

div.fp-intro div.article_row {
	padding: 0 0 0 10px;
}

div.fp-leading .contentheading {
	text-transform: uppercase;
	font-size: 180%;
}

div.fp-intro .contentheading {
	font-size: 110%;
}

div.fp-intro span.row_separator {
	display: none;
}

div.fp-intro .article-meta {
	width: 100%;
}

div.fp-leading .img_caption {
	margin-bottom: 10px;
}

div.fp-leading .img_caption p,
div.fp-intro .img_caption p {
	display: none;
}

h1.fp-componentheading {
	background: url(../images/h3-bg.gif);
	font-size: 110%;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	margin: -10px -15px 10px;
	padding: 5px 0 5px 15px;
}

/* content tables */
.sectiontableheader {
	background: url(../images/but-bg.gif) repeat-x left center #000000;
	padding: 4px 8px;
	color: #ADCB56;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #ADCB56;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
	border-bottom: 1px solid #333333;
}

tr.sectiontableentry2 td {
	background: #222222;
}

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

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

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}

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

table.contenttoc th {
	border-bottom: 1px solid #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: #222222;
}

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

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

.blog_more {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
	color: #666666;
	font-weight: normal;
	letter-spacing: 1px;
}

.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, .componentheading {
	font-size: 200%;
	border-bottom: 1px solid #333333;
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0;
	font-size: 200%;
}

table.blog .contentheading {
	font-size: 150%;
}

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

a.readon {
	display: block;
	float: left;
	margin-top: 5px;
}

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: #FFFFFF;
}

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

/* 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-right: 6px;
	margin-right: 5px;
	background: url(../images/vline.gif) no-repeat right center;
}

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

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

.article-section a {
	color: #ADCB56;
}

.article-category a {
	color: #ADCB56;
}

div.buttonheading {
	position: absolute;
	top: -20px;
	right: 10px;
}

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

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

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

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

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

/* PRIMARY COLUMN
--------------------------------------------------------- */
#content {
	margin-right: 10px;
}

#current-content {
	background: #181818;
	margin-bottom: 10px;
	padding: 10px 15px 15px;
}

/* COLUMNS
--------------------------------------------------------- */
#colwrap {
	color: #666666;
	width: 32.9%;
	float: right;
}

/*masscol*/

#colmass div.boxct-wrap {
	background: url(../images/line-bot4.gif) repeat-x left bottom;
}

#colmass div.boxct {
	background: url(../images/bw-bg.png) no-repeat left top;
	padding: 10px 20px;
}

#colmass div.moduletable {
	background: url(../images/pat3.gif);
}
/*columns*/
#col1 {
	float: left;
	overflow: hidden;
	width: 50%;
	clear: both;
}

#col1 div.innerpad {
	padding: 0 5px 0 0;
}

#col2 div.innerpad {
	padding: 0 0 0 5px;
}

#col2 {
	float: right;
	overflow: hidden;
	width: 49.9%;
}

#colmass-bot {
	width: 100%;
	clear: both;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#containerwrap,
#containerwrap-c,
#containerwrap-cm,
#containerwrap-f,
#containerwrap-m {
	padding: 10px 0 10px;
	margin: 0;
	clear: both;
}

/* full */
#containerwrap-f #container,
#containerwrap-f #container-inner  {
}

#containerwrap-f #contentwrap {
	width: 100%;
}

/* content + col */
#containerwrap-c #contentwrap {
	width: 80%;
}

#containerwrap-c #colwrap {
	width: 19.9%;
}

#containerwrap-c #col1,
#containerwrap-c #col2 {
	width: 100%;
}

#containerwrap-c #col1 div.innerpad {
	padding-right: 0;
}

#containerwrap-c #col2 div.innerpad {
	padding-left: 0;
}

/*full*/
#containerwrap-f #content {
	width: 100%;
	margin: 0;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3,
div.moduletable_h31 h3,
div.moduletable_h32 h3 {
	background: url(../images/h3-bg.gif) repeat-x left center;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #666666;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 6px 0 7px 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_hilite,
div.moduletable_h31,
div.moduletable_h32 {
	background: url(../images/part1.gif);
	clear: both;
	display: block;
	margin: 0 0 10px;
}

div.boxct-wrap {
	background: url(../images/line-bot1.gif) repeat-x left bottom;
}

div.boxct {
	margin: 0;
	padding: 6px 10px 10px;
}

div.shadown div.boxct {
	background: url(../images/bw-bg2.png) no-repeat left top;
	padding: 10px 20px !important;
}

/* highlight module */
div.moduletable_hilite {
	background: url(../images/footer-bg.gif);
	color: #DEA291;
}

div.moduletable_hilite .boxct-wrap {
	background: url(../images/line-bot2.gif) repeat-x left bottom !important;
}

div.moduletable_hilite .img-border {
	border: 5px solid #490001;
}

/* mis */
div.moduletable_h31 h3 {
	background: url(../images/h31-bg.gif) repeat-x left top;
	border-bottom: 1px solid #682102;
	border-top: 1px solid #682102;
	color: #CCCCCC;
}

div.moduletable_h32 h3 {
	background: url(../images/h32-bg.gif) repeat-x left top;
	border-bottom: 1px solid #680102;
	border-top: 1px solid #680102;
	color: #CCCCCC;
}

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,
div.moduletable_h31 li,
div.moduletable_h32 li {
	padding-left: 13px;
	background-position: 5px 7px;
}

/* HEADER
--------------------------------------------------------- */
#headerwrap {
	/*background: url(../images/hw-bg.gif) repeat-x left top;*/
	position: relative;
	z-index: 100;
}

#header {
	position: relative;
	z-index: 999;
}

#header-innerpad {
	/*background: url(../images/header-bg.gif) no-repeat center top;*/
	height: 130px;
	padding: 0 10px;
	line-height: normal;
}

h1.logo, div.logo-text {
	margin: 0 0 5px;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index:11;
}

h1.logo a {
	width: 188px;
	height:108px;
	display: block;
	background: url(../images/logo.png) no-repeat center;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	outline: none;
}

div.logo-text h1 {
	font-size: 280%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 10px 0 0 0;
	padding: 0;
}

div.logo-text h1 a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

div.logo-text h1 a span.template-name {
	padding-left: 10px;
}

.site-slogan {
	color: #FFFFFF;
	margin: 0 0 -18px 65px;
	padding: 0;
	letter-spacing: 1px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#mainnavwrap {
	background: url(../images/mainnav-bg.gif) repeat-x left bottom #A22424;
	border-bottom: 1px solid #490001;
	position: relative;
	z-index: 99;
}

#mainnav {
	padding: 0;
}

#mainnav a, #subnav a {
	outline: none;
	line-height: normal;
}

/* Subnav */
#subnav {}

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

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

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

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

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

/* Breadcrumbs */
#pathway {
	color: #CCCCCC;
	margin: 0;
	padding: 9px 10px;
	text-align: right;
	z-index:13;
	position:relative
}

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

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

#pathway a {
	color: #ADCB56;
}

#pathway a:hover,
#pathway a:active,
#pathway a:focus {
	color: #FFFFFF;
	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-grey.gif) no-repeat left center;
	display: block;
	outline: none;
	padding: 5px 0 5px 10px;
	margin: 0;
	text-decoration: none;
	color: #666666;
}

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

ul.menu li.active a {
	font-weight: bold;
	color: #FFFFFF;
}

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

/* CONTENTSLIDE
--------------------------------------------------------- */
#cs-wrap {
	background: url(../images/cs-bg.gif) repeat-x left top;
}

#cs {
	padding: 0 0 10px;
	background: url(../images/carbon/botsl-bg.gif);
}

#cs-wrap div.innerpad {
	background: url(../images/carbon/link-bg.gif) no-repeat left top;
	padding: 0;
	height: 110px;
	position: relative;
	border-bottom:1px solid #ddd
}

#cs .img_caption img {
	border: none;
}

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

#topsl .box-left:hover, .topsl-hover-left {
	background: url(../images/topsl-hover.gif) no-repeat left top;
}

#topsl .box-center:hover, #topsl .box-full:hover, .topsl-hover-center {
	background: url(../images/topsl-hover.gif) no-repeat center top;
}

#topsl .box-right:hover, .topsl-hover-right {
	background: url(../images/topsl-hover.gif) no-repeat right top;
}

/* Top spotlight */
#topslwrap {
	/*background: url(../images/botsl-bg.gif);*/
	padding: 20px 0 0;
	z-index: 8;
	position: relative;
}

#topsl-innerpad {
	padding: 0 10px;
	background: url(../images/sl-bg.png) no-repeat top left;
}

#topsl-button {
}

/* Bottom spotlight 1 */
#botslwrap1 {
	margin-bottom: 10px;
}

#botsl1 {
	clear: both;
	padding: 0;
}

#botsl1 div.moduletable,
#botsl1 div.moduletable_h31,
#botsl1 div.moduletable_h32 {
	background: url(../images/pat2.gif);
	margin-bottom: 0;
	color: #404040;
	width: auto;
}

#botsl1 div.boxct-wrap {	
	background: url(../images/line-bot3.gif) repeat-x left bottom;
}

#botsl1 div.boxct {
	padding: 10px;
	margin: 0;
}

#botsl1 .box-left div.moduletable,
#botsl1 .box-left div.moduletable_h31,
#botsl1 .box-left div.moduletable_h32 {
	margin-right: 5px;
}

#botsl1 .box-center div.moduletable,
#botsl1 .box-center div.moduletable_h31,
#botsl1 .box-center div.moduletable_h32 {
	margin: 0 5px;
}

#botsl1 .box-right div.moduletable,
#botsl1 .box-right div.moduletable_h31,
#botsl1 .box-right div.moduletable_h32 {
	margin-left: 5px;
}

#botsl1 ul.bullettin li {
	border-bottom: 1px solid #E7C48F;
}

#botsl1 ul.bullettin span {
	color: #404040 !important;
}

#botsl1 .img-border,
#botsl1 ul.bullettin li img {
	border: 5px solid #E7C48F;
}

#botsl1 a {
	color: #A22424;
}

/* Bottom spotlight 2 */
#botslwrap2 {
	position: relative;
	padding-bottom:20px
}

#botsl2 {
	background: url(../images/botsl-bg.gif);
	border-bottom: 1px solid #404040;
	clear: both;
	padding: 0 0 10px;
	position: relative;
}

#botsl2 .box-left div.moduletable {
	padding: 10px 10px 0;
}

#botsl2 .box-center div.moduletable {
	padding: 10px 5px 0;
	margin-bottom: 0;
}

#botsl2 .box-right div.moduletable {
	padding: 10px 10px 0;
}

#botsl2 div.moduletable {
	background: none;
	border: none;
	color: #555555;
	padding: 0;
	margin-bottom: 0;
	width: auto;
}

#botsl2 div.moduletable h3 {
	background: url(../images/dot.gif) repeat-x left center;
	color: #404040;
	padding-left: 0;
	border: none;
}

#botsl2 div.moduletable h3 span {
	background: url(../images/botsl-bg.gif);
	border-left: 4px solid #404040;
	padding: 0 8px;
}

#botsl2 div.moduletable a {
	color: #CCCCCC;
}

#botsl2 div.moduletable a:hover,
#botsl2 div.moduletable a:active,
#botsl2 div.moduletable a:focus {
	color: #FFFFFF;
}

#botsl2 ul.bullettin li {
	border-bottom: 1px solid #222222;
}

#botsl2 .img-border,
#botsl2 ul.bullettin li img {
	border: 5px solid #000000;
}

#botsl1 h3, #botsl2 h3 {
	font-size: 110%;
}

/* FOOTER
--------------------------------------------------------- */

#footer {
	position: relative;
	color: #DEA291;
	padding: 20px 0 20px;
}
#footer p { margin-top:0px; }
#footer a {
	color: #ADCB56;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #ADCB56;
}

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

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

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

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

/* Header tools */
#headtools {
	position: absolute;
	right: 10px;
	top: 55px;
}

#headtools .innerpad {
	position: relative;
}

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


span.month{
	background: red;
	color: #FFFFFF;
	padding :0 5px;
}
span.day{color:#fff}

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

#pathway ul{
	margin: 0;
	padding: 3px 0 0;
	white-space: nowrap;
}

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

#usertools {
	float:left;
	padding-top:3px;
}

#usertools strong {
	display: block;
	float: left;
	font-weight: normal;
	padding: 0 5px 2px 8px;
}

#usertools ul {
	float: left;
	margin: 0;
	padding: 0;
}

#usertools li {
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 1px 0 0;
}

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

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

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

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

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

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


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

#search .inputbox,
#itlogin .inputbox,
#register .inputbox {
	background:#F5F5F5;
	border: 1px solid #CCCCCC;
	color: #333333;
}

/* Login */
#loginwrap {
	background: url(../images/tool-sep.gif) repeat-y left top;
	float: right;
	padding: 8px 0 10px 10px;
	text-align: right;
}

#itlogin form {
	float: left;
	margin-top: 5px;
}

#itlogin form label {
	float: left;
}

label.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.login-password span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-key.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

#itlogin form input.button {
	font-size: 11px !important;
	float: left;
}

#itlogin form #mod_login_username,
#itlogin form #mod_login_password {
	background: #FFFFFF;
	border: 1px solid #490001;
	width: 110px;
	margin: 1px 8px 0 0;
	font-size: 11px !important;
	padding: 2px;
}

#itlogin form a {
	padding: 0 5px 0 10px;
	text-decoration: none;
	background: url(../images/bullet1.gif) no-repeat center left;
}

#itlogin form a:hover,
#itlogin form a:active,
#itlogin form a:focus {
	text-decoration: underline;
}

.login-links {
	padding-top: 2px;
	clear: both;
	text-transform: none;
	letter-spacing: normal;
	font-size: 11px;
}

div#itlogin {
	display: inline;
	padding-left: 12px;
	padding-right: 8px;
}

div#itlogin .button {
	float: left;
}

/*usertools*/
#usertools {
	float: right;
	margin-top: 20px;
}

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

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

/* Slide show */
.slide-thumbs-handles span.active {
	background: none;
}

.slide-thumbs div.active {	
	background: url(../images/toolbar-sep-active.png) no-repeat left top;
}

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

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.innerdiv {
	background: #222222;
	margin-bottom: 10px;
	padding: 5px 10px !important;
	border: 1px solid #181818;
}

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

div.innerdiv .img-border {
	border: 5px solid #000000;
	margin-right: 5px;
}

/* Tabs */
#tabwrap {}

#tabwrap div.moduletable {
	margin: 0;
}

#tabwrap div.boxct-wrap {
	background: url(../images/line-bot3.gif) repeat-x left bottom;
}

#tabwrap div.boxct {
	padding: 0;
	background: none;
}

#tabwrap .img-border {
	border: 5px solid #E7C48F;
	margin-right: 10px;
}

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

.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: #5E1F10;
	border: none;
}

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

/* System Notice Messages */
#system-message dd.notice ul {
	background: #5E1F10;
	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%;
}
#colwrap .img-border,
#colwrap ul.bullettin li img {
	background:#DDDDDD none repeat scroll 0 0;
border:1px solid #CCCCCC;
padding:4px;
}


/* bulletin.css */
ul.bullettin {
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.bullettin li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #E6E6E6;
	background: none;
	position: relative;
	width: 100%;
	line-height: normal;
	display: block;
}

ul.bullettin img {
	position: absolute;
	left: 0;
	top: 8px;
}

ul.bullettin div {
	line-height: 1.2;
	display: block;
}

ul.bullettin span {
	font-size: 85%;
	color: #999999;
	display: block;
	margin-top: 5px;
}

/* typo */
/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	background: #262626;
	border-left: 5px solid #000000;
	color: #CCCCCC;
	font: 1em/1.5 "Courier News", monospace;
	margin: 5px 0 15px;
	padding: 10px 15px;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

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

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

/* Dropcap */
.dropcap {
	color: #FFFFFF;
	display: block;
	float: left;
	font: 60px/58px Georgia, Times, serif;
	padding: 0 10px 0 0;
}

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

p.message {
	background: url(../images/icon-info.gif) no-repeat left top;
	color: #00AFF0;
	padding-left: 25px;
}

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

p.feed {
	background: url(../images/icon-rss.gif) no-repeat left top;
	padding: 3px 0 3px 25px;
}

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

/* Note Style */
p.stickynote {
	background: url(../images/sticky.png) no-repeat left top #262626;
	border: 1px solid #333333;
	padding: 15px 10px 15px 60px;
}

p.download {
	background: url(../images/download.png) no-repeat top left #262626;
	border: 1px solid #333333;
	padding: 15px 10px 15px 60px;
}

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

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

ul.checklist li {
	background: url(../images/icon-checklist.gif) no-repeat 0 6px;
	margin-left: 15px !important;
	padding: 0 0 0 20px !important;
}

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

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

/* Bignumber */
.bignumber {
	background: url(../images/ol-bg.png) 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 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	font-weight: bold;
	padding-left: 0px;
}

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

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: 10px 15px 20px;
	width: auto;
}

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

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: 10px 15px 25px;
	width: auto;
}

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

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: 10px 15px 45px;
	width: auto;
}

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

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: 10px 15px 45px;
	width: auto;
}

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

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

/* typo */
div.moduletable_33{
	color: #D4D4BF;
	border:1px solid #DDDDDD;
	margin:0 0 10px 0;	
	background: #650102;
	color: #fff;
}

div.moduletable_33 h3{
	background: url(../images/carbon/h3-bg.gif) repeat-x left center;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #DDDDDD;
	font-size:100%;
	font-weight:bold;
	letter-spacing:1px;
	margin:0;
	padding:6px 0 7px 10px;
	text-transform:uppercase;
}

div.moduletable_33 .boxct{
	background: #821B07 url(../images/bw-bg.png) repeat-x left bottom !important;
	padding:10px 20px;
	font-size:12px;
}

div.moduletable_33 .img-border {
	border: 5px solid #490001;
}

div.moduletable_33 a {
	color: #b46a6b;
}

div.moduletable_33{
	color: #D4D4BF;
	border:1px solid #DDDDDD;
	margin:0 0 10px 0;	
	background: #650102;
	color: #fff;
}

/* 34 */
div.moduletable_34 h3{
	background: url(../images/carbon/h3-bg.gif) repeat-x left center;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #DDDDDD;
	font-size:100%;
	font-weight:bold;
	letter-spacing:1px;
	margin:0;
	padding:6px 0 7px 10px;
	text-transform:uppercase;
}

div.moduletable_34 .boxct{
	background: #821B07 url(../images/carbon/line-bot4.gif) repeat-x left bottom !important;
	padding:10px 20px;
	font-size:12px;
}

div.moduletable_34 .img-border {
	border: 5px solid #490001;
}

div.moduletable_34 a {
	color: #b46a6b;
}

/* slider */

#slider{
	height:216px;
width:900px;
position:absolute;
top:0;
left:0;
z-index:10
}


/* News Image I 
------------------------------------------------------------------------------------------------*/

.header_slider{
background:transparent url(../images/header_bg.gif) no-repeat scroll right top;
height:220px;
position:relative;
}

div.gk_news_image_wrapper {
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
}
div.gk_news_image_text_datas {
	display: none;
}
div.gk_news_image_text {
	padding: 15px 10px 40px 0;
	overflow: hidden;
}
div.gk_news_image_text p {
	padding-top: 5px;
}
div.gk_news_image_tb {
	overflow: hidden;
}
.gk_news_image_slide {
	background-repeat: no-repeat;
	display:none;
}

a.gk_news_image_title {
	color: #fff!important;
	font-size: 20px;
	text-decoration: none;
}
.gk_news_image_link {
	margin-top: 15px!important;
}
div.gk_news_image_text a.readon {
	background: url('../images/ni_readon.png') no-repeat 0 50%!important;
	height: 26px;
	width: 109px;
	line-height: 18px;
	text-align: left;
	padding-left: 8px;
	margin-top: 18px;
	color:#FFF;
}
img.gk_news_block_news_image {
	margin: 4px 8px 0 0;
	border: 1px solid #dcdcdc;
}
a.footer_link {
background:transparent url(../images/ni_readon.png) no-repeat scroll 0 50% !important;
color:#FFFFFF;
height:26px;
line-height:18px;
margin-top:18px;
padding-left:8px;
text-align:left;
width:109px;
}
a.readmore_link {
background:transparent url(../images/nj_readon.png) no-repeat scroll 0 100% !important;
color:#ffffff !important;
padding:10px;
padding-right:25px;
padding-left:12px;
}
.input input{
border:1px solid #DDDDDD;
padding:4px;
width:99%;
}
.input textarea{
border:1px solid #DDDDDD;
height:77px;
overflow:auto;
padding:4px;
width:97.9%;
}
.left {
float:left;
width:49%;
}
.right {
float:right;
width:49%;
}
.buttons input {
border:1px solid #DDDDDD;
padding:4px;
width:100%;
}
