Body{
font:11px Verdana,Arial;
color: #444;
background-color:#ffffff;
margin: 0 0 0 0;
}

a{
 	color: #FF5D00;
   text-decoration: none;
}

a:link{
 	color: #FF5D00;
   text-decoration: none;
}

a:visited{
 	color: #FF5D00;
   text-decoration: none;
}

a:hover{
 	color: #444;
   text-decoration: none;
}

a:active{
 	color: #FF5D00;
   text-decoration: none;
}



/***css til FORM ELEMENTS byrjar her***/
input{
border: solid 1px #aaa;
font:11px Verdana,Arial;
color: #444;
word-spacing: -1px;	
}

#select{
border: 0px;
font:11px Verdana,Arial;
color: #444;
word-spacing: -1px;	
}

#checkbox{
border:none;
color: #444;
}


/***css til TABLE byrjar her***/

table {
   border-collapse: collapse;
   background: url(graph.png) #fff no-repeat center;
   color: #444;
	font:11px Verdana,Arial;
}

caption {
    padding-bottom: 5px;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    text-align: left;
}

thead th {
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
    padding: 2px 10px;
    background-color: #fff;
    color: #aaa;
    text-align: left;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

tfoot th, tfoot td {
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
    padding: 2px 10px;
    font-variant: small-caps;
    letter-spacing: 0.1em;
}

tbody th, tbody td {
    border-bottom: 1px solid #ccc;
    padding: 2px 10px;
    text-align: left;
    vertical-align: top;
}

tbody tr:hover {
    background: url(fauxalpha.png) transparent repeat center;
}

tbody td+td+td+td a {
    padding-right: 16px;
    background: url(dlarrow.png) transparent no-repeat bottom right;
    color: #00d;
    font-variant: small-caps;
    letter-spacing: 0.1em;
}

tbody a {
    background-color: transparent;
    color: #FF5D00;
    text-decoration: none;
}
tbody a:visited {
    background-color: transparent;
    color: #FF5D00;
}
tbody a:hover {
    background-color: transparent;
    color: #444;
}
tbody a:active {
    background-color: transparent;
    color: #FF5D00;
}