/*
Denne fila tar for seg de standard-taggene, og vil være en slags fall-back når ikke annet er definert for det enkelte view.
module_result.css tar for seg mer spesifikke definisjoner basert på faktisk innhold
*/





/* 
--------------------------------------------------------------------------------------------------
utvalte tags--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/
body
{
background-image:url(/design/adventistinfo/images/bak_v.gif);
background-position:left;
background-repeat:repeat-y;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}

p
{
margin: 0px 0px 0px 0px;
}




/* 
--------------------------------------------------------------------------------------------------
overskrift ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/
h1
{
font-size: 20px; 
margin-bottom: 0px;
margin-top: 0px;
color:#000000; 
}


h2 
{
font-size: 16px; 
margin-bottom: 0px; 
margin-top: 10px; 
color:#000000;
}

h3 
{
font-size: 13px; 
margin-bottom: 0px; 
margin-top: 10px; 
color:#000000;
}

h4 
{
font-size: 10px; 
margin-bottom: 0px; 
margin-top: 10px; 
color:#000000;
}

/* 
--------------------------------------------------------------------------------------------------
linker     ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/

a:link, a:visited
{
color:#0000CC;
text-decoration:none;
}


a:active
{
color:#666666;
}

a:hover
{
color:#666666;
}


a img
{
border:none;
text-decoration:none;
}





/* 
--------------------------------------------------------------------------------------------------
skjema     ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/


/* primært søkefelt i venstre kolonne */
#leftContent .tekstfelt
{
border-right: white thin solid;
border-top: 0;
padding:0;
margin:0;
font-size: 10px;
border-left: white thin solid;
width: 100px;
color:#666666; /* #808080;*/
border-bottom: 2;
font-family: Verdana;
}

#leftContent .knapp {
border-right: white 0px solid;
border-top: white 0px solid;
font-size: 10px;
border-left: 2px solid #808080;
width: 30px;
color: #808080;
border-bottom: white 0px solid; 
font-family: Verdana;
height: 14px;
font-variant: small-caps;
background-color: #ffffff;
cursor:hand;
vertical-align:middle;
margin-bottom:3px;
margin-top:2px;
}


/* 
--------------------------------------------------------------------------------------------------
tabell    ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/

th
{
text-align:left;
}

/* 
--------------------------------------------------------------------------------------------------
inline     ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/

span.uthev
{
font-weight:bold;
}

span.advarsel
{
color:#FF0000;
}
