/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */

/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin-top: 0px;
}

body {
	text-align:center; /*center hack - no touchy*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin-top: 0px;

/*   	background:url('/site_media/images/indexex.jpg');
*//*
   	background:url('/site_media/images/background.jpg') scroll;
  	*/background-color:#fffff;
	background-position: center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	/*background-attachment:scroll;*/
	
	}
#centrering {
	width:1024px; /*center hack - kan selv sættes*/
	
/*	width:900px;
*/	 /*center hack - kan selv sættes*/
	margin:0 auto; /*center hack - no touchy*/
	text-align:left; /*center hack - no touchy*/
	position:relative;
}
#container{
	width:1024px;

	 
	background:url('/site_media/images/kanter.gif') scroll;
	background-repeat:no-repeat;
	
	background-position: top left;

/*	width:820px;
*/	height:832px;
	position:relative;
	left:-8px;
	background-repeat:repeat-y;
}
/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 100;}
h2 {font-size:12px;line-height: 1em;font-weight: 100;color:#dd3920;}

h3 {font-size:14px;line-height: 1em;font-weight: 100;}
h4 {font-size:13px;line-height: 1em;font-weight: 100;}
h5 {font-size:12px;line-height: 1em;font-weight: 100;}
h6 {font-size:11px;line-height: 1em;font-weight: 100;}
td{font-size: 12px;}
th{font-size: 12px;}

/*
a {color: #000000; font-weight:bold;}
a:hover {color: #659FDE; font-weight:bold;}
a:visited {color: #000000;}
a.image, a.image:hover  {border:0;}
*/
a {color: #000000; font-weight:normal;text-decoration:none;}
a:hover {/*color: #659FDE;*/ font-weight:normal;text-decoration:none;}
a:visited {/*color: #000000;*/}
a.image, a.image:hover  {border:0;}


/*
li{ list-style: square outside url(/site_media/images/bullet.gif); }
ul { list-style: square outside url(/site_media/images/bullet.gif); padding-left:20px; margin:0;}
*/
li{ list-style: outside;
	color:#DD3920;
	padding-bottom:0.4em; }
ul { list-style: outside; padding-left:20px; margin:0;}

li a, li a:after { text-decoration:none;font-weight:normal;}
li a:hover { text-decoration:underline; /*color:#659FDE;*/font-weight:normal;}
/* #######################  END GENERAL SETTINGS ############################ */


/* ######################  LAYOUT SETTINGS       ############################## */
/* Add here Div Wrappers of table formatting to layouts custom stuff*/


#annonce {
	position:absolute;
	margin-left:0px;
	}
#add {
	position:absolute;
	margin-left:300px;
	}

#leftcontent {
		position: absolute;
		left:13px;
		top:0px;
/*		width:170px;*/

		padding:3px;

		/* add */ 
		width:150px;
		padding-left:0;
		/* add end */
		
		padding-right:10px;
		vertical-align:top;
		}

	#centercontent {
		

/* mod
		width:610px;
   		margin-left: 180px;
   		margin-right:180px;
*/
	width:724px;
	margin-left: 170px;
	margin-right:180px;

		border:0px solid #000;
		padding:5px;
/* mod
		padding-left:7px;
		padding-right:7px;
*/
	padding-left:0;
	padding-right:0;

		vertical-align:top;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
/*   		margin-left: 180px;
*/
		margin-left:170px;
   		margin-right:180px;
		}
	html>body #centercontent {
/*   		margin-left: 180px;
*/
			margin-left:170px;
   			margin-right:180px;
		}

#extramenu {
	width:150px;
	float:right;
	position:relative;
	top:-70px;
}
#rightcontent {
	position: absolute;

	left:899px;
	width:100px;
	
/*	left:820px;
*/
	top:0px;
	border:0px solid;
	padding:0px;
	vertical-align:top;
}
#ads1 {
	position: absolute;
	left:820px;;
	top:0px;
	width:180px;
	background:#ccc;
	border:0px solid #FFF;
	padding:3px;
	vertical-align:top;
}

#musikheading {
	background-color:#828c50;
	color:#FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	text-transform: uppercase;
	height: 25px;
	width:100%;
	display:block;
	border: 1px solid #FFFFFF;
}	
p,h1,pre {
	margin:0px 0px 0px 0px;
}
h1 {
	font-size:14px;
	padding-top:10px;
}
#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
}
#rightcontent p {
	font-size:10px
}

/*
.musik-heading {
	background-color:#828c50;
	color:#FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	text-transform: uppercase;
	height: 25px;
	width:100%;
	display:block;
	border: 1px solid #FFFFFF;
	line-height:25px;
	padding-left:5px;
}
a.musik-heading {
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
	case:uppercase;
	text-decoration:none;
}
.film-heading {
	background-color:#3c460f;
	color:#FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	text-transform: uppercase;
	height: 25px;
	width:100%;
	display:block;
	border: 1px solid #FFFFFF;
	line-height:25px;
	padding-left:5px;
}
a.film-heading {
	color:#FFFFFF;
	font-size:12px;
	case:uppercase;
	text-decoration:none;
}
.scene-heading {
	background-color:#a46734;
	color:#FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	text-transform: uppercase;
	height: 25px;
	width:100%;
	display:block;
	border: 1px solid #FFFFFF;
	line-height:25px;
	padding-left:5px;
}
a.scene-heading {
	color:#FFFFFF;
	font-size:12px;
	case:uppercase;
	text-decoration:none;
}
.kunst-heading {
	background-color:#552a02;
	color:#FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	text-transform: uppercase;
	height: 25px;
	width:100%;
	display:block;
	border: 1px solid #FFFFFF;
	line-height:25px;
	padding-left:5px;
}
a.kunst-heading {
	color:#FFFFFF;
	font-size:12px;
	case:uppercase;
	text-decoration:none;
}
.andet-heading {
	background-color:#808386;
	color:#FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	text-transform: uppercase;
	height: 25px;
	width:100%;
	display:block;
	border: 1px solid #FFFFFF;
	line-height:25px;
	padding-left:5px;
}
a.andet-heading {
	color:#FFFFFF;
	font-size:12px;
	case:uppercase;
	text-decoration:none;
}
.pathway {
	font-size: 11px;
	color:#333;
}
a.pathway:link {
	color:#659FDE;
}
a.pathway:visited {
	color:#659FDE;
}
a.pathway:active {
	color:#659FDE;
}
a.pathway:hover {
	color:#659FDE;text-decoration:underline;
}
*/


/* LEFT CATEGORY MENU */ 


ul#categoryMenu, ul#categoryMenu ul {
	margin:0;
	padding:0px;
}
ul#categoryMenu li, ul#categoryMenu ul li {
	margin:0;
	padding:0;
	list-style:none outside none;
}

/* SIDE MENU */ 
a.mainlevel_1 { background:url(/site_media/images/nitusind.nu_menu_musik.jpg);}
a.mainlevel_2 { background:url(/site_media/images/nitusind.nu_menu_scene.jpg);}
a.mainlevel_3 { background:url(/site_media/images/nitusind.nu_menu_kunst.jpg);}
a.mainlevel_4 { background:url(/site_media/images/nitusind.nu_menu_film.jpg);}
a.sublevel_1 { background-image: url(/site_media/images/nitusind.nu_submenu_musik.jpg);}
a.sublevel_2 {background-image: url(/site_media/images/nitusind.nu_submenu_scene.jpg);}
a.sublevel_3 {background-image: url(/site_media/images/nitusind.nu_submenu_kunst.jpg);}
a.sublevel_4 {background-image: url(/site_media/images/nitusind.nu_submenu_film.jpg);}


.mainlevel_1, .mainlevel_2, .mainlevel_3, mainlevel_4 {
	height: 23px;
	width:144px; /*MOD*/
}
a.mainlevel_1, a.mainlevel_2, a.mainlevel_3, a.mainlevel_4 {
	display: block;
	height:23px;
	width:144px;
	color: #FFFFFF;
	padding: 0px 0 0px 8px;
	margin: 0 0 0 0;
	text-decoration: none;
	line-height:23px;
}
	
a.mainlevel_1:hover, a.mainlevel_2:hover, a.mainlevel_3:hover, a.mainlevel_4:hover {
	color: #FFFFFF;
	background:url(/site_media/images/nitusind.nu_menu_andet.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
}
						
.sublevel_1, .sublevel_2, .sublevel_3, .sublevel_4 {
	height: 23px;
	width:144px;/*MOD*/
}

a.sublevel_1, a.sublevel_2, a.sublevel_3, a.sublevel_4 {
	display: block;
	background-repeat:no-repeat;
	height:23px;
	width:144px;
	color: #FFFFFF;
	padding: 0px 0 0px 8px;
	margin: 0 0 0px 0;
	text-decoration: none;
	line-height:23px;
	/*position:relative;*/
	font-weight: 500;
}
	
a.sublevel_1:hover, a.sublevel_2:hover, a.sublevel_3:hover, a.sublevel_4:hover {
	color: #659FDE;
	background-image: url(/site_media/images/nitusind.nu_submenu_andet.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
}


/* Sub Menu */

/*.sublevel{
	/*height: 18px;*/
/*}
/*
a.sublevel{	display: block;
	background: #A0A0A0;
	color: #FFFFFF;
	padding: 1px 0 1px 5px;
	margin: 0 0 1px 0;
	text-decoration: none;
		}

   a.sublevel:hover {
	display: block;
	color: #FFFFFF;
	background: #822C0F;}
/* End Sub Menu */
	
/* Add Custom Menus */
/* TOP menu */
/*
.mainlevel-top {height: 36px;
width:86px;}

a.mainlevel-top {
	
	width:86px;
	_width:86px;
	height:36px;
	display: -moz-inline-box;
	display: inline-block;
	margin:inherit;
	float:inherit;
	background:url(../images/menupane.png);
	
	background-repeat:no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	line-height:36px;
	padding-top: 0px;
	padding-right: 1;
	padding-bottom: 0px;
	padding-left: 1px;
	
	/*text-align: -moz-center;*/
	
	
/*	
	vertical-align:middle;
	
	text-transform: uppercase;
	font-size: 10px;
	}
	
a.mainlevel-top:hover {
	color: #FFFFFF;
	background:url(../images/menupane.png);
	background-repeat:no-repeat;
						}	
/* End TOP menu */
/* Add Custom Menus */
		
/*##################### NAVIGATION SECTION #####################*/	

/* ##################### STANDARD MODULE TABLE  #################*/	
table.moduletable {
	width: 100%;
	padding: 3px;
	margin: 0px;
}

table.moduletable th { 
background: #2F3E57;
height: 18px;  
color: #FFFFFF;
}

table.moduletable td {height: 18px;}

table.moduletable-menu {
height:18;}

table.moduletable-menu th {
width:170px;
}
table.moduletable-menu td {
}

/* Add here Custom Modules */

/* End Custom Modules */

/* ##################### END STANDARD MODULE TABLE  #################*/	


/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/
.contentheading {
font-size: 14px;
width: 100%;
font-weight: normal;
color: #999999;
}

/* content title and links */
.contentpagetitle {}
a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited 
{text-decoration: none;font-weight: normal; color: #FF6600;border-bottom: 0px;}
a.contentpagetitle:hover {color: #000;border-bottom: 0px  dashed #CCCCCC;text-decoration: none;}

/* top box like a category description */
.contentdescription {}

/* Main Body Text */
.contentpane {}
.contentpaneopen {}
/* Main Body Text */

/* article rating */
.content_rating {font-weight: normal;font-size:.8em;}
.content_vote {font-weight: normal;font-size: .8em;}

/* icons */
.buttonheading{font-size: 12px;}
.pop-ups {float: right;}
a.pop-up {border-bottom: 0;}

/* Dates */
.createdate {color: #CCCCCC; font-size:x-small; font-weight: normal;}
.modifydate {font-size: 10px;color: #666;text-decoration: none;font-weight: normal;}
.newsfeeddate {font-size: 10px;color: #FF6600;font-weight: normal;}
/* Dates */

/* Writen by Authors name */
.small {
	color: #CCCCCC;
	font-size: x-small;
}

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav{font-size: 14px;  color: #CC6600; }
.pagebar{font-size: 12px;}
.pagenav_prev{font-size: 14px;  color: #FF6600; }
.pagenav_next{font-size: 14px;  color: #FF6600; }
a.pagenav {color: #CC6600; border-bottom: 0;}
a.pagenav:hover {color: #659FDE; border-bottom: 0;}
.pagenavcounter{	height: 15px;  }
.back_button{font-size: 12px; height: 15px;  }	

/* Read more link */
.readon{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#98c300;
	font-weight: normal;
	font-style: italic;
}


/* Article index  {mospagebreak} */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 12px;
	}
	
table.contenttoc th {
background: #2F3E57; 
color: White;
}
	
table.contenttoc td {padding: 2px;}

/* Links article index */
	a.toclink:hover, a.toclink:visited, a.toclink:link {	height: 18px; }
/* End Article index  */

/*  component heading */
.componentheading {
	font-size: 1.5em;
	font-weight: bold;
	color: #659FDE;
	text-align:left;
	margin-top: 1.5em;
	}
	
/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background-color : #94cb00;
	color : #000000;
	font-weight : bold;
	border-collapse: collapse;
	font-size: 11px;
	}

/* Table odd and Even Rows */

/* MOD 
.sectiontableentry1 {background-color : #FFFFFF;font-size: 11px;}
.sectiontableentry2 {background-color : #EBEBEB;font-size: 11px;}
*/
.sectiontableentry1 {background-color : #FFFFFF;font-size: 11px;}
.sectiontableentry2 {background-color : #ffffff;font-size: 11px;}

.sectiontableentry2 td, .sectiontableentry1 td {
	/*border-top: 1px dotted #666;*/
}
.sectiontablefooter{	height: 18px; }


/* End Sectiontable */

/* Category */
.category {color:#333;}
a.category:link, a.category:visited, a.category:hover  {	height: 15px;  }
/* End category */


/* blogsection */
.blog {background-color : transparent;}
.blogsection{	height: 18px;  }
.blog_more{	height: 18px; clear: both;}
.blog_heading {	height: 18px;  }
/* space from bottom of article */
.article_seperator{background-color : transparent;}
/* End blogsection */

/* Search Form Module*/
.search {height: 18px;}
/* results if not search google */
.searchintro{height: 18px;}
/*Search Form keyword highlight*/
.highlight {
border: 1px dashed #010101;
background: #DDEEFF;
padding: 0px 2px 0px 2px;}
/* End Search Form */

/* wrapper title */
.wrapper{background-color : #FFFFFF;}
/* ############# END CONTENT - SECTIONS & CATEGORIES ###########################*/
	

/* ##################### FORM SECTION  #####################*/	
form{font-size: 12px}
input {
font-family: Arial, Verdana, Helvetica, sans-serif; 
background-color:#FFFFFF; font-size: 13px; color: #333;
}
.inputbox {background: White;border:1px solid #333;}
.text_area {background: White;}
/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
.button, {border: 1px solid #999; background: #333;color: White;}

/* Contact Email Form */
.contact_email {margin: 0px;padding: 5px;}
/* ##################### END FORM SECTION  ##################### */	

/* ###################### TABBED EDITING ###################### */
/*When user login to edit or sumbit articles*/
/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
   }
		
.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}


/* Text passed with mosmsg url parameter */
.message {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 1em;
	color : #666;
	text-align: center;
   }

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: .2em;
   }

.offtab {
	background-color : #cccccc;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: .2em;
   }

.edit-tabs {
   padding: 1em;
   background: none;
   }

.tabpadding {padding:1px;}

.tabheading {
	background-color: #FF6600;
	text-align: left;
   }

.pagetext {
	visibility: hidden;
	display: none;
   }

	/*Body of the form*/
.adminform{background-color : #FFFFFF;}
/* ###################### End TABBED EDITING ###################### */

.gigcal_current {background:#00FF66;}

#gigcal_minical .gigcal_minical_dayname {
background:#5fa600 none repeat scroll 0% 50%;
color:#000000;
font-weight:bold;
height:1.5em;
padding-top:1px;
}
.mod_login{
text-align: center;
margin-top:40px;
margin-bottom:100px;
}
#menu1{
display:none;
}
.col2{
display:none;
}
/*= intro text */
#gigcal_minical .gigcal_minical_introtext {
 display: block;
 margin: 5px 0;
 font: 11px/14px "lucida grande", verdana, arial, sans-serif;
 text-align: center;
} 

/*= table */
#gigcal_minical .gigcal_minicaltable {
	width: 100%;
	background: #fff;
	font: 9px "lucida grande", verdana, arial, sans-serif;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #edf3d5;
	border-right-color: #edf3d5;
	border-bottom-color: #edf3d5;
	border-left-color: #edf3d5;
}

/*= caption */
#gigcal_minical .gigcal_minicaltable caption {


 font: bold 11px "lucida grande", verdana, arial, sans-serif;
 padding: 4px 0;
}

#gigcal_minical .gigcal_minicaltable caption a {
 color: #00460b;
 text-decoration: none;
}

#gigcal_minical .gigcal_minicaltable caption a:hover {
 text-decoration: underline;
}

/*= table headers */
#gigcal_minical .gigcal_minical_dayname {

 height: 1.5em;
 padding-top: 1px;

 font-weight: bold;
}

/*= empty cells */
#gigcal_minical td.gigcal_minidaybox_empty {

}

/*= normal days */
#gigcal_minical td {
 height: 2.5em;

 color: #333;
 text-align: center;
}

/*= current days */
#gigcal_minical td.gigcal_minidaybox_current {

 color: #5fa600;
 font-weight: bold;
}

/*= weekends */
#gigcal_minical td.gigcal_minidaybox_weekend {
 
}

/*= event cell */
#gigcal_minical td.gigcal_minidaybox_gig {
 font-weight: bold;
 color: #3a6336;

}

/*= event link */
#gigcal_minical .gigcal_minidaybox_gig a {
 font-weight: bold;
 color: #3a6336;
 text-decoration: none;
}

#gigcal_minical .gigcal_minidaybox_gig a:hover {
 color: #666;
 text-decoration: underline;
}

/*= outro text */
#gigcal_minical .gigcal_minilinktext {
 display: block;
 text-align: center;
 color: #3a6336;
}

#gigcal_minical .gigcal_minilinktext a {
 color: #3a6336;
 text-decoration: none;
}

#gigcal_minical .gigcal_minilinktext a:hover {
 text-decoration: underline;
}
.gigcal_list_table{
width:610px;
}
#cat1{
color:#AB0047;
}
#cat2{
color:#6A0042;
}
#cat3{
color:#003700;
}
#cat4{
color:#36560A;
}
#cat5{
color:#7F8386;
}