/*

    CSS Document


    Site: MEMU Svensk Mässbemmaning
    URL: http://www.memu.se
    Author: PS Kommunikation
    Version: 1.1

    Date: 2009.03.05

*/


/*
 *      HTML GENERAL
 *
 */

BODY {
	font-size:62.5%;     
    font-family:Arial, Sans-Serif;
    color:#222;
}
H1, H2, H3 {
    color:#333;
	font-family:Times New Roman, Serif;    
	font-weight:bold;	
}
H1 {
    font-size:3.1em;
    line-height:1.1em;
    margin:0 0 0.5em 0;
}
H2 {
    font-size:1.8em;  
    margin:0 0 0.5em 0;
}
H3 {
    font-size:1.3em;
    font-weight:bold;
    margin:0 0 0.5em 0;
}
H4 {
    font-size:1.2em;
    font-style:italic;
    margin:0 0 0.3em 0;
}
P, TH, TD  {
    font-size:1.2em;
	line-height:1.5em;
    margin:0 0 1.5em 0;
    color:#444;
}
TABLE {
    border:solid 1px #efefef;
    margin:1em 0 2em 0;
    width:600px;

}
TH, TD {
    font-size:1.1em;
	line-height:1.3em;
    text-align:left;
    margin:0;
    padding:0    
}
TH {
    background:#000 url(/images/bgHeaderSpotlight.gif) repeat-x;
    color:#fff;
    font-family:Arial, Sans-Serif;
    font-size:1.2em;
    font-weight:bold;
    line-height:2.4em;
    margin:0;
    padding:0 0 0 10px;
}
TD {
    padding:8px 10px;
    width:220px;    
}
TD.date {
    padding:8px 10px;    
    width:100px;
}
TR:HOVER {
    background:#3eacd1;
}
TR:HOVER TD {
    color:#fff;
    padding:6px 10px;
}
TR:HOVER TD.date {
    padding:8px 10px;    
    width:100px;
}
TFOOT {
    background:#efefef;
}
TFOOT TR:HOVER {
    background:#efefef;
    font-size:1em;
}
TFOOT TR:HOVER TD {
    color:#222;
    padding:8px 10px; 
}
THEAD TR:HOVER {
       font-size:1em;
}
IMG {
    border:none;
}
ABBR {
    border-bottom: dotted 1px;
    cursor: help;
}
EM {
    font-style:italic;
}
STRONG {
    font-weight:bold;
}
UL {
    font-size: 1.2em;
    list-style-type:square;
    margin:0 0 1.5em 25px;
}
LI {
    margin-bottom:0.5em;
}
OL {
    font-size: 1.2em;
    list-style-type: decimal;
    margin:0 0 10px 30px;
}
OL LI {
    margin-bottom:0.5em;
}
A {
    color:#1295c9;/*#555;*/
    text-decoration:none;
}
A:HOVER {
    color:#1295c9;    
    text-decoration:underline;
}
DIV#content FIELDSET {
    margin:15px 0;
    padding:10px;     
}
DIV#content LEGEND {
    color:#000; 
    font-weight:bold;
    padding:0 1em 0 1em;
    margin-bottom:15px;
}
DIV#content INPUT {
	color:#222;  
	height:1.8em;    
    font-family:Arial, Sans-Serif;
    font-size:1.0em;
	padding:5px 5px 0 5px;
    width:250px;
    float:left
}
DIV#content TEXTAREA {
    color:#222; 
    display:block;   
    font-family:Arial, Sans-Serif;
	font-size:1.0em;
	height:13.5em;	
	line-height:1.8em;
	padding:0.2em;
	width:250px;	
}
DIV#content SELECT {
	color:#222;  
    display:block;  
	height:1.8em;    
    font-family:Arial, Sans-Serif;
    font-size:1.0em;
	padding:2px 5px 0 5px;
    width:250px;	
}
DIV#content INPUT.submit {
    background:url(/images/bgSubmit.gif) left top repeat-y;
    border:none;    
    color:#fff;
    cursor:pointer;
    height:2em;    
    padding:0 1em 0 1em;
    margin:10px 0 0 7.5em;
    text-align:center;
    width:90px;
}
LABEL {
    color:#999;
    font-size:1.0em;
    margin:3px 0 0 0;
    text-align:left;   
    width: 6em; 
    float:left; /* single line */
}
LABEL.error {
    display:inline;
    float: left; 
    color: red; 
    width: auto; 
    margin-left: 10px; 
    vertical-align: top; 
}
DIV#content fieldset P {
    clear: both;
    margin:15px 0;
    display: inline-block; 
    clear:both;
}
DIV#content fieldset P:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html DIV#content fieldset P {height: 1%;}
DIV#content fieldset P {display: block;}
/* End hide from IE-mac */

DIV#content FIELDSET EM {
    font-weight: bold; 
    padding-right: 0.5em; 
    float:left;
    width:1em;
}


/*
 *      CLASSES
 *
 */
.print {    
    display:inline;
    background:url(/images/iconPrint.gif) center left no-repeat;
    line-height:3.8em;
    padding:10px 0px;
    padding-left:32px;
    margin-right:15px;
}
.mail {    
    display:inline;
    background:url(/images/iconLetter.gif) center left no-repeat;
    line-height:3.8em;
    padding:10px 0px;
    padding-left:32px;
}
.ingres {
    font-size:1.6em; 
    line-height:1.5em; 
    color:#333;
}
.iconArrow {    
    background:url(/images/iconArrow.gif) left center no-repeat;
    padding-left:7px;
}

