/* ================================
    Global LDS styles
   ================================

*/

.ldsbutton, a.ldsbutton:link, a.ldsbutton:visited, a.ldsbutton:active, a.ldsbutton:hover {
/*background-image:url(/DesktopModules/NTForums/themes/_default/ambuttonback.gif);*/
background-color: #E6E3E4;
border:1px solid #666666;
color:black;
display:inline;
font-family:Tahoma;
font-size:11px;
height:20px;
margin:5px 0px 0px 5px;
padding:4px 4px 6px !important;
position:static;
text-decoration:none;
}

a.ldsbutton:hover{
border: 1px solid black;
background-color: #cccccc;
}


.ldsbuttonsmall, a.ldsbuttonsmall:link, a.ldsbuttonsmall:visited, a.ldsbuttonsmall:active, a.ldsbuttonsmall:hover {
/*background-image:url(/DesktopModules/NTForums/themes/_default/ambuttonback.gif);*/
background-color: #E6E3E4;
border:1px solid #666666;
color:black;
display:inline;
font-family:Tahoma;
font-size:11px;
height:15px;
margin:5px 0px 0px 5px;
padding:2px 1px 2px !important;
position:static;
text-decoration:none;
}

a.ldsbuttonsmall:hover{
border: 1px solid black;
background-color: #cccccc;
}




.SectionHeader{

Font-size: 16px;
Font-weight: bold;
color: black;
text-align: left;
margin-bottom: 10px; 
margin-right: 5px;
clear: both;
}

.SectionDescript{

margin-right: 5px;
margin-bottom: 10px;
clear: both;
border: 1px solid #cccccc;
background-color: red;
}


/*Styles på søgeboks og knap i topmenuen*/

.GCSearchButton
{
margin:0px;
padding:0px;
border:none;
width:16px; /*Same as Background Image's Width */
height:16px; /*Same as Background Image's Height */
background-image:url("/Portals/0/Skins/LDS/Images/search.gif");
background-repeat: no-repeat;
background-position: center center;
background-color: transparent;
cursor: pointer;
}

.GCSearchBox
{
Font-size: 10px;

}