/* CSS FÖR SPORTHOJ.COM */

BODY        { 
   margin: 0px auto; 
   height:100%; 
   width:100%; 
   CURSOR: default; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 12px;
	background-color: #151515;
	background-image: url('/pics/asfalt_top.jpg');
	background-position: top;
	background-repeat:repeat-x;
}
	
P       { CURSOR: default; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px }
TD      { FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px }
TR      { FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px }

select { 
   font-family: Arial, Tahoma, Verdana; 
   font-size: 10pt; 
}
.input { 
   font-family: Arial, Tahoma, Verdana; 
   font-size: 11px; 
}
    
A:link, A:visited, A:active {
    COLOR: #B7420F;
    text-decoration: underline;
}
A:hover {
    COLOR: black;
    text-decoration: underline;
}

A.adminlink:link, A.adminlink:visited, A.adminlink:active {
   COLOR: #000000;
    text-decoration: none;
}
A.adminlink:hover {
    COLOR: red;
    text-decoration: none;
}

A.userinfo:link, A.userinfo:visited, A.userinfo:active {
    COLOR: #ECECEC;    
    text-decoration: none;
}
A.userinfo:hover {
    COLOR: orange;
}

A.nice:link, A.nice:visited, A.nice:active {
    COLOR: #B7420F;
    FONT-WEIGHT: bold;
    text-decoration: none;
}
A.nice:hover {
    COLOR: red;
    text-decoration: none;
}

A.topmenu:link, A.topmenu:visited, A.topmenu:active {
   margin-left: 2px;
   margin-right: 2px;
    COLOR: #EEEEEE;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    text-decoration: none;
}
A.topmenu:hover {
       
    text-decoration: none;
    border-bottom: solid 1px orange;
}

A.forumlist:link, A.forumlist:visited, A.forumlist:active {
    COLOR: #000000;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica;
    text-decoration: none;
}
A.forumlist:hover {
    COLOR: black;
    text-decoration: underline;
    border-bottom: 1px solid orange;
}

A.nyhetsrubrik:link, A.nyhetsrubrik:visited, A.nyhetsrubrik:active {
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
    FONT-SIZE: 15px; 
    FONT-WEIGHT: BOLD;
    COLOR: #000000;
    text-decoration: none;
}
A.nyhetsrubrik:hover {
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
    FONT-SIZE: 16px; 
    FONT-WEIGHT: BOLD;
    COLOR: #000000;
    text-decoration: underline;
    border-bottom: 1px solid orange;
}

A.network:link, A.network:visited, A.network:active {
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
    FONT-SIZE: 10px; 
    FONT-WEIGHT: normal;
    COLOR: #CECECE;
    text-decoration: none;
}
A.network:hover {
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
    FONT-SIZE: 10px; 
    FONT-WEIGHT: normal;
    COLOR: #FFFFFF;
    border-bottom: 1px solid orange;
}

.wysiwyg
{
    background: #F5F5FF;
    color: #000000;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
textarea, .bginput
{
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
    font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
    font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

form
{
   margin-top: 0px;
   margin-bottom: 0px;
}

input.sokforumet
{
   font-size: 13px;
   color: #000000;
   background: #EFEFEF;
   border: 1px solid #666666
}

select.minatradar
{
   font-size: 11px;
   font-family: verdana; 
   color: #000000;
   background: #ECECEC;
   border: 1px solid #000000
}

input.knapp
{
   font-size: 12px;
   color: #000000;
}
    

.flytande
{
	position:absolute;
	z-index:10;
	cursor: pointer;

	overflow:hidden;/*must have*/
	width:33em;/*must have for any value*/;
	
	left:630px;
	top:45px;
	width:22em;
	background:#FFFFFF;
	border:none;
}

