/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 66%;
	color: #666;
	background: #FFFFFF;
}

a:link, a:visited {
	text-decoration: none;
	color: #ea690b;
}

a:hover {
	text-decoration: underline;
}

input.button { cursor: pointer; }

ul {
	padding-left: 18px;
	margin: 0px 0 0px 1px;
}

.noborder {
	border: none;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0;
	margin-bottom: 1px;
	background: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 66%;
	line-height: 1.3em;
	color: #666;
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 843px;
	text-align: left;
}

div#shadowleft {
	float: left;
	width: 15px;
	height: 500px;
	background: url(../images/shadowleft.jpg) no-repeat;
	margin: 76px 0 0 0;
}

div#leftcolumn {
	width: 628px;
	float: left;
}

div#shadowright {
	float: left;
	width: 15px;
	height: 500px;
	background: url(../images/shadowright.jpg) no-repeat;
	margin: 76px 0 0 0;
}

div#rightcolumn {
	width: 175px;
	float: right;
	margin: 130px 0 0 10px;
}

div#logo {
	float: left;
	width: 120px;
	height: 60px;
	padding: 15px 0 10px 16px;
	text-align: left;
}

div#language {
	float: right;
	width: 460px;
	height: 24px;
	padding-right: 14px;
	text-align: right;
}

div#navitop {
	float: right;
	width: 460px;
	margin-top: 35px;
	padding-right: 14px;
	height: 24px;
	text-align: right;
}

div#toppic {
	width: 600px;
	height: 240px;
	overflow: hidden;
	margin-top: 0px;
	margin-left: 14px;
	background: url(../images/header.jpg);
}

#pathway {
	padding: 0;
	width: 600px;
	height: 18px;
	margin: 3px 0 0 14px;
	text-align: left;
	overflow: hidden;
	background: url(../images/divider_h.gif) bottom repeat-x;
}

div#leftcolumninner {
	width: 600px;
	padding: 16px 0 16px 14px;
	text-align: left;
	overflow: hidden;
	background: transparent;
}

div#maincontent {
	padding-bottom: 10px;
}

div#right2 {
	padding-top: 8px;
}

div#right3 {
	padding-top: 10px;
}

div.usermodules {
	float: left;
	width: 155px;

}

div#user1 {
	width: 135px;
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
}

div#user2 {
	width: 135px;
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
}

div#user3 {
	width: 135px;
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
}

div#user4 {
	width: 135px;
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
}

div#user5 {
	width: 135px;
	float: left;
	padding-right: 20px;
}

div#user6 {
	width: 135px;
	float: left;
	padding-right: 20px;
}

div#user7 {
	width: 135px;
	float: left;
	padding-right: 20px;
}

div#user8 {
	width: 135px;
	float: left;
	padding-right: 0px;
}

div#user1 img, div#user2 img, div#user3 img, div#user4 img, div#user5 img, div#user6 img, div#user7 img, div#user8 img, div#right img, div#right2 img, div#right3 img, div#bottom img {
	border: none;
}

.contentpaneopen img {
	border: 1px solid #ccc;
	padding: 4px;
}

div#bottom {
	width: 600px;
}

div#footer {
	font-size: 0.86em;
	padding-bottom: 20px;
	text-align: center;
}


div#search {
	margin-top: 0px;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}


/*****************************************/
/*** 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-right: 0px;
  font-size: 0.86em;
}


/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
}

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
  	font-weight: bold;
  	font-size: 1em;
  	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

.moduletable h3 {
	margin-bottom: 2px;
}

div#right2 .moduletable h3, div#right3 .moduletable h3 {
	color: #333;
}

div#right2 .moduletable {
	margin-top: 20px;
	padding-top: 5px;
	background: url(../images/divider_h.gif) top repeat-x;
}

div#right3 .moduletable {
	padding-top: 10px;
	background: none;
}

div#bottom .moduletable {
	margin-top: 10px;
	padding-top: 10px;
	background: url(../images/divider_h.gif) top repeat-x;
	font-size: 0.9em;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 1em;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
}

a.readon {
	margin-top: 0px;
	display: block;
	float: right;
	background: url(../images/readon.gif) right no-repeat;
	padding-right: 14px;
}

.pagenav_prev {
	font-weight: normal;
	padding-top: 10px;
}

.pagenav_next {
	font-weight: normal;
	padding-top: 10px;
}

.blog_more {
	margin-left: 5px;
}

/* 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: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* mainmenu */
.moduletable_menu {
	padding-bottom: 10px;
}

.moduletable_menu h3 {
	padding-left: 0px;
	margin-bottom: 0px;
	background: none;
	font-size: 1em;
	font-weight: bold;
	color: #333;
}

.moduletable_menu ul {
	list-style: none;
	margin: 0;
  	padding: 0;
}

.moduletable_menu ul li {
	margin: 0;
  	padding: 0;
	text-transform: none;
}

.moduletable_menu ul li a, .moduletable_menu ul li a:visited {
	display: block;
	color: #ea690b;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	/*background: url(../images/navi.gif) left no-repeat;*/
}

.moduletable_menu ul li a:hover {
	text-decoration: none;
	color: #333;	
	/*background: url(../images/navi1.gif) left no-repeat;*/
}

.moduletable_menu ul li#current a {
	color: #333; 
	font-size: 1.1em;
	/*background: url(../images/navi1.gif) left no-repeat;*/
}

.moduletable_menu ul li#current li {
	background: none;
	text-transform: none;
	font-weight: normal;
}

.moduletable_menu li li {
	padding-left: 10px;
	background: none;
	border: none;
	text-transform: none;
	font-weight: normal;
}

.moduletable_menu li li a, .moduletable_menu li li a:visited {	
	vertical-align: middle;
	color: #ea690b;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	font-size: 1em;
}

.moduletable_menu li#current li a:link, .moduletable_menu li#current li a:visited {
	color: #ea690b;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	/*background: url(../images/navi.gif) left no-repeat;*/
}

.moduletable_menu ul li#current li a:hover {
	text-decoration: none;
	color: #333;	
	/*background: url(../images/navi1.gif) left no-repeat;*/
	font-weight: normal;
}
.moduletable_menu ul li li a:hover {
	text-decoration: none;
	color: #333;	
	/*background: url(../images/navi1.gif) left no-repeat;*/
	font-weight: normal;
}
.moduletable_menu li li#current a {
	font-size: 1em;
}
/* mainmenu end */

/*topmenu */
a:link.mainlevel-nav , a:visited.mainlevel-nav {
	color: #ea690b;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 14px;
	font-size: 0.9em;
}

a:hover.mainlevel-nav {
	color: #666;
	text-decoration: none;
}

a#active_menu-nav {
	color: #666;
	text-decoration: none;
}


/* spacers */
span.article_separator {
	display: block;
	height: 10px;
	font-size: 0;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border: none;
	padding: 0px;
}

.clr {
	clear: both;
}

.clr_separator {
	clear: both;
	border-top: 1px dotted #E2E0CE;
	padding-top: 10px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* 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 h4 {
	font-family: Verdana, Geneva, sans-serif;
}

.highlight {
	background-color: #FFF3B4;
}

/* module control elements */
div.moduletable, div.module {
  margin-bottom: 20px;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search .inputbox {
	width: 167px;
	border: 1px solid #ccc;
	margin: 0;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	padding: 4px;
}

input, .inputbox {
	color: #666;
}

.button {
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	margin-left: 2px;
	padding: 3px 5px 2px 5px;
	background: #EA690B;
	color: #FFF;
	font-size: 1em;
	cursor: pointer;
}

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: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.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 dd.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 dd.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;}


/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}


#jflanguageselection
{
   float: right;
	margin: 0px 0px 0px 0px;    
}

/* language lists with UL (names & images) */
#jflanguageselection ul.jflanguageselection
{
	list-style: none;
	padding: 0;
	margin-top: 0px;
	font-weight: normal;
}

#jflanguageselection ul.jflanguageselection li
{
	background-image: none;
	padding-left: 3px;
	padding-right: 0px;
	float: left;
	margin: 3px 1px 1px 1px;
	white-space: nowrap;
	border: none;
	font-size: 0.9em;
	color: #666;
	
}

#jflanguageselection ul.jflanguageselection li#active_language a
{
 	font-weight: normal;
	color: #666;
}

#jflanguageselection ul.jflanguageselection li a
{
	display: block;
	color: #666;
}

#jflanguageselection ul.jflanguageselection img
{
	border: none;
}

div#jflanguageselection img.langImg {
	float: left;
	border: none;
	margin-top: 3px;
}
div#jflanguageselection li img.langImg {
	float: left;
	border: none;
	margin: 0px 1px 0px 1px;
}

/** Styles for the drop down list */

#jflanguageselection select.jflanguageselection
{
	border: 1px solid #cccccc;
}

#jflanguageselection label.jflanguageselection
{
	position:absolute;
	left:-1000px;
}

/** Controls Raw Display of Images **/

.rawimages {
	text-align: center;
	margin-top: 3px;
}
.rawimages img {
	border: none;
	margin: 2px;
}
.rawimages span#active_language img
{
	margin: 2px;
	border: none;
}

div#jflanguageselection img.langImg{ float: left; border: none; margin-top: 3px; }
div#jflanguageselection li img.langImg{ float: left; border: none; margin: 1px 3px 0px 0px; }