/* 
 * GENERAL CLASSES
 */
BODY
{
    padding: 0px;
    margin: 10px 0px 0px 0px;
    font-family: tahoma,arial,verdana;
    font-size: 11px;
    background-image: url( "/images/bodybg.gif" );
    background-repeat: repeat;
    color: #333333;
    text-align: center;
}
TD
{
    font-family: tahoma,arial,verdana;
    font-size: 11px;
}
input
{
    font-family: tahoma,arial,verdana;
    font-size: 11px;
}
textarea
{
    font-family: tahoma,arial,verdana;
    font-size: 11px;
}
A
{
    color: #0000FF;
    text-decoration: none;
}
A:hover
{
    color: #0000FF;
    text-decoration: underline;
}
form 
{
    
}

/* 
 * CLASSES FOR DESIGN 
 */
#main
{
    width: 962px;
    border: solid 1px #000;
    margin: 0px auto;
    text-align: left;
    /* BAKGRUND FÖR SIDINNEHÅLLET MED HÖGER- OCH VÄNSTERRAM. */
    background-image: url( "/images/mainbg.gif" );
    background-repeat: repeat-y;
}
#top
{
    height: 110px; /* line-height: 110px;*/
    background-color: #FFF;
    /*
    background-image: url( "/images/header.jpg" );
    background-repeat: no-repeat;*/
}
#menu
{
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    height: 24px; /*line-height: 16px;*/
    padding-left: 2px;
    background-color: #EFEFEF;
    background-image: url( "/images/menubg.gif" );
    background-repeat: repeat-x;
}
#left
{
    font-family: tahoma,arial,verdana;
    font-size: 11px;
    width: 184px;
    padding-left: 3px;
    float: left;
}
#content
{
    font-family: tahoma,arial,verdana;
    font-size: 11px;
    width: 583px;
    padding-left: 3px;
    float: left;
    background-color: #FFF;
}

#right
{
    font-family: tahoma,arial,verdana;
    font-size: 11px;
    width: 184px;
    padding-left: 3px;
    float: right;
}
#footer
{
    font-family: tahoma,arial,verdana;
    font-size: 10px;
    border-top: solid 1px #000;
    padding-left: 3px;
    clear: both;
    height: 40px;
    line-height: 20px;
    background-color: #EFEFEF;
    background-image: url( "/images/footerbg.gif" );
    /*background-repeat: repeat-x;*/
}
.paddingInner 
{
    padding: 2px;
}
.text 
{
    padding: 5px;
    padding-bottom: 15px;
}
.pageHeadline 
{
    font: 22px arial, verdana, arial, helvetica, sans-serif;
    line-height: 26px;
    margin-top: 10px;
}
.newsLink 
{
    color: #000000;
    text-decoration: none;
}
.newsLink:hover
{
    color: #000000;
    text-decoration: underline;
}
hr 
{
    width: 570px;
    color: #000000;
    height: 1px;
}
h3 
{
    margin: 0px;
    padding: 0px;
    font: 16px arial, verdana, arial, helvetica, sans-serif;
    line-height: 18px;
    font-weight: bold;
}
h2 
{
    margin: 0px;
    padding: 0px;
    font: 24px arial, verdana, arial, helvetica, sans-serif;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.newsDate 
{
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}
.newsletterLink 
{
    font: 11px arial, verdana, arial, helvetica, sans-serif;
    color: #333333;
    font-weight: bold;
}

.red11 
{
    color: #FF0000;
    font-weight: bold;
}






/* 
 * STYLE FOR LOGIN PAGE
 */
.loginMain
{
	background-color: #D5D5D5;
	padding: 5px;
	border-top: #555555 1px solid;
	border-left: #555555 1px solid;
	border-right: #555555 1px solid;
	border-bottom: #555555 1px solid;
	margin-bottom: 2px;
}


.loginMainInner
{
	background-color: #FFFFFF;
	padding: 5px;
	border-top: #AAAAAA 1px solid;
	border-left: #AAAAAA 1px solid;
	border-right: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
}


.loginMainHeader
{
	color: #9E9E9E;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.loginSmallText
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.buttonGrey
{
	background: #D5D5D5;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr= '#bce0ff' ,EndColorStr= '#46637b' );
}



.blackBorder
{
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	padding: 2px;
	width: 350px;
}



/* MENY LEFT */

.leftPanel-navCells 
{
    padding: 5px;
    padding-left: 0px;
}

.link_leftNav, .link_leftNav a
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.link_leftNav:hover, .link_leftNav a:hover 
{
    color: #CCCCCC;
    text-decoration: none;
    font-weight: bold;
}
