*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a 
{
    font-family:Arial;
    color:#473F96;
    text-decoration:none;
}
.clearsize 
{
    font-size:10px;
}
a:hover 
{
    text-decoration:underline;
}  /* mouse over link */


h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
	font-weight: bold;
}

h1
{
	/* NEW font-size: 2.6em;*/
	font-size: 2.1em;
	margin: 0 0 10px 0;
}


h2
{
	/* NEW font-size: 1.8em;*/
	font-size: 1.5em;
	margin: 15px 0 5px 0;
}

h3
{
	/* NEW font-size: 1.6em;*/
	font-size: 1.2em;
	margin: 15px 0 5px 0;
}
h4
{
	/* NEW font-size: 1.4em;*/
	font-size: 1.2em;
	margin: 10px 0 5px 0;
}
h2 a 
{
    /* NEW font-size:0.77em; */
}
h3 a 
{
    /* font-size:0.875em; */
}
#innercontent ul
{
    padding-left: 15px;
}

#innercontent ul li
{
    list-style-type: square;
    padding-top: 5px;
}

.ingress
{
	color: #777777;
	font-family: Arial;
	font-size: 1.3em;
	font-weight: normal;
	margin: 15px 0 5px 0;
	line-height:1.3em;
}

.imagetext
{
	font-family: Verdana;
	font-size: 0.9em;
	font-weight: normal;
}

#wrapper
{
	margin: 0 auto;
	overflow: auto;
	width: 980px;
	background: none repeat scroll 0 0 #FFFFFF;
	/* Shadow */
	-moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;

}
#topAreaContainer 
{
    padding:0px 15px 15px 15px;
    float:left;
    width:930px;
}
#header
{
	padding:10px 10px 0;
}

#header #logoarea
{
	float: left;
	margin: 25px 0 0px 0px;
	width: 400px;
}

.headerlinks
{
	float: right;
	width: auto;
	margin-bottom:27px;
}
#langLinkList 
{
    margin-left:20px;
}
#langLinkList li
{
    float:left;
}
#langLinkList li a img
{
    border:none;
    padding-right:5px;
}
#langLinkList li.LiLang
{
    width:34px;
    height:27px;
    padding-left:10px;
}
a.SwedishLink, a.EnglishLink 
{
    float:right;
    width:34px;
    height:27px;
    padding-left:10px;
    display:block;
} 

.SwedishLink 
{
    background: url('/Templates/Styles/Images/Icons/icon-swedish.png' ) no-repeat 15px;
}
.EnglishLink 
{
    background: url('/Templates/Styles/Images/Icons/icon-english.png' ) no-repeat 15px;
}

.headerlinks a
{
    color:#555;
	text-decoration: none;
	font-size: 1.1em;
	margin: 0 0 5px 0;
}

.headerlinks a:hover
{
	text-decoration: underline;
}

.horz-list li
{
    display:inline;
}
.right 
{
    float:right;
}
#langLinkList .langChangeLast 
{
    padding-right:15px;
    border-right:1px solid #ddd;
}
#langLinkList .langChangeFirst 
{
    padding-left:15px;
    border-left:1px solid #ddd;  
}
#langLinkList .langChangeOnly
{
    padding-left:15px;
    border-left:1px solid #ddd;  
    padding-right:15px;
    border-right:1px solid #ddd; 
}
#langLinkList a.SiteMap
{
    padding-right:15px;
}
.magnify 
{
    background: url('/Templates/Styles/Images/Icons/magnify.png') no-repeat center;
    background-color: #ccc;
}
.headerlinks .NormalLink 
{
    /*margin-right:10px;*/
}
/* Search area */
#header .searchContainer 
{
    float:right;
}

input[type="text"], select, textarea, .formmain input
{
    border: 1px solid #BBBBBB;
    font-family: Arial,Helvetica,Verdana,Tahoma;
    padding: 2px;
}
.formmain input[type="checkbox"], .formmain input[type="radio"] 
{
    border:none;
} 
.formmain input[type="submit"]
{
    background:#2a438f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    -khtml-border-radius: 3px; /* for old Konqueror browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#506bbe', endColorstr='#253c84'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#506bbe), to(#253c84)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #506bbe,  #253c84); /* for firefox 3.6+ */ 
    cursor:pointer;
    border:1px solid #1c2a54;
    padding:4px 10px;
    font-weight:bold;
    color:#FFF;
}
.formmain fieldset 
{
    border:none;
    padding:5px 0px;
    border-top:1px dotted #bbb;
    border-bottom:1px dotted #bbb;
}
.formmain fieldset input[type="radio"], .formmain fieldset input[type="checkbox"]
{
    border:none;
}
#header .search-area-header
{
	clear: right;
	float: right;
}

.search-area-header input, .search-area-content input
{
	width:250px;
	height:22px;
}

input.search-box-small
{
	float: right;
}

input.search-button-small
{
	float: right;
	margin-left:5px;
	width: 33px;
	height:28px;
	background-color:#fdc24e;
	border:1px solid #fbb938;
	cursor:pointer;
	display:block;
    -moz-box-shadow:inset 0 4px 10px #fed68e;
    -webkit-box-shadow:inset 0 4px 10px #fed68e;
    box-shadow:inset 0 4px 10px #fed68e;

}
input.search-button-small:active
{
}

#content-search .search-area-content
{
	float: left;
	margin: 0px 10px 0 0;
}

/* end search area */
#page-wrapper
{
	background-color: White;
	float: left;
	min-height: 400px;
	overflow: auto;
	width: 980px;
	padding-top: 16px;
	padding-bottom: 35px;
}

#leftcolumn
{
	float: left;
	margin: 0px 3px 5px 0px;
	padding: 0px 12px 15px 15px;
	width: 195px;
}

#content, #content-main-right
{

	/* NEW font-size: 1.2em;*/
	font-size: 1.1em;
	color: #333333;
	float: left;
	margin: -3px 2px 5px 5px;
	padding: 0px 8px 15px 5px; /*width: 415px;*/
}
#content h1 
{
    /* NEW font-size:2.17em;*/
}
#content h2 
{
    /* NEW font-size:1.5em;*/
}
#content h3 
{
    /* NEW font-size:1.33em;*/
}
#content, #content-search
{
    border-right:1px dotted #dedee0;
    min-height:400px;
}

#content-search
{
	color: #333333;
	display: inline;
	float: left;
	padding: 0px 10px 25px 25px; /*width: 625px;*/
}

#content-search #search-result
{
	float: left;
	margin-top: 20px;
	width: 615px;
}

#content-search #search-advanced
{
	float: left;
	margin: 0px 0 0 15px; /*width: 140px;*/
}

#rightcolumn
{
    /*
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: normal;
*/
    font-size: 1.1em;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 14px 15px 10px;
	width: 285px;
	color:#333333;
	/* NEW font-size:1.2em; */
}
#rightcolumn a
{
    font-size:1.091em;
}
/*
input.coolt
{
	background-color: #f5f5f5;
	background-image: url(images/right-greenbox-top.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #c0c0c0 #fff #fff #c0c0c0;
	padding-left: 2px;
	width: 15em;
}
*/
#breadcrumbs
{
	background-color: White;
	float: left;
	font-family: Verdana;
	font-size: 1.0em;
	height: 34px;
	width: 900px;
	color:#555555;
}

#breadcrumbs a
{
	text-decoration: none;
	color:#555555;
	font-family:Verdana;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}
.crumbContainer 
{
    float:left;
    padding:5px;
    margin:5px 0 0 5px;
    border-top:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
}
.required
{
	color: Red;
}

.validationSummary ul
{
	display: none;
	visibility: hidden;
}

.printbutton
{
	border-width: 0px;
	float: left;
	margin-top: 30px;
}

.pointer
{
    cursor: pointer;
}

.pointer a
{
    text-decoration: none;
}

/* Boxes on StartPage */
#startpage-mainbox 
{
    display:block;
    float:left;
    width:625px;
}
#startpage-mainbox .mainUl
{
    list-style-type:none;
    width:620px;
}
#startpage-mainbox .mainUl img 
{
    float:right;
    max-width:120px;
    padding:0 10px 10px 10px;
    
}
#startpage-mainbox .mainUl li h3 
{
    padding-right:10px;
    margin-top:0px;
}
#startpage-mainbox .mainUl li p.desc  
{
    padding-right:10px;
    font-size:1.2em;
    color:#666666;
}
/*
#startpage-mainbox .mainUl li span 
{
    font-family:Arial;   
    padding-bottom:3px;
    display:block;
    margin-top:-2px;
    color:#666666;
}*/

#content-search #startpage-leftbox
{
	display: block;
	float: left;
	margin: 15px 10px 10px 0px;
	padding: 10px 0px 10px 0px;
	width: 285px;
}

#content-search #startpage-rightbox
{
	display: block;
	float: left;
	margin: 15px 0 10px 25px;
	padding: 10px 0 10px 0px;
	width: 285px;
}

#content-search .startpage-box
{
	background:#dedad9;
	border:1px solid #cccbc9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf9f8', endColorstr='#dedad9'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fdf9f8), to(#dedad9)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fdf9f8,  #dedad9); /* for firefox 3.6+ */ 
	height: 76px;
	padding: 5px 0 0 0;
	width: 298px;
	overflow:hidden;
}
#startpage-leftbox h2, #startpage-rightbox h2 
{
    margin:0px;
}
#content-search #startpage-leftbox span, #content-search #startpage-rightbox span
{
    color: #6a6a6a;
	background: url('/Templates/Styles/Images/Icons/icon_doc.png' ) no-repeat scroll left center transparent;
	display: block;
	margin: 0px 0px 0px 5px;
	padding-left:55px;
	height:70px;
	text-decoration: none;
}
#content-search #startpage-rightbox span
{
    background: url('/Templates/Styles/Images/Icons/icon_car.png' ) no-repeat scroll left center transparent;
    padding-left:95px;
}
#content-search #startpage-leftbox span span, #content-search #startpage-rightbox span span
{
    margin:0px;
    padding:0px;
    padding-right:35px;
    margin-right:10px;
    background: url('/Templates/Styles/Images/Icons/icon_rarrow.png' ) no-repeat scroll right center transparent;
}
#content-search #startpage-leftbox span a, #content-search #startpage-rightbox span a
{
    color: #6a6a6a;
    font-size:16px;
    /*background: url('/Templates/Styles/Images/Icons/icon_rarrow.png' ) no-repeat scroll right center transparent;*/
}

#content-search #startpage-leftbox p a, #content-search #startpage-rightbox p a
{
	font-family: Arial;
	font-size: 1.4em;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 15px 0 0 20px;
}

#content-search .startpage-box-bottom
{
	margin: 10px 0;
	padding: 10px 0;
}
#content-search .search-area
{
    display:block;
    padding-top:20px;
    padding-bottom:10px;
}
#content-search .search-advanced-row
{
	height: 15px;
}
#content-search .search-label 
{
    vertical-align:top;
}
#content-search .search-result-summary
{
	display: block;
	font-weight: bold;
	padding: 0 0 3px 7px;
}

/* MENU */

#menu
{
    background: url('/Templates/Styles/Images/menu-top-bgd.png' ) repeat-x scroll left top transparent;
	float: left;
	height: 37px;
	padding: 0 0 0 4px;
	width: 950px;
	border:1px solid #58585a;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
}
#menu a 
{
    float:left;
    display:block;
    text-transform:uppercase;
    color:#FFF;
}
#menu a:hover 
{
    text-decoration:underline;
}
#menu ul li a 
{
    height:27px;
    padding:10px 17px 0px;
    border-left:1px solid #8095cb;
    border-right:1px solid #58585a;
    font-size:12px;
}
#menu ul li:first-child a 
{
    border-left:none;
}
#menu ul li:last-child a 
{
    border-right:none;
}
#menu ul li.home a 
{
    background: url('/Templates/Styles/Images/Icons/icon_home.png' ) no-repeat scroll center transparent;
    width:17px;
}
#menu ul li.active a 
{
    background: url('/Templates/Styles/Images/menu-top-active.png' ) repeat-x scroll left top;
    
}
#menu ul li.home a span
{
    display:none;
}

#logotype
{
	float: left;
	padding: 5px 5px 5px 5px;
	height: 72px;
	width: 229px;
}

#logotype a
{
	color: #000000;
	font-style: italic;
	font-size: 18px;
	text-decoration: none;
	text-transform: lowercase;
}

#logotype H2 a
{
	font-size: 12px;
}

.middlebox
{
	border: solid 1px green;
}

.rightbutton
{
	background: transparent url(   '/Templates/Styles/Images/form-searchbutton.gif' ) no-repeat;
	border: 0px;
	color: #333333;
	float: right;
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	padding: 4px 0 2px 5px;
	width: 70px;
}
/* Forms - XForms */

.formmain
{
	padding: 15px 5px 5px 20px;
	width: 383px;
	margin-top:20px;
	background:#f3f3f3;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.formmain tr td
{
    padding-bottom:3px;
}
.formmain tr td span
{
    padding-right:10px;
}
.vert-dotted-right
{
    border-right: 1px dotted #dedee0;
    
}
.vert-dotted-left
{
    border-left: 1px dotted #dedee0;
    
}
.horz-dotted-bottom 
{
    border-bottom:1px dotted #dedee0;
    padding-bottom:10px;
    margin-bottom:10px;
}
.horz-dotted-top 
{
    border-top:1px dotted #dedee0;
    padding-top:10px;
    margin-top:10px;
}
/* FOOTER */

#footersitemap
{
	background-color: White;
	clear: both;
	font-family: Arial;
	font-size: 1.1em;
	float: left;
	margin: 0px auto 0px auto;
	min-height: 170px;
	padding: 10px 5px 25px 25px;
	width: 950px;
}
#footersitemap .footerbgdimage 
{
    width:910px;
	background: url('/Templates/Styles/Images/footer-colorbar.png') no-repeat scroll 0 0 transparent;
	clear: both;
	font-family: Arial;
	float: left;
	margin: 0px auto 0px auto;
	min-height: 170px;
	padding:20px 10px 10px 10px;
}
#footerinfocontainer 
{
    width:910px;
}
#footerinfocontainer a
{
    font-size:12px;
}
#footerinfo 
{
	width:610px;
	display:inline;
	float:left;
	padding-right:20px;
	
}
#footerinforight
{
    width:270px;
    display:inline;
	float:left;
	margin-left:5px;
	

}
#footerinforight.icon-bubble
{
    background: url('/Templates/Styles/Images/Icons/icon_bubble.png' ) no-repeat scroll left center transparent;
    padding-left:55px;
    width:215px;
}

#footersitemap #menu-footer
{
	width: 910px;
}

#footersitemap #menu-footer ul
{
	margin: 0px;
	padding: 0px;
}

#footersitemap #menu-footer ul li
{
	display: inline;
	float: left;
	list-style: none;
	padding-right: 10px;
	position: relative;
	width: 122px;
}
#footersitemap #menu-footer ul li:first-child 
{
    width:60px;
}
#footersitemap #menu-footer li a
{
	font-weight: bold;
	text-decoration: underline;
}

#footersitemap #menu-footer li ul
{
	display: block;
}

#footersitemap #menu-footer li li
{
	display: list-item;
	list-style: none;
	margin-top: 2px;
}

#footersitemap #menu-footer li li a
{
	font-weight: normal;
}

#footerbottom
{
	clear: both;
	float: left;
	font-family: Verdana;
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 10px 30px;
	width: 945px;
}

/* SITEMAP */

#content ul.SiteMap
{
	margin: 0;
}

#content ul.SiteMap li
{
	font-family: Arial;
	font-size: 1.4em;
	font-weight: bold;
	list-style: none;
	padding-bottom: 25px;
}

#content ul.SiteMap ul
{
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 20px;
}

#content ul.SiteMap li ul li
{
	font-size: 0.8em;
	padding-bottom: 5px;
}

#content ul.SiteMap li ul li ul li
{
	font-size: 1.0em;
	font-weight: normal;
}

#content ul.SiteMap li ul li ul li ul li
{
	font-size: 0.9em;
}

#content ul.SiteMap a
{
	margin-bottom: 7px;
	text-decoration: none;
}

#content ul.SiteMap a:hover
{
	text-decoration: underline;
}

#content ul.SiteMap ul a
{
	color: #333333;
}

#innercontent-sitemap
{
	padding-left: 38px;
}

/* linkbox */
/* Mellansida, sökträffar */
.linkbox 
{
    border-top:1px dotted #DEDEE0;
    padding-bottom:15px;
}

#content .linkbox h3 a
{
	/* font-size: 0.73em; */
	font-family: Arial;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}

#content-search .linkbox-right
{
	/*border: 1px solid red;*/
	float: right;
	margin: 0;
	padding: 0 0 5px 15px;
	width: 130px;
}

#content-search .linkbox-right a
{
	text-decoration: none;
}

#content-search .linkbox-right a span
{
	cursor: pointer;
}

#content-search .linkbox-right span
{
	display: block;
	width: 100%;
}

#content-search .linkbox-right .doctype-nofile
{
	visibility: hidden;
}

#content-search .linkbox-right .doctype-pdf, .greenbox-pdf
{
	background: transparent url(   '/Templates/Styles/Images/Icons/doctype-pdf-icon.gif' ) no-repeat;
	display: block;
	padding-left: 18px;
	height: 16px;
}
.greenbox-doc, .greenbox-pdf, .greenbox-xls,.greenbox-txt 
{
    padding-left:25px;
    margin:5px 0 10px;
}
#content-search .linkbox-right .doctype-doc, .greenbox-doc
{
	background: transparent url(   '/Templates/Styles/Images/Icons/doctype-doc-icon.gif' ) no-repeat;
	display: block;
	padding-left: 18px;
	height: 16px;
}

#content-search .linkbox-right .doctype-xls, .greenbox-xls
{
	background: transparent url(   '/Templates/Styles/Images/Icons/doctype-xls-icon.gif' ) no-repeat;
	display: block;
	padding-left: 18px;
	height: 16px;
}

#content-search .doctype-txt, .greenbox-txt
{
	background: transparent url(   '/Templates/Styles/Images/Icons/doctype-txt-icon.png' ) no-repeat;
	display: block;
	padding-left: 18px;
	height: 16px;
}
tr.pager-top, tr.pager-footer
{
    position:relative;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
tr.search-result-row 
{
    border-bottom:1px dotted #dedee0;
}
.search-result-row .search-info-text
{
    margin-bottom:2px;
}
.search-result-row td
{
    padding:0px 0px 15px;
    margin-top:10px;
}
.search-result-row td .date
{
    margin-bottom:5px;
}
.search-result-row td .breadcrumbs 
{
    margin-top:5px;
}

/* högerpuffar */

.relateditems
{
	list-style-type: none;
}
.relateditems li
{
    margin: 0 0 20px;
}
.relateditems li div.orangebox, 
.relateditems li.noboxBottom div.orangebox,
.relateditems li div.greybox, 
.relateditems li.noboxBottom div.greybox,
.relateditems li div.purplebox,
.relateditems li.noboxBottom div.purplebox,
.relateditems li div.nobox,
.relateditems li div.importantbox 
{
    border:1px solid #bcbdc0;
    padding: 10px 15px 5px;
}
.relateditems li div.puffBottomDiv, .relateditems li div.puffBottomDivImportant
{
    border:1px solid #bcbdc0;
    border-top:none;
    padding: 5px 15px 10px;
}
.relateditems li div.puffBottomDivImportant
{
    background-color:#fff693;
}
.relateditems li.noboxBottom div.boxColorNoBox
{
    border:1px solid #bcbdc0;
    border-top:none;
    padding-bottom:10px;
}
/*
.relateditems li
{
	margin: 0 0 20px;
	border:1px solid #bcbdc0;
	padding: 10px 15px 15px 15px;
}
*/
.relateditems li div.nobox
{
	display:none;
}
.relateditems li.noboxBottom div
{
    border:none;
	padding:0px;
}
.relateditems li.noboxBottom div.noboxBottom
{
    padding:0 0 10px;
}
.relateditems li div.greybox 
{
    background:#dedfe1; /* IE 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff0f0', endColorstr='#d6d7d9'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#eff0f0), to(#d6d7d9)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #eff0f0,  #d6d7d9); /* for firefox 3.6+ */ 
}
.relateditems li div.purplebox
{
    color:#FFF;
    background:#4255a5; /* IE 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a71b5', endColorstr='#2a459d'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#6a71b5), to(#2a459d)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #6a71b5,  #2a459d); /* for firefox 3.6+ */ 
}
.relateditems li.purplebox a, #rightcolumn li.purplebox h3, #rightcolumn li.purplebox h2, #rightcolumn li.purplebox h4
{
    color:#FFF;
}
.relateditems li div.orangebox, .relateditems li div.importantbox 
{
    background:#fece53; /* IE 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd97f', endColorstr='#fec833'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd97f), to(#fec833)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffd97f,  #fec833); /* for firefox 3.6+ */ 
}
#rightcolumn h2
{
	margin: 0;
	padding: 3px 0;
	/* NEW font-size:1.5em; */
}
#rightcolumn h3 
{
    padding: 3px 0;
	/* NEW font-size:1.33em; */
}
#rightcolumn h4 
{
    padding: 3px 0;
	/* NEW font-size:1.17em; */
}
#rightcolumn h2 a
{
	text-decoration: none;
}

#rightcolumn h3
{
	color: #333333;
	margin: 0;
	padding: 10px 0 3px;
}

#rightcolumn h3 a
{
	text-decoration: none;
}

#rightcolumn h2 a:hover, #rightcolumn h3 a:hover
{
	text-decoration: underline;
}
/*
#rightcolumn h2 a:visited, #rightcolumn h3 a:visited
{
	color: #0099cc;
}
*/
#rightcolumn .nobox
{
	padding: 0 0 5px 0;
	width: 281px;
}

/* JQuery */

.highlight
{
	background-color: #fdb92d;
}
/* Left menu */
.left_nav_col
{
	padding:1px 10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	font-size:11px;
	display:block;
}
.left_nav_col li 
{
    border-bottom:1px dotted #dedee0;
    padding-bottom:5px;
    margin-bottom:5px;
}
.left_nav_col li:last-child
{
    border-bottom:none;
}
.left_nav_col ul
{
	list-style-type: none;
	overflow:hidden;
}
.left_nav_col ul.leftmenu-second li
{
	padding-left:10px;
}
.left_nav_col ul.leftmenu-third li
{
	padding-left:15px;
}
.left_nav_col a
{
	display:block;
	padding:8px 10px 8px 14px;
}
.left_nav_col a:hover
{
    text-decoration:underline;
}
.left_nav_col .first_li a
{
	background: #FFFFFF url('/Templates/Styles/Images/Icons/arrow-purple-right.png') no-repeat scroll left center;
}
.left_nav_col .leftmenu-third li a, 
.left_nav_col .leftmenu-third li.selected a.selectedNoChildren, 
.left_nav_col .leftmenu-third li.selected a.selectedWithChildren 
{
    background:none;
}
.left_nav_col .leftmenu-third li a.expanded
{
    background:none;
    color:#333;
}

.left_nav_col a.selected, 
.left_nav_col li.selected a.selectedWithChildren
{
    color:#333;
    font-weight:bold;
    background: #FFFFFF url('/Templates/Styles/Images/Icons/arrow-grey-down.png') no-repeat scroll left center;
}
.left_nav_col li.selected a.selectedNoChildren 
{
    font-weight:bold;
    color:#333;
    background: #FFFFFF url('/Templates/Styles/Images/Icons/arrow-grey-right.png') no-repeat scroll left center;
}
.left_nav_col li a.expanded
{
    background: #FFFFFF url('/Templates/Styles/Images/Icons/arrow-purple-down.png') no-repeat scroll left center;
}
.left_nav_col .second .second-li a, .left_nav_col li.third-li a
{
    background:none;
}
.left_nav_col ul.second li 
{
    margin-left:10px;
}

#search-result .pager-top td
{
	padding: 6px 0 6px 7px;
}

#search-result .pager-footer td
{
	height: 33px;
	padding: 0 0 0 7px;
}

/* paging */
.search-paging-button-back, .search-paging-button-forward
{
    vertical-align:top;
}

.paging-link-selected
{
	vertical-align: top;
	font-size: 1.2em;
	vertical-align: super;
	font-weight: bold;
	padding: 3px;
}

.paging-link
{
	padding: 3px;
	font-size: 1.2em;
	vertical-align: super;
	color:#555555;
}

/* datagrid, gridwiev */
.dgiRow
{
	display: inline-block;
	float: left;
	width: 100%;
}

.dgiThin
{
	display: inline;
	float: left;
	text-align: left;
	width: 45px;
}

.dgiThin a
{
    color: Black;
    text-decoration: none;
}

.dgiThinPointer
{
    cursor: pointer;
	display: inline;
	float: left;
	text-align: left;
	width: 45px;
}

.dgiMiddle
{
	display: inline;
	float: left;
	text-align: left;
	width: 90px;
}

.dgiWide
{
	display: inline;
	float: left;
	text-align: left;
	width: 600px;
}

.dgiGroup
{
	cursor: pointer;
	display: inline;
	float: left;
}

.dgiChild
{
	/*display: block;*/
	float: left;
	text-align: left;
	padding-left: 45px;
	width: 650px;
}

.dgiIcChild
{
	/*display: block;*/
	float: left;
	text-align: left;
	padding-left: 90px;
	width: 100%;
}

.order
{
    background:#fece53; /* IE 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd97f', endColorstr='#fec833'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd97f), to(#fec833)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffd97f,  #fec833); /* for firefox 3.6+ */ 
	border-top: 1px solid #bcbdb0;
	border-bottom: 1px solid #bcbdb0;
	margin-top: 5px;
	padding: 2px 0px 5px 0px;
}

.dropdownlist
{
    margin-top: 20px;
}

/* table level rules */
.grid
{
	color: #333333;
	font-size: 1.1em;
	margin-top: 20px;
	width: 100%;
}

/* header column rules */
.grid th
{
	background: #ddd;
	border-color: #989898 #cbcbcb #989898 #989898;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px medium;
	color: #fff;
	padding: 4px 5px 4px 10px;
	vertical-align: bottom;
	text-align: left;
}

.grid .headerStyle
{
    background:#ddd; /* IE 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #eeeeee,  #cccccc); /* for firefox 3.6+ */ 
    
	border-color: #989898 #cbcbcb #989898 #989898;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px medium;
	color: #444;
	font-weight:bold;
	display: inline-block;
	padding: 4px 14px 4px 10px;
	vertical-align: bottom;
	text-align: left;
}

.grid th a
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-right: 10px;
}

.grid .headerStyle a
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-right: 10px;
}

/* data cell and data row rules */
.grid td
{
	color: #333333;
	padding: 4px 10px 4px 10px;
	border-bottom: solid 1px #CCC;
}

.grid .itemStyle
{    
	color: #333333;
	display: inline-block;
	padding: 4px 14px 4px 10px;
	border-bottom: solid 1px #CCC;
}

.grid .altrow
{
	background-color: #EBF4FA;
}

.grid .row
{
	background-color: #fff;
}

.grid .rownum
{
	width: 15px;
	text-align: center;
	padding-left: 0px;
	font-weight: bold;
	color: #333333;
}

/* group header */
.grid .group span
{
	padding: 10px 0px 2px 0px;
	color: #666666;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}
.grid .group img
{
	cursor: pointer;
}

/* Overlay */
#simplemodal-overlay
{
	background-color: #000;
	cursor: wait;
}

/* Container */
#simplemodal-container
{
	height: 200px;
	width: 350px;
	color: Black;
	background-color: #fff;
	/*border: 4px solid #627e0e;*/
	border: 4px solid #fdba2e;
	padding: 12px;
}

#simplemodal-container .row
{
    display: block;
    float: left;
    width: 100%;
}

#simplemodal-container code
{
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}

#simplemodal-container a
{
	color: #ddd;
}

#simplemodal-container a.modalCloseImg
{
	background: url( '/Templates/Styles/Images/x.png' ) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -16px;
	cursor: pointer;
}

#simplemodal-container #basic-modal-content
{
	padding: 8px;
}
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.rounded-corners-4px
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* future proofing */
    -khtml-border-radius: 4px; /* for old Konqueror browsers */
}
.rounded-corners-6px
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; /* future proofing */
    -khtml-border-radius: 6px; /* for old Konqueror browsers */
}
.rounded-corners-10px
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.rounded-top-corners-10px
{
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0; /* future proofing */
    -khtml-border-radius: 10px 10px 0 0; /* for old Konqueror browsers */
}
.rounded-bottom-corners-10px
{
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; /* future proofing */
    -khtml-border-radius: 0 0 10px 10px; /* for old Konqueror browsers */
}
.opaque {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=50);					
}
/* =============== IE 7 =============== */
.ie7 .caption {         
    background:transparent; 
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC585B91,endColorstr=#CC585B91);        
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC585B91,endColorstr=#CC585B91);
    zoom: 1;
}
.ie7 .slides_container {
    background:transparent; 
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC585B91,endColorstr=#CC585B91);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC585B91,endColorstr=#CC585B91);
    zoom: 1;
} 
.ie7 #header .search-area-header
{
	clear: none;
}
.ie7 .headerlinks 
{
    float:right;
    width:500px;
    height:30px;

}

.ie7 #langLinkList li,.ie7 #langLinkList li a
{
    height:32px;
    display:inline;
}
.ie7 #langLinkList 
{
    height:32px;
}
.ie7 #langLinkList li.LiLang 
{
    margin-right:10px;
    padding-left:0px;
}
.ie7 #content-search .search-area-content
{
	width: 356px;
	height: 29px;

}
.ie7 #content-search .search-button-small
{
	float:none;
	display:inline;

}
.ie7 #menu ul li a 
{
    padding:10px 18px 0px;
    border-right:none;
    border-left:1px solid #58585a;
}
.ie7 #menu ul li.home a
{
    border-left:none;
}
/* =============== IE 8 =============== */

/* =============== IE 9 =============== */
.gtie8 .relateditems li div.greybox 
{
    /*background:#dedfe1; */
    filter:none;
}
.gtie8 .relateditems li div.purplebox
{
    /*background:#4255a5; */
    filter:none;
}
.gtie8 .relateditems li div.orangebox, .gtie8 .relateditems li div.importantbox  
{
    /*background:#fece53; */
    filter:none;
}

.gtie8 .relateditems li div.puffBottomDivImportant
{
    /*background-color:#fff693;*/
}
