/* ----------------- ul based menu --------------------- */
/* UL MENU 3-level stylesheet with images... */
/* works with IE8, but not with IE7... */
ul.menu { list-style: none; padding: 0px; margin: 0px; display: block; position: relative; z-index: 40;}
ul.menu li { float: left; }
ul.menu li:hover { background-color: #89970E; }
ul.menu li a { display: block; padding: 18px 10px 9px 10px; font-family: Tahoma,Verdana,Lucida-console; font-size: 11px; font-weight: bold; text-transform: uppercase; text-decoration: none;	color: #ffffff; }
ul.menu li a:hover { background-image:url("./images/child_item_bg.png"); background-position: 0% 100%;	background-repeat: no-repeat; }

ul.child { list-style: none; padding: 0px; margin: 0px; display: none; position: absolute; z-index: 41; background-image:url("./images/child_bg.png"); background-position: 0% 100%; background-repeat: no-repeat; padding-bottom: 10px; margin-left: -5px; }
ul.child li { float: none; margin-left: 5px; margin-right: 5px; }
ul.child li:hover { background-color: transparent; }
ul.child li a { /* background-image:url("./child_item_inactive_bg.png"); background-repeat: no-repeat; background-position: 0% 0%; */ display: block; padding: 10px; width: 160px; font-family: Tahoma,Verdana,Lucida-console; font-size: 11px; font-weight: bold; text-transform: uppercase; text-decoration: none; }
ul.child li a:hover { background-image:url("./images/child_item_bg.png"); background-repeat: no-repeat; background-position: 0% 0%; color: #ffffff; }

ul.child2 { list-style: none; padding: 0px; margin: -36px 0px 0px 0px; display: none; position: absolute; z-index: 42; background-image:url("./images/child_bg.png"); background-position: 0% 100%; background-repeat: no-repeat; padding-bottom: 10px; margin-left: -5px; }
ul.child2 li { float: none; margin-left: 5px; margin-right: 5px;}
ul.child2 li a { display: block; padding: 10px; width: 160px; border: 0px; font-family: Tahoma,Verdana,Lucida-console; font-size: 11px; font-weight: bold; text-transform: uppercase; text-decoration: none; }
ul.child2 li a:hover { background-color: transparent;}

ul.menu li:hover > ul.child { display: block; position: absolute;}	
ul.child li:hover > ul.child2 { display: block; position: absolute; left: 160px; }	

/* ----------------- ul based menu footer --------------------- */
ul.footer_menu { list-style: none; padding: 0px; margin: 0px; display: block; position: relative; z-index: 46;}
ul.footer_menu li { float: left; }
ul.footer_menu li:hover {  }
ul.footer_menu li a { display: block; padding: 10px 10px 5px 10px; font-family: Tahoma,Verdana,Lucida-console; font-size: 11px; font-weight: bold; text-transform: uppercase; text-decoration: none;	color: #959E0F; }
ul.footer_menu li a:hover { color: #0061A0; }

ul.footer_child { list-style: none; padding: 0px; margin: 0px; display: none; position: absolute; z-index: 47; padding-bottom: 10px; margin-left: -5px; }
ul.footer_child li { float: none; margin-left: 5px; margin-right: 5px; }
ul.footer_child li:hover { background-color: transparent; }
ul.footer_child li a { /* background-image:url("./child_item_inactive_bg.png"); background-repeat: no-repeat; background-position: 0% 0%; */ display: block; padding: 10px; width: 160px; font-family: Tahoma,Verdana,Lucida-console; font-size: 11px; font-weight: normal; text-transform: uppercase; text-decoration: none; }
ul.footer_child li a:hover { background-image:url("./images/child_item_bg.png"); background-repeat: no-repeat; background-position: 0% 0%; color: #959E0F; }

ul.footer_child2 { list-style: none; padding: 0px; margin: -36px 0px 0px 0px; display: none; position: absolute; z-index: 48; background-image:url("./images/child_bg.png"); background-position: 0% 100%; background-repeat: no-repeat; padding-bottom: 10px; margin-left: -5px; }
ul.footer_child2 li { float: none; margin-left: 5px; margin-right: 5px;}
ul.footer_child2 li a { display: block; padding: 10px; width: 160px; border: 0px; font-family: Tahoma,Verdana,Lucida-console; font-size: 11px; font-weight: normal; text-transform: uppercase; text-decoration: none; }
ul.footer_child2 li a:hover { background-color: transparent;}

ul.footer_menu li:hover > ul.footer_child { display: block; position: absolute;}	
ul.footer_child li:hover > ul.footer_child2 { display: block; position: absolute; left: 160px; }	

/* ----------------- ul based menu sidebar --------------------- */
ul.sb_menu { list-style: none; padding: 0px; margin: 0px; display: block; position: relative; z-index: 40;}
ul.sb_menu li { float: none; width: 100%; padding: 0px; margin: 0px;}
ul.sb_menu li:hover {}
ul.sb_menu li a { background-image:url("./images/news_item_bg.jpg"); background-position: 0% 0%; background-repeat: no-repeat;  display: block; padding: 4px; font-family: Tahoma,Verdana,Lucida-console; font-size: 11px; font-weight: bold; text-transform: uppercase; text-decoration: none; color: #3A3F04; outline: none;}
ul.sb_menu li a:hover { color: #99A211; }

ul.sb_child { list-style: none; padding: 0px; margin: 0px; display: none; position: relative; z-index: 41; background-color: #F4F5F9;}
ul.sb_child li { float: none; width: 100%; margin: 0px; padding: 0px;}
ul.sb_child li:hover {  }
ul.sb_child li a { border: none; display: block; padding: 4px; width: 192px; font-family: Tahoma,Verdana,Lucida-console; font-size: 11px; font-weight: bold;  text-transform: uppercase; text-decoration: none; outline: none;}
ul.sb_child li a:hover {  border: none; color: #99A211; }

ul.sb_child2 { list-style: none; padding: 0px; margin: 0px; display: none; position: relative; z-index: 42; background-color: #F4F5F9; }
ul.sb_child2 li { float: none; width:100%; padding: 0px; margin: 0px;}
ul.sb_child2 li a { display: block; padding: 4px; width: 192px; font-family: Tahoma,Verdana,Lucida-console; font-size: 11px; font-weight: bold; text-transform: uppercase; text-decoration: none; outline: none;}
ul.sb_child2 li a:hover { color: #99A211;}

ul.sb_menu li:hover > ul.sb_child { display: block; position: relative;}	
ul.sb_child li:hover > ul.sb_child2 { display: block; position: relative;}	


/*------------- additional css functionalities ------------*/
.clear {clear: both;}
.hidden {display: none;}
h3 {margin: 0px; padding:0px;}
table { border-collapse: collapse; border-spacing: 0; }

/* --- body and div layouting styles --- */

body {
	background-image:url("./images/site_bg.jpg");
	background-position: 0% 0%;
	background-repeat: no-repeat; 
/*	width:1000px;	*/
	background-color: #94A010;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
}
#siteWrapper { width: 980px; margin-left: 0px; margin-right: auto;}
/* Adds the shaders to the side of the content - you can disable this if you don't want any :) 
   This also enables you a possibility of altering the actual content area background to what ever you want! */
#brand_link {
	width: 296px; height: 80px; display: block; cursor: pointer;
}
#header_shader {
 	background-image:url("./images/header_shader.png");
	background-position: 0% 0%;
	background-repeat: no-repeat;
	width: 980px;
	height: 27px;
	display: none;
}   

#page_shader {
/* 	background-image:url("./images/content_shader.png");
	background-position: 0px 0px;
	background-repeat: repeat-y; */
	width: 1000px;
}
#footer_shader {
 	background-image:url("./images/footer_shader.png");
	background-position: 0% 0%;
	background-repeat: no-repeat;
	width: 1000px;
	height: 26px;
}

#footer  {  
	background-image:url("./images/footer_bg.png"); 
	background-position: 0% 0%; 
	background-repeat: no-repeat;
	height: 30px; 
	margin: 0px;
	width: 1000px;
	clear:both; 
	
}

#content_header { 
	/* background-image:url("./images/header_bg.jpg"); 
	background-position: 0% 0%; 
	background-repeat: no-repeat; 
	background-color:#eaeaea;*/	
	height: 398px;
	width: 1000px;
	margin: 0px;
	
}

#content_title { 
	background-image:url("./images/content_title_bg.png"); 
	background-position: 0% 0%; 
	background-repeat: no-repeat;
	height: 40px;
	width: 1000px;
	margin: 0px;
	clear: both;
}

#content_title h3 {
	padding: 10px 0px 0px 10px;
	font-family: "Trebuchet MS","Bitstream Vera Sans",Tahoma,Verdana,arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0061A0;
}

/* ------------------------- CONTENT STUFF ------------------------------*/
#languageWrapper {
	margin: 0px 30px 0px 10px;
	float: right;
	clear: both;
	position: relative;
	top: -30px;
}

#menuWrapper {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	height: 40px;
	width: 960px;
	/* background-color: #20262F; */
	clear:both;
}
#footerMenuWrapper {	margin: 0px; padding: 0px; height: 28px; clear: both;}
#sideMenuWrapper { width: 100%; display: inline-block; clear: both; margin: 10px 0px;}

#contentWrapper, #contentWrapper2 {
	background-image:url("./images/content_wrapper_bg.png"); 
	background-position: 0px 0px; 
	background-repeat: repeat-y; 
	width: 1000px;
	margin: 0px;  
	float: left;
}
#colLeft { width: 160px; float: left; }
#colMain { 	min-height: 190px; background-image:url("./images/main_content_bg.jpg"); background-position: 100% 0%;	background-repeat: no-repeat; padding: 0px 10px 0px 10px; width: 760px; float: left; }
#colMainWide { padding: 0px 10px 0px 10px; width: 940px; float: left; text-align:center;}
#colRight { 	width: 200px; float: left; }

#newsBox { }
#blogBox { }
#searchBox { }
#calendarBox { }

#newsItem { padding: 10px 0px 10px 0px; clear: both; }
#blogItem { padding: 10px 0px 10px 0px; clear: both;}
#sb_article{ width: 192px; padding: 0px 4px; }
#colMain h3, #sb_article h3 {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS","Bitstream Vera Sans",Tahoma,Verdana,arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0061A0;
}

.sidebar  { width: 100%; }
.sidebar > ul{list-style: none; margin:0px; padding:0px;}
li.sbhead {
	background-image:url("./images/news_header_bg.jpg"); 
	background-position: 0% 0%; 
	background-repeat: no-repeat; 
	display: block;
	width: 192px;
	min-height: 18px;
	font-family: Tahoma,Verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
	padding: 4px;
	color: #3a3a3a;
}
li.sbitem {
	background-image:url("./images/news_item_bg.jpg"); 
	background-position: 0% 0%; 
	background-repeat: no-repeat; 
	display: block;
	width: 192px;	
	font-family: Tahoma,Verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding: 0px;
	padding: 2px 4px 2px 4px;
}
li.sbfoot { 	background-image:url("./images/news_footer_bg.jpg"); background-position: 0px 0px; 	background-repeat: no-repeat; height: 24px; display: block; width: 200px; }

li.sbhead > a, li.sbhead > a:visited {  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  font-weight: bold;     color: #0061A0; }
li.sbhead  > a:hover, li.sbhead > a:active {  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  font-weight: bold;   color: #838EBF; }
li.sbitem > a, li.sbitem > a:visited {  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 12px;  font-weight: bold;     color: #0061A0; }
li.sbitem > a:hover, li.sbitem > a:active {  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 12px;  font-weight: bold;   color: #838EBF; }

#colMain > p, #colMain > ul > li, #colMainWide > p, #colMainWide > ul > li, #newsItem > p, #newsItem > ul > li, 
#blogItem > p, #blogItem > ul > li, #sb_article > p, #sb_article > ul > li, #newsBox > p, #newsBox > ul > li, 
#blogBox > p, #blogBox > ul > li,
#colMain > table, #colMain > div {
	font-family: Tahoma,Verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
	color: #3a3a3a;
}


#footer > p.copyright {
	margin:0px; padding-top: 10px; padding-left: 10px;
	font-family: Tahoma,Verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
	color: #8a8a8a;
}

/* ------ table,td,tr and stuff -namely related for listing structures from db -------*/
td.newsBg a, td.newsBg a:visited{  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  font-weight: bold;     color: #0061A0; }
td.newsBg a:hover, td.newsBg a:active{  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  font-weight: bold;   color: #838EBF; }

td.newsHeader {
   background-image:url("./images/news_header_bg.jpg");
   background-repeat: no-repeat;
   background-position: 0% 0%;
   color : #3F4A7E;
   font-family: Tahoma,Verdana,Arial,Helvetica;
   font-size: 11px;
   font-weight: bold;
   width: 192px;
   height: 36px;
   padding: 0px 6px 0px 4px;

}                                       
tr.newsBg { background-color: #F4F5F6; }
td.newsBg {
	background-image:url("./images/news_item_bg.jpg"); 
	background-position: 0% 0%; 
	background-repeat: no-repeat; 
   font-family: Tahoma,Verdana,Arial,Helvetica;
   font-size: 11px;
   padding: 4px 0px 3px 4px;
}
td.newsFooter {
   background-image:url("./images/news_footer_bg.jpg");
   background-repeat: no-repeat;
   background-position: 100% 100%;
   width: 200px;
   height: 24px;
}

table.calendarBg { background-image:url("./images/news_item_bg.jpg"); background-position: 0% 0%; background-repeat: no-repeat; }
td.calendarDayNames {  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  color: #3F4A7E; padding: 2px;}
td.calendarDay {  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  color: #3F4A7E; padding: 2px;}
td.calendarCurDay {  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  font-weight: bold; color: #3F4A7E; padding: 2px; }

td.sb_deftxt { font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  color: #3F4A7E; }
td.newsDate { 
	background-image:url("./images/news_date_bg.jpg"); 
	background-repeat: repeat-x; 
	background-position: 0% 0%; 
	font-family: Tahoma,Verdana,Arial,Helvetica;  
	font-size: 11px;  
	color: #fafafa; 
	width: 60px; 
	height: 24px;
	text-align:center;
	padding: 0px 2px 0px 2px;
}
td.newsTopic, td.calendarTopic {    
	background-image:url("./images/news_topic_bg.jpg"); 
	background-repeat: repeat-x; 
	background-position: 0% 0%;
	font-family: "Trebuchet Ms",Tahoma,Verdana,Arial,Helvetica;  
	font-size: 11px;  
	color: #0061A0; 
	height: 24px;
	padding: 0px 4px 0px 4px;
	/* text-transform: uppercase; */
}
td.calendarDate { font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  color: #0061A0; padding: 2px; width: 300px; height: 24px; background-color:#eaeaea; text-align:center;}

td.goneDate {
   background-image:url("./images/news_date_bg.jpg");
   background-repeat: repeat-x;
   background-position: 0% 0%;
   width: 80px;
   height: 24px;
   text-align: center;
   font-family: Tahoma,Verdana,Arial,Helvetica;
   font-size: 11px;
   font-weight: bold;
   color: #aeaeae;
   padding: 0px 10px 0px 10px;
}

td.goneGig {
   background-image:url("./images/news_topic_bg.jpg");
   background-repeat: repeat-x;
   background-position: 0% 0%;
   width: 637px;
   height: 24px;
   padding : 0px 0px 0px 10px;
   cursor: pointer;
}

td.gigList {
   background-image:url("./images/news_topic_bg.jpg");
   background-repeat: repeat-x;
   background-position: 0% 0%;
   width: 637px;
   height: 24px;
   font-weight: bold;
   color: #eaeaea;
   padding: 0px 10px 0px 10px;
   cursor: pointer;   
}

td.fpSection, .title { font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 12px;  color: #3F3F3F; padding: 2px; }
td.infotext { font-family: Tahoma,Verdana,arial,helvetica,sans-serif;	font-size: 11px; font-weight: normal; text-decoration: none; line-height: 1.5em; color: #3a3a3a; }
td.deftxt { padding:0px; margin: 0px;  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 12px;  color: #3F3F3F; padding: 2px;}

/* ---- guestbook things --- */
div.gbEntry {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #eaeaea;
  width: 690px;
}

div.gbComment {
  font-family: Tahoma,Verdana,Arial,helvetica,sans-serif;
  font-size:11px;
  font-weight: normal;
  /* position: relative; */
  margin-left: 20px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #eaeaea;
  background-color: #F5F7F6;
  padding: 4px;
}

td.gbId {
  font-family: Tahoma,Verdana,Arial,Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #496799;
  background-color: #ebebeb;
}

td.gbInfo {
  font-family: Tahoma,Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #3a3a3a;
  background-color: #F0EFED;
  width: 160px;
  padding: 4px;
}

td.gbTopic {
   font-family: Tahoma,Verdana,Arial,Helvetica;
   font-size: 12px;
   font-weight: normal;
   background-image:url("./images/news_topic_bg.jpg");
   background-repeat: repeat-x;
   background-position: 0% 0%;
   width: 530px;
   padding : 3px 0px 0px 4px;
   font-weight: bold;
}

td.gbMessage {
   font-family: Tahoma,Verdana,Arial,Helvetica;
   font-size: 12px;
   font-weight: normal;
   width: 530px;
   padding : 4px;
}

/* ---- general things ---- */

input,select,textarea {
  font-family: Tahoma,verdana,arial,helvetica;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
  padding-left: 2px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #9a9a9a;
  background: #ffffff;
}

input.chkbox {
  border-style: none;
}

/*----------------- LINKS ------------------*/
a, a:active, a:visited { font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 12px; color:#0061A0; text-decoration: none; font-weight: normal; }
a:hover { color: #1a1a1a;  }

a.calendarlink, a.calendarlink:active, a.calendarlink:visited { cursor:pointer; font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  font-weight: bold; color: #ffffff; background-color: #838EBF; padding: 2px;}
a.calendarlink:hover { cursor:pointer;  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  font-weight: bold; color:#838EBF;  background-color: #ffffff; padding: 2px;}

a.goneGigLink,a.goneGigLink:active,a.goneGigLink:visited{  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  font-weight: normal;  line-height: 16px;  color: #625751;  text-decoration: none;}
a.goneGigLink:hover{  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  font-weight: normal;  line-height: 16px;  color: #eaeaea;  text-decoration: none;}

a.langlink,a.langlink:active,a.langlink:visited{  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  font-weight: normal;  line-height: 16px;  color: #3F4A7E;  text-decoration: none;}
a.langlink:hover{  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 11px;  font-weight: normal;  line-height: 16px;  color: #6D79AF;  text-decoration: none;}

a.paginglink,a.paginlink:active,a.paginglink:visited { font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 12px;  font-weight: normal;  line-height: 22px;  color: #3F4A7E;  text-decoration: none;  padding: 4px;}
a.paginglink:hover{  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 12px;  font-weight: normal;  line-height: 22px;  color: #838EBF;   text-decoration: none;  border-width: 0px 0px 2px 0px;  border-style: solid;  border-color : #838EBF; padding: 4px; }

a.lnkActive,a.lnkActive:active,a.lnkActive:visited {  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 12px;  font-weight: bold;  line-height: 22px;  color: #3F4A7E;  text-decoration: none;}
.curcatlink {  font-family: Tahoma,Verdana,Arial,Helvetica;  font-size: 12px;  font-weight: bold;  line-height: 22px;  color: #838EBF;  border-width: 0px 0px 2px 0px;  border-style: solid;  border-color : #838EBF; padding: 4px; }
