﻿.dxUl
{
	list-style-type: square;
	color: #B20000;
	padding:0;
	margin:0;
	padding-left:1.8em;
	margin-bottom:1em;
	margin-top:0.1em;
}

.dxUl li
{
	color: #B20000;
	margin-bottom:0;
}

.dxUl li .Normal
{
	margin-bottom:0.1em;
}

.dxFormTextBox,
.dxFormDropDownList
{
    font:12px/18px Trebuchet MS,Trebuchet, Verdana,Geneva,sans-serif;
    margin-bottom:2px;
    border:solid 1px #bdbdbd;
    color:#3d3d3d;
    border:solid 1px #B5B5B5;
}

.dxFormSubmitButton
{
		display:block;
		padding:6px 26px 6px 10px;
		background:#d32f2f url(/SiteModule/Templates2011/Images/ButtonArrow2013.png) no-repeat right center;
		margin:0 1px 3px 1px;
		color:#000000;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;	
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		border:none;
		float:right;
		color:#ffffff;		
		-moz-box-shadow: 0 2px 2px #bfbfbf;
		-webkit-box-shadow: 0 0 2px #bfbfbf;
		box-shadow: 0 2px 2px #bfbfbf;	
		
}

.dxTextLabelDiv
{
    color:#3d3d3d;
}


/* Sök */

.dxSearchText
{
    font:12px/18px Trebuchet MS,Trebuchet, Verdana,Geneva,sans-serif;
    margin:0 0 2px 3px;
    border:solid 1px #bdbdbd;
    color:#3d3d3d;
    border:solid 1px #B5B5B5;
    padding:2px;
    height:18px;
    vertical-align:middle;
}

.dxSearchSubmitButton
{
    font:11px/18px Trebuchet MS,Trebuchet, Verdana,Geneva,sans-serif;
    margin-bottom:2px;
    border:solid 1px #B5B5B5;
    background:#ffffff none;
    color:#3d3d3d;
    font-weight:bold;
    width:40px;
    height:24px;
    text-align:center;
    vertical-align:middle;
}

.dxSearchMatchesSummary
{
    font:20px/28px Trebuchet MS,Trebuchet, Verdana,Geneva,sans-serif;
    color:#5F2623;
    margin:10px 0 10px 0;
    padding:0 0 0 0;
    font-weight:bold;
}

.dxSearchMatchesSummary strong
{
    color:#C31D03;
}

.dxSearchMatchesHeadline
{
    display:none;
}

.dxSearchMatchesItemLink
{
    margin:0 0 4px 0; 
    padding:0;
    font-size:14px;
}

.dxSearchMatchesItemDesc
{
    margin:0 0 12px 0;
    padding:0;
}

.dxSearchMatchesNav span
{
    display:block;
    float:left;
    padding:4px;
    background-color:#adadad;
    margin:0 6px 0 0;
}

.dxSearchMatchesNav span a
{
    color:#ffffff;
}


.dxSearchMatchesNav .dxSearchMatchesNavPrevInactive,
.dxSearchMatchesNav .dxSearchMatchesNavNextInactive
{
    display:none;
}


/* Table */

	.dxTable
	{
		margin-bottom:10px;
    	border-collapse:collapse
	}

    .dxTable .Normal,
    .dxTable .NormalRed    
    {
	    margin-bottom:0;
    }


    .dxTable th
    {
	    padding:4px;
	    font-weight:bold;
	    border-bottom:solid 1px #BC7D79;
	    line-height:14px;
    }

    .dxTable th .Normal
    {
        font-weight:bold;
        color:#010101;
	    line-height:14px;
    }

    .dxTable td
    {
	    padding:1px;
    }

    .Startpage .dxTable td
    {
        padding:0;  
    }
    

    /* Botten Linje */
    .TableBgBottom
    {
	    border-bottom:solid 1px #BC7D79;
    }

    /* Toppen Linje */
    .TableBgTop
    {
	    border-top:solid 1px #BC7D79;
    }

    
    /* Radavdelare */
    .TableBgRowDivider
    {
	    border-bottom:solid 1px #b7b2b2;
    }