
/*
	Muffins at 11 o'clock.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

table.ukeplan{
width:195px;
}

table.ukeplan tr{
background-color:#fff;;
}

table.ukeplan, table.ukeplan td
{
	/*background-color     : #fff;*/
	border               : 1px solid #CCC;
	border-collapse      : collapse;
	font                 : 10pt "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

table.ukeplan th
{
	background            : #fff url('grafikk/th_bck.gif') repeat-x;
  	color                 : #666;
	padding               : 2px 5px;
	text-align            : left;
  	font-weight           : normal;
}

/*
.tid{
border-right:none;
}
.hendelse{
border-left:none;
}
*/

table.ukeplan tr td
{
	padding               : 2px 5px;
	color                 : #666;
}
table.ukeplan tr:hover
{
	background: #fff url('./grafikk/tr_bck.gif') repeat;
}


table.ukeplan a:link
{
	text-decoration	      : none;
	color                 : #666;
}
table.ukeplan a:visited
{
	text-decoration       : none;
	color                 : #666;
}
table.ukeplan a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table.ukeplan a:active
{
	text-decoration       : none;
	color                 : #003366;
}

.beskrivelse{

border: solid 1px #ccc;
width: 182px;
position: relative;
top: 15px;
padding: 6px;
padding-top: 20px;
color: #777;
background: #fff url('grafikk/bsk_bck.gif') repeat-x;
font: 10pt "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;

}

.beskrivelse a:link{color:#bbb; text-decoration:none;}
.beskrivelse a:visited{color:#bbb; text-decoration:none;}
.beskrivelse a:hover{color:#ccc; text-decoration:none;}
.beskrivelse a:active{color:#bbb; text-decoration:none;}

#tittelbesk{
	position:absolute;
	left:3px;
	top:0px;
}

#lukk{
	position:absolute;
	right:2px;
	top:-1px;
}

.dato{
color: #aaa;
font-family: georgia,verdana,arial,sans-serif;
font-style:italic;
}