﻿
.Labels
{
	font-family:Arial;
	font-size:small;
	color:Black;
	font-weight:bold;
}

.TextBoxes
{
	font-family:Arial;
	font-size:small;
	color:Black;
}
.DropDowns
{
	font-family:Arial;
	font-size:small;
	color:Black;
}
.LabelsWithValues
{
	font-family:Arial;
	font-size:small;
	color:Black;
}

.Header1
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 16px;
    FONT-FAMILY: Verdana, Arial, Geneva, sans-serif;
    color: #000000;
}

.Header2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Arial, Geneva, sans-serif;
    color: #000000;
}

.Header3
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Arial, Geneva, sans-serif;
    color: #000000;
}
/* 20100305 Madeleine, Ärende 21 */
.DisplayNone
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Arial, Geneva, sans-serif;
    color: #000000;
    display:none;
}
/* 20100222 Madeleine, arrows that show ascending or descending sort for THIS column */

.Header3 .sortascheader
{
    background: url(images/dt-arrow-up.png) no-repeat right 100%;
} 

.Header3 .sortdescheader
{
    background: url(images/dt-arrow-dn.png) no-repeat top right;
} 

