﻿/* default css stylesheet for a new web application project */

body {
    font-size: 0.715em;
    color: #594e52;
}

body, td, input, select, textarea, button
{
    font-family: verdana, helvetica, sans-serif, sans-serif;
}

small {
	font-size: 0.69em;
}

.EventTitle
{
    color: #594e52;
    font-family: trebuchet ms,geneva, tahoma, sans-serif, arial, helvetica;
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6, th, thead, tfoot {
    color: #594e52;
    font-family: trebuchet ms,geneva, tahoma, sans-serif, arial, helvetica;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 18px;
}

h3
{
    font-size: 16px;
    font-weight: bold;
}	
		
h4 {
	font-size: 14px;
}
		
h5, dt {
	font-size: 12px;
}
		
h6
{
    font-size: 11px;
}
		
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;
    margin: 8px 0 0 8px !important;
    margin: 8px 0 0 4px;
    background: url(/webImages/shadow.png) no-repeat bottom right !important;
    background: url(/webImages/shadow.gif) no-repeat bottom right;
}

.blockShadow img.Shadow {
    display: block;
    position: relative;
    margin: -6px 6px 6px -6px;
    padding: 0;
    border: solid 1px #898989;
    background-color: #ffffff;
}

.blockShadow div.Shadow {
    display: block;
    position: relative;
    margin: -6px 6px 6px -6px !important;
    margin: 0px 6px 6px 0px;
    padding: 8px;
}

.div.Shadow, .div.ShadowTransparent {
    position: relative;
    border:0px;
    margin: -6px 6px 6px -6px !important;
    margin: 0px 6px 6px 0px;
    padding: 8px;
}
