﻿/* default css stylesheet for a new web application project */

body {
    font-size: 0.76em;
    color: #594e52;
}

p, td, input, select, textarea, div, span, button
{
    font-family: verdana, helvetica, sans-serif, sans-serif;
}

small {
	font-size: 0.75em;
}

h1, h2, h3, h4, h5, h6, th, thead, tfoot {
    color: #594e52;
    font-family: tahoma, sans-serif, arial, helvetica;
    font-weight: normal;
}

h1
{
	font-size: 22px;
	margin-bottom: 0px;
}

h2 {
	font-size: 18px;
	margin-bottom: 0px;
}

h3
{
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: bold;
}	
		
h4 {
	font-size: 14px;
	margin-bottom: 0px;
}
		
h5, dt {
	font-size: 12px;
	margin-bottom: 0px;
}
		
h6
{
    font-size: 11px;
    margin-bottom: 0px;
}
		
th
{
	vertical-align:	baseline;
	font-weight: bold;
}	

b, strong
{
	color: #594e52;
}

a:link {
    text-decoration: none;
    color: #003366;
}	
		
a:visited {
	text-decoration: none;
	color:	#003366;
}	
		
a:active {
	text-decoration: none;
	color:	#000066;
}	
		
a:hover {
    text-decoration: underline;
    color: #000066;
}
	
blockquote, pre	{
	font-family: courier new, monospace;
}
	
ul li {
    list-style-type: disc;
    list-style-position: outside;
}	

ul li li {
	list-style-type: circle;
	list-style-position: outside;
}	

ol li {
	list-style-type:	decimal;
	list-style-position: outside;
}	

ol ol li {
	list-style-type:	lower-alpha;
	list-style-position: outside;
}	

.full {
 /* Används i bildspel, radera EJ! */
}

.blockShadow {
    float:left;
    background: url(/images/shadow.png) no-repeat bottom right !important;
    background: url(/images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

.blockShadow img.Shadow {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

.blockShadow div.Shadow {
    display: block;
    /*font-weight:bold;*/
    position: relative;
    /**/
    background: url(/images/bvun-transp.png) no-repeat top left !important;
    border:0px; /* solid #a9a9a9*/
    margin: -6px 6px 6px -6px !important;
    margin: 0px 6px 6px 0px;
    padding: 8px;
    max-width: 300px;
}

