/**************************************************
/*Xform
/*************************************************/
.xForm
{
    float: left;
    width: 440px;
    padding: 10px;
    border: solid 1px #388a42;
    background-color: #ececec;
}
.xformheading
{
    float: left;
    width: 357px;
    font-family: Georgia, Times New Roman;
    font-size: 220%;
    line-height: 100%;
    color: #ffffff;
    padding: 10px 10px 10px 15px;
    margin-top: 15px;
    background-color: #349800;
}
.xformButton
{
    float: right;
    margin-top: 60px;
	color: #ffffff;
    background-color: #349800;
    border: solid 1px #349800;
}
.formtext{padding-right:10px;}
.formtextbox{width:200px;}
.regtextbox{width:300px;}
span.xformvalidator {color:Red; font-size:180%;}

/* Puffar */
.puffbox
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
/* Startsidan */
.defaulttext { width:350px; font-size:110%; line-height:140%;}

/* Newslist */
.newslistdiv
{
    float: left;
    width: 100%;
    padding: 10px 0px 15px 0px;
    border-bottom: solid 1px #00af97;
    margin-bottom: 15px;
}
/* StartPageNewslist */
.newslistfirstrow
{
    float: left;
    width: 607px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #e7e4e2;
    overflow: hidden;
}
.newslistrow
{
    float: left;
    width: 500px;
    margin-bottom: 15px;
}
.newslistsmallrow
{
    float: left;
    width: 283px;
    margin-left: 10px;
}

/* -- Quick search -- */
#searcharea
{
	float: left;
	margin-bottom: 15px;
}
input.quicksearchinput
{
	width: 242px;
}

/*--QuickBar*/
.quickBar 
{
	width:120px;
	margin-top:3px;
	margin-right: 0px;
}

/* small box */
.box { width:215px;}
.boxTop {height:19px; width:215px; background:url(images/boxTop.gif) no-repeat;}
.boxContent { width:215px; background:url(images/boxContent.gif) repeat-y;}
.boxBottom {height:7px; width:215px; background:url(images/boxBottom.gif) no-repeat}
.boxSmallContent {width:120px;}

/* big box */
.boxBig {width:710px;}
.boxBigTop {height:19px; width:710px; background:url(images/boxBigTop.gif) repeat;}
.boxBigContent {width:710px; background:url(images/boxBigContent.gif) repeat-y;}
.boxBigBottom {height:12px; width:710px; background:url(images/boxBigBottom.gif) repeat;}
.boxBigContentText { width:668px; min-height:299px;}
.boxBigContentText p {margin-top:10px;}

.size160 { font-size:160%;}

.left { float:left;}
.right { float:right;}
.clear { clear:left;}

.one {width:223px;}
.ones {width:215px;}

.marginTop {margin-top:20px;}
.marginRight {margin-right:24px;}
.marginBottom {margin-bottom:20px;}
.marginLeft {margin-left:20px;}

.minHeightMicro {min-height:34px;}
.minHeightSmall {min-height:124px;}
.minHeightMedium {min-height:299px; }

.greenFont				   { color:#3c8e46;}

.padTop {padding-top:10px;}
.padRight {padding-right:10px;}
.padBottom {padding-bottom:10px;}
.padLeft {padding-left:10px;}

/* news */
.newsItem {width:195px;}
.newslisting ul {padding-left:0px; margin-left:5px; margin-top:0px; margin-bottom:0px;}
.newslisting ul li { vertical-align:top;  margin:5px 0px 10px 0px; color:#666; list-style-position: outside; padding-left:15px; background: url(images/ArrowMenuBlack.gif) no-repeat 0px 2px; list-style-type:none;}


/* -- Buttons -- */
a.button {
    background: transparent url('images/but_large_right.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/but_large_left.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-weight:bold;
    font-size:0.95em;
    color:#666666;
}
a.button:active {
    background-position: bottom right;
    color: #666666;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}  

.searchBar    {}
.NormalTextBox {padding-left: 2px;margin-top:2px; background-color:#f2f2f2}
.quickSearchField {width:100px; margin:4px 3px 0px 0px;}
.quickSearchButton { margin:3px 3px 0px 0px;}

/* left menu */
.leftmenuheading { border-bottom:3px solid #388a42; margin-right:20px; margin-bottom:7px; padding-bottom:5px;}
.leftmenu {}
.leftmenu ul {padding-left:0px; margin:0px 20px 0px 0px;}

.leftmenu ul li { line-height :25px; vertical-align:top; border-top:3px; list-style-type:none; border-bottom:1px solid #ccc;}
.leftmenu ul li a { color:#666;}
.leftmenu ul li.top { padding-left:14px; margin:3px 0px 3px 0px; background: url(images/arrowGray.gif) no-repeat 2px 7px;}
.leftmenu ul li.topSel { padding-left:14px; margin:3px 0px 3px 0px; background: url(images/arrowBlue.gif) no-repeat 2px 7px;}
.leftmenu ul li.topSel a, .leftmenu ul li.topSelExp a, .leftmenu ul li.itemSel a { color:#388a42; }
.leftmenu ul li.topSelExp { padding-left:14px; margin:3px 0px 3px 0px; background: url(images/arrowBlueExp.gif) no-repeat 2px 9px;}

.leftmenu ul li.item { margin:3px 0px 3px 22px;}
.leftmenu ul li.itemSel { margin:3px 0px 3px 22px;}
/* Add this */
.addthisarea
{
	float:right; 
	width:75px; 
	padding-top:10px;
}
/* left menu */
#footer ul
{
	list-style-type: none;
	padding-top:10px;
}

#footer ul li
{
	display: block;
	color: White;
	border-left: solid 1px White;
	padding: 0 0.8em;
	font-size: 0.8em;
}

#footer a
{
	text-decoration: none;
	color: White;
}

#footer a:hover
{
	text-decoration: underline;
}
