.gk_news_image_3_wrapper {
	text-align: left;	
}
/* CSS Document */

/* Color ideas: http://www.colourlovers.com/color/6699CC/blue_collar */
body {
	font-family: Arial, Helvetica, "Sans Serif";
	line-height: 115%;
	font-size: 10pt;
	color: #444444;
	background: none;
	text-align: center;
	/*overflow-x: hidden;*/
}

#maincontainer {
	width: 900px;
	margin: 20px auto; padding: 0;
	text-align: left;
}


/* HEADERCONTAINER */
#headercontainer {
	float: left;
	width: 900px;
	margin: 0 0; padding: 0; 
}

#logo {
	float: left;
	width: 900px; height: 145px;
	margin: 0; padding: 0; 
	background: url(../images/header.jpg) no-repeat;
}

#menu {
	float: left;
	width: 680px; height: auto;
	vertical-align: middle;
	margin: 4px 10px 6px 0; padding: 0px 0;
}

#menu ul {
	margin: 2px 6px; padding: 0px;
display: inline;
}

#menu li {
	display: inline;
	padding: 2px 0;	margin: 2px 3px;
	
}

#menu a, #menu a:link, #menu a:visited, #search a, #search a:link, #search a:visited {
	margin: 0px 2px 0px 2px; padding: 4px 4px 1px 4px;
	border-bottom: solid 2px #F6E3CE;
	text-decoration: none;
	color: #F78D32;
	
}

#menu a:hover, #menu a:active, #search a:hover, #search a:active {
	color: #786134;
	background-color: #F6E3CE;
	border-bottom: solid 2px #F78D32;
	}

#menu ul li ul li a, #menu ul li ul li a:link, #menu ul li ul li a:visited {
	margin: 0px 2px 0px 2px; padding: 4px 4px 1px 4px;
	border-bottom: solid 2px #F6E3CE;
	text-decoration: none;
	color: #8797A2;
	
}
#menu ul li ul li a:hover, #menu ul li ul li a:active {
	color: #786134;
	background-color: #B1D0F0;
	border-bottom: solid 2px #F78D32;
	}

.pagination {
	font-size: 9px;
	text-align: center;	
	margin: 10px 2px -18px 2px; /* Joomla adds two <br /> tags after .pagination, thus set bottom margin to - 2 * fontsize ; ) */
	padding: 0px;
}

.pagination li {
	display: inline;	
	text-align: center;
	margin: 0px 0px 0px 0px;	padding: 2px;
}

.pagination a, .pagination a:link, .pagination a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #F78D32;
}

.pagination a:hover, .pagination a:active {
	color: #786134;
}

#search {
	float: right;
	width: 180px; height: auto;
	vertical-align: middle;
	margin: 4px 10px 6px 0; padding: 0px 0;
	/* margin: 2px 0px; padding: 0px 0; */ 
	text-align: center;
}

#search ul {
	text-align: right;
	margin: 2px 6px; padding: 0px;		
}

#search li {
	display: inline;
	padding: 2px 0;	margin: 2px 3px;
}
	
/* CONTENTCONTAINER */
#contentcontainer {
	float: left;
	width: 900px;
	margin: 5px 0; padding: 0;
}

#contentleft {
	float: left;
	width: 680px;
	margin: 0 10px 0 0; padding: 2px 0;
}

#contentright {
	float: left;
	width: 180px;
	margin: 0 10px; padding: 2px 0;
	text-align: center;
}

#contentright h1, #contentright h2, #contentright h3, #contentright h4, #contentright p {
	text-align: center;	
}

/* FOOTERCONTAINER */
#footercontainer {
	float: left;
	width: 900px;
	margin: 15px 0 0 0; padding: 0; 
	text-align: center;
	color: #d0dce9;
	background-color: #69C;
	font-size: 8pt;
}

#footercontainer a {
	color: #d0d0e0;
	font-size: 8pt;	
}

#footermodules {
	float: left;
	width: 680px;
	margin: 2px 0; padding: 0;
}

#footerRoeach {
	float: left;
	width: 900px;
	margin: 2px 0; 	padding: 5px 0;
	text-align: center;
	
}


/********************/
/***    CUSTOM    ***/
/********************/



/* p */
p {
	text-align: justify;
	padding: 0 0 15px 0;
	margin: 0;
}

pre {
	display: inline;
}

/* ul and li */
ul {
	text-align: left;
	padding: 0;
	margin: 0 0 0 10px;
	font-weight: normal;
}

li {
	margin-left: 10px;
}

#contentright ul {
	text-align: left;
	padding: 0;
	margin: 0 0 0 10px;
	font-weight: normal;
}

#contentright li {
	margin-left: 10px;
	padding-bottom: 10px;
	color: #7AD;
}

/*#contentleft ul {
	text-align: left;
	padding: 0;
	margin: 10px 20px 0 20px;
	font-weight: normal;
}

#contentleft li {
	margin: 0 0 2px 15px;
}*/

/* footer */
ul.footer {
	margin: 0;
	text-align: center;
}
li.footer {
	margin: 0 5px;
	padding: 0px;
	display: inline;
	font-size: 8pt;
}

/* linebreak */
.linebreak {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #DDDDDD; 
}

.blog_more {
	margin: 10px 5px 10px 5px;	
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}


/* titles and headers */
.contentcolumn {
	padding-right: 5px;
	padding-left: 5px;
}
.contentheading  {
	margin: 0; padding: 5px 0px 2px 0px;
	color: #FFF;
	text-align: center;
	font-size: 11pt;
	font-weight:bolder;
	text-decoration:none;
	white-space: nowrap;
	background-color: #7AD;
	border-bottom: 3px solid #B1D0F0;
}

.contentpagetitle, .componentheading {
	padding: 5px 5px 2px 5px;
	margin: 0 2px -1px 2px;
	color: #FFF;
	text-align: left;
	font-size: 11pt;
	font-weight:bolder;
	text-decoration:none;
	white-space: nowrap;
	background-color: #B1D0F0;
	/*border-bottom: 3px solid #7AD;*/
}

h2 {
	color: #B80101;
	padding: 0;
	margin: 20px 0 10px 0;
	text-align: left;
	font-size: 10pt;
	font-weight:bolder;
	text-transform:none;
	text-decoration:none;
	white-space: nowrap;
}

h3 {
	color: #7AD; /*#38D;*/
	margin: 0 0 10px 0; padding: 5px 0px 2px 0px;
	text-align: center;
	font-size: 11pt;
	font-weight:bolder;
	text-decoration:none;
	white-space: nowrap;
	background-color: #FFF; /*#B1D0F0;*/
	border-bottom: 3px solid #B1D0F0; /*#7AD;*/
}

h4 {
	color: #555555;
	padding: 0;
	margin: 10px 0 5px 0;
	text-align: left;
	font-size: 8pt;
	font-weight:normal;
	text-decoration:underline;
	white-space: nowrap;
}

.sectiontableheader {
	font-weight: bold;
	background: #f0f0f0;
	padding: 4px;
}

/* small text */
.small {
	font-size: .7em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	vertical-align: top;
	font-size: .70em;
	color: #999;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

a.readon, a.readon:link, a.readon:visited, a.readon:hover {
	margin-top: 10px;
	display: block;
	float: left;
	/* background: url(../images/mw_readon.png) top right no-repeat; */
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
	color: #c30; 
}


/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* a */
a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color:#333;
	text-decoration: none;
}

a.pathway:link, a.pathway:visited {
	/* color: #d0dce9; */
	color: #666;
}

a.pathway:hover {
	color: #333;
}


/* menu */
/*ul.menu {
	text-align: left;
	margin: auto 6px; padding: 0;
float: left;
display: block;
border: solid 1px #ff0;
}
li.menu {
	display: inline-block;
	margin: auto 6px; padding: 0;
} */


a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #3449c6;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #444;
}

#main2 th{
vertical-align: baseline;
}

#main2 td{
vertical-align: baseline;
}
/* button and input */
.button {
	width: auto;
	height: 1.8em;
	padding: 0.2em 0 0.2em 0;
	cursor: pointer;
	color: #0054cf;
	font-size: 10pt;
	background-color: white; 
	border: 1px solid #0E67A1;
}

a.button:hover {
	border-color:  #B80101;
	/*color: #B80101;*/
}

.inputbox {
	padding: 2px;
	margin: 0;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #444444; /* 007bdd 0054cf d0dce9 */ 
	background-color: #ffffff;
}

#mod_search_searchword {
	padding: 2px;
	margin: 0;
	border-top: 1px solid #0054cf;
	border-left: 1px solid #0054cf;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #d0dce9; /* 007bdd 0054cf */ 
	background-color: #5987ca;
}

/* forms */
.form-validate {
	background: #EEEEEE;
	padding: 0 10px;
}

form {
	margin: 0;
	padding: 0;
}

#main {
	background: #EEEEEE;
}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {
	margin: 0; padding: 0;
}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
	margin: 0; padding: 0;
}

.hasTip img {
	width: 18px; height: 18px;	
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  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;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

table.contentpaneopen p {
	margin: 3px;	
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 440px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ECF4FF;
	border: 1px solid #7AD;
	padding: 5px;
	max-width: 250px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin: -5px -5px 5px -5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	background-color: #7AD;
	border-bottom: 3px solid #B1D0F0;
	/*background: url(../../system/images/selector-arrow.png) no-repeat;*/
}

.tool-text {
	font-size: 100%;
	margin: 0;
}
.tool-tip img {
	max-width:240px;
	max-height: 120px;
	width: auto;
	height: auto;
	}
/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message .message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message .error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message .notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}

/* Rokbox */
.album {
	border: solid 2px #7AD;
	margin: 5px auto; padding: 0;
	text-align: center;
	
}

/* Sitemap */
.level0 {
	color: #000;
}

.level1{
	margin-left: 20px;
	color: #444;
	}

.level2{
	margin-left: 30px;
	color: #888;
	}

.level3{
	margin-left: 40px;
	color: #bbb;
	}
	
.sponsor{
	display: hidden;
	}
	
#main2 img {
	max-width:640px;
	max-height: 640px;
	width: auto;
	height: auto;
	}

table.livingtalks {
/*border: 2px solid #B1D0F0;*/
margin: 10px auto;
align: center;
}

tr.livingtalks-title {
background-color: #7AD;
padding: 0 5px;
color: #FFF;
font-size: 8pt;
font-weight: bolder;
}

tr.livingtalks-odd {
background-color: #ECF4FF;
}

tr.livingtalks-even {
/*background-color: #DFECFF;*/
}

td.livingtalks {
padding: 1px 3px;
}

ul.livingtalks {
margin: 0 5px;
color: #B1D0F0;
}

span.livingtalks {
color: #444;
}
