﻿/* Leftmenu Specific */
/*********************/

.contentPageLeftMenu
{
    position: relative;
    left: -5px;
    width: 189px;
    padding: 0px;
    margin: 0px;
    float: left;
    color: #2b434f;
    background: transparent url(../Images/LeftMenuBoxes/LeftMenuBoxUpper.jpg) no-repeat;
}

.contentPageLeftMenu img
{
    margin: 0px;
    padding: 0px;
}

.leftMenuUpperSection
{
    margin: 10px 10px 0px 10px;
    background: transparent url(../Images/LeftMenuBoxes/LeftMenuHeader.jpg) repeat-x;
    text-align: center;
    width: 169px;
    font-size: 19px;
    height: 41px;
    padding-top: 11px;
}

.contentPageLeftMenu ul
{
    margin-top: -10px;
}

.LinkCell ul
{
	margin-top: 3px;
}


.contentPageLeftMenu ul li
{
    list-style: none;
    margin-left: -20px;
    padding-right: 20px;
	padding-bottom:3px;
}

.contentPageLeftMenu .LinkCell
{
    padding: 5px 5px 7px 3px;
    font-size: 1.2em;
    border-bottom: 1px solid #91c0d8;
}

.menuArrow
{
    width: 12px;
    height: 12px;
	position:relative;
	top:3px;
	/*margin-top: 3px;*/
    float: right;
}

.LinkCell a
{
    text-decoration: none;
    color: #333333;
}
.LinkCell a:hover
{
    color: #000000;
    text-decoration: underline;
}


.leftMenuLowerSection
{
    float: left;
    width: 189px;
}

/* Ärendesökruta */

#errandSearch
{
    border: silver 1px solid;
    height: 201px;
    width: 175px;
    font-size: 10px;
    line-height: 20px;
    margin-left: 3px;
    border-collapse: collapse;
    margin-top: 15px;
    clear: left;
}

#errandSearch input.textBox, #errandSearch select
{
    font-size: 1.2em;
    margin-right: 2px;
}

#errandSearch input.textBox
{
    width: 85px;
}

#errandSearch select
{
    width: 91px;
}

#errandSearch .Label
{
    font-weight: bold;
    text-align: right;
}

#errandSearch #button
{
    padding: 3px 10px 10px 0px;
    text-align: right;
}

#errandSearch #button .btnSok 
{
    font-size: 1.0em;
}

