
/*
GRID INIT:
COL_COUNT: 14.0
COL_W:     80.0
GUTTER:    20.0
MARGIN:    10.0
WIDTH:     1400.0
*/


@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800);
@import url('/css/spaces.css.jsp');
@import url('/css/bootstrap_overrides.css.jsp');

html {
	height: 100%;
}

body {
	margin: 0;
	text-align: center;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow: -moz-scrollbars-vertical;
	background-color: #6e5e4f;
}

body, td {
	font: 400 14px/1.5em 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin: 0 0 0.7em 0;
	padding: 0 7px;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight: 700;
	color: #000;
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
.h1 + .h2,
.h2 + .h3,
.h3 + .h4,
.h4 + .h5,
.h5 + .h6,
p + .h2,
p + .h3,
p + .h4,
p + .h5,
p + .h6 {
	margin-top: 1.2em;
}

.phone h1,
.phone h2,
.phone h3,
.phone h4,
.phone h5,
.phone h6,
.phone .h1,
.phone .h2,
.phone .h3,
.phone .h4,
.phone .h5,
.phone .h6 {
	padding: 0 20px;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.text .h1,
.text .h2,
.text .h3,
.text .h4,
.text .h5,
.text .h6 {
	padding: 0;
}

h1, .h1 { font-size: 24px; line-height: 34px; }
h2, .h2 { font-size: 18px; line-height: 26px; }
h3, .h3 { font-size: 16px; line-height: 22px; }
h4, .h4 { font-size: 15px; line-height: 18px; }
h5, .h5 { font-size: 14px; line-height: 16px; }
h6, .h6 { font-size: 13px; line-height: 15px; }




h2,
#doc_foot h3,
#doc_foot h4 {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin: 0 0 0.2em 0;
}
#doc_foot h3,
#doc_foot h4 {
	padding: 0;
}
div.line,
h1.line,
h2.line {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin: 20px 0 15px 0;
}
#startpage #rightCol h2.line.wide {
	margin-bottom: 0;
}

#rightCol h2,
#rightCol h3,
#rightCol h4 {
	font-size: 18px; line-height: 26px;
}

p {
	margin: 0 0 0.5em 0;
}
.text p {
	margin: 0 0 1em 0;
}
blockquote p {
	margin: 0 0 0.5em 0;
}
.mt {
	margin-top: 20px !important;
}

.quote{
	color:purple;
}

#article #textContent h1,
#article #textContent h2,
#article .ingress,
#article .text {
	max-width: 526px;
	margin: 0 0 0.5em 0;
	padding: 0 7px;
}
#article .ingress {
	font: 700 14px/20px 'Open Sans', Verdana, Geneva, sans-serif;
}
.phone #article .ingress,
.phone #article .text {
	padding: 0 20px;
}
#article blockquote {
	margin: 0 0 0.5em 0;
	padding: 0 7px;
	font: 400 italic 18px/26px 'Open Sans', Verdana, Geneva, sans-serif;
	text-align: right !important;
	color: #333;
}

#article blockquote {
	display: flex;
	position: relative;
	align-items: center;
	margin: 1.4rem 7px 1.4rem calc(30px + 7px);
	padding: 0.5em 1em;
	min-height: 1.5em;
	border: 0 !important;
	font-size: clamp(2rem, 1.6rem + 2vw, 2.6rem) !important; /* 320-800 */
	line-height: 1.2 !important;
	font-weight: 300;
	font-style: italic;
	color: #94978f !important;
}
#article blockquote,
#article blockquote * {
	text-align: left !important;
}
#article blockquote:before {
	content: url(/images_gui/icons/citat.svg);
	width: clamp(4rem, calc(2rem + 10vw), 7rem); /* 320-800, 64-112px */
	height: 100%;
	flex-shrink: 0;
	align-self: flex-start;
	margin: .5rem 1em 0 -50px;
}

.dim {
	color: #666;
}
.red {
	color: #f00;
}
i.dim {
	font-style: normal;
}

.h2Right {
	position: relative;
	top: 3px;
	float: right;
	margin-left: 10px;
	font-size: 11px;
	z-index: 100;
}

/* *******************************************************************************************
 *         Links                                                                             *
 ******************************************************************************************* */

a#main-content {
	position: relative;
	top: -30px;
}

a, input, button, select, textarea {
	outline: none !important;
}
A:link,
A:visited {
	position: relative;
	color: #2079e6;
	text-decoration: none;
}
#startpage #leftCol A:link,
#article_top A:link,
#startpage #leftCol A:visited,
#article_top A:visited {
	color: #000;
	text-decoration: none;
}
A:visited {
	color: #2079e6;
}
#greenPlate A:link,
#greenPlate A:visited {
	color: #fff;
}

A:hover,
#startpage #leftCol A:hover,
#article_top A:hover {
	position: relative;
	color: #3536f8;
	text-decoration: underline;
}
A:active,
A:focus {
	position: relative;
	text-decoration: none;
	color: rgb(53,54,248) !important;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5) !important;
	-moz-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5) !important;
	-o-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5) !important;
	-ms-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5) !important;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5) !important;
}
#article_top A:active,
#article_top A:focus {
	color: #3536f8;
	text-decoration: underline;
}
#greenPlate A:hover {
	color: #fff !important;
}
#greenPlate A:active,
#greenPlate A:focus {
	color: #fff !important;
	background-color: rgba(255,255,255,0.1) !important;
	color: rgb(255,255,255) !important;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(255,255,255) !important;
	-moz-box-shadow: 0 0 0 0.2rem rgb(255,255,255) !important;
	-o-box-shadow: 0 0 0 0.2rem rgb(255,255,255) !important;
	-ms-box-shadow: 0 0 0 0.2rem rgb(255,255,255) !important;
	box-shadow: 0 0 0 0.2rem rgb(255,255,255) !important;
}


/* *******************************************************************************************
 *         Lists                                                                             *
 ******************************************************************************************* */

#leftCol UL,
#rightCol UL,
.articles UL {
	list-style: none;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 0;
}
#leftCol UL LI,
#rightCol UL LI,
.articles UL LI {
	margin-left: 0;
	padding-bottom: 5px;
	padding-left: 23px;
	background: transparent url(/images_gui/icons/icon_listdot.png) 6px 7px no-repeat;
}
#rightCol UL LI {
	background-position: 7px 5px;
}
#leftCol .easyread_text UL LI {
	padding-left: 25px;
	background-position: 7px 10px;
}
.colored_plate UL LI {
	background-image: url(/images_gui/icons/icon_listdot_white.png) !important;
}
UL.noDot LI {
	background-image: none !important;
}


.no-dot ul,
ul.no-dot {
	margin: 10px 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}
.no-dot ul li,
ul.no-dot li {
	margin: .3rem 0 .6em 0 !important;
	padding: 0 !important;
	text-indent: 0 !important;
	background: none !important;
}
.no-dot ul li::before,
ul.no-dot li::before {
  content: none !important;
}



OL {
	padding-left: 20px;
}

/* *******************************************************************************************
 *         Media Query Classes                                                               *
 ******************************************************************************************* */


.noHighRes,
.onlyTablet,
.onlyPhone,
.onlyTabletOrLess {
	display: none !important;
}
.onlyHighRes {
	display: block;
}

.tablet .noTablet,
.tablet .noTabletOrLess,
.tablet .onlyHighRes,
.tablet .onlyPhone {
	display: none !important;
}
.tablet .noHighRes,
.tablet .onlyTablet,
.tablet .onlyTabletOrLess {
	display: block !important;
}

.phone .noTabletOrLess,
.phone .noPhone,
.phone .onlyHighRes,
.phone .onlyTablet {
	display: none !important;
}
.phone .noHighRes,
.phone .onlyPhone,
.phone .onlyTabletOrLess {
	display: block !important;
}


#inner_container img,
IMG.autoWidthImg {

	max-width: 100%;
	height: auto;
}
#inner_container .fixW img,
#inner_container img.fixW,
#inner_container #rightCol .plate_content img,
.adminDiv img,
#adminPanelDiv img {
	width: auto;
}
img[src*="images/admin"] {
	width: auto !important;
	max-width: unset !important;
}

/* *******************************************************************************************
 *         Layout                                                                            *
 ******************************************************************************************* */

#outer_container {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-bottom: 600px;
	background: transparent url(/images_gui/bg_line_mid.gif) center top repeat-y;
}
#outer_container:after {
	content: ''; display: block; height: 0; clear: both; visibility: hidden;
}
.js #outer_container {
	padding-bottom: 0;
}
@media screen and (min-width: 700px) {
	#outer_container {
		padding-bottom: 200px;
	}
}
#entrepage #outer_container,
#article #outer_container {
	background: #fff url(/images_gui/bg_lines_11_3.gif?_=56543481) center top repeat-y;
}



#entrepage.tablet #outer_container,
#article.tablet #outer_container,
.phone #outer_container,
.admin-view #outer_container {
	background: #fff none !important;
}
#outer_container * {
	text-align: left;
}

#inner_container {
	position: relative;
	width: 100%;
	max-width: 1488px;
	min-width: 310px;
	margin: 0 auto 35px auto;
	padding-bottom: 800px;
}
@media screen and (min-width: 700px) {
	#inner_container {
		padding-bottom: 0;
	}
}
.js #inner_container {
	padding-bottom: 0;
}
.tablet #inner_container,
.phone #inner_container {
	margin: 0 auto 20px auto;
}
.forceDesktop #inner_container {
	min-width: 1488px;
	background: transparent url(/images_gui/bg_lines_8_5.gif) 0 0 repeat-y !important;
}
.forceDesktop #entrepage #inner_container,
.forceDesktop #article #inner_container {
	min-width: 1488px;
	background: transparent url(/images_gui/bg_lines_11_3.gif) 0 0 repeat-y !important;
}
.tablet .container,
.phone .container {
	padding: 0 10px;
}
.phone #doc_head_container .container {
	padding: 0;
}

#inner_container #leftCol #mapDiv{
	/*MIN-72: This is bugfix for the map page*/
	max-width: 560px !important;
}

#inner_container #leftCol,
#inner_container #rightCol {
	position: relative;
	padding-top: 10px;
}

.gte-md #entrepage #rightCol.col-md-4.col-md-offset-1,
.gte-md #article #rightCol.col-md-4.col-md-offset-1 {
	margin-left: 5.33333333%;
	width: 36.33333333%;
}

#startpage #inner_container #leftCol,
#startpage #inner_container #rightCol {
	box-sizing: border-box;
}
#startpage #inner_container #leftCol {
	padding-right: 40px;
}
.phone #startpage #inner_container #leftCol {
	padding-right: 0;
}
#startpage #inner_container #rightCol {
	padding-left: 40px;
}
#startpage #inner_container #rightCol .left-col {
	padding-top: 15px;
	border-right: 1px solid #ccc;
}
.lte-sm #startpage #inner_container #rightCol .left-col {
	border-right: 0;
}
#startpage #inner_container #rightCol .right-col {
	padding-top: 15px;
}

#entrepage #inner_container #leftCol {
	padding-top: 15px;
}
#entrepage #inner_container #rightCol,
#article #inner_container #rightCol {
	padding-top: 0;
}
#article #inner_container #rightCol {
	translate: 4px;
}

#article #content_container {
	position: relative;
}

@media screen and (max-width: 620px) {
	#article #content_container {
		width: 100%;
		margin: 0;
	}
}

#article #content_container.narrow {
	border-top: 25px solid #fff;
}
#article #content_container.narrow #leftCol {
	padding-top: 1px;
}

#inner_container #leftCol #textContent {
	position: relative;
}

#entrepage.phone #content_container.grid_10 {
	width: 100%;
}

/* *******************************************************************************************
 *         Doc head                                                                          *
 ******************************************************************************************* */

#doc_head_container {
	position: relative;
	width: 100%;
	height: 224px;
	background: transparent url(/images_gui/bg_doc_head.gif?seed=22481091) center bottom repeat-x;
}

#doc_head_container.px1,
#px1 #doc_head_container {/* background aligns different when centered divs and and odd width number in some browsers */
	left: 1px;
}
#doc_head_container.px0 {
	left: 0 !important;
}

.tablet #doc_head_container {
	background: transparent url(/images_gui/bg_doc_head_no_bar.png?seed=22481091) center top repeat-x;
}
.forceDesktop #doc_head_container {
	min-width: 1488px;
}
#doc_head {
	position: relative;
	height: 224px;
}
.tablet #doc_head_container {
	height: 264px;
}
.tablet #doc_head {
	height: 264px;
}
.phone #doc_head_container {
	height: 68px;
	background: #4b3b2d none;
}
#doc_head_inner {
	position: relative;
}
.phone #doc_head {
	height: 68px;
}

#logo {
	position: absolute;
	top: 32px;
	left: -1px;
}
#logo a:active,
#logo a:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
}
#logo a:active img,
#logo a:focus img {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5) !important;
	-moz-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5) !important;
	-o-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5) !important;
	-ms-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5) !important;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5) !important;
}
#logoPhone {
	position: absolute;
	top: 12px;
	left: 120px;
}
#logoPhone a {
	display: inline-block;
}

#navBtn {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 77px;
	height: 68px;
	text-indent: -10000px;
	background: transparent url(/images_gui/icons/icon_nav_sprite.png) 0 0 no-repeat;
	cursor: pointer;
}
#navBtn:hover {
	background-position: 0 -100px;
}
#navBtn:active,
#navBtn:focus {
	background-position: 0 -200px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
}



#doc_head_search label {
	display: block;
	position: absolute;
	top: 65px;
	left: 813px;
}
.tablet #doc_head_search label,
.phone #doc_head_search {
	display: none !important;
}
#doc_head_search form {
	display: block;
	position: absolute;
	top: 85px;
	left: 786px;
	width: 359px;
	height: 53px;
	background: transparent url(/images_gui/bg_search.png?_=16424687) 0 0 no-repeat;
}
.tablet #doc_head_search form {
	top: 143px;
	left: -26px;
}

#nav_search {
	position: relative;
}

#nav_search form {
	display: block;
	width: 314px;
	height: 53px;
	background: transparent url(/images_gui/bg_search_nav.png?_=16424687) 0 0 no-repeat;
}
#doc_head_search.active form,
#nav_search.active form {
	background-position: 0 -60px;
}
#doc_head_search form .fld {
	position: absolute;
	width: 215px !important;
	height: 25px;
	top: 5px;
	left: 33px;
	border: 0;
	background-color: transparent;
}
#nav_search form .fld {
	position: absolute;
	width: 170px !important;
	height: 25px;
	top: 5px;
	left: 33px;
	border: 0;
	background-color: transparent;
}
#doc_head_search form .btn {
	position: absolute;
	top: 0px;
	left: 299px;
	width: 35px;
	height: 36px;
	border: 0 !important;
	outline: 0;
}
#nav_search form .btn {
	position: absolute;
	top: 0px;
	left: 254px;
	width: 35px;
	height: 36px;
	border: 0 !important;
	outline: 0;
}

#doc_head_search form .btn:active,
#doc_head_search form .btn:focus,
#nav_search form .btn:active,
#nav_search form .btn:focus {
	-webkit-box-shadow: inset 0px 0px 1px 2px rgba(0,123,255,0.5) !important;
	-moz-box-shadow: inset 0px 0px 1px 2px rgba(0,123,255,0.5) !important;
	-o-box-shadow: inset 0px 0px 1px 2px rgba(0,123,255,0.5) !important;
	-ms-box-shadow: inset 0px 0px 1px 2px rgba(0,123,255,0.5) !important;
	box-shadow: inset 0px 0px 1px 2px rgba(0,123,255,0.5) !important;
}

#doc_head_search form #hitsInfo,
#nav_search form #hitsInfo {
	position: absolute;
	top: 4px;
	left: 251px;
	width: 41px !important;
	height: 28px;
	padding: 0 2px;
	line-height: 28px;
	text-align: right;
	color: #999;
}
#nav_search form #hitsInfo {
	left: 206px;
}
#doc_head_search form #hitsInfo.hasData,
#nav_search form #hitsInfo.hasData {
	background-color: #eee8e0;
}


#doc_head_social #socialIconsLabel {
	display: block;
	position: absolute;
	top: 93px;
	left: 1188px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 300;
}
.tablet #doc_head_social #socialIconsLabel {
	display: none !important;
}
.phone #doc_head_social #socialIconsLabel {
	display: block !important;
	top: 0px;
	left: 22px;
}
#doc_head_social #socialIcons {
	display: block;
	position: absolute;
	top: 86px;
	left: 1282px;
	width: 115px;
	height: 54px;
	background: transparent url(/images_gui/icons/icons_social_sprite.png?_=65483121) 0 0 no-repeat;
}
.tablet #doc_head_social #socialIcons {
	top: 144px;
	left: 344px;
}
.phone #doc_head_social #socialIcons {
	top: 21px;
	left: 0px;
}
#doc_head_social #socialIcons.active {
	background-position: 0 -54px;
}
#doc_head_social #socialIcons.active1 {
	background-position: 0 -108px;
}
#doc_head_social #socialIcons.active2 {
	background-position: 0 -162px;
}

#socialIcons #twLink,
#socialIcons #fbLink {
	position: absolute;
	width: 34px;
	height: 33px;
	top: 1px;
	left: 17px;
}
#socialIcons #twLink:focus,
#socialIcons #twLink:active,
#socialIcons #fbLink:focus,
#socialIcons #fbLink:active {
	-webkit-box-shadow: 0 0 0 0.2rem #55a7ff !important;
	-moz-box-shadow: 0 0 0 0.2rem #55a7ff !important;
	-o-box-shadow: 0 0 0 0.2rem #55a7ff !important;
	-ms-box-shadow: 0 0 0 0.2rem #55a7ff !important;
	box-shadow: 0 0 0 0.2rem #55a7ff !important;
}
#socialIcons #twLink {
	top: 1px;
	left: 17px;
}
#socialIcons #fbLink {
	top: 1px;
	left: 63px;
}


#doc_head_social #addThisDummy {
	display: block;
	position: absolute;
	top: 86px;
	left: 1282px;
	width: 1px;
	height: 1px;
}
.tablet #doc_head_social #addThisDummy {
	top: 165px;
	left: 343px;
}
.phone #doc_head_social #addThisDummy {
	top: 21px;
	left: -1px;
}

#doc_foot_social_place_outer {
	position: relative;
	height: 90px;
}
#doc_foot_social_place {
	position: absolute;
	left: 50%;
	width: 145px;
	height: 75px;
	margin: 10px auto 10px -73px;
}

#doc_head_links {
	position: absolute;
	top: 4px;
	right: 0;
}
.tablet #doc_head_links {
	top: -5px;
	right: -5px;
}
.phone #doc_head_links {
	display: none;
}
#doc_head_links UL {
	clear: both;
	float: right;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: left;
}
#doc_head_links UL LI {
	position: relative;
	display: block;
	float: left;
	margin: 6px 0 0 16px;
	padding: 0 0 0 16px;
	line-height: 1em;
	background: transparent url(/images_gui/bg_doc_head_links_line.gif) 0 5px no-repeat;
}
#doc_head_links UL LI.first {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
#doc_head_links UL LI A {
	position: relative;
	font: 400 13px/20px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000;
}
#doc_head_links UL LI.active A {
	text-decoration: underline !important;
}

/* *******************************************************************************************
 *         Top menu                                                                          *
 ******************************************************************************************* */

#topMenu {
	position: absolute;
	left: 0;
	bottom: 17px;
	width: 100%;
	height: 56px;
	z-index: 1000;
}
.phone #topMenu {
	display: none !important;
}
#topMenu.docked {
	margin-top: -2px;
	background: transparent url(/images_gui/bg_top_menu_docked.png) 0 50% repeat-x;
}
.tablet #topMenu.docked {
	position: absolute !important;
	top: auto !important;
	left: 0 !important;
	bottom: 17px !important;
	background: transparent none;;
}
#topMenuInner {
	position: relative;
	display: table;
	text-align: center;
	width: 1200px;
	height: 56px;
	margin: 0 auto;
	background: transparent;
}
.tablet #topMenuInner {
	width: auto;
	max-width: 1200px;
	text-align: left;
	padding: 0 18px;
}
#topMenu UL {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topMenu UL LI {
	position: relative;
	display: inline;
	margin: 0 0 0 -1px;
	padding: 0;
	background: transparent url(/images_gui/bg_top_menu_item_line.gif) 0 60% no-repeat;
}
.tablet #topMenu UL LI {
	display: block;
	float: left;
	margin-bottom: 2px;
	background-image: url(/images_gui/bg_top_menu_tablet.png);
}
#topMenu ul li.first,
#topMenu ul li.activeNext,
#topMenu ul li.hoverNext,
#topMenuMobile ul li.first,
#topMenuMobile ul li.activeNext,
#topMenuMobile ul li.hoverNext {
	background-image: none; 
}
.tablet #topMenu ul li.first,
.tablet #topMenu ul li.activeNext,
.tablet #topMenu ul li.hoverNext,
.tablet #topMenuMobile ul li.first,
.tablet #topMenuMobile ul li.activeNext,
.tablet #topMenuMobile ul li.hoverNext {
	background-image: url(/images_gui/bg_top_menu_tablet.png);
	background-position: -1px 50%;
}
#topMenu ul li a,
#topMenuMobile ul li a {
	position: relative;
	display: inline-block;
	margin-top: 5px;
	color: #fff;
	text-decoration: none !important;
}
.tablet #topMenu ul li a,
.tablet #topMenuMobile ul li a {
	margin-top: 0;
}
#topMenu ul li a span,
#topMenuMobile ul li a span {
	display: inline-block;
	padding: 4px 10px 11px 10px;
	font: 400 14px/36px 'Open Sans', Verdana, Geneva, sans-serif;
}
.tablet #topMenu ul li a span,
.tablet #topMenuMobile ul li a span {
	padding: 3px 10px;
	font-size: 14px;
	line-height: 25px;
}
#topMenu ul li.active a,
#topMenu ul li a:hover,
#topMenu ul li a:active,
#topMenuMobile ul li.active a,
#topMenuMobile ul li a:hover,
#topMenuMobile ul li a:active {
	position: relative;
	margin-top: 0;
	padding-right: 4px;
	background: transparent url(/images_gui/bg_top_menu_item_right.png) right top no-repeat;
	z-index: 110;
}
.tablet #topMenu ul li.active a,
.tablet #topMenu ul li a:hover,
.tablet #topMenu ul li a:active,
.tablet #topMenuMobile ul li.active a,
.tablet #topMenuMobile ul li a:hover,
.tablet #topMenuMobile ul li a:active {
	
}
#topMenu ul li.active a span,
#topMenu ul li a:hover span,
#topMenu ul li a:active span,
#topMenuMobile ul li.active a span,
#topMenuMobile ul li a:hover span,
#topMenuMobile ul li a:active span {
	position: relative;
	padding: 9px 6px 11px 10px;
	background: transparent url(/images_gui/bg_top_menu_item_left.png) 0 0 no-repeat;
	color: #000;
	z-index: 111;
}
.tablet #topMenu ul li.active a span,
.tablet #topMenu ul li a:hover span,
.tablet #topMenu ul li a:active span,
.tablet #topMenuMobile ul li.active a span,
.tablet #topMenuMobile ul li a:hover span,
.tablet #topMenuMobile ul li a:active span {
	padding: 3px 6px 3px 10px;
}
#topMenu ul li a:active,
#topMenu ul li a:focus,
#topMenuMobile ul li a:active,
#topMenuMobile ul li a:focus {
	top: -2px;
	background-color: rgb(53,54,248) !important;
	color: rgb(255,255,255) !important;
	-webkit-box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
	-moz-box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
	-o-box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
	-ms-box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
	box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
}
.tablet #topMenu ul li a:active,
.tablet #topMenu ul li a:focus,
.tablet #topMenuMobile ul li a:active,
.tablet #topMenuMobile ul li a:focus {
	top: 0;
}
#topMenu ul li.active a:active,
#topMenu ul li.active a:focus {
	background: rgb(53,54,248) none !important;
	-webkit-box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
	-moz-box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
	-o-box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
	-ms-box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
	box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
}
#topMenu ul li.active a:active span,
#topMenu ul li.active a:focus span {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	color: #fff !important;
	background: transparent none !important;
}

/* *******************************************************************************************
 *         Left nav plate                                                                    *
 ******************************************************************************************* */

#nav_menu {
	position: absolute;
	top: 68px;
	left: -347px;
	width: 347px;
}
#nav_menu_container {
	margin-bottom: 7px;
	background: transparent url(/images_gui/bg_nav_shadow_r.png) top right repeat-y;
}
#nav_menu_inner {
	margin-right: 7px;
	padding-top: 20px;
	min-height: 500px;
	background-color: #aa967b;
}
#nav_menu_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: transparent url(/images_gui/bg_nav_shadow_b.png) bottom right no-repeat;
	font-size: 0.1px;
}

#navMenuBottom {
	padding: 15px 30px 15px 25px;
	background-color: #a48466;
	/* IE9- fallback */
	background-image: url('/images_gui/bg_nav_bottom_gradient.png');
	background-position: left top;
	background-repeat: repeat-x;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #ffffff 0%, #a48466 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #ffffff 0%, #a48466 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #ffffff 0%, #a48466 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #a48466));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #a48466 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #ffffff 0%, #a48466 100%);
}

#navMenuBottomLinks {
	padding: 10px 0 15px 0;
}

#navMenuBottom UL {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navMenuBottom UL LI {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 8px 0;
	text-align: left;
}
#navMenuBottom UL LI A {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #4b3b2d;
}

#leftMenu {
	padding: 25px 0;
}

.navMenu UL {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navMenu UL LI {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
}
.navMenu UL LI.branch_inact>A>SPAN>I,
.navMenu UL LI.branch_act>A>SPAN>I {
	position: absolute;
	display: block;
	right: 1px;
	top: 50%;
	width: 47px;
	height: 47px;
	margin-top: -23px;
	cursor: pointer;
	background: transparent url(/images_gui/icons/plus_minus_nav_sprite.png) 0 0 no-repeat;
}
.navMenu UL LI.branch_act>A>SPAN>I {
	background-position: -50px 0;
}

.navMenu LI.lev1 {
	background-color: #4b3b2d;
}
.navMenu LI.branch_act.lev1 {
	background-color: #354367;
}
.navMenu LI.lev2 {
	background-color: #eaecf0;
}
.navMenu LI.branch_act.lev2 {
	background-color: #aeb4c2;
}
.navMenu LI.lev3 {
	background-color: #d7d9e1;
}
.navMenu LI.branch_act.lev3 {
	background-color: #aeb4c2;
}
.navMenu LI.lev4 {
	background-color: #d7d9e1;
}

.navMenu  SPAN {
	color: #fff;
}
.navMenu .lev2>A>SPAN {
	color: #354367;
}
.navMenu .branch_act.lev2>A>SPAN {
	color: #fff;
}
.navMenu .lev3>A>SPAN {
	color: #354367;
}
.navMenu .branch_act.lev3>A>SPAN {
	color: #fff;
}
.navMenu .lev4>A>SPAN {
	color: #354367;
}

.navMenu UL LI A {
	display: block;
	text-decoration: none !important;
	border: 1px solid #aa967b;
	border-bottom: 0;
}
#leftMenu UL LI A,
.navMenu UL LI LI A {
	border-color: #fff;
}
.navMenu UL LI A SPAN {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 22px;
	padding: 10px 25px 10px 25px;
}
.tablet #leftMenu UL LI A SPAN {
	font-size: 12px;
	line-height: 16px;
	padding: 7px 20px 7px 25px;
}
.navMenu UL LI.branch_inact A SPAN,
.navMenu UL LI.branch_act A SPAN {
	padding-right: 40px !important;
}
.navMenu UL LI.lev2 A SPAN {
	padding-left: 25px !important;
}
.navMenu UL LI.lev3 A SPAN {
	padding-left: 35px !important;
}
.navMenu UL LI.lev4 A SPAN {
	padding-left: 45px !important;
}

.navMenu UL LI.selected>A {
	background-color: #717b94 !important;
}
.navMenu UL LI.selected>A>SPAN {
	color: #fff !important;
}

.navMenu UL LI A:hover {
	background-color: #717b94 !important;
}
.navMenu UL LI A:hover>SPAN {
	color: #fff !important;
}

#navMenuBottomText A {
	color: #fff;
}

.navMenu UL.nav-menu-old LI A:active,
.navMenu UL.nav-menu-old LI A:focus {
	background-color: rgb(53,54,248) !important;
	color: rgb(255,255,255) !important;
	-webkit-box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
	-moz-box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
	-o-box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
	-ms-box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
	box-shadow: inset 0px 0px 1px 2px rgb(255,255,255) !important;
}
.navMenu UL.nav-menu-old LI A:active span,
.navMenu UL.nav-menu-old LI A:focus span {
	color: rgb(255,255,255) !important;
}

#leftNavImg {
	border: 1px solid #fff;
	font-size: 0.1px;
	line-height: 0.1px;
}
#leftNavImg img {
	width: 100%;
	max-width: 306px;
	height: auto;
}
#leftNavImgText {
	padding-top: 2px;
	font-size: 10px;
	line-height: 12px; 
	color: #666;
}

#leftNavTxt {
	margin-top: 25px;
}
#leftNavTxt h2,
#leftNavTxt .h2 {
	line-height: 22px;
}
#leftNavTxt * {
	margin-top: 0 !important;
	padding: 0 !important;
	color: #333 !important;
}

/* *******************************************************************************************
 *         Top image                                                                         *
 ******************************************************************************************* */

#top_image_container_start {
	position: relative;
	width: 100%;
	height: 376px;
	background: transparent url(/images_gui/bg_top_image.png) 0 0 repeat;
}
#top_image_container_start.isEditingImages {
	height: 600px;
}

#top_image_start {
	position: relative;
	width: 100%;
	max-width: 1488px;
	margin: 0 auto;
}
#top_image_start #top_image_left {
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
}
#top_image_start #top_image_right {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
}
.phone #top_image_container_start #top_image_left {
	right: 0;
}
.phone #top_image_container_start #top_image_right {
	display: none !important;
}
#top_image_start.isEditingImages #top_image_left,
#top_image_start.isEditingImages #top_image_right {
	width: 745px;
	height: 600px;
}
#top_image_start.isEditingImages #top_image_right {
	width: 499px;
}
#top_image_start #top_image_left img,
#top_image_start #top_image_right img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* *******************************************************************************************
 *         Top image Articles                                                                *
 ******************************************************************************************* */

#image_swiper,
.swiper-slide {
	position: relative;
	background-color: #fff;
	border-top: 26px solid #fff;
	border-bottom: 12px solid #fff;
}
.phone #image_swiper {
	background-color: #000;
}
#leftCol.narrow #image_swiper {
	border-top: 0;
	margin-top: 25px;
	margin-bottom: 15px;
}
#article #leftCol.narrow #image_swiper {
	margin-top: 0;
}
#image_swiper .image {
	position: relative;
	font-size: 0.1px;
	line-height: 0.1px;
}

#article #leftCol.narrow #image_swiper,
#article #leftCol.narrow #image_swiper .image {
	max-width: 536px;
}

#image_swiper .image img {
	position: absolute;
}
#image_swiper.oldSize .image img {}
#image_swiper #byline,
.swiper-slide .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100% !important;
	background: transparent url(/images_gui/1x1_semi_black.png) 0 0 repeat !important;
}
.phone #image_swiper #byline {
	position: relative !important;
	background: #000 none !important;
	display: block !important;
}
#image_swiper #byline #byline_content,
.swiper-slide .text h2 {
	margin: 0 48px;
	padding: 8px 10px !important;
	min-height: 28px;
	text-align: left !important;
	font: 11px/14px 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #fff !important;
}
#image_swiper #byline.noNav #byline_content {
	margin: 0 20px;
	min-height: 16px;
}
#image_swiper.noNav #byline #byline_content {
	margin: 0;
}
#image_swiper #byline #byline_content * {
	margin: 0;
	padding: 0;
}
#image_swiper #byline #byline_content #imageCount {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}
#image_swiper #prevImage,
#image_swiper #nextImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 47px;
	height: 47px;
	background: transparent url(/images_gui/icons/arrow_nav_left.png) 50% 50% no-repeat;
	cursor: pointer;
}
#image_swiper #nextImage {
	left: auto;
	right: 0;
	background-image: url(/images_gui/icons/arrow_nav_right.png);
}

/* swiper */
.swiper-container {
  width: 100%;
  height: 376px;
}
.swiper-container .swiper-slide {
	position: relative;
}
.swiper-container .swiper-slide img {
	position: relative;
  width: 100%;
  height: 376px;
	z-index: 5;
}
.swiper-container .swiper-slide .text {
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	z-index: 110 !important;
	background: transparent url(/images_gui/1x1_semi_black.png) 0 0 repeat !important;
}

#top_image_container {
	position: relative;
}
#top_image {
	position: relative;
}
#top_image_caption {
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	z-index: 110 !important;
	background: transparent url(/images_gui/1x1_semi_black.png) 0 0 repeat !important;
}
.swiper-container .swiper-slide .text h2,
#top_image_caption span {
	display: block;
	margin: 0 48px;
	padding: 8px 10px !important;
	min-height: 28px;
	text-align: left !important;
	font: 11px/14px 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #fff !important;
}

/* *******************************************************************************************
 *         Youtube embed responsive                                                          *
 ******************************************************************************************* */

.embedContainer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embedContainer iframe,
.embedContainer object,
.embedContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* *******************************************************************************************
 *         Article Doc foot                                                                  *
 ******************************************************************************************* */

#article_doc_foot {
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 7px;
	max-width: 526px;
	border-top: 1px solid #ccc;
}
.tablet #article_doc_foot,
.phone #article_doc_foot {
	padding: 10px 7px 50px 7px;
	color: #999;
}
.phone #article_doc_foot {
	padding: 10px 20px 50px 20px;
}
#article_doc_foot .left {
	float: left;
}
#article_doc_foot .right {
	float: right;
}

/* *******************************************************************************************
 *         Doc foot                                                                          *
 ******************************************************************************************* */

#doc_foot {
	position: fixed;
	z-index: 101;
	bottom: 0;
	width: 100%;
}
#doc_foot.footerHidden {
	position: fixed !important;
	bottom: 0 !important;
	height: 16px !important;
	overflow: auto !important;
}
#footerToggleLink {
	position: relative !important;
	top: -2px !important;
	color: #fff !important;
	font-size: 11px !important;
	line-height: 16px !important;
	font-weight: bold !important;
	color: #fff !important;
	text-align: left !important;
	text-shadow: 1px 1px 1px #000 !important;
	text-decoration: none !important;
}
#doc_foot #footerToggleLink:link,
#doc_foot #footerToggleLink:visited,
#doc_foot #footerToggleLink:hover,
#doc_foot #footerToggleLink:active,
#doc_foot #footerToggleLink:focus {
	color: #fff !important;
}
#doc_foot_outer {
	position: relative;
	z-index: 101;
	margin: 0 auto;
	background: #31261c none;
}
#doc_foot_line {
	position: relative;
	height: 16px;
	margin: 0 auto;
	background: transparent url(/images_gui/bg_doc_foot_line.png?_=86621332) center top repeat-x;
}
.tablet #doc_foot_line,
.phone #doc_foot_line {
	background-position: -1256px top;
}
#doc_foot_line_inner {
	position: relative;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	height: 16px;
	text-align: left !important;
}

#doc_foot_inner {
	position: relative;
	margin: 0 auto;
	padding-top: 16px;
	background: transparent url(/images_gui/bg_doc_foot_inner.png?_=86621332) center bottom no-repeat;
}
.smallTablet #doc_foot_inner {
	background-position: 27% bottom;
}

@media screen and (max-width: 900px) {
	.smallTablet #doc_foot_inner {
		background-position: 30.5% bottom;
	}
}
@media screen and (max-width: 870px) {
	.smallTablet #doc_foot_inner {
		background-position: 32.0% bottom;
	}
}
@media screen and (max-width: 840px) {
	.smallTablet #doc_foot_inner {
		background-position: 33.5% bottom;
	}
}
@media screen and (max-width: 81px) {
	.smallTablet #doc_foot_inner {
		background-position: 35.0% bottom;
	}
}
@media screen and (max-width: 780px) {
	.smallTablet #doc_foot_inner {
		background-position: 36.5% bottom;
	}
}
@media screen and (max-width: 740px) {
	.smallTablet #doc_foot_inner {
		background-position: 38.0% bottom;
	}
}


.phone #doc_foot_inner {
	background: #efefef none;
}
.forceDesktop #doc_foot_inner {
	min-width: 1488px;
}
#doc_foot_content {
	position: relative;
	width: 100%;
	max-width: 1400px;
	min-height: 179px;
	margin: 0 auto;
	padding: 10px 0 60px 0;
}
.tablet #doc_foot_content {
	padding-bottom: 0;
	min-width: auto;
}
.phone #doc_foot_content {
	padding-bottom: 0;
}

#docFootLeft {
	padding-right: 40px;
	padding-bottom: 30px;
}
#docFootRight {
	padding-left: 40px;
	padding-bottom: 30px;
}

.phone #docFootLeft H4 {
	text-indent: -100000px;
	font-size: 0.01px;
	width: 310px;
	height: 38px;
	margin: 0 auto 10px auto;
	padding: 0;
	background: transparent url(/images_gui/logo_foot.png) 0 0 no-repeat;
}
.phone #doc_foot * {
	text-align: center !important;
}

#docFootLeftBottom {
	padding-top: 15px;
}

#footerLinks UL {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 50px 0;
	z-index: 100;
}
#footerLinks UL LI {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 6px 16px;
	padding: 0 0 0 16px;
	line-height: 1em;
	background: transparent url(/images_gui/bg_doc_head_links_line_white.gif) 0 3px no-repeat;
}
#footerLinks UL LI.first {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
#footerLinks UL LI A {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	z-index: 100;
}

.phone #footerLinks,
.phone #footerLinks * {
	text-align: center !important;
}
.phone #footerLinks {
	padding: 10px 0;
}
.tablet #footerLinks UL {
	margin: 0;
	padding: 20px 0 60px 0;
}
.phone #footerLinks UL {
	display: inline;
	list-style-type: none;
	margin: 20px auto 0 auto;
	padding: 0;
	z-index: 100;
}
.phone #footerLinks UL LI {
	position: relative;
	display: inline;
	float: none;
	margin: 0;
	padding: 0 16px;
	line-height: 1em;
	background: transparent url(/images_gui/bg_doc_head_links_line_white.gif) 0 3px no-repeat;
}


UL#footerSocial,
UL#largeSocial {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}
UL#footerSocial li,
UL#largeSocial li {
	display: block;
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
	background: transparent none !important;
}
UL#footerSocial li a,
UL#largeSocial li a {
	position: relative;
	display: table-cell;
	height: 44px;
	padding: 0 0 0 50px;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	z-index: 100000;
}
UL#largeSocial li a {
	height: 75px;
	padding: 0 0 0 80px;
}
UL#footerSocial li a span,
UL#largeSocial li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 43px;
	height: 44px;
	z-index: 2;
	background: transparent url(/images_gui/icons/icons_doc_foot_sprite.png?seed=6547875248) 0 0 no-repeat;
}
UL#largeSocial li a span {
	width: 75px;
	height: 75px;
	background-image: url(/images_gui/icons/icons_social_large_sprite.png);
}

UL#footerSocial li.iconFootSub a span{
	background-size: 44px 44px !important;
	background: transparent url(/images_gui/icons/ikon_prenumerera.png?seed=6547875248) 0 0 no-repeat;
}

UL#footerSocial li#iconFootNL a span,
UL#footerSocial li.iconFootNL a span {
	background-position: 0 -52px;
}
UL#footerSocial li#iconFootRSS a span {
	background-position: 0 -105px;
}
UL#footerSocial li#iconFootTW a span {
	background-position: 0 -156px;
}
UL#footerSocial li#iconFootDesktopToggle a span {
	background-position: 0 -208px;
}
UL#footerSocial li#iconFootDesktopToggle.active a span {
	background-position: -43px -208px;
}
UL#footerSocial li#iconFootPren a span,
UL#footerSocial li.iconFootPren a span {
	background-position: 0 -259px;
}
UL#footerSocial li#iconFootIN a span,
UL#footerSocial li.iconFootIN a span {
	background-position: 0 -309px;
}

UL#largeSocial li#iconLargeNL a span {
	background-position: 0 -82px;
}


#doc_foot {
	color: #000 !important;
}
#doc_foot A:link,
#doc_foot A:visited {
	color: #000 !important;
	text-decoration: underline !important;
}
#doc_foot A:hover {
	color: #800 !important;
	text-decoration: underline !important;
}
#doc_foot A:active,
#doc_foot A:focus {
	color: #fff !important;
	background-color: #3536f8 !important;
	text-decoration: none !important;
	-webkit-box-shadow: 0 0 0 0.2rem #fff !important;
	-moz-box-shadow: 0 0 0 0.2rem #fff !important;
	-o-box-shadow: 0 0 0 0.2rem #fff !important;
	-ms-box-shadow: 0 0 0 0.2rem #fff !important;
	box-shadow: 0 0 0 0.2rem #fff !important;
}

#doc_foot A#footerToggleLink:link,
#doc_foot A#footerToggleLink:visited,
#doc_foot A#footerToggleLink:hover,
#doc_foot A#footerToggleLink:active,
#doc_foot A#footerToggleLink:focus {
	text-decoration: none !important;
}


/* *******************************************************************************************
 *         Popup                                                                             *
 ******************************************************************************************* */

body#popup {
	background-color: #e9e4de;
	margin: 0;
	padding: 0 20px;
	height: auto;
	min-height: 1px !important;
}

#popupOuter {
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: left;
}
#popupLogo {
	padding: 0 0 20px 20px;
}
#popupInner {
	margin: 0;
	padding: 20px;
}
#popupInner h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: 700 24px/34px 'Open Sans', Verdana, Geneva, sans-serif;
}

/* *******************************************************************************************
 *         Subscription                                                                      *
 ******************************************************************************************* */

#news_subscribe {
	position: relative;
}
#news_subscribe .form {
	width: 100%;
}

/* *******************************************************************************************
 *         Calendar                                                                          *
 ******************************************************************************************* */

#calendarView {
	margin-top: 25px;
}
.calendar .event_date {
	font-size: 110%;
	color: #000;
}
.calendar .event_upper {
	padding: 10px 0;
}
.calendar #leftCol h2 {
	margin: 10px 0 20px 0 !important;
	padding: 0 !important;
}

.calendar .event_lower {}

.calendar .event_lower .link {
	padding: 10px 0;
}
.calendar .label label {
	font-weight: bold;
}


#calendarTabsContainer {
	margin-top: -20px;
}
#calendarTypeTabs {
	float:right;
	margin: 0 10px -1px 0;
}
#calendarTypeTabs a {
	display: block;
	float: left;
	padding: 3px 20px;
	border: 1px solid #ccc;
	border-left: 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius-topright: 6px;
	-khtml-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-khtml-border-radius-topleft: 6px;
	-o-border-radius-topright: 6px;
	-o-border-radius-bottomright: 0px;
	-o-border-radius-bottomleft: 0px;
	-o-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 6px;
	color: #999;
}
#calendarTypeTabs a.first {
	border-left: 1px solid #ccc;
}
#calendarTypeTabs a.active {
	border-bottom: 1px solid #fff;
}
#calendarTypeTabs a.active,
#calendarTypeTabs a:active,
#calendarTypeTabs a:hover {
	color: #2079e6;
}

/* *******************************************************************************************
 *         Map - Förvaltningsområden                                                         *
 ******************************************************************************************* */

#mapDiv {
	position: relative;
	font-size: 0.1px;
	padding-top: 5px;
}
#mapDiv .dotImage {
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 100;
	background: transparent url(/images_gui/icons/icon_map_dot_sprite.png) 0 0 no-repeat;
}
#mapDiv .dotImage:hover,
#mapDiv .dotImage.hover {
	background-position: 0 -50px;
}
#mapDiv .dotImage.new {
	background-position: 0 -100px;
	z-index: 10000000;
}
#mapDiv .dotImage .dotText {
	width: 30px;
	height: 30px;
	font: normal 16px/30px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

#mapAdminList .item {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
}
#mapAdminList .item.new {
	background: transparent url('data:image/gif;base64,R0lGODlhSABIAMQAAP//2v//1////v//5P//5///////4///4P//8P//7f//6v//8///3f///P//+f//1f//0v//9v//zwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAABIAEgAAAX/ICRKz7EIaBMtSOQgjCRB8mPXTNLsgrr8CYaINhuSTKjeqvWKzWojCEMRaSgj2EUCQIvaaI/pwrFrOByrLfghM0qpVhU2zS3OHt3c3OxSKZxfRWAHCXsqZxEKByI3Mk9ShVh8ZImAeHZvLhEtLmhBXXhdbVOaY4gLijaNjjOkaJyIn3dRJHpoWEyVbG0QDwFEtrelAwC7rKqQmriaf8aMvxIGhXwunAkHoY4QAbuk1HKVrI5fEIRVty9Y19lt3DJzc6fNd6GXEAAJC/FWK6naUDMAcIqHBhUDNr3qdQFQwAeWW1u0+Woj4wCCVy3i6GJFZAgDBDtWPFQHQGIAihIs/6bYxGTBAZTciEjA1ylLlQYwjDwZ500JgpYvd8Z0RLOhMC11ejGyx4CAPkTwECTdJbOEAn09jqqZlTCP0yoP/TgJAI1iiUgXw0a4tlScDFKS1P6RQVbmILQPPTnZxq4WlVfx1gpR5fYBgAFPCQpu1zfMX5bMDmIKlAxqrj8yx6k6cLWTg8TzvDAtBFXfWmyC6L2Fg4aSOiE7a4TiXDOkOtRuGnlr7SM05YX5RmrEnJoEQnxPyez47NsecNNo+MkyfnInA1M/bu7IyaujCIs2lZ+ZbqM6MOz6ysCA2QjSmeUiNy0aUVwKyDIrsO+l2z7Hez6mQSMaGGIoZ0ZBW7UXRf9P4NDRBSiXODZGGackINuDdxlSkyJt/ZOMJLyFYxyGR0Ry04YvKSVKK4+ZUlAqhImTCWA1yaLiTjOucMaLqBXhCzCkCVMQMcZohoctc1wmGS8/vhVkYAsQyZE7EuwWFxZzFTbbNOhYgw19M1BpJVhYOkECI8/tI0A/Pe5kj0Dw1GQQQuS8GVxYa6LSpnkVpfVTFUrM848gH4UEHUkmoWQRRoCKVeQlMtBU2k050ZeZY41C9llQRAwV6ZMibSeEpUx9BVWSU6F0RGdZzYEUKEt5lVycUoHCS4m4oKMCWwm5VSUVV1KSZV3/nJWrWryugsNjA+mVUJE1HJZYXouF2Zj/K5sE9kmMPIGqZGay2cBZcp9FhhCEeXgbGbjGWXVOH3PYeMxsf0UHzjqp9frru64JtuKFECBw6HCw6XTDPcH9Z8ac9DwY0J3RBVowfQcDsHB66sFW33ecPLWcA+RNZB162uGksU5DWERhfAjM511HheL3wxkL7CcBN1T5Jx7LLnc3Ckg9HOigcT5nopGrWw3o14QfD61gHnAogQiH+lL0Ib9iXZiasZIcggbVyqa7hzzYcKsNtrA4yxWO2LrIpirQsqhJLlEWo+WRpCVprja9lBUMlFKKgwyScWYp+JbvVnNbX3ytljg4hs/7HZcP/eAPSm8ORC3DXSn1sGl95Hm5/5sLad4Jw4N6dF98EJXUhshELAoZwUW+HDPr/lp6DIOausSeTJLegnGlHe0etQp/OiAgVeOMG0GrWSRdT6mzRpVqbFZhRU0aqrkFF5nCjlXWE1ynBW+yce8brFhVjyOtMjXuFVNVaGs7mLLRIgZ/LGYamb1noJGM0ipzi2/d7X87CiC0yEEbRNjmNOeCkOMmca+CSa4c9TrR4uxANIQlh0Kc+83nhCMxEnUQOZ0AoW9eBh6RiAdkGisPSq5DM4yJ6mXdaaHHDhQyS8XMUPphT84S8J+C4KJn9fmhD4IolAUdDx6vmkyECkQhBNXhaXI7WvSSAqtWmIiCIvpNhrqGov8OWU0PIIJXlkSYo7T5a20wa9GO3ma2UTCLWjbKBoHytoyvLclHfgPVMOx2OLzBT0nO6BsNpJG4dEAQTI3b1zfmEDnNTK6RXmIcleIkp+agaYR4etugMhcneQiwTgtpCO7W4ro78CklfsqIxGrXndsdipWJ2olKfAKU3xEFVMMbVfF48sTk+U4okJpJIYyCtKnEqhWmEgYurlcV50FvaCqiTFPSIxfx2QVXm9DVaczIiu/JIXx0Gd8Y3RgExoAJUzTSxLbwR4L3CUkv7qQfsxApRbFZZl0HdF4C9zbAv8UHX7npBmvg9Zp/jQiDtbkXbkQzwRCF0DmgjBj7ilOxhBnDiDmnxKgHSfhG6syQZGUwGQ4FocM+8DCGsHsLSkUlxFEQcWemaRnKfHgfINLMZjizaRHjIyB0Le2jVlxD0XjXTId15ahV5N6ItmYOMk5tPmHz4tjUaAkSce1EV4WjHUsxRz3BzS1txGPB9DjWgpT1cs8AUk1GUre4DY6P2fJjIptUJUEOiZCMqeiVRHS4S1LDkeuApJgWSibCKgSUoRMl5kpXyheF9JMjDaVZHfFK2f2Jdhyp5epuGZHXdTaWmRKUDEIAADs=') 0 0 repeat;
}
#mapAdminList .item.first {
	border-top: 1px solid #ccc;
}

#mapList table {
	border-collapse: collapse;
}
#mapList table td.nbrTd {
	width: 20px;
	padding-right: 5px;
	text-align: right;
}
#mapList .item.odd {
	background-color: #f1eee9;
}

#mapList .mapCb {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	background: transparent url(/images_gui/icons/icon_radio_button_sprite.png?v=2) 0px 0px no-repeat;
}
#mapList .mapCb:hover,
#mapList .mapCb.hover {
	background-position: -40px -0px;
}
#mapList .mapCb.checked {
	background-position: -0px -40px;
}
#mapList .mapCb.checked:hover,
#mapList .mapCb.checked.hover {
	background-position: -40px -40px;
}



/* *******************************************************************************************
 *         Lists                                                                             *
 ******************************************************************************************* */

.list .item {
	margin: 0;
	padding: 4px 0 35px 0;
	background-color: transparent;
}
#recommendedResult,
.normalResult.list {
	margin-top: 50px !important;
}
.list .item {
	margin: 0;
	padding: 10px 7px;
	border-top: 1px solid #ccc;
	background-color: transparent;
}
.list.calendarList .item {
	position: relative;
}
.recommendedResult.list .item {
	border-top: 1px solid #ccc !important;
}
.recommendedResult.list .item.last {
	border-bottom: 1px solid #ccc !important;
}
.phone .list .item {
	padding: 10px 20px;
}
.list .itemHover {
	background-color: #ffd;
}
.list .itemFirst,.list .item.first {
	border-top: 0;
}
.list .itemNoBorder {
	padding-bottom: 0;
	border-bottom: 0;
}
.list .item .date {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #666;
}
.list .item .section {
	display: block;
	margin: 0;
	padding: 0;
	color: #999;
}
.list .item .date .section,
.list .item .type {
	display: inline;
	margin: 0;
	padding: 0 0 0 7px;
	color: #999;
	font-weight: normal;
}
.list .item .facts .date,
.list .item .facts .categories {
	display: inline;
	margin: 0;
	padding: 0 7px 0 0;
	color: #999;
	font-weight: normal;
}
.list .item H3,
.list .item H4 {
	margin: 0;
	padding: 5px 0 !important;
}
.list .item .text {
	margin: 0 !important;
	padding: 0 !important;
}

/* *******************************************************************************************
 *         documentArchive                                                                   *
 ******************************************************************************************* */

#documentArchive {
}
#documentArchive .form {
	margin-top: 15px;
	border: 0;
	border-bottom: 1px solid #e9e9e9;
}
#documentArchive .documentArchiveFormTable TD {
	padding: 0 0 5px 0;
}
#documentArchive .form .buttons {
	text-align: right;
	padding: 5px 0 0 0;
}
#documentArchive .list .item {
}
#documentArchive .list .item .textCol {
	float: left !important;
	width: 390px !important;
}
#documentArchive .list .item .linkCol {
	float: right !important;
	text-align: left;
	width: 115px !important;
}
#documentArchive .list .item H3 {
	margin: 0;
	padding: 0 0 5px 0;
}
#documentArchive .list .item .itemText {
	margin-bottom: 0;
	padding-top: 4px;
}
#documentArchive .list .item .categories {
	display: block;
	margin: 0;
	padding: 0;
	color: #999;
	font-weight: normal;
}
#documentArchive .list .item .dates {
	display: block;
	color: #666;
}
#documentArchive .list .item .links {
	padding-top: 15px;
}
#documentArchive .list .item .links A {
	font-weight: normal;
}
#documentArchive LABEL,
.documentArchive LABEL {
	cursor: pointer;
}
#documentArchive LABEL.labelHover,
.documentArchive LABEL.labelHover {
	color: #0b0;
}
#documentArchive #catsDiv input[type="checkbox"],
#searchForm input[type="radio"] {
	margin-left: 4px;
	margin-right: 10px;
}

/* *******************************************************************************************
 *         newsArchive                                                                   *
 ******************************************************************************************* */

#newsArchive {
}
#newsArchive .form {
	margin-top: 15px;
	border: 0;
	border-bottom: 1px solid #e9e9e9;
}
#newsArchive .newsArchiveFormTable TD {
	padding: 0 0 5px 0;
}
#newsArchive .form .buttons {
	text-align: right;
	padding: 5px 0 0 0;
}
#newsArchive .list .item {
}
#newsArchive .list .item .textCol {
	float: left !important;
	width: 390px !important;
}
#newsArchive .list .item .linkCol {
	float: right !important;
	text-align: left;
	width: 115px !important;
}
#newsArchive .list .item H3 {
	margin: 0;
	padding: 0 0 5px 0;
}
#newsArchive .list .item .itemText {
	margin-bottom: 0;
	padding-top: 4px;
}
#newsArchive .list .item .categories {
	display: block;
	margin: 0;
	padding: 0;
	color: #999;
	font-weight: normal;
}
#newsArchive .list .item .dates {
	display: block;
	color: #666;
}
#newsArchive .list .item .links {
	padding-top: 15px;
}
#newsArchive .list .item .links A {
	font-weight: normal;
}
#newsArchive LABEL,
.newsArchive LABEL {
	cursor: pointer;
}
#newsArchive LABEL.labelHover,
.newsArchive LABEL.labelHover {
	color: #0b0;
}

/* *******************************************************************************************
 *         Other                                                                             *
 ******************************************************************************************* */

.defM {
	margin-left: 7px !important;
	margin-right: 7px !important;
}
.phone .defM {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.noP {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

ul.link_list {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.link_list li {
	display: block;
	margin: 0 0 5px 0 !important;
	padding: 0 7px !important;
	background: transparent none !important;
}
#inMediaBody ul.link_list li {
	clear: both;
	margin: 0 0 15px 0 !important;
}
ul.link_list li.hasMore {
	text-align: right !important;
	font-size: 120%;
}
.phone ul.link_list li {
	padding: 0 20px !important;
}
ul.link_list li .date {
	display: block;
	font-size: 12px;
	color: #363636;
}
ul.link_list li .date .source,
ul.link_list li .date .category {
	display: inline;
	color: #999;
}


ul.gradient_plates {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #2a4168;
	
}
ul.gradient_plates li {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #fff;
	background: transparent none !important;
}
ul.gradient_plates li a {
	display: block;
	padding: 15px 15px 15px 25px;
	font: 700 18px/20px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #fff !important;
	text-decoration: none !important;
}
ul.gradient_plates li a:focus,
ul.gradient_plates li a:active,
ul.gradient_plates li a:hover {
	text-decoration: underline !important;
}


/* *******************************************************************************************
 *         Green plate                                                                       *
 ******************************************************************************************* */

.green_plate {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 0 20px 0;
	font: 400 14px/18px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #fff;
	background-color: #637155;
	
}
.green_plate h3 {
	margin: 0 0 5px 0;
	font: 700 18px/20px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #fff;
}
.green_plate .left {
	position: relative;
	display: table-cell;
	width: 15%;
	padding-top: 0.12em;
	text-align: center !important;
	vertical-align: top;
	background-color: #25331a;
	font: 800 48px/55px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #fff;
}
.green_plate .right {
	position: relative;
	display: table-cell;
	width: 85%;
	text-align: left;
	vertical-align: middle;
	padding: 1em 5% 0.9em 5%;
}

/* *******************************************************************************************
 *         Subscribe plate                                                                       *
 ******************************************************************************************* */

.subscribe_plate {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 0 20px 0;
	font: 400 14px/18px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #fff;
	background-color: #f98a05;

}
.subscribe_plate h3 {
	margin: 0 0 5px 0;
	font: 700 18px/20px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #fff;
}
.subscribe_plate .left {
	position: relative;
	display: table-cell;
	width: 15%;
	min-width:62px;
	padding-top: 0.12em;
	padding-bottom:12px;
	text-align: center !important;
	vertical-align: top;
	background-color: #b56408;
	font: 800 48px/55px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #fff;
}
.subscribe_plate .right {
	position: relative;
	display: table-cell;
	width: 85%;
	text-align: left;
	vertical-align: middle;
	padding: 1em 5% 0.9em 5%;
}

.subscribe_plate a{
	color:white;
	text-decoration: none;
}
.subscribe_plate a:hover{
	color:white;
	text-decoration: underline;
}

/* *******************************************************************************************
 *         Text plate                                                                        *
 ******************************************************************************************* */

.plate {
	position: relative;
	margin: 0 0 20px 0;
	font: 400 12px/18px 'Open Sans', Verdana, Geneva, sans-serif;
}

.plate h2,
.plate h3,
.plate h4 {
	font: 400 18px/22px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000;
	margin: 25px 0 0 0;
	padding: 5px 20px;
	background-color: transparent;
	border-bottom: 1px solid #ccc;
}
#article #rightCol .plate:first-child h2,
#article #rightCol .plate:first-child h3
#article #rightCol .plate:first-child h4 {
	margin-top: 0;
}
.plate .plate_content {
	margin: 0;
	padding: 1em 20px 0.5em 20px;
}
.sm .plate h2,
.sm .plate h3,
.sm .plate h4,
.sm .plate .plate_content,
.smallTablet .plate h2,
.smallTablet .plate h3,
.smallTablet .plate h4,
.smallTablet .plate .plate_content {
	padding-right: 7px;
	padding-left: 7px;
}

/* *******************************************************************************************
 *         Colored plate                                                                     *
 ******************************************************************************************* */

.colored_plate {}

.colored_plate h2,
.colored_plate h3,
.colored_plate h4 {
	background-color: rgba(80, 112, 87, .4);
}

.colored_plate .plate_content {
	color: #000;
	background-color: rgba(80, 112, 87, .1);
	
}

/* *******************************************************************************************
 *         Brown plate                                                                       *
 ******************************************************************************************* */

.brown_plate {
	position: relative;
	margin: 0;
	font: 400 12px/18px 'Open Sans', Verdana, Geneva, sans-serif;
}

.phone .brown_plate h2 {
	font: 400 18px/26px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding: 0 20px 3px 20px;
	margin: 10px 0 15px 0;
}

.brown_plate .plate_content {
	margin: 0;
	padding: 1em 13px 0.5em 13px;
	color: #fff;
	background-color: #7c7b7a;
}
.phone .brown_plate .plate_content {
	margin: 0 20px;
}

.brown_plate .plate_content .word {
	font: 400 48px/58px 'Open Sans', Verdana, Geneva, sans-serif;
}
.tablet.smallTablet .brown_plate .plate_content .word {
	font-size: 40px;
	line-height: 45px;
}
.phone .brown_plate .plate_content .word {
	font-size: 30px;
	line-height: 35px;
}
.brown_plate .plate_content .info {
	font: 400 14px/20px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #fff;
}
.phone .brown_plate .plate_content .info {
	font: 400 11px/15px 'Open Sans', Verdana, Geneva, sans-serif;
}

/* *******************************************************************************************
 *         Anniversary plate                                                                          *
 ******************************************************************************************* */

#smallAnniversaryBannerPlace{
	width:100%;
    /*
display:none;
    */
}
#smallAnniversaryBanner{
    width:100%;
    background-color: #dbe9e9;

/*
	display:none;
*/
}

@media screen and (min-width: 991px) {
    #smallAnniversaryBannerPlace {
        display: none !important;
    }
    .anniversary_plate {


   display: table !important;

    }
}

.anniversary_plate {
    position: relative;
    display: none;
    width: 100%;
    margin: 20px 0 20px 0;
    font: 400 14px/18px 'Open Sans', Verdana, Geneva, sans-serif;
    color: #fff;
	background-color:#dbe9e9;
}

/* *******************************************************************************************
 *         Articles                                                                          *
 ******************************************************************************************* */

#bottomArticles {
	padding-top: 10px;
}

#artTextTable { display: table; width:100%; height:100%; }
#artTextTable .tr { display: table-row; }
#artTextTable .tr .td { display: table-cell; vertical-align:middle; }

.sm #artText,
.sm #artTextTable {
	height: auto !important;
}
.lte-sm #artTextTable {
	margin-top: 15px;
}

.text-col {
	position: static;
}
.article.large .text-col {
	padding-left: 15px;
	-webkit-transition: padding .3s ease-out;
	-moz-transition: padding .3s ease-out;
	-o-transition: padding .3s ease-out;
	-ms-transition: padding .3s ease-out;
	transition: padding .3s ease-out;
}
.lg .article.large .text-col {
	padding-left: 40px;
}

.articles .article {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
.phone .articles .article {
	padding-bottom: 0;
}
.articles .article.last {
	border-bottom: 0;
}
.articles .article h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	padding: 0;
}
.articles .article h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	padding: 0;
}
.articles .article .text {
}
.articles .article .text .section {
	display: inline;
}
.articles .article .text .date {
	display: inline;
}
.phone .articles .article h1,
.phone .articles .article h2,
.phone .articles .article .text,
.phone .articles .article .foldable {
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.phone .articles .article h1 a.plusMinus,
.phone .articles .article h2 a.plusMinus {
	display: block;
	position: absolute;
	top: 0;
	right: 4px;
	width: 19px;
	height: 19px;
	background: transparent url(/images_gui/icons/icon_plus_minus_sprite.png) 0 -100px no-repeat;
	z-index: 1000;
}
.phone .articles .article h1.plus a.plusMinus,
.phone .articles .article h2.plus a.plusMinus {
	background: transparent url(/images_gui/icons/icon_plus_minus_sprite.png) 0 0 no-repeat !important;
}
.phone .articles .article.sub h2 a.plusMinus {
	background-position: 0 0;
}
.phone .articles .article h1.minus a.plusMinus,
.phone .articles .article h2.minus a.plusMinus {
	background-position: 0 -100px;
}

.phone .articles .article h1,
.phone .articles .article h2 {
	padding: 0 0 0.4em 0;
}
.phone .articles .article .foldable .image img,
.phone .articles .article .foldable .text {
	margin: 1em 0;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.articles .article.noImage .foldable {
	padding-bottom: 1em !important;
}
.article .image-col + .text-col {
	min-height: 129px;
}
.article.normal .image-col .image {
	text-align: center !important;
}
.article.normal .image-col .image,
.article.normal .image-col .image img {
	width: auto !important;
	max-height: 129px !important;
}
.articles .article.noImage .text-col,
.lte-sm .article .text-col {
	padding-right: 22px;
	padding-left: 22px;
}
.phone .articles .article.noImage .text-col,
.lte-sm .phone .article .text-col {
	padding-right: 15px;
	padding-left: 15px;
}
.lte-sm .article .image-col + .text-col {
	margin-top: 15px !important;
	margin-bottom: 1em !important;
}
.lte-sm .article.large .image-col + .text-col {
	margin-bottom: 0 !important;
}
.lte-sm .article.large .image-col + #artText,
.lte-sm .article.large .image-col + #artTextTable {
	height: auto !important;
}

#entrepage #article_top,
#article #article_top {
	background-color: #fff;
}
#article #article_top {
	border-bottom: 20px solid #fff;
}
#entrepage #article_top div.line,
#entrepage #article_top h1.line,
#entrepage #article_top h2.line,
#article #article_top div.line,
#article #article_top h1.line,
#article #article_top h2.line {
	margin-top: 0;
}
#article .wide #article_top div.line,
#article .wide #article_top h1.line,
#article .wide #article_top h2.line {
	margin-bottom: 0 !important;
	padding-top: 25px;
}
#entrepage .article.large,
#article #article_top div.line,
#article #article_top h1.line,
#article #article_top h2.line {
	margin-bottom: 0;
}

.image_box {
	position: relative;
}

.phone .image_box .image img {
	max-width: 400px !important;
}
.image_box .text {
	margin: 5px 0 0 0;
	padding: 0 7px;
}
.phone .image_box .image,
.phone .image_box .text {
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.image_box .text h3 {
	font: 600 16px/18px 'Open Sans', Verdana, Geneva, sans-serif;
	margin: 20px 0 10px 0;
	padding: 0;
}



DIV.easyread_admin_container {
	position: relative;
	margin: 25px 0;
	padding: 0 10px;
	border: 1px solid #ccc;
	background-color: #f5f5f7;
}
#easyreadLabel {
	position: absolute;
	top: -12px;
	right: 10px;
	border: 1px solid #ccc;
	padding: 3px 10px;
	background-color: #f5f5f7;
	font: bold 13px 'Open Sans', Verdana, Geneva, sans-serif;
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#cccccc')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#cccccc');
}
#easyreadButtons {
	position: absolute;
	top: 10px;
	left: 10px;
}


H1.easyread_heading {
	max-width: 490px;
	margin: 0 0 .8em 0;
	padding: 0;
	font: 30px/1.3em 'Open Sans', Verdana, Geneva, sans-serif !important;
}
DIV.easyread_intro {
	max-width: 490px;
	margin: 0 0 .8em 0;
	padding: 0 7px;
	font: 18px/1.6em 'Open Sans', Verdana, Geneva, sans-serif !important;
}
DIV.easyread_text {
	max-width: 490px;
	margin: 0 0 .8em 0;
	padding: 0 7px;
	font: 16px/1.6em 'Open Sans', Verdana, Geneva, sans-serif !important;
}
DIV.easyread_text h2 {
	margin: 1.5em 0 .8em 0 !important;
	padding: 0 !important;
	font-size: 26px !important;
	line-height: 1.3em !important;
}
DIV.easyread_text h3 {
	margin: 1.5em 0 .8em 0 !important;
	padding: 0 !important;
	font-size: 23px !important;
	line-height: 1.3em !important;
}
DIV.easyread_text h4 {
	margin: 1.5em 0 .8em 0 !important;
	padding: 0 !important;
	font-size: 20px !important;
	line-height: 1.3em !important;
}
DIV.easyread_text P {
	margin: 0 0 .8em 0 !important;
}

#easyReadTextBtn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 66px;
	height: 17px;
	margin: 5px 0 5px 10px;
	background: #fff url(/images_gui/buttons/btn_lattlast_sprite.png) 0 0 no-repeat;
	text-indent: -100000px;
}
#easyReadTextBtn:hover,
#easyReadTextBtn:active,
#easyReadTextBtn.active {
	background-position: 0 -30px;
}


.btn-easyreadtext {
	padding-left: 28px !important;
	background-image:url(/images_gui/buttons/btn_lattlast_white.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

@media screen and (max-width: 990px) {
	.btn-easyreadtext {
		margin-right: 0 !important;
	}
}


.padd {
	padding-right: 7px !important;
	padding-left: 7px !important;
}
.phone .padd {
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.padd h2,
.padd h4 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.marg {
	margin-right: 7px !important;
	margin-left: 7px !important;
}
.phone .marg {
	margin-right: 20px !important;
	margin-left: 20px !important;
}


/* *******************************************************************************************
 *         siteMap                                                                           *
 ******************************************************************************************* */

#siteMap div {
	margin: 0 0 2px 0;
	padding: 4px 5px 4px 15px;
}
#siteMap div.lev1 {
	font-size: 120%;
	background-color: #354367;
}
#siteMap div.lev1 a span {
	color: #fff;
}
#siteMap div.lev1 a:hover span,
#siteMap div.lev1 a:active span {
	text-decoration: underline;
}
#siteMap div.lev2 {
	margin-left: 15px;
}
#siteMap div.lev3 {
	margin-left: 30px;
	font-size: 95%;
}
#siteMap div.lev4 {
	margin-left: 45px;
	font-size: 90%;
}
#siteMap div.lev5 {
	margin-left: 60px;
	font-size: 90%;
}


/* *******************************************************************************************
 *         admin.css.jsp                                                                     *
 ******************************************************************************************* */


/*
.fieldNormal {
	border: 2px solid #fff;
}
.fieldActive {
	border: 2px solid #9ccfff;
}
.fieldMandatory,
.fieldError,
.fieldRed {
	border: 2px solid red;
}
.fieldGreen {
	border: 2px solid #a0cb3e;
}
*/



HR {
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
	color: #4a8aad;
	border: none;
}
html>body HR { /* For Opera and Gecko-based browsers */
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background-color: #4a8aad;
	border: 0px solid #4a8aad;
}
HR.grey {
	color: #ccc;
}
html>body HR.grey {
	background-color: #ccc;
	border-color: #ccc;
}


/* *******************************************************************************************
 *         Tables - dataTable, for displaying data in lists                                  *
 ******************************************************************************************* */

.dataTable {
	width: 100%;
}
.dataTableMarginTop {
	margin-top: 35px;
}
.dataTableMarginBottom {
	margin-bottom: 35px;
}
.dataTable TH {
	padding: 2px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #4a8aad;
	white-space: nowrap;
}
.dataTable TD {
	padding: 2px 10px;
	border-left: 1px solid #fff;
}
.dataTable TH.first,
.dataTable TD.first {
	border-left: 0;
}
.dataTable TR.tr_odd TD {
	background-color: #fff;
}
.dataTable TR.tr_even TD {
	background-color: #eff7ff;
}
.dataTable TR.tr_last TD {
	border-bottom: 1px solid #4a8aad;
}


.dataTable .paging {
	padding: 4px 10px;
	border-top: 1px solid #4a8aad;
	border-bottom: 1px solid #4a8aad;
	text-align: center;
}
.dataTable .paging A {
}
.dataTable .paging A:active,
.dataTable .paging A:hover {
}
.dataTable .paging .dim {
	color: #999;
}
.dataTable .paging .active {
	color: #000;
}


.dataTable A.sortable {
	display: block;
	float: left;
	padding-right: 15px;
	background: transparent url(/imcms/im_admin/images/icons/sortable_white.gif) right 1px no-repeat;
}
.dataTable A.sortable:link,
.dataTable A.sortable:visited,
.dataTable A.sortable:hover,
.dataTable A.sortable:active {
	color: #fff;
	background-color: transparent;
}
.dataTable A.sortableAsc {
	background-image: url(/imcms/im_admin/images/icons/sortable_white_up.gif);
}
.dataTable A.sortableDesc {
	background-image: url(/imcms/im_admin/images/icons/sortable_white_dn.gif);
}


/* inc_list_documents_XX.jsp */

.dataTable TR.hilite TD {
	font-weight: bold !important;
}

.dataTableDocListingPage TD {
	padding: 3px 10px;
}



/* *******************************************************************************************
 *         Tables - formTable, for displaying forms                                          *
 ******************************************************************************************* */

.formTable {
	width: 100%;
}
.formTableMarginTop {
	margin-top: 35px;
}
.formTableMarginBottom {
	margin-bottom: 35px;
}
.formTable TH {
	padding: 3px 10px 4px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #4a8aad;
}
.formTable TD {
	padding: 2px;
	text-align: left;
}
#personData .formTable TD {
	padding-bottom: 5px;
}
#personData H4 {
	font: bold 13px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #e58147 !important;
}
.formTable TR.formHeight TD {
	padding-top: 5px;
	padding-bottom: 5px;
}
.formTable TD TD {
	padding: 0 !important;
}
.formTable TH.first,
.formTable TD.first {
	width: 20%;
	padding-right: 10px;
	white-space: nowrap;
}
.formTable TR.tr_odd TD {}
.formTable TR.tr_even TD {}
.formTable TR.tr_last TD {
	padding-bottom: 10px;
	border-bottom: 1px solid #4a8aad;
}
.formTable TR.tr_odd TD TD {}
.formTable TR.tr_even TD TD {}
.formTable TR.tr_last TD TD {
	padding-bottom: 2px !important;
	border-bottom: 0 !important;
}
.formTable TR.tr_first TD {
	padding-top: 10px !important;
	border-top: 1px solid #4a8aad;
}
.formTable TR.tr_first TD TD {
	padding-top: 2px !important;
	border-top: 0 !important;
}
.formTable TR.spaceTop TH,
.formTable TR.spaceTop TD {
	padding-top: 10px;
}
.formTable TR.spaceBottom TH,
.formTable TR.spaceBottom TD {
	padding-bottom: 10px;
}
.formTable TR.space TH,
.formTable TR.space TD {
	padding-top: 10px;
	padding-bottom: 10px;
}
.formTable HR { /* For Internet Explorer */
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
	color: #4a8aad;
	border: none;
}
html>body .formTable HR { /* For Opera and Gecko-based browsers */
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background-color: #4a8aad;
	border: 0px solid #4a8aad;
}
.formTable HR.grey {
	color: #ccc;
}
html>body .formTable HR.grey {
	background-color: #ccc;
	border-color: #ccc;
}
.formTable TR.lineGrey TD {
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}
DIV.lineGrey {
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}
.formTable span label {
	display: block;
	float: left;
	width: 80px;
}


.textTable {
	width: 100%;
}
.textTableMarginTop {
	margin-top: 35px;
}
.textTable TH {
	padding: 3px 10px 4px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #4a8aad;
}
.textTable TD {
	padding: 3px 2px;
}
.textTable TD TD {
	padding: 0 !important;
}
.textTable TH.first,
.textTable TD.first {
	width: 20%;
	padding-right: 10px;
	white-space: nowrap;
}
.textTable TR.tr_odd TD {}
.textTable TR.tr_even TD {}
.textTable TR.tr_last TD {
	padding-bottom: 10px;
	border-bottom: 1px solid #4a8aad;
}
.textTable TR.tr_odd TD TD {}
.textTable TR.tr_even TD TD {}
.textTable TR.tr_last TD TD {
	padding-bottom: 2px !important;
	border-bottom: 0 !important;
}
.textTable TR.tr_first TD {
	padding-top: 10px !important;
	border-top: 1px solid #4a8aad;
}
.textTable TR.tr_first TD TD {
	padding-top: 2px !important;
	border-top: 0 !important;
}
.textTable TR.spaceTop TH,
.textTable TR.spaceTop TD {
	padding-top: 10px;
}
.textTable TR.spaceBottom TH,
.textTable TR.spaceBottom TD {
	padding-bottom: 10px;
}
.textTable TR.space TH,
.textTable TR.space TD {
	padding-top: 10px;
	padding-bottom: 10px;
}
.textTable HR { /* For Internet Explorer */
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
	color: #4a8aad;
	border: none;
}
html>body .textTable HR { /* For Opera and Gecko-based browsers */
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background-color: #4a8aad;
	border: 0px solid #4a8aad;
}
.textTable HR.grey {
	color: #ccc;
}
html>body .textTable HR.grey {
	background-color: #ccc;
	border-color: #ccc;
}

.textTable LABEL {
	font-weight: bold;
	color: #555;
}



.panelTable {
	width: 100%;
	border: 1px solid #bed6f8;
}
.panelTableFirst {
	margin-bottom: 20px !important;
}
.panelTableMargTop {
	margin-top: 35px !important;
}
.panelTable TH DIV {
	font-weight: bold;
	margin: 1px;
	padding: 2px 3px;
	background: #bed6f8 url(/imcms/im_admin/images/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}
.panelTable TD {
	padding: 3px 5px !important;
}
.panelTable TD.noPadd {
	padding: 0 !important;
}
.panelTable TR.tr_first TD {
	padding-top: 6px !important;
}
.panelTable TR.tr_last TD {
	padding-bottom: 6px !important;
}

.panelTable HR { /* For Internet Explorer */
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
	color: #bed6f8;
	border: none;
}
html>body .panelTable HR { /* For Opera and Gecko-based browsers */
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background-color: #bed6f8;
	border: 0px solid #bed6f8;
}
.panelTable HR.narrow { /* For Internet Explorer */
	margin: 0;
}
html>body .panelTable HR.narrow { /* For Opera and Gecko-based browsers */
	margin: 4px 0;
}

/* Panel/Box div */



.panelBox {
	margin-bottom: 20px !important;
	border: 1px solid #bed6f8;
}
.panelBox H1 {
	font: bold 13px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000;
	margin: 1px;
	padding: 4px 3px;
	background: #bed6f8 url(/imcms/im_admin/images/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}
.panelBox H2 {
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #000;
	margin: 1px;
	padding: 2px 3px;
	background: #bed6f8 url(/imcms/im_admin/images/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}
.panelBox H2 A {
	text-decoration: none;
	color: #000;
}
.panelBox H2 A:hover,
.panelBox H2 A:active,
.panelBox H2 A:hover SPAN,
.panelBox H2 A:active SPAN {
	text-decoration: underline !important;
	color: #000;
}
.panelBox H2.icon SPAN {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
}
.panelBox H2.iconPlus SPAN {
	background: transparent url(/imcms/im_admin/images/icons/icon_plus.gif) top left no-repeat;
}
.panelBox H2.iconMinus SPAN {
	background: transparent url(/imcms/im_admin/images/icons/icon_minus.gif) top left no-repeat;
}




.panelBox .text {
	padding: 6px 5px !important;
}

.panelBox HR { /* For Internet Explorer */
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
	color: #bed6f8;
	border: none;
}
html>body .panelBox HR { /* For Opera and Gecko-based browsers */
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background-color: #bed6f8;
	border: 0px solid #bed6f8;
}

.panelBox .link_bottom {
	padding: 0 5px 10px 5px;
	font-size: 12px;
}





.toolbar {
	background: #bed6f8 url(/imcms/im_admin/images/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}
.toolbar LABEL {
	display: block;
	margin: 5px;
	padding-top: 4px;
	font: bold 13px 'Open Sans', Arial,Helvetica,sans-serif;
	color: #000;
}
.imcmsAdmin .toolbar .iconBtn {
	display: block;
	width: 23px;
	height: 22px;
	margin: 5px 0;
	padding: 0;
	border: 0;
	line-height: 100px; /* IE */
	text-indent: -1000px; /* Gecko */
	background-color: #4a8aad;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

.imcmsAdmin .toolbar .iconBtnText {
	display: block;
	height: 22px;
	margin: 5px 0;
	padding: 0 4px 0 20px;
	font: 12px 'Open Sans', Arial,Helvetica,sans-serif;
	color: #fff;
	border: 0;
	background-color: #4a8aad;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
.imcmsAdmin .toolbar .textBtn {
	display: block;
	height: 22px;
	margin: 5px 0;
	font: 12px 'Open Sans', Arial,Helvetica,sans-serif;
	color: #fff;
	border: 0;
	background-color: #4a8aad;
	cursor: pointer;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
.imcmsAdmin .toolbar .iconBtnHover {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.imcmsAdmin .toolbar .iconAbort {
	background-image: url(/imcms/im_admin/images/icons/toolbar/abort.png);
}
.imcmsAdmin .toolbar .iconDelete {
	background-image: url(/imcms/im_admin/images/icons/toolbar/delete.gif);
}
.imcmsAdmin .toolbar .iconEdit {
	background-image: url(/imcms/im_admin/images/icons/toolbar/edit.gif);
}
.imcmsAdmin .toolbar .iconDone_pending {
	background-image: url(/imcms/im_admin/images/icons/toolbar/icon_done_pending.png);
}
.imcmsAdmin .toolbar .iconDone_true {
	background-image: url(/imcms/im_admin/images/icons/toolbar/icon_done_true.png);
}
.imcmsAdmin .toolbar .iconDone_false {
	background-image: url(/imcms/im_admin/images/icons/toolbar/icon_done_false.png);
}
.imcmsAdmin .toolbar .iconMoveDn {
	background-image: url(/imcms/im_admin/images/icons/toolbar/move_dn.gif);
}
.imcmsAdmin .toolbar .iconMoveUp {
	background-image: url(/imcms/im_admin/images/icons/toolbar/move_up.gif);
}
.imcmsAdmin .toolbar .iconNewAfter {
	background-image: url(/imcms/im_admin/images/icons/toolbar/new_after.gif);
}
.imcmsAdmin .toolbar .iconNewBefore {
	background-image: url(/imcms/im_admin/images/icons/toolbar/new_before.gif);
}
.imcmsAdmin .toolbar .iconSave {
	background-image: url(/imcms/im_admin/images/icons/toolbar/save.gif);
}

.imcmsAdmin .toolbar .divider {
	display: block;
	width: 9px;
	height: 22px;
	margin: 5px 0;
	font-size: 1px;
	background: transparent url(/imcms/im_admin/images/icons/toolbar/separator.png) 0 3px no-repeat;
}
.imcmsAdmin .toolbar .posLeft {
	float: left;
	margin-left: 5px;
}
.imcmsAdmin .toolbar .posRight {
	float: right;
	margin-right: 5px;
}



/* *******************************************************************************************
 *         Forms                                                                             *
 ******************************************************************************************* */

.formField, .formSelect, .formTextarea, SELECT, INPUT, TEXTAREA, BUTTON {
	font: 13px 'Open Sans', Verdana,Geneva,sans-serif;
	color: #333;
}

INPUT[type="radio"] {
	margin-bottom: 3px;
}

TEXTAREA, .formTextarea {
	overflow: auto;
}

.formField,
.formFieldFile,
TEXTAREA,
SELECT {
	border: 1px solid #999;
}
.formField:focus,
.formFieldFile:focus,
TEXTAREA:focus,
SELECT:focus,
.formFieldFocus {
	border-color: #fe9900;
	background-color: #f7f7f7;
}

.formFieldBlur {}

.formFieldError {
	border-color: #f00 !important;
	background-color: #fee !important;
}


.formBtn,
.formBtnAdmin {
	position: relative;
	background: #3075a8 url(/imcms/im_admin/images/buttons/bg_btn.gif) 0 0 no-repeat;
	border: 1px solid #105588;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font: bold 11px 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #fff;
	text-shadow: #666 0 1px 0;
	cursor: pointer !important;
	padding: 2px 4px 3px 4px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.formBtnSmall,
.formBtnAdminSmall {
	position: relative;
	background: #3075a8 url(/imcms/im_admin/images/buttons/bg_btn.gif) 0 0 no-repeat;
	border: 1px solid #105588;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font: 10px 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #fff;
	text-shadow: #666 0 1px 0;
	cursor: pointer !important;
	padding: 1px 4px 2px 4px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.formBtn:hover,
.formBtnSmall:hover,
.formBtnAdmin:hover,
.formBtnAdminSmall:hover {
	background: #508b4d url(/imcms/im_admin/images/buttons/bg_btn_active.gif) 0 0 no-repeat;
	border: 1px solid #367033;
}

.formBtnSmallDisabled,
.formBtnSmall.disabled,
.formBtnAdminSmallDisabled,
.formBtnAdminSmall.disabled {
	position: relative;
	background: #b1b8bd url(/imcms/im_admin/images/buttons/bg_btn_disabled.gif) 0 0 no-repeat !important;
	border: 1px solid #91989d !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font: 10px 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #eee !important;
	text-shadow: #666 0 -1px 0 !important;
	cursor: default !important;
	padding: 1px 4px 2px 4px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.formBtnDisabled,
.formBtn.disabled,
.formBtnAdminDisabled,
.formBtnAdmin.disabled {
	position: relative;
	background: #b1b8bd url(/imcms/im_admin/images/buttons/bg_btn_disabled.gif) 0 0 no-repeat !important;
	border: 1px solid #91989d !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font: bold 11px 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #eee !important;
	text-shadow: #666 0 -1px 0 !important;
	cursor: default !important;
	padding: 2px 4px 3px 4px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.formBtn.active,
.formBtnSmall.active,
.formBtnAdmin.active,
.formBtnAdminSmall.active {
	top: 1px;
	background: #508b4d url(/imcms/im_admin/images/buttons/bg_btn_active.gif) 0 0 no-repeat !important;
	border: 1px solid #367033 !important;
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	-ms-filter: none;
	filter: none;
}

.formBtn.hilite,
.formBtnSmall.hilite,
.formBtnAdmin.hilite,
.formBtnAdminSmall.hilite {
	background: #508b4d url(/imcms/im_admin/images/buttons/bg_btn_active.gif) 0 0 no-repeat !important;
	border: 1px solid #367033 !important;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.formBtnAdminLarge {
	font-size: 13px !important;
}



.formBtn.iconAlla span,
.formBtnSmall.iconAlla span,
a.iconAlla {
	display: block;
	width: 19px;
	height: 9px;
	background: transparent url(/imcms/im_admin/images/icons/layout/icon_alla.gif) 50% 50% no-repeat;
}
.formBtn.iconAddressOnly span,
.formBtnSmall.iconAddressOnly span,
a.iconAddressOnly {
	display: block;
	width: 19px;
	height: 9px;
	background: transparent url(/imcms/im_admin/images/icons/layout/icon_address_only.gif) 50% 50% no-repeat;
}
.formBtn.iconImageLeft span,
.formBtnSmall.iconImageLeft span,
a.iconImageLeft {
	display: block;
	width: 19px;
	height: 9px;
	background: transparent url(/imcms/im_admin/images/icons/layout/icon_image_left.gif) 50% 50% no-repeat;
}
.formBtn.iconImageRight span,
.formBtnSmall.iconImageRight span,
a.iconImageRight {
	display: block;
	width: 19px;
	height: 9px;
	background: transparent url(/imcms/im_admin/images/icons/layout/icon_image_right.gif) 50% 50% no-repeat;
}
.formBtn.iconImageOnly span,
.formBtnSmall.iconImageOnly span,
a.iconImageOnly {
	display: block;
	width: 19px;
	height: 9px;
	background: transparent url(/imcms/im_admin/images/icons/layout/icon_image_only.gif) 50% 50% no-repeat;
}
.formBtn.iconImageRounded span,
.formBtnSmall.iconImageRounded span,
a.iconImageRounded {
	display: block;
	width: 19px;
	height: 9px;
	background: transparent url(/imcms/im_admin/images/icons/layout/icon_image_rounded.gif) 50% 50% no-repeat;
}
.formBtn.iconTextOnly span,
.formBtnSmall.iconTextOnly span,
a.iconTextOnly {
	display: block;
	width: 19px;
	height: 9px;
	background: transparent url(/imcms/im_admin/images/icons/layout/icon_text_only.gif) 50% 50% no-repeat;
}
.formBtn.iconLinksTwoCol span,
.formBtnSmall.iconLinksTwoCol span,
a.iconLinksTwoCol {
	display: block;
	width: 19px;
	height: 9px;
	background: transparent url(/imcms/im_admin/images/icons/layout/icon_links_2col.gif) 50% 50% no-repeat;
}
.formBtn.iconLinksOneCol span,
.formBtnSmall.iconLinksOneCol span,
a.iconLinksOneCol {
	display: block;
	width: 19px;
	height: 9px;
	background: transparent url(/imcms/im_admin/images/icons/layout/icon_links_1col.gif) 50% 50% no-repeat;
}
.formBtn.iconTextImageLoop span,
.formBtnSmall.iconTextImageLoop span,
a.iconTextImageLoop {
	display: block;
	width: 19px;
	height: 9px;
	background: transparent url(/imcms/im_admin/images/icons/layout/icon_text_image_loop.gif) 50% 50% no-repeat;
}
.formBtn.iconImage22 span,
.formBtnSmall.iconImage22 span,
a.iconImage22 {
	display: block;
	width: 19px;
	height: 9px;
	background: transparent url(/imcms/im_admin/images/icons/layout/icon_image_2_2.gif) 0 0 no-repeat;
}
.formBtn.iconImage24 span,
.formBtnSmall.iconImage24 span,
a.iconImage24 {
	display: block;
	width: 19px;
	height: 9px;
	background: transparent url(/imcms/im_admin/images/icons/layout/icon_image_2_4.gif) 0 0 no-repeat;
}
.formBtn.iconImage26 span,
.formBtnSmall.iconImage26 span,
a.iconImage26 {
	display: block;
	width: 19px;
	height: 9px;
	background: transparent url(/imcms/im_admin/images/icons/layout/icon_image_2_6.gif) 0 0 no-repeat;
}



.formBtn.iconMove span,
.formBtnSmall.iconMove span {
	display: block;
	width: 19px;
	height: 17px;
	background: transparent url(/imcms/im_admin/images/icons/icon_move_w.gif) 50% 50% no-repeat;
}
.formBtn.iconEdit span,
.formBtnSmall.iconEdit span {
	display: block;
	width: 19px;
	height: 17px;
	background: transparent url(/imcms/im_admin/images/icons/icon_edit.gif) 50% 50% no-repeat;
}
.formBtn.iconSave span,
.formBtnSmall.iconSave span {
	display: block;
	width: 19px;
	height: 17px;
	background: transparent url(/imcms/im_admin/images/icons/toolbar/save.gif) 50% 50% no-repeat;
}
.formBtn.iconPreview span,
.formBtnSmall.iconPreview span {
	display: block;
	width: 19px;
	height: 17px;
	background: transparent url(/imcms/im_admin/images/icons/icon_preview.png) 50% 50% no-repeat;
}
.formBtn.iconWidgets span,
.formBtnSmall.iconWidgets span {
	display: block;
	width: 19px;
	height: 17px;
	background: transparent url(/imcms/im_admin/images/icons/icon_docs.png) 50% 50% no-repeat;
}

.formBtn.iconPlus span,
.formBtnSmall.iconPlus span {
	display: block;
	width: 19px;
	height: 17px;
	background: transparent url(/imcms/im_admin/images/icons/icon_plus.gif) 50% 50% no-repeat;
}
.formBtn.iconMinus span,
.formBtnSmall.iconMinus span {
	display: block;
	width: 19px;
	height: 17px;
	background: transparent url(/imcms/im_admin/images/icons/icon_minus.gif) 50% 50% no-repeat;
}



.formBtn.iconFav span,
.formBtnSmall.iconFav span {
	display: block;
	width: 19px;
	height: 17px;
	background: transparent url(/imcms/im_admin/images/icons/favorite_sprite.png?v=3) 2px -25px no-repeat;
}
.formBtn.iconFav.active span,
.formBtnSmall.iconFav.active span {
	background-position: 2px 0;
}
.formBtn.iconFav.inactive span,
.formBtnSmall.iconFav.inactive span {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
}
.formBtn.iconFav.inactive:hover span,
.formBtnSmall.iconFav.inactive:hover span {
	background-position: 2px -50px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.formBtn.iconFav.active:hover span,
.formBtnSmall.iconFav.active:hover span {
	background-position: 2px -75px;
}


.toggleAutoMenuBtn span {
	display: block;
	float: left;
	width: 13px;
	height: 8px;
	margin: 2px 3px 2px auto;
	background: transparent url(/imcms/im_admin/images/icons/icon_automenu.png) 50% 50% no-repeat;
}
.toggleArticleListBtn span {
	display: block;
	float: left;
	width: 13px;
	height: 8px;
	margin: 2px 3px 2px auto;
	background: transparent url(/imcms/im_admin/images/icons/icon_article_list.png) 50% 50% no-repeat;
}

.articleLayoutBtn {/*
	padding-top: 3px;*/
}
.articleLayoutBtn span,
.entreLayoutBtn span {
	display: block;
	float: left;
	width: 19px;
	height: 11px;
	margin: 2px 3px 2px auto;
	background: transparent url(/imcms/im_admin/images/icons/layout/icon_layout_19x11_sprite.png?_=4535219812) 0 0 no-repeat;
}
.articleLayoutBtn.wide span {
	background-position: 0 -20px;
}
.articleLayoutBtn.fullWidth span {
	background-position: 0 -40px;
}
.articleLayoutBtn.narrow span {
	background-position: 0 -80px;
}
.articleLayoutBtn.panorama span {
	background-position: -30px 0;
}
.articleLayoutBtn.camera span {
	background-position: -30px -20px;
}

.articlePublishBtn span {
	display: block;
	float: left;
	width: 15px;
	height: 12px;
	margin: 1px 3px -1px auto;
	background: transparent url(/imcms/im_admin/images/icons/icon_checkbox_sprite_15x12.png) 0 0 no-repeat;
}
.articlePublishBtn.active span {
	background-position: 0 -12px;
}
.articlePublishBtn.checked span {
	background-position: 0 -24px;
}

.articleTipBtn span {
	display: block;
	float: left;
	width: 15px;
	height: 12px;
	margin: 1px 3px -1px auto;
	background: transparent url(/imcms/im_admin/images/icons/type/icon_email.png) 50% 50% no-repeat;
}
.articleTipBtn.formBtnAdminDisabled span {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
}

.waitBtnIcon span {
	background: transparent url(/imcms/im_admin/images/icons/ajax-loader.gif) 50% 50% no-repeat !important;
}

.checkedBtn span {
	display: block;
	float: left;
	width: 15px;
	height: 12px;
	margin: 2px 3px -2px auto;
	background: transparent url(/imcms/im_admin/images/icons/icon_checkbox_sprite_15x12.png) 0 0 no-repeat;
}
.checkedBtn.active span {
	background-position: 0 -12px;
}
.checkedBtn.checked span {
	background-position: 0 -24px;
}



.formBtnLeft {
	float: left !important;
	margin-right: 8px;
}
#adminPanels .formBtnLeft,
.adminLinksDiv .formBtnLeft {
	margin-bottom: 8px !important;
}

.formBtnRight {
	float: right !important;
	margin-left: 8px;
}

TD.ar,
TR.ar TD,
TD.ar FORM,
TR.ar TD FORM {
	text-align: right !important;
}

#adminPanelDiv {
	float: left !important;
	margin: -15px 10px 10px 0 !important;
}

#changePageDiv {
	clear: left !important;
	float: left !important;
	margin: 0 !important;
}

.imcmsAdmBgHead,
.imcmsAdmBgHead td {
	background-color: #20568D;
	color: #fff;
	font: normal 11px/14px Verdana, Geneva, sans-serif;
}
.imcmsAdmBgCont,
.imcmsAdmBgCont td {
	background-color: #f5f5f7;
	color: #000;
	font: normal 11px/14px Verdana, Geneva, sans-serif;
}

.imcmsFormBtnPanel {
	font: 10px Verdana,Geneva,sans-serif;
	color: #000;
	background-color:#e7e7e7;
	height: 20px;
	border: 1px outset #000;
	border-color: #fff #000 #000 #fff;
	text-align: center;
	cursor: pointer;
}

.imcmsFormBtnPanelActive {
	font: 10px Verdana,Geneva,sans-serif;
	color: #000;
	background-color:#e7e7e7;
	height: 20px;
	border: 1px inset #000;
	border-color: #000 #fff #fff #000;
	text-align: center;
	cursor: pointer;
}


.formTable TH.heading,
.dataTable TH.heading,
.panelTable TH.heading {
	margin: 0;
	padding: 0;
	background: transparent;
}
.formTable TH.heading H4,
.dataTable TH.heading H4,
.panelTable TH.heading H4 {
	margin: 0 0 10px 0;
	padding: 3px 10px 4px 10px;
	text-align: left;
	color: #000;
	font: normal 13px 'Open Sans', Verdana,Geneva,sans-serif;
	background: #bed6f8 url(/imcms/im_admin/images/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}

.formTable TR.tr_last TD {
	border-bottom: 1px solid #4a8aad;
}



.red {
	color: #c00000 !important;
}


DIV.adminMess {
	margin: 10px 0;
	padding: 10px;
	background-color: #ffc;
	border: 1px solid #eee;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

DIV.adminMess H3 {
	margin: 0 0 10px 0;
	font: bold 13px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000;
}

DIV.adminMess UL {
	margin: 0 0 0 14px;
	padding: 0;
	list-style-type: square;
	list-style-image: url(/imcms/im_admin/images/icons/list_dot_admin.gif);
}
* html DIV.adminMess UL {
	list-style-image: url(/imcms/im_admin/images/icons/list_dot_admin_ie.gif);
}
DIV.adminMess LI {
	padding-bottom: 3px;
	font: 12px 'Open Sans', Verdana, Geneva, sans-serif;
}

DIV.error {
	color: #f00;
}
DIV.error H3,
DIV.error LI {
	color: #d00;
}

DIV.info H3 {
	color: #6b9f05;
}
DIV.info,
DIV.info LI {
	color: #333;
}


DIV.postit {
	clear: both !important;
	display: block;
	margin: 10px auto !important;
	font: 12px 'Open Sans', verdana,geneva,sans-serif !important;
	color: #000 !important;
	border: 1px solid #ccc !important;
	border-width: 0 1px 1px 1px !important;
	background-color: #ffa !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}
DIV.postit DIV {
	margin: 0 !important;
	padding: 5px !important;
	font: 12px 'Open Sans', verdana,geneva,sans-serif !important;
	color: #000 !important;
}
DIV.postit DIV DIV {
	margin: 0 !important;
	padding: 2px !important;
}
DIV.postit PRE {
	margin: 0 !important;
	padding: 5px !important;
	font-size: 12px !important;
	line-height: 1.4em !important;
}
DIV.postit H2 {
	margin: 0 !important;
	padding: 8px 10px !important;
	font: bold 13px 'Open Sans', verdana,geneva,sans-serif !important;
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	color: #000 !important;
	background-color: #ff5 !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
DIV.postit .innerPostit {
	margin: 0 !important;
	padding: 3px 5px !important;
	font: bold 12px 'Open Sans', verdana,geneva,sans-serif !important;
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	color: #000 !important;
	background-color: #ff5 !important;
}
DIV.postit .innerPostit H4 {
	margin: 0 !important;
	padding: 2px 5px !important;
	font: bold 12px 'Open Sans', verdana,geneva,sans-serif !important;
	color: #000 !important;
	background-color: #ff3 !important;
}
DIV.postit H2.inner {
	margin: 15px 0 0 0 !important;
}
DIV.postit .h2 {
	font: bold 13px 'Open Sans', verdana,geneva,sans-serif !important;
	margin: 0 !important;
	padding: 3px 5px !important;
}
DIV.postit H2.noText {
	border-bottom: 0 !important;
}

DIV.postit TD {
	font: 12px 'Open Sans', verdana,geneva,sans-serif !important;
}


.adminTabsTable TD,
.adminTabsTable TD TD,
.formTable.adminTabsTable TR.tr_last TD TD {
	padding-bottom: 0 !important;
}
.adminTabInactive {
	position: relative;
	background: #b1b8bd url(/imcms/im_admin/images/buttons/bg_btn_disabled.gif) 0 0 no-repeat;
	border: 1px solid #91989d;
	border-bottom: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-khtml-border-radius-topleft: 5px;
	-o-border-radius-topright: 5px;
	-o-border-radius-bottomright: 0px;
	-o-border-radius-bottomleft: 0px;
	-o-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 5px;
	font-family: 'Open Sans', Arial,Helvetica,sans-serif;
	color: #999;
	cursor: pointer;
	padding: 4px 8px;
}
.adminTab,
.adminTabInactive:hover {
	position: relative;
	background: #bc0007 url(/imcms/im_admin/images/buttons/bg_btn_red.gif) 0 0 no-repeat;
	border: 1px solid #ac0000;
	border-bottom: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-khtml-border-radius-topleft: 5px;
	-o-border-radius-topright: 5px;
	-o-border-radius-bottomright: 0px;
	-o-border-radius-bottomleft: 0px;
	-o-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 5px;
	font-family: 'Open Sans', Arial,Helvetica,sans-serif;
	color: #fff;
	cursor: pointer;
	padding: 4px 8px;
}

/* *******************************************************************************************
 *         External Contact - Card                                                           *
 ******************************************************************************************* */

.externalContactCard {
	border: 1px solid #ccc;
	border-color: #ccc #000 #000 #ccc;
	margin-bottom: 10px;
	padding: 10px;
}
.externalContactCard h2,
.formTable td h2 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
.formTable td h2.preview {
	margin: 5px 0 8px 0;
	padding: 0 0 10px 0;
	line-height: 1.2em;
}
.externalContactForm {
	padding: 5px 0;
}
.externalContactFormNew {
	background-color: #ffc;
}
.externalContactCardNew {
	background-color: #ff9;
}
.externalContactCard th,
.externalContactCard td,
.formTable .externalContactCard th,
.formTable .externalContactCard td {
	font-size: 11px !important;
	padding: 0 0 4px 0 !important;
}


.helper {
	text-decoration: none;
	border-bottom: 1px dashed #0b0;
	cursor: help;
}
.helper IMG {
	border: 0 !important;
}
#toolTipPop {
	position: absolute;
	padding: 8px 10px;
	border: 1px solid #ccc;
	background-color: #efefef;
	text-align: left;
	font: 12px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000;
	z-index: 10000;
	display: none;
}
#toolTipPop.limitSize {
	max-width: 400px;
	overflow: hidden;
}
@media print {
	#toolTipPop {
		display: none !important;
	}
}
#toolTipPop h4 {
	margin: 10px 0;
	padding: 0;
}
#toolTipPop .text {
	margin: 0 0 10px 0;
	padding: 0;
}

.toolTipIcon_JPG {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_image.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_PNG {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_image.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_GIF {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_image.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_MP3 {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_audio.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_AVI {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_video.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_MPG {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_video.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_EXT_LINK {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_link_ext.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_URL {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_link_ext.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_PDF {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_pdf.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_DOC {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_doc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ZIP {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_zip.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_XLS {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_xls.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_PPT {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_ppt.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_IMAGE {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_image.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SWF {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_swf.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_VIDEO {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_video.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_AUDIO {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_audio.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_TXT {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_txt.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_RTF {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_rtf.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_HTM {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_htm.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OO-WRITE {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OO-CALC {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OO-DRAW {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OO-IMPRESS {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ODT {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OTT {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SXW {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_STW {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ODS {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OTS {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SXC {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_STC {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ODG {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OTG {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SXD {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_STD {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ODP {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OTP {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SXI {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_STI {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}

/* *******************************************************************************************
 *         Misc                                                                              *
 ******************************************************************************************* */

.ui-sortable-placeholder {
	background-color: #ffc;
	border: 1px dashed red;
	visibility: visible !important;
}

.clearer {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.clear {
	clear: both !important;
}
.clearheight {
	clear: both;
	height: 0;
	overflow: hidden;
}



/* *******************************************************************************************
 *         Paging                                                                            *
 ******************************************************************************************* */

.paging {
	clear: both;
	margin: 10px auto;
	padding: 10px;
	border-top: 1px solid #ccc;
	text-align: center !important;
	font: 10px 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #616d98 !important;
}
.pagingTop {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
.pagingBottom,
#pagingBottomDiv {
	margin-top: 0;
}
.paging A,
.paging A:link,
.paging A:visited,
.paging SPAN.dim,
.paging SPAN.active {
	border: 0;
	outline: none;
	color: #fff !important;
	background: #32496d none !important;
	margin: 0;
	cursor: pointer;
	font-size: 13px;
	line-height: 15px;
	padding: 7px 10px;
	font-size: 11px;
	line-height: 13px;
	padding: 3px 5px;
	margin: 1px;
	color: #333 !important;
	background: #ededed none !important;
}
.paging SPAN.paging_dots {
	display: inline-block;
	margin: 2px !important;
	padding: 2px 3px;
	border: 0 !important;
	font-size: 11px;
	line-height: 13px;
	color: #444 !important;
	text-decoration: none !important;
}
.paging .oneDigit {
	padding: 3px 5px !important;
}
.paging .prevBtn {
	margin-right: 5px !important;
	padding: 3px 10px !important;
}
.paging .nextBtn {
	margin-left: 5px !important;
	padding: 3px 10px !important;
}
.paging .dim,
.paging SPAN.dim {
	color: #aaa !important;
}
.paging A:active,
.paging A:hover,
.paging SPAN.active {
	color: #fff !important;
	background: #32496d none !important;
}

/* *******************************************************************************************
 *         ToolTip                                                                           *
 ******************************************************************************************* */

#toolTipPop {
	position: absolute;
	padding: 8px 10px;
	border: 1px solid #ccc;
	background-color: #efefef;
	text-align: left;
	font: 12px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000;
	z-index: 10000;
	display: none;
}
#toolTipPop.limitSize {
	max-width: 400px;
	overflow: hidden;
}
@media print {
	#toolTipPop {
		display: none !important;
	}
}
#toolTipPop h4 {
	margin: 10px 0;
	padding: 0;
}
#toolTipPop .text {
	margin: 0 0 10px 0;
	padding: 0;
}

.toolTipIcon_JPG {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_image.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_PNG {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_image.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_GIF {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_image.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_MP3 {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_audio.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_AVI {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_video.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_MPG {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_video.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_EXT_LINK {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_link_ext.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_URL {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_link_ext.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_PDF {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_pdf.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_DOC {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_doc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ZIP {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_zip.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_XLS {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_xls.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_PPT {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_ppt.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_IMAGE {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_image.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SWF {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_swf.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_VIDEO {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_video.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_AUDIO {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_audio.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_TXT {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_txt.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_RTF {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_rtf.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_HTM {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_htm.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OO-WRITE {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OO-CALC {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OO-DRAW {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OO-IMPRESS {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ODT {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OTT {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SXW {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_STW {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ODS {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OTS {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SXC {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_STC {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ODG {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OTG {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SXD {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_STD {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ODP {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OTP {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SXI {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_STI {
	background: #fff url(/imcms/im_admin/images/icons/type/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}


/* *******************************************************************************************
 *         Forms                                                                             *
 ******************************************************************************************* */

.formField, SELECT, INPUT, TEXTAREA, BUTTON {
	color: #333;
}
.customerForm .formField, .customerForm SELECT, .customerForm INPUT, .customerForm TEXTAREA {
	font: 400 13px 'Open Sans', Verdana, Geneva, sans-serif !important;
}

.formField,
TEXTAREA,
SELECT {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 12px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.formField:focus,
TEXTAREA:focus,
SELECT:focus,
.formField:active,
TEXTAREA:active,
SELECT:active,
.formFieldFocus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 4px rgba(0,123,255,.25);
	-moz-box-shadow: 0 0 0 4px rgba(0,123,255,.25);
	-o-box-shadow: 0 0 0 4px rgba(0,123,255,.25);
	-ms-box-shadow: 0 0 0 4px rgba(0,123,255,.25);
	box-shadow: 0 0 0 4px rgba(0,123,255,.25);
}

.formFieldBlur {}

.formFieldError {
	border-color: #f00 !important;
	background-color: #fee !important;
}

TEXTAREA {
	overflow: auto;
}

#inner_container label {
	display: inline;
	margin-bottom: 0;
	font-weight: 400;
}







.form-btn,
.form-btn-small {
	border: 0;
	outline: none;
	color: #fff !important;
	background: #32496d none !important;
	margin: 0;
	cursor: pointer;
	font-size: 13px;
	line-height: 15px;
	padding: 7px 10px;
}
.form-btn-small {
	font-size: 11px;
	line-height: 13px;
	padding: 3px 5px;
}

.filter-btn {
	border: 0;
	outline: none;
	color: #fff !important;
	background: #32496d none !important;
	margin: 0;
	cursor: pointer;
	font-size: 13px;
	line-height: 15px;
	padding: 7px 10px;
	font-size: 11px;
	line-height: 13px;
	padding: 3px 5px;
	margin: 1px 1px 5px 1px;
	color: #333 !important;
	background: #ededed none !important;
}
.filter-btn:hover,
.filter-btn:active,
.filter-btn:focus,
.filter-btn.active {
	color: #fff !important;
	background: #32496d none !important;
}
.filter-btn > .badge {
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 2px;
	background-color: #ebd30a;
	color: #333 !important;
	font-size: 9px !important;
	line-height: 9px !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

/* *******************************************************************************************
 *         Form buttons                                                                      *
 ******************************************************************************************* */


.formButton,
.formBtnLarge,
.formBtnXLarge {
	position: relative;
	background: #32496d none !important;
	border: 0 !important;
	outline: none;
	color: #fff !important;
	margin: 0;
	font-size: 13px;
	line-height: 1.4em;
	padding: 5px 8px;
}
.formBtnLarge {
	font-size: 14px;
	padding: 7px 10px;
}
.formBtnXLarge {
	font-size: 15px;
	padding: 9px 15px;
}

.formBtn {
	position: relative;
	background: #3075a8 url(/images_gui/buttons/bg_btn.gif) 0 0 no-repeat;
	border: 1px solid #105588;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font: bold 11px 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #fff;
	text-shadow: #666 0 1px 0;
	cursor: pointer;
	padding: 3px 6px;
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#cccccc')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#cccccc');
}

.formBtnSmall {
	position: relative;
	background: #3075a8 url(/images_gui/buttons/bg_btn.gif) 0 0 no-repeat;
	border: 1px solid #105588;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font: 10px 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #fff;
	text-shadow: #666 0 1px 0;
	cursor: pointer;
	padding: 2px 4px;
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#cccccc')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#cccccc');
}

.formBtn.orange,
.formBtnSmall.orange {
	background: #f5781d url(/images_gui/buttons/bg_btn_f5781d.gif) 0 0 no-repeat;
	border: 1px solid #d5580d;
}
.formBtn.red,
.formBtnSmall.red {
	color: #fff !important;
	background: #bc0007 url(/imcms/im_admin/images/buttons/bg_btn_red.gif) 0 0 no-repeat;
	border: 1px solid #ac0000;
}

.formBtn.active,
.formBtnSmall.active,
.formBtnLarge.active {
	top: 1px;
	background: #508b4d url(/images_gui/buttons/bg_btn_active.gif) 0 0 no-repeat;
	border: 1px solid #367033;
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	-ms-filter: none;
	filter: none;
}

.formBtn.disabled,
.formBtnSmall.disabled,
.formBtnLarge.disabled {
	top: 1px;
	background: #b1b8bd url(/images_gui/buttons/bg_btn_disabled.gif) 0 0 no-repeat;
	border: 1px solid #91989d;
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	-ms-filter: none;
	filter: none;
}

.formBtn[disabled],
.formBtnSmall[disabled],
.formBtnLarge[disabled] {
	cursor: not-allowed;
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	-ms-filter: none;
	filter: none;
}

.customerForm .formBtn,
.customerForm .formBtnSmall {
	padding: 4px 15px !important;
	font: 400 14px 'Open Sans', Verdana, Geneva, sans-serif !important;
	text-shadow: 0 0 1px #000;
	border: 0 !important;
	background: transparent url(/images_gui/buttons/bg_buttons_sprite.png?_=32871) 0 50% no-repeat !important;
}
.customerForm .formBtnSmall {
	font-size: 13px !important;
	padding: 3px 10px !important;
}
.customerForm .formBtn.red,
.customerForm .formBtnSmall.red,
.customerForm .formBtn:focus,
.customerForm .formBtnSmall:focus {
	background-position: -1000px 50% !important;
}
.customerForm .formBtn.active,
.customerForm .formBtnSmall.active,
.customerForm .formBtn:hover,
.customerForm .formBtnSmall:active,
.customerForm .formBtn.red:hover,
.customerForm .formBtn.red:active,
.customerForm .formBtnSmall.red:hover,
.customerForm .formBtnSmall.red:active {
	background-position: -500px 50% !important;
}
.customerForm .formBtn:focus,
.customerForm .formBtnSmall:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(0,123,255,0.5) !important;
	-moz-box-shadow: 0 0 0 4px rgba(0,123,255,0.5) !important;
	-o-box-shadow: 0 0 0 4px rgba(0,123,255,0.5) !important;
	-ms-box-shadow: 0 0 0 4px rgba(0,123,255,0.5) !important;
	box-shadow: 0 0 0 4px rgba(0,123,255,0.5) !important;
}

.formBtnLeft {
	float: left !important;
	margin-right: 8px;
}
.formBtnRight {
	float: right !important;
	margin-left: 8px;
}

.formGroup {
	clear: both;
	padding-bottom: 10px;
}
.formGroup TD {
	vertical-align: top;
	padding-bottom: 5px;
}
.formGroup TD.td0 {
	padding-top: 3px;
	padding-right:10px;
}
.formGroup LABEL {
	display: block;
	padding-bottom: 3px;
}
.formGroup .errorMess {
	display: none;
	clear: both;
	margin: 0;
	padding: 3px 0 10px 0;
	font-weight: bold;
	font-size: 10px;
	color: #c00;
}
.formGroupError .errorMess {
	display: block;
}
.successMess {
	clear: both !important;
	margin: 0 !important;
	padding: 10px 0 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	color: #000 !important;
}
#noSendError {
	clear: both;
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	font-size: 12px;
	color: #c00;
}
.formGroupCb LABEL {
	display: inline;
	padding-bottom: 0;
	padding-left: 5px;
}
.formGroupBtn,
.formGroupBtn TD {
	padding-top: 10px;
	text-align: right;
}

#adminLinksDiv BUTTON,
#adminLinksDiv .formBtnSmall {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#adminLinksDiv .formBtnSmall {
	font-size: 10px !important;
}

/* *******************************************************************************************
 *         Misc                                                                              *
 ******************************************************************************************* */

.clear {
	clear: both;
}

.shadow {
	-moz-box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.5);
	box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#cccccc')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#cccccc');
}

@media screen and (max-width: 700px) {
	#noScriptInfo {
		left: 0 !important;
	}
}

DIV.postit {
	clear: both !important;
	display: block;
	margin: 10px auto !important;
	font: 12px 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #000 !important;
	border: 1px solid #ccc !important;
	border-width: 0 1px 1px 1px !important;
	background-color: #ffa !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc');
}
DIV.postit DIV {
	margin: 0 !important;
	padding: 5px !important;
	font: 12px 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #000 !important;
}
DIV.postit DIV DIV {
	margin: 0 !important;
	padding: 2px !important;
}
DIV.postit PRE {
	margin: 0 !important;
	padding: 5px !important;
	font-size: 12px !important;
	line-height: 1.4em !important;
}
DIV.postit H2 {
	margin: 0 !important;
	padding: 8px 10px !important;
	font: bold 13px 'Open Sans', Verdana, Geneva, sans-serif !important;
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	color: #000 !important;
	background-color: #ff5 !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
DIV.postit H2.inner {
	margin: 15px 0 0 0 !important;
}
DIV.postit .h2 {
	font: bold 13px 'Open Sans', Verdana, Geneva, sans-serif !important;
	margin: 0 !important;
	padding: 3px 5px !important;
}
DIV.postit H2.noText {
	border-bottom: 0 !important;
}

DIV.postit TD {
	font: 12px 'Open Sans', Verdana, Geneva, sans-serif !important;
}


.hiddenObj {
	display: none;
}

.dimText {
	color: #666 !important;
}

input, select, textarea, button {
	outline: 0;
}

#adminPanels {
	background-color: #fff;
	padding: 0 0 5px 0;
}
@media screen and (max-width: 437px) {
	#adminPanels { display: none; }
}
#adminPanelsInner {
	margin: 0 0.8710801394%;
}
#adminPanelDiv,#changePageDiv {
	float: left;
	margin: 0 10px 0 0 !important;
}
#changePageDiv {
	margin: 15px 10px 0 0 !important;
}
#changePageTdTop table {
	margin: 3px 0 4px 0;
}
#changePageDiv .changePageTdBottom td {
	padding: 3px 4px 4px 4px !important;
}
#changePageDiv .changePageTdBottom td img {
	height: 24px;
}



#adminLinksDiv {
	float: left;
	margin: 15px 0 0 10px !important;
	background-color: #f5f5f7 !important;
	border-width: 1px 2px 2px 1px !important;
	border-style: solid !important;
	border-color: #ccc #000 #000 #ccc !important;
	background-color: #f5f5f7 !important;
}
#adminLinksTable {
	margin: 0 1px 1px 0 !important;
}

.imcmsAdmBgHead {
	background-color: #20568d !important;
	color: #fff !important;
	padding: 5px !important;
}
.imcmsAdmBgCont {
	background-color: #f5f5f7 !important;
	color: #000 !important;
	padding: 5px !important;
}
#adminLinksDiv TD {
	font-size: 10px;
}



.ui-loader {
	display: none !important;
}






#skip-to-content {
	position: fixed;
	top: -50px;
	left: 0;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #fff !important;
	border: 1px dashed #fff;
	background: transparent;
	z-index: 1100;
	outline: 0;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	-khtml-border-radius-topright: 0px;
	-khtml-border-radius-bottomright: 4px;
	-khtml-border-radius-bottomleft: 0px;
	-khtml-border-radius-topleft: 0px;
	-o-border-radius-topright: 0px;
	-o-border-radius-bottomright: 4px;
	-o-border-radius-bottomleft: 0px;
	-o-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#cccccc')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#cccccc');
	-webkit-transition: top .5s ease-out, background .5s linear;
	-moz-transition: top .5s ease-out, background .5s linear;
	-o-transition: top .5s ease-out, background .5s linear;
	-ms-transition: top .5s ease-out, background .5s linear;
	transition: top .5s ease-out, background .5s linear;
}

#skip-to-content:focus {
	top: 0;
	background: #e30613;
}


.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.nowr { white-space: nowrap; }

.al, .al td { text-align: left !important; }
.ac, .ac td { text-align: center !important; }
.ar, .ar td { text-align: right !important; }
.at, .at td { vertical-align: top !important; }
.am, .am td { vertical-align: middle !important; }
.ab, .ab td { vertical-align: bottom !important; }

/* *******************************************************************************************
 *         Form Generator                                                                    *
 ******************************************************************************************* */

#formEngine {
	margin: 0;
	padding: 15px 0;
}
#formEngine,
#formEngine * {
	box-sizing: border-box;
}
#formEngine img {
	width: auto !important;
	height: auto !important;
}
FORM#formEngineForm {}
TABLE.formEngineTable {}
TABLE.formEngineTable TD {
	font-size: 12px;
}
TABLE.formEngineTable TD[align="right"] {
	text-align: right !important;
}
TABLE.formEngineTable .td1 {
	width: 120px;
	padding: 6px 2px;
}
TABLE.formEngineTable .label_fullwidth {
	padding-bottom: 8px;
}
#formEngine H2 {
	margin: 10px 0 !important;
	padding: 0 !important;
	font-weight: bold;
}
#formEngine .dividerHeading {
	margin-bottom: 10px;
	padding-top: 25px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	font-weight: bold;
}
#formEngine .dividerLine {
	border-bottom: 1px solid #ccc;
	height: 1px;
	line-height: 1px;
}
#formEngine .dividerSpacer {
	height: 10px;
	line-height: 1px;
}
TABLE.formEngineTable .tr_textarea TD,
TABLE.formEngineTable .tr_radiobutton TD,
TABLE.formEngineTable .tr_checkbox TD {
	padding-bottom: 12px;
}
#formEngine .formField,
#formEngine .formTextarea,
#formEngine .formSelect {
	width: auto;
	padding: 0.33749998rem 0.67499995rem;
	font-size: .8rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#formEngine .formField:active,
#formEngine .formField:focus,
#formEngine .formTextarea:active,
#formEngine .formTextarea:focus,
#formEngine .formSelect:active,
#formEngine .formSelect:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 4px rgba(0,123,255,.25);
	-moz-box-shadow: 0 0 0 4px rgba(0,123,255,.25);
	-o-box-shadow: 0 0 0 4px rgba(0,123,255,.25);
	-ms-box-shadow: 0 0 0 4px rgba(0,123,255,.25);
	box-shadow: 0 0 0 4px rgba(0,123,255,.25);
}

/* *******************************************************************************************
 *         Links accessibility overrides                                                     *
 ******************************************************************************************* */

button::-moz-focus-inner {
  border: 0;
}
:focus {
	outline: 0 !important;
}
#content_container .formBtn {
	padding: 5px 10px 6px 12px !important;
}
#content_container .formBtn:active,
#content_container .formBtn:focus,
.filter-btn:active,
.filter-btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	-moz-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	-o-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	-ms-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}


/* *******************************************************************************************
 *         Campaign 2022-06                                                                  *
 ******************************************************************************************* */

#campaignSlider {
	margin-bottom: 10px;
}
.lte-sm #campaignSlider {
	display: none;
}
#campaignImageMobile {
	display: none;
	margin-bottom: 30px;
}
.lte-sm #campaignImageMobile {
	display: block;
}

/* *******************************************************************************************
 *         Publication listing                                                                *
 ******************************************************************************************* */
.administrationDiv{
	padding: 20px;
	margin:20px 0;
	background-color:#f2f2f2;
}
.btn.publicationsBtn,
.btn.publicationsBtn:focus,
.btn.publicationsBtn:active,
.btn.publicationsBtn:visited,
.btn.publicationsBtn:hover{
	color:white !important;
	background-color: #354367;
	margin-top:10px;
	margin-right:10px;
	border:1px solid #354367;
}

.btn.publicationsBackBtn,
.btn.publicationsBackBtn:focus,
.btn.publicationsBackBtn:active,
.btn.publicationsBackBtn:visited{
	color:#354367;
	background-color: #eaecf0;
}

a.publicationItemLink,
a.publicationItemLink:visited,
a.publicationItemLink:active,
a.publicationItemLink:focus{
	text-decoration: none;
	color:black !important;
}
.publicationItemLink h2{
	padding:0 10px 0 0 !important;
}
.publicationItemContentDiv{
	margin: 0 0 1.0em;
	padding:0;
	height:100%;
	border:1px solid gray;
	background-color:#f7f7f7;
}

@media screen and (max-width: 620px) {
	.publicationItemContentDiv{
		height:228px;
	}
	.publicationItemImageDiv{
		border-right:0 !important;
		height:228px !important;
		width: 141px !important;
		max-width: none !important;
	}
	.publicationItemImageDiv a{
		width:140px !important;
		display:block !important;
	}
	.publicationItemImageDiv img{
		display:block !important;
		height:226px !important;
		width: 140px !important;
		max-width: none !important;
	}
	/*#inner_container img{
		height:226px !important;
		width: 140px !important;
		max-width: none !important;
	}*/
	.publicationItemImage{
		height:226px !important;
		width: 140px !important;
		max-width: none !important;
	}

	.publicationItemTextDiv{
		width: calc(100% - 160px);
	}
	.publicationItemButtonsDiv{
		width: calc(100% - 160px);
	}
	.publicationItemButtonsDiv .publicationsBtn{
		padding:6px !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1380px) {
	.publicationItemTextDiv,
	.publicationItemButtonsDiv {
		width: calc(100% - 160px);
	}

}

@media screen and (min-width: 621px) and (max-width: 802px) {
	.publicationItemTextDiv,
	.publicationItemButtonsDiv {
		width: calc(100% - 160px);
	}

}

@media screen and (min-width: 621px) and (max-width:703px){
	.publicationItemButtonsDiv .publicationsBtn {
		padding:6px !important;
	}
}

@media screen and (max-width:485px){
	.publicationItemContentDiv{
		height:290px !important;
	}
	.publicationItemImageDiv{
		height: 226px !important;
	}
	.publicationItemTextDiv{

	}
	.publicationItemButtonsDiv{
		border-top:1px solid gray;
		width:100% !important;
		clear:both;
		padding:15px;
		float:none !important;
	}
	.publicationItemButtonsDiv .publicationsBtn {
		margin:0 !important;
	}

}
.publicationItemImageDiv{
	margin-right:1.0em;
	float:left;
	border-right: 1px solid gray;
}
.publicationItemImageLink a{
	width:140px;
	display:block !important;
}
.publicationItemImageLink img{
	width:140px !important;
}
.publicationItemImageLinkFiller{
	height:228px;
	width:100%;
	background-size: cover;
	background-position-x: right;
}
.publicationItemTextDiv{
	padding-top:15px;
	width: calc(100% - 160px) !important;
	float:right;
	overflow-y: hidden;
}
.publicationItemTextDiv h2{
	padding:0;
	margin-bottom:0.5em;
}
.publicationItemTagsDiv{
	width:100%;
}
.rel{
	position:relative;
}
.positionHaxxed{
	position:absolute;
	left:-2px;
	top:2px;
}
.publicationItemIngress{
	padding-right:20px;
	margin-bottom:5px;
}
.publicationItemButtonsDiv{
	margin:0 0 16px 0;
	float:right;
	width: calc(100% - 160px);
}
.publicationItemDateSpan{
	margin-right:15px;
}
.publicationItemTagDivBig{
	background-color: #717b94;
	border-radius:4px;
	color:white;
	padding:3px 5px;
	margin-right:8px;
}

.publicationItemTagDiv{
	border-radius: 4px;
	background-color: #c9ccce;
	padding:2px 5px;
	font-size:12px;
	margin-right:3px;
}
.publicationLine{
	padding-bottom: 18px !important;
}

.publicationContentDiv{

}
.publicationImageDiv{
	min-width:140px;
	margin-right:10px;
	width:20%;
	float:left;
}
.publicationImageDiv img{
	width:140px;
}
.publicationTextDiv{

}
.publicationButtonsDiv{
	margin-top:20px;
}
.publicationButtonsDiv a,
.publicationButtonsDiv button{
	float:left;
	margin-right:10px;
}

.publicationButtonsDiv select{
	border-radius:4px;
	height:34px;
	color:black;
	float:left;
	margin-right:10px;
	max-width:4.5em;
}

.returnBtnDiv{
	margin-top:1.0em;
}
.publicationButtonsDividerDiv{
	height:34px;
	border-left:1px solid gray;
	width:1px;
	display:inline-block;
	float:left;
	margin-left:10px;
	margin-right:20px;
	margin-top:10px;
}
#amountSelect{
	margin-top:10px;
}
.publicationCartPlate{
	margin-bottom:20px;
	background-color:#d9d9d9;
}
.publicationFilterPlate{
	margin-bottom:5px;
	background-color:#f2f2f2;
}
.publicationFilterPlate h2{
	margin:0 !important;
}

/*cart*/
.cartItemLabel{
	padding-top:2px;
}
.topped{
	margin-top:6px;
}
#cartItems{

}
#cartItems .w1{
	width:60%;
}
#cartItems .w2{
	width:30%;
}
#cartItems .amount{
	max-width:50px;
	display:inline;
	text-align: center;
}
.trasher{
	border:none;
	background-color: transparent;
}
.modal .close{
	margin-top:-20px;
}

#checkoutModal .row{
	padding-bottom:1.0em;
}

#checkoutModal .modal-body,
#checkoutModal .modal-head{
	padding-right:90px;
	padding-left:30px;
}
.w40p{
	width:40%;
}
.w60p{
	width:60%;
}
.w100p{
	width:100%;
}

.restricted{
	max-height:120px;
	overflow-y:hidden;
}
.showMoreBtn{
	border:none;
	background-color: transparent;
	color:#354367;
	margin:10px 20px;

}
#filterForm .plate_content{
	padding-left:35px;
}

#checkoutBtn{
	margin-bottom:12px;
}


/* *******************************************************************************************
 *         grid.css.jsp                                                                      *
 ******************************************************************************************* */


/*
 * Columns : 1-14 calculated in percent + some nested versions. 
 * Gutter  : ~20px @ 1400 / 14 col á 80px
 * MaxWidth: 1400px
 * MinWidth: 310px
 * Based on http://www.tinyfluidgrid.com/
 * Modified by: Tommy Ullberg, imCode Partner AB
 * http://www.gridsystemgenerator.com/gs01.php?GridWidth=1400&GridColumns=14&GridMarginLeft=10&GridMarginRight=10
 */

.grid_1 { width: 5.7142857143%; }
.grid_2 { width: 12.8571428571%; }
.grid_3 { width: 20%; }
.grid_4 { width: 27.1428571429%; }
.grid_5 { width: 34.2857142857%; }
.grid_6 { width: 41.4285714286%; }
.grid_7 { width: 48.5714285714%; }
.grid_8 { width: 55.7142857143%; }
.grid_9 { width: 62.8571428571%; }
.grid_10 { width: 70%; }
.grid_11 { width: 77.1428571429%; }
.grid_12 { width: 84.2857142857%; }
.grid_13 { width: 91.4285714286%; }
.grid_14 { width: 98.5714285714%; }
.grid_100 { width: 98.5714285714%; }
.grid_100_full { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_100 {
	margin-left: 0.7142857143%;
	margin-right: 0.7142857143%;
	float: left;
	display: block;
}

.grid_100 {
	clear: both;
}
.grid_100_full {
	clear: both;
	margin: 0;
}

.suffix_1 { margin-right: 7.8571428571%; }
.prefix_1 { margin-left: 7.8571428571%; }
.suffix_2 { margin-right: 15%; }
.prefix_2 { margin-left: 15%; }
.suffix_3 { margin-right: 22.1428571429%; }
.prefix_3 { margin-left: 22.1428571429%; }
.suffix_4 { margin-right: 29.2857142857%; }
.prefix_4 { margin-left: 29.2857142857%; }
.suffix_5 { margin-right: 36.4285714286%; }
.prefix_5 { margin-left: 36.4285714286%; }
.suffix_6 { margin-right: 43.5714285714%; }
.prefix_6 { margin-left: 43.5714285714%; }
.suffix_7 { margin-right: 50.7142857143%; }
.prefix_7 { margin-left: 50.7142857143%; }
.suffix_8 { margin-right: 57.8571428571%; }
.prefix_8 { margin-left: 57.8571428571%; }
.suffix_9 { margin-right: 65%; }
.prefix_9 { margin-left: 65%; }
.suffix_10 { margin-right: 72.1428571429%; }
.prefix_10 { margin-left: 72.1428571429%; }
.suffix_11 { margin-right: 79.2857142857%; }
.prefix_11 { margin-left: 79.2857142857%; }
.suffix_12 { margin-right: 86.4285714286%; }
.prefix_12 { margin-left: 86.4285714286%; }
.suffix_13 { margin-right: 93.5714285714%; }
.prefix_13 { margin-left: 93.5714285714%; }
.suffix_14 { margin-right: 100.7142857143%; }
.prefix_14 { margin-left: 100.7142857143%; }

/* Nested versions */

.grid_10 .grid_7 {
	width: 69.387755102%;
	float: left;
	margin: 0;
}
.grid_10 .grid_3 {
	width: 28.5714285714%;
	float: right;
	margin: 0;
}

.grid_10 .grid_4 {
	width: 38.7755102041%;
	float: left;
	margin: 0;
}
.grid_10 .grid_6 {
	width: 59.1836734694%;
	float: right;
	margin: 0;
}
#forvOmr .grid_10 .grid_4 {
	float: right;
}
#forvOmr .grid_10 .grid_6 {
	float: left;
}

.grid_10 .grid_5 {
	width: 48.9795918367%;
	float: right;
	margin: 0;
}
.grid_10 .grid_5.first {
	float: left;
}

.grid_8 .grid_2 {
	width: 23.0769230769%;
	float: left;
	margin: 0;
}
.grid_8 .grid_6 {
	width: 74.358974359%;
	float: right;
	margin: 0;
}

.grid_8 .grid_5 {
	width: 61.5384615385%;
	float: left;
	margin: 0;
}
.grid_8 .grid_3 {
	width: 35.8974358974%;
	float: right;
	margin: 0;
}

.grid_8 .grid_4 {
	width: 48.7179487179%;
	float: right;
	margin: 0;
}
.grid_8 .grid_4.first {
	float: left;
}

.grid_7 .grid_2 {
	width: 26.4705882353%;
	float: left;
	margin: 0;
}
.grid_7 .grid_5 {
	width: 70.5882352941%;
	float: right;
	margin: 0;
}

.grid_14 .grid_2,
.grid_14 .grid_6,
.grid_14 .grid_5,
.grid_14 .grid_3,
.grid_14 .grid_4,
.grid_14 .grid_4.first {
	width: 100%;
	float: none;
	margin: 0;
}


/* misc */

.container_min .first {
	margin-left: 0;
}
.container_min .last {
	margin-right: 0;
}

.alpha { margin-left: 0; }
.omega { margin-right: 0; }

.container {
	width: 100%;
	max-width: 1400px;
	min-width: 310px;
	margin: auto;
	padding: 0;
}

.forceDesktop .container {
	max-width: 1400px;
	min-width: 1400px;
	width: 1400px;
}


.dummy.container,
.dummy.container_full,
.dummy.container_max,
.grid.container,
.grid.container_full,
.grid.container_max {
	padding-top: 20px;
	background: transparent url(http://www.gridsystemgenerator.com/download/gs01/uncompressed/images/1400_14_10_10.png) center top repeat-y;
}
.gridH.container,
.gridH.container_full,
.gridH.container_max {
	background: transparent url(http://www.gridsystemgenerator.com/download/gs01/uncompressed/images/1400_14_10_10.png) center top repeat-y;
	min-height: 800px;
}
.dummy.container h1 {
	border: solid 1px black;
	text-align: center;
	margin: 10px 0;
	padding: 10px;
	font-size: 17px;
	background-color: #fcc;
}
.dummy.container h2 {
	text-align: center;
	margin: 10px 0 5px 0;
	font-size: 15px;
}


.clear,.clearer{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix,
*:first-child+html .clearfix{zoom:1}





/* *******************************************************************************************
 *         jquery.fancybox-1.3.4.css.jsp                                                     *
 ******************************************************************************************* */

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/javascript/jquery/jquery.fancybox-1.3.4/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_nw.png', sizingMethod='scale'); }

/* *******************************************************************************************
 *         idangerous.swiper.css                                                             *
 ******************************************************************************************* */

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}


/* *******************************************************************************************
 *         accordion.css.jsp                                                                 *
 ******************************************************************************************* */



/* *******************************************************************************************
 *         Guide template                                                                    *
 ******************************************************************************************* */

.accordion {
	display: none;
	position: relative;
	clear: both;
}
.accordion.active {
	display: block;
}

.accordion * {
	font-family: 'Open sans', Tahoma, Arial, Verdana;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.accordion .ui-state-focus,
.accordion .ui-state-active,
.accordion .ui-state-default,
.accordion .ui-widget-content {
	border: 0 !important;
}

.accordion .item,
.accordion .item .visPart,
.accordion .item .hidPart {
	clear: both;
	font-size: 16px;
	border-top: 3px solid #fff;
}
.accordion .item .visPart {
	position: relative;
	min-height: 16px;
	margin: 0;
	padding: 20px 20px 19px 64px;
	cursor: pointer;
	background: #f4f4f4 none !important;
	outline: none;
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #444 !important;
}
.accordion .item .visPart .visPartLogo {
	position: absolute;
	top: 20px;
	right: 20px;
}
.accordion .item .visPart .accordionArrowRight,
.accordion .item .visPart .accordionArrowDown {
	display: block;
	position: absolute;
	width: 24px;
	height: 25px;
	left: 20px;
}
.accordion .item .visPart .accordionArrowRight {
	background: transparent url(/images_gui/accordion/icon_arrow_r.png) 0 0 no-repeat;
}
.accordion .item .visPart .accordionArrowDown {
	background: transparent url(/images_gui/accordion/icon_arrow_d.png) 0 0 no-repeat;
}
.accordion .item .visPart P {
	margin: 0;
	padding: 0;
	max-width: 530px;
}

.accordion .item .hidPart {
	display: none;
	margin: 0;
	padding: 20px 30px 20px 63px;
	background: transparent url(/images_gui/accordion/bg_accordion_hid_element.png) 0 0 repeat-x !important;
	border-right: 1px solid #ccc !important;
	border-left: 1px solid #ccc !important;
}
@media (max-width: 480px) {
	.accordion .item .hidPart {
		padding: 20px 20px 20px 20px;
	}
}

.accordion .item .hidPart .leftText {
	float: left;
	width: 60%;
	margin-right: 9%;
}
.accordion .item.posAdmin .hidPart .leftText {
	width: 50%;
	margin-right: 5%;
}
.accordion .item .hidPart .leftTextNoImage {
	float: none;
	width: auto;
	max-width: 500px;
	margin-right: 0;
	margin-bottom: 15px;
}

.accordion .item .hidPart .rightImage {
	float: left;
	width: 30%;
}
.accordion .item.posAdmin .hidPart .rightImage {
	width: 44%;
}
.normalMode .accordion .item .hidPart .rightImage img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
}

.accordion .item .hidPart H1,
.accordion .item .hidPart H2,
.accordion .item .hidPart H3,
.accordion .item .hidPart H4,
.accordion .item .hidPart H5,
.accordion .item .hidPart H6 {
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
	color: #444;
}
.accordion .item .hidPart P {
	margin: 0;
	padding: 0 0 10px 0;
}


#accordionNavSel {
	display: none;
}

@media (max-width: 500px) {
	#accordionNavSel {
		display: block !important;
	}
	#accordionNav,
	#accordionNavTable {
		display: none !important;
	}
}


UL#accordionNav {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
UL#accordionNav LI {
	display: block;
	float: left;
	height: 42px;
	margin: 0 1px 1px 0;
	padding: 0;
	background: transparent none;
}
UL#accordionNav LI A,
UL#accordionNav LI SPAN,
#accordionNavTable TD A,
#accordionNavTable TD SPAN {
	display: block;
	height: 30px;
	padding: 12px 5px 0 20px;
	font-size: 15px !important;
	font-weight: 600 !important;
  text-align: left;
	border-left: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}
UL#accordionNav.accordionNavFloating LI {
	height: auto;
	margin: 0 2px 2px 0 !important;
}
UL#accordionNav.accordionNavFloating LI A,
UL#accordionNav.accordionNavFloating LI SPAN {
	min-width: 12px;
	padding: 12px 10px !important;
}

UL#accordionNav LI.active A,
UL#accordionNav LI.active SPAN,
#accordionNavTable TD.active A,
#accordionNavTable TD.active SPAN {
  background: transparent none !important;
}
UL#accordionNav LI.inactive SPAN,
#accordionNavTable TD.inactive SPAN {
	color: #ccc;
}
UL#accordionNav LI.active A {
}

#accordionNavTable {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
#accordionNavTable TD {
	padding: 0 !important;
	border-left: 2px solid #fff;
}
#accordionNavTable TD.first {
	border-left: 0;
}
#accordionNavTable TD A,
UL#accordionNav.accordionNavFloating LI A {
	display: block;
	height: auto;
	padding: 10px 15px 10px 20px;
	color: #444 !important;
	text-decoration: none !important;
	outline: none !important;
	background-color: #f4f4f4 !important;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #f4f4f4 0%, #d7d7d7 100%) !important;
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #f4f4f4 0%, #d7d7d7 100%) !important;
	/* Opera */
	background-image: -o-linear-gradient(top, #f4f4f4 0%, #d7d7d7 100%) !important;
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(1, #d7d7d7)) !important;
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #d7d7d7 100%) !important;
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #f4f4f4 0%, #d7d7d7 100%) !important;
	
}
#accordionNavTable TD.active A,
#accordionNavTable TD.hover A,
#accordionNavTable TD A:hover,
UL#accordionNav.accordionNavFloating LI.active A,
UL#accordionNav.accordionNavFloating LI A:hover {
	color: #fff !important;
	background-color: #7988a2 !important;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #7988a2 0%, #2a4168 100%) !important;
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #7988a2 0%, #2a4168 100%) !important;
	/* Opera */
	background-image: -o-linear-gradient(top, #7988a2 0%, #2a4168 100%) !important;
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7988a2), color-stop(1, #2a4168)) !important;
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #7988a2 0%, #2a4168 100%) !important;
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #7988a2 0%, #2a4168 100%) !important;
}
#accordionNavTable TD.inactive A,
UL#accordionNav.accordionNavFloating LI.inactive A {
	background-color: #f4f4f4;
	color: #ddd;
}

.accordionBottomFade {
	height: 1px;
	border-top: 1px solid #e7e7e7;
}

@media print {
	.accordion .item .visPart .accordionArrowRight,
	.accordion .item .visPart .accordionArrowDown {
		background: transparent url(/images_gui/accordion/icon_arrow_wd.png) 0 0 no-repeat !important;
	}
	.accordion .item .hidPart {
		display: block !important;
	}
	#accordionNavTable TD A:after {
		content: "" !important;
	}
}

/* *******************************************************************************************
 *         FAQ template                                                                      *
 ******************************************************************************************* */

#faqList {
	clear: both;
	position: relative;
}
#faqList h2 {
	margin: 1px 0 !important;
	padding: 0 !important;
	background-color: #7988a2;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #7988a2 0%, #2a4168 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #7988a2 0%, #2a4168 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #7988a2 0%, #2a4168 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7988a2), color-stop(1, #2a4168));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #7988a2 0%, #2a4168 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #7988a2 0%, #2a4168 100%);
}
#faqList h2 > a {
	display: block;
	margin: 0 !important;
	padding: 15px 15px 15px 40px !important;
	font: 400 18px/20px 'Open Sans', Verdana, Geneva, sans-serif;
	color: #fff !important;
	background: transparent url(/images_gui/accordion/icon_arrow_wr.png) 0 13px no-repeat;
	cursor: help;
	text-decoration: none !important;
}
#faqList h2.active > a {
	background: transparent url(/images_gui/accordion/icon_arrow_wd.png) 0 13px no-repeat;
}
#faqList .item {
	margin: 0 !important;
	padding: 20px 0 !important;
	border-bottom: 1px solid #ccc;
}
#faqList .item.last {
	border-bottom: 0;
}
#faqList.sub-headings h2 + .sub-heading-items {
	display: none;
}
#faqList.sub-headings h2.active + .sub-heading-items {
	display: block;
}
#faqList .item > h3 {
	margin: 0 !important;
	padding: 0 0 0 40px !important;
	font-size: 15px !important;
	line-height: 25px !important;
	font-weight: 600 !important;
	background: transparent url(/images_gui/accordion/icon_arrow_r.png) 0 0 no-repeat;
	cursor: help;
}
#faqList .item > h3.active {
	background: transparent url(/images_gui/accordion/icon_arrow_d.png) 0 0 no-repeat;
}
#faqList .item > h3 a {
	text-decoration: none !important;
}
#faqList .item>h3:hover a {
	color: #666;
}
@media print {
	#faqList,
	#faqList * {
		border-top: 0 !important;
		border-bottom: 0 !important;
	}
	#faqList .item > h3 {
		margin: 5px 0 !important;
		padding: 10px 0 !important;
		background: transparent none !important;
		border-top: 1px solid #ccc !important;
		border-bottom: 1px solid #ccc !important;
	}
	#faqList .item > h3 a {
		font-size: 150% !important;
		color: inherit;
	}
}
#faqList .item .groupTextOuter {
	margin: 0 !important;
	padding: 0 !important;
}
#faqList .item .groupTextOuter .groupText {
	margin: 0 !important;
	padding: 10px 0 0 40px !important;
}

#faqToggle {
	position: relative;
	float: right;
	top: 1px;
	margin: 25px 20px 0 0;
	padding: 2px 6px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#faqToggle,
#faqToggle a {
	font-size: 11px;
	color: #999;
}

/* SELECT */

.select {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fff !important;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 15px 15px;
  outline: none;
  border: 0;
  border-radius: 0;
  color: #fff !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	background-color: #7988a2 !important;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #7988a2 0%, #2a4168 100%) !important;
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #7988a2 0%, #2a4168 100%) !important;
	/* Opera */
	background-image: -o-linear-gradient(top, #7988a2 0%, #2a4168 100%) !important;
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7988a2), color-stop(1, #2a4168)) !important;
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #7988a2 0%, #2a4168 100%) !important;
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #7988a2 0%, #2a4168 100%) !important;
}
.select select option {
	background: #d7d7d7 none;
  color: #333 !important;
	padding-left: 15px;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .2);
	-o-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .2);
	-ms-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .2);
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 21px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #fff;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

@-moz-document url-prefix() {
	.select select,
	.select select:-moz-focusring,
	.select select::-moz-focus-inner {
		color: transparent !important;
		text-shadow: 0 0 0 #fff !important;
		border:0;
	}
}


/* *******************************************************************************************
 *         helped_me.css                                                                     *
 ******************************************************************************************* */


#helpedMeDiv {
	max-width: 540px;
	margin: 20px 0 0 0;
	border-top: 1px solid #ccc;
}
#helpedMeDiv + #article_doc_foot {
	margin-top: 0 !important;
}
#helpedMeDiv #helpedMeInner {
	padding: 5px 20px;
	background-color: #e5e5e5;
	color: #444;
}
#helpedMeDiv #helpedMeInner:after,
#helpedMeDiv #helpedMeResponse:after {
	display: block;
	content: '';
	clear: both;
}
#helpedMeDiv #helpedMeInner #helpedMeText {
	float: left;
	font-size: 15px;
	line-height: 22px;
}
#helpedMeDiv #helpedMeInner #helpedMeBtnsDiv {
	float: right;
}
#helpedMeDiv #helpedMeInner #helpedMeBtnsDiv button {
	width: 3.5em;
	text-align: center;
}
#helpedMeDiv #helpedMeInner #helpedMeBtnsDiv #helpedMeBtnDivNo,
#helpedMeDiv #helpedMeInner #helpedMeBtnsDiv #helpedMeBtnDivYes {
	display: inline;
	padding-left: 10px;
}
#helpedMeDiv #helpedMeResponse {
	display: none;
	border-top: 1px solid #ccc;
	padding: 10px 20px 5px 20px;
	background-color: #f0f0f0;
	color: #444;
}
#helpedMeDiv #helpedMeResponse #helpedMeResponseText {
	float: left;
	width: 40%;
}
#helpedMeDiv #helpedMeResponse #helpedMeResponseFormDiv {
	float: right;
	width: 50%;
}
@media screen and (max-width: 640px) {
	#helpedMeDiv #helpedMeResponse #helpedMeResponseText,
	#helpedMeDiv #helpedMeResponse #helpedMeResponseFormDiv {
		float: none;
		width: auto;
		margin-bottom: 5px;
	}
}
#helpedMeDiv #helpedMeResponse #helpedMeResponseFormMessage.formField {
	width: 99%;
}
#helpedMeDiv #helpedMeResponse #helpedMeResponseFormBtnDiv {
	text-align: right;
}




/* *******************************************************************************************
 *         PRINT / NOT PRINT OVERRIDE                                                        *
 ******************************************************************************************* */


.printHidden {
	display: block;
}
.printVisible {
	display: none;
}

@media print {

html {
	height: auto;
	min-height: 0;
}
body {
	height: auto;
	min-height: 0;
	min-width: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	filter: none !important;
	background: transparent none !important;
}

body, td {
	color: #000;
}

.printHidden {
	display: none !important;
}
.printVisible {
	display: block !important;
}



#PrintDocHead {
	position: relative;
	display: block !important;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #ccc;
	text-align: left;
}
#PrintDocHead IMG {
	position: relative;
}
#PrintDocHead .heading {
	position: relative;
	margin: 5px 0 0 0;
	padding: 0;
	font: 700 17px/19px 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #000 !important;
}
#PrintDocHead .text {
	position: relative;
	margin: 3px 0 0 0;
	padding: 0;
	font: 12px 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #666 !important;
}


#outer_container {
	height: auto !important;
}

#outer_container,
#inner_container {
	width: auto !important;
	min-width: 500px !important;
	float: none !important;
	background: transparent none !important;
}
#inner_container {
	margin-bottom: 0 !important;
}

#doc_head_container,
#top_image_container_start,
#leftMenu,
.h2Right,
#getMoreDiv,
#adminPanels,
.adminDiv,
#showAdminPanelsBtn {
	display: none !important;
}

#doc_foot,
#article_doc_foot .right {
	display: none !important;
}


.container,
.container_min,
.container_full,
.container_max {
	min-width: 500px;
}

blockquote div {
	font-size: 16px !important;
	line-height: 20px !important;
	color: #666 !important;
}

#topImageArticle img {
	width: 100%;
	max-width: 100%;
}


/* Re-calc - since leftMenu is gone */
#entrepage .grid_10,
#article .grid_10 {
	width: 90% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-left: 8% !important;
}


#image_swiper,
#image_swiper *,
.swiper-slide,
.swiper-slide * {
	position: relative !important;
	clear: both !important;
}
#image_swiper #byline,
.swiper-slide .text {
	background: transparent none !important;
}
#image_swiper #byline #byline_content,
.swiper-slide .text h2 {
	margin: 0;
	padding: 5px 10px !important;
	min-height: 0;
	color: #666 !important;
}
#image_swiper #prevImage,
#image_swiper #nextImage,
#image_swiper #byline #byline_content #imageCount {
	display: none !important;
}
#image_swiper,
.swiper-slide {
	position: relative !important;
	border: 0 !important;
}
#image_swiper .image,
.swiper-slide .image {
	position: relative !important;
	height: auto !important;
	border: 0 !important;
}


#mapDiv {
	width: 554px !important;
	-ms-transform: scale(0.75); /* IE 9 */
	-ms-transform-origin: 0 0;
	-moz-transform: scale(0.75); /* Firefox */
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.75); /* Opera */
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.75); /* Safari And Chrome */
	-webkit-transform-origin: 0 0;
	transform: scale(0.75); /* Standard Property */
	transform-origin: 0 0; /* Standard Property */;
}

#outer_container.isDataSearch{
	background:none;
}
.isDataSearch #rightCol,
#clearFormBtn {
	display:none;
}


}



.pointer{
	cursor:pointer;
}


/* *******************************************************************************************
 *         Left menu + Mobile menu                                                           *
 ******************************************************************************************* */

.tree-menu ,
.tree-menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 21px;
}
.tree-menu ul.lev-2,
.tree-menu ul.lev-2 ul {
	font-size: 15px;
	line-height: 18px;
}
.tablet .tree-menu ,
.tablet .tree-menu ul {
	font-size: 12px !important;
	line-height: 15px !important;
}
.tree-menu li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #eaecf0;
}
.tree-menu li.menu-entre-doc {
	background-color: #354367;
}
.tree-menu li.menu-entre-doc a {
	color: #fff !important;
}
.tree-menu li > span {
	display: block;
	border-top: 1px solid #fff !important;
}
.tree-menu li > span.has-fold-icon {
  display: flex;
  width: 100%;
  -webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.tree-menu li > span > a:first-child {
	display: block;
	padding: .9em .8em .9em 1.45em;
}
.tablet .tree-menu li > span > a:first-child {
	padding: .6em .7em .6em 1.2em;
}
.tree-menu li > span.has-fold-icon > a:first-child {
  flex-grow: 1;
	word-break: break-word;
}
.tree-menu li > span.has-fold-icon > a:last-child {
	flex: 0 0 47px;
}

.tree-menu li > span.has-fold-icon > a:last-child:before {
	content: '';
	display: block;
	height: 100%;
	max-height: 40px;
	background: transparent url(/images_gui/icons/plus_minus_nav_sprite2.png) 0 8px no-repeat;
}
.tree-menu .lev-2 li > span.has-fold-icon > a:last-child:before {
	background-position: 0 4px;
}
.tablet .tree-menu li > span.has-fold-icon > a:last-child:before {
	background-position: 0 -4px;
}

.tree-menu li > span.has-fold-icon > a:last-child:hover:before,
.tree-menu li.active > span.has-fold-icon > a:last-child:before,
#navMenu.tree-menu.lev-0 > li > span.has-fold-icon > a:last-child:before {
	background-position: 0 -42px;
}
.tree-menu li > span.has-fold-icon > a:last-child:hover {
	background-color: #717b94 !important;
}
.tree-menu .lev-2 li > span.has-fold-icon > a:last-child:hover:before,
.tree-menu .lev-2 li.active > span.has-fold-icon > a:last-child:before {
	background-position: 0 -46px;
}
.tree-menu .lev-2 li > span.has-fold-icon > a:last-child:hover {
	background-color: #717b94 !important;
}
.tablet .tree-menu li > span.has-fold-icon > a:last-child:hover:before,
.tablet .tree-menu li.active > span.has-fold-icon > a:last-child:before,
.tablet #navMenu.tree-menu.lev-0 > li > span.has-fold-icon > a:last-child:before {
	background-position: 0 -54px;
}
.tablet .tree-menu li > span.has-fold-icon > a:last-child:hover {
	background-color: #717b94 !important;
}
.tree-menu li.is-visible > span.has-fold-icon > a:last-child:before {
  background-position-x: -52px !important;
}

.tree-menu li > ul.sub-items.lev-2 > li > span > a:first-child {
	padding-left: 2.5em;
}
.tree-menu li > ul.sub-items.lev-3 > li > span > a:first-child {
	padding-left: 3.5em;
}
.tree-menu li > ul.sub-items.lev-4 > li > span > a:first-child {
	padding-left: 4.5em;
}
.tree-menu li > ul.sub-items.lev-5 > li > span > a:first-child {
	padding-left: 5.5em;
}

.tablet .tree-menu li > ul.sub-items.lev-2 > li > span > a:first-child {
	padding-left: 2em;
}
.tablet .tree-menu li > ul.sub-items.lev-3 > li > span > a:first-child {
	padding-left: 2.5em;
}
.tablet .tree-menu li > ul.sub-items.lev-4 > li > span > a:first-child {
	padding-left: 3em;
}
.tablet .tree-menu li > ul.sub-items.lev-5 > li > span > a:first-child {
	padding-left: 3.5em;
}

.tree-menu ul.sub-items.lev-2 > li,
.tree-menu ul.sub-items.lev-3 > li,
.tree-menu ul.sub-items.lev-4 > li,
.tree-menu ul.sub-items.lev-5 > li {
	background-color: #d7d9e1;
}
.tree-menu li.has-sub-items.is-visible {
	background-color: #aeb4c2;
}

.tree-menu ul.sub-items,
.tree-menu ul.sub-items.inactive {
 display: none;
}
.tree-menu ul.sub-items.active {
	display: block;
}

#navMenu.tree-menu.lev-0 > li {
	background-color: #4b3b2d;
}
#navMenu.tree-menu.lev-0 > li.is-visible {
	background-color: #354367; !important;
}
.tree-menu li.active {
	background-color: #717b94 !important;
}

.tree-menu a,
.tree-menu a:hover,
.tree-menu a:focus,
.tree-menu a:active {
	color: #354367 !important;
	border: 0 !important;
  text-decoration: none !important;
}
.tree-menu span > a:first-child:hover {
	color: #fff !important;
	background-color: #717b94 !important;
}
.tree-menu li.active > span > a,
#navMenu.tree-menu.lev-0 > li > span > a {
	color: #fff !important;
}
.tree-menu a:active,
.tree-menu a:focus {
	-webkit-box-shadow: inset 0 0 0 0.2rem rgba(0,123,255,1) !important;
	-moz-box-shadow: inset 0 0 0 0.2rem rgba(0,123,255,1) !important;
	-o-box-shadow: inset 0 0 0 0.2rem rgba(0,123,255,1) !important;
	-ms-box-shadow: inset 0 0 0 0.2rem rgba(0,123,255,1) !important;
	box-shadow: inset 0 0 0 0.2rem rgba(0,123,255,1) !important;
}

/* *******************************************************************************************
 *         / Left menu + Mobile menu                                                         *
 ******************************************************************************************* */


