
/* Main stylesheet for Madder Mortem */

/* Bakgrunnsfarge for headingfelter: D2B8A7 */

h1
{
	font-family: "Helvetica", "Garamond", "Verdana", "Arial";
	font-weight: bold;
	font-size: 16px;
	/* line-height: 10px; */
}

h2
{
	font-family: "Helvetica", "Arial", "Verdana", "Garamond";
	font-weight: bold;
	font-size: 15px;
	/*margin-left: 9px;*/
}

h3
{
	font-family: "Helvetica", "Arial", "Verdana", "Garamond";
	font-weight: bold;
	font-size: 12px;
}

p
{
	font-family: "Helvetica", "Arial", "Verdana", "Garamond";
	font-weight: normal;
	font-size: 12px;
}

a
{
	color: #a2836e;
	text-decoration: underline;
}

select
{
	font-family: "Helvetica", "Arial", "Verdana", "Garamond";
	font-weight: normal;
	font-size: 12px;
}

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

.centered
{
	text-align: justify;
}

.mainHeader
{
	font-family: "Helvetica", "Arial", "Verdana", "Garamond";
	font-weight: bold;
	font-size: 16px;
	color: #a2836e;
}

.lMenuItem
{
	font-family: "Garamond", "Helvetica", "Verdana";
	font-weight: normal;
	font-size: 13px;
	color: #a2836e;
}

.lMenuItem_active
{
	font-family: "Garamond", "Helvetica", "Verdana";
	font-weight: normal;
	font-size: 13px;
	color: #000000;
}

.lMenuItem a:hover
{
	color: #000000;
}

.heading
{
	background:#C3A794; 
	color:white; 
	font-weight:bold; 
	border-top: solid 1px black; 
	border-right: solid 1px black;
}

.cont
{
	border-bottom:solid 1px black; 
	border-right:solid 1px black
}

.nuppStrek
{
	border-left: dashed 1px #a2836e;
}

.bplink a:hover
{ 
  font-size: 14px;
  font-weight: bold;
}

input.gb_tf
{
    font-family: monospace;
    font-size: 10pt;
}

textarea.gb_ta
{
    font-family: monospace;
    font-size: 10pt;
}

/* added by E. Skughei */
select {
	background: #C3A794; color: white; font: normal 12px Helvetica, Arial, Verdana;
}

table.gigs {
	font-family: "Helvetica", "Garamond", "Verdana", "Arial";
	font-size:12px;
	background:#000;
	width:500px
}
table.gigs th {
	background:#C3A794;
	color:#fff;
	font-weight:bold;
	text-align:left
}
table.gigs td {
	background:#fff;
	vertical-align:top
}
table.gigs td.alt {
	background:#f0f0f0;
}

