BODY {
SCROLLBAR-FACE-COLOR: #CCCCCC;
SCROLLBAR-HIGHLIGHT-COLOR: #000000;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #EEEEEE;
SCROLLBAR-DARKSHADOW-COLOR: #666666 ;
margin: 0px;
padding: 0px;
FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
COLOR: #333333;
FONT-WEIGHT: normal;
FONT-SIZE: 9pt;
}

.title {
BACKGROUND: none;
COLOR: #000000;
FONT-SIZE: 10pt;
FONT-WEIGHT: bold;
FONT-FAMILY: Tahoma, Verdana, Helvetica;
TEXT-DECORATION: none
}

hr{border: 0px solid #d1d7dc;border-top-width:1px;height:0px}

input{
border: 1px solid #000000;
margin-bottom: 2px;
margin-top: 2px;
text-indent: 2px
}

textarea {
SCROLLBAR-FACE-COLOR: #CCCCCC;
SCROLLBAR-HIGHLIGHT-COLOR: #000000;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #EEEEEE;
SCROLLBAR-DARKSHADOW-COLOR: #666666;
}

A:link {
FONT-SIZE: 9pt; COLOR: #333333;
FONT-FAMILY: Tahoma, Verdana, Arial, sans-serif;
font-weight: normal; font-style: normal; 
line-height: normal; 
text-decoration: underline
}

A:visited {
FONT-SIZE: 9pt; COLOR: #333333;
FONT-FAMILY: Tahoma, Verdana, Arial, sans-serif;
font-weight: normal; 
font-style: normal; 
line-height: normal; 
text-decoration: underline
}

A:active {
FONT-SIZE: 9pt; COLOR: #333333;
FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight: normal; 
font-style: normal; 
line-height: normal; 
text-decoration: underline
}

A:hover {
FONT-SIZE: 9pt; COLOR: #000000;
font-weight: normal; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-style: normal; 
line-height: normal; 
text-decoration: none
}

A.menu:link {
FONT-SIZE: 9pt;
COLOR: #111111;
FONT-FAMILY: Tahoma;
TEXT-DECORATION: none;
padding-bottom: 5px;
margin-bottom: 5px;
height: 5px;
}

A.menu:visited {
FONT-SIZE: 9pt;
COLOR: #111111;
FONT-FAMILY: Tahoma;
TEXT-DECORATION: none;
padding-bottom: 5px;
margin-bottom: 5px;
height: 5px;
}

A.menu:hover {
FONT-SIZE: 9pt;
COLOR: #111111;
FONT-FAMILY: Tahoma;
TEXT-DECORATION: underline;
padding-bottom: 5px;
margin-bottom: 5px;
height: 5px;
}

A.bot:link {
FONT-SIZE: 9pt;
COLOR: #555555;
FONT-FAMILY: Verdana, Arial, sans-serif;
TEXT-DECORATION: none;
FONT-WEIGHT: normal;
text-align: center;
}

A.bot:visited {
FONT-SIZE: 9pt;
COLOR: #555555;
FONT-FAMILY: Verdana, Arial, sans-serif;
TEXT-DECORATION: none;
FONT-WEIGHT: normal;
text-align: center;
}

A.bot:hover {
FONT-SIZE: 9pt;
COLOR: #FFFFFF; 
TEXT-DECORATION: none; 
FONT-WEIGHT: normal; 
text-align: center;
}



h1 {
font-size: 10pt;
color: #000000;
text-align: center;
font-family: Verdana, Tahoma;
margin: 5px;
padding: 5px;
font-weight: bolder;

}

h2 {
font-size: 9pt;
color: #333333;
font-family: Tahoma;
font-weight: bold;
margin: 5px;
padding: 5px;
}

h3 {
font-size: 9pt;
color: #333333;
font-family: Tahoma;
font-weight: bold;
margin: 5px;
padding: 5px;
}

h4 {
COLOR:#333333;
FONT-FAMILY: Tahoma;
font-size: 9pt;
FONT-WEIGHT: bold;
margin: 0px;
padding: 0px;
clear: none;
float: none;
height: auto;
width: auto;
text-align: left;
}

.numbersList {
border-bottom: 1px solid #cccccc;
margin-bottom: 10px;
background-color: white;
}
td table.numbersList thead td {
background-color: white;
color: #FAA61A;
padding: 3px 7px 0px 7px;
}
.numbersList tbody td {
background-color: white;
padding: 3px 7px 3px 7px;
}


.NumberSearchHeader {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: bold;
color: #C35B02;
text-decoration: none;
font-weight: bold;
}
a.NumberSearchHeader:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: bold;
color: #F5821F;
text-decoration: underline;
font-weight: bold;
}

.LeftMenuHeadTextDarkBlue{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #336699;
text-decoration: none;
}



/**
 * companyDetails on firma detailide tabel
 */
@media screen {
.companyDetails {
/*border: 1px solid #c0c0c0;*/
border: 1px solid #F5821F;
}
.companyDetails thead td {
/*background-color: #336699;*/
background-color: #FAA61A;
color: white;
font-weight: bold;
padding: 5px 10px 5px 10px;
}
.companyDetails tbody td {
padding: 5px 10px 5px 10px;
}
.companyDetails a {
text-decoration: underline;
}
}
@media print {
.companyDetails {
border: 1px solid black;
width: 160mm;
}
}