﻿/**** GENERELT ****/

/* Century Gothic, Trebuchet MS, */
body 
{
    font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial;
    background:url(../../Images/background.gif) repeat-x;
    font-size:12px;
    line-height:20px;
    color:#444;
}

/**** TEKST ****/

p 
{
    text-decoration:none;   
    padding:0px;  
    margin:0px;   
}

/* Overskrift 1 */

h1
{
    text-decoration:none;
    font-size:24px;
    font-weight:normal;
    color:#444;  
    padding:0px;  
    margin:0px; 
    height:54px;
    line-height:44px;
    border: 1px solid white;
    
    /*color:#fea801; (Orange)*/
}

/* Overskrift 2 */

h2
{
    text-decoration:none;
    font-size:16px;
    font-weight:normal;
    margin:0px 0px 10px 0px;
    padding:0px; 
}

h3
{
    text-decoration:none;
    line-height:22px;
    font-size:14px;
    font-weight:normal;
    font-style:italic;
    margin:0px 0px 10px 0px;
    padding:0px; 
}

.DivValidationError 
{
    border: 1px solid #ff5151;
    background-color:#ffdada;
    padding-top:5px;
    padding-bottom:5px;
}

.SpanValidationError
{
    color:Red;
    font-weight:bold;
    margin-left:6px;
}

.LeftMenu
{
    text-align:left;
    color:#333;
    margin-top:10px;
}

span 
{
    text-decoration:none;
    color:#444;
    line-height:20px;
    padding:0px;  
    margin:0px;  
}

.dato 
{
    font-style:italic;
    text-decoration:none;
    font-size:11px;
    color:#888;
    line-height:20px;   
}

/**** LINKS ****/

a
{
    text-decoration:underline;
    color:#666;
}

a:hover
{
    text-decoration:none;
    color:#444;
}

a.LargeLink
{
    text-decoration:underline;
    font-size:14px;
    color:#666;
}

a.LargeLink:hover
{
    text-decoration:none;
    color:#444;
}

a.LeftMargin
{
    margin-left:10px;   
    text-decoration:none;
}

a.LeftMargin:hover
{
    color:#999;
}

/**** FORMS ****/

textarea
{
    border: solid 1px #999;
    background-color:#EEE;
    padding:3px;
}

.GridViewHeader
{
    background-color:#EEE;
    text-align:left;    
    text-decoration:none;
    font-weight:bold;
    
    line-height:20px; 
    padding-left:3px;
    padding-right:3px;    
    border:1px solid #EEE;
    color:#444;
}

.GridViewItem 
{
    text-decoration:none;
    line-height:20px; 
    padding-left:3px;
    padding-right:3px;
    border:1px solid #EEE;
    color:#444;
}

/**** BILLEDELINKS ****/

/**** ANDET ****/

img.userImage
{
    float:left;
    border:solid 1px #666;
    margin-right:10px;
    margin-bottom:10px;
    margin-top:5px;    
}

.DivValidationError 
{
    border: 1px solid red;
    background-color:#ffdada;
    padding:6px;
}

.SpanValidationError
{
    color:Red;
    font-weight:normal;
} 

.DivValidationSuccess
{
    border: 1px solid green;
    background-color:#DDFFE0;
    padding:6px;
    margin-bottom:15px;
}

.SpanValidationSuccess
{
    color:green;
    font-weight:normal;
} 

.AlignRight
{
    text-align:right;
}

.menu_admin
{
    width:170px;
    padding:5px;
    margin:0px;
}

.noborder 
{
    border: 1px solid white;
}