﻿/*
Title: 		Utenriksdepartementet - Norgesportalen
Author: 	Espen André Lund, Objectware (2009)
File:		Structure.css
Desc:		Contains styles for the main structure
*/


/*WRAPPERS*/

.container{
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
}

.wrapper{
    background-color: #fff;
    border: 1px solid #dfdfde;
    float: left;
    margin: 10px 0;
    padding: 5px 10px 10px 10px;
    width: 940px;
}

.wrapper .contentwrapper{
    float: left;
    background: url('../Images/sidebar_bg.gif') repeat-y bottom right;
}

.wrapper .errorcontentwrapper {
    width: 940px;
}

.wrapper .errorcontentwrapper .article {
    width: 940px;
}

.main{
    float: left;
    margin-right: 10px;
    width: 650px;
}

.sidebar{
    background-color: #ebebe3;
    float: left;
    width: 280px;
}

.page{
    width: 650px;
}

.footer{
    clear: both;
    display: block;
    margin: 20px 0 0 0;
    padding-top: 20px;
    width: 940px;
}

/*GENERAL RULES*/

.article ul, .article ol, .event ul, .event ol{
    list-style-position: inside;
}


/*NAVIGATION*/

.breadcrumb{
    margin: 10px 10px 0 10px;
    width: 960px;
}

.navigation{
    background-color: #f2f2ea;
    border-top: 1px solid #cdcdc5;
    border-left: 1px solid #cdcdc5;
    border-right: 1px solid #cdcdc5;
    border-bottom: 0;
    margin: 2px 0 0 0;
    width: 960px;
}

.navigation .navbar{
    background: url('../Images/nav_bg.gif') repeat-x;
    height: 30px;
    margin: 0; /*border-bottom: 1px solid #d3d3cb;*/
}

.navigation .navbar .navwidth{
    float: left;
    max-width: 765px;
    overflow: hidden;
}

.navigation .search{
    float: right;
    margin: 3px 3px 0 0;
}

.navigation ul li .active a{
    font-weight: bold;
}

.navigation ul.level1{
    height: 30px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.navigation ul.level1 li{
    background-color: transparent;
    border-right: 1px solid #cdcdc5;
    float: left;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.navigation ul.level1 li a:hover{
    background: #f2f2ea url('../Images/nav_bg_active.gif') repeat-x;
    color: #2b4961;
}

.navigation ul.level1 li a.active{
    background-color: #f7f8f2;
    color: #2b4961;
    font-weight: bold;
}

.navigation ul.level1 li a.alone{
    border-bottom: 1px solid #cdcdc5 !important;
    height: 29px;
}

.navigation ul.level2{
    background-color: #f7f8f2;
    border-bottom: 1px solid #d3d3cb;
    clear: both;
    height: 20px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 5px 0;
}

.navigation ul.level2 li{
    background-color: transparent;
    border-left: 1px solid #d3d3cb;
    float: left;
    height: 20px;
    line-height: 20px;
}

.navigation ul.level2 li a.active{
    background: #f7f8f2;
    color: #000;
    font-weight: bold;
}

.navigation ul.level1 a, .navigation ul.level2 a, ul.level3 a{
    display: block;
}

.navigation ul.level2 li:first-child, ul.level3 li:first-child
{
    border-left: 0;
}

.navigation ul.level1 li a, .navigation ul.level2 li a, ul.level3 li a
{
    color: #3e5461;
    display: block;
    font-weight: normal; 
    font-size: 11px;
    padding: 0 10px;
    text-decoration: none;
}

.navigation ul.level2 li a:hover, ul.level3 li a:hover
{
    color: #3e5461;
    text-decoration: underline; /*background: #f2f2ea;*/
}

ul.level3
{
    background-color: #fff;
    border-left: 1px solid #dfdfde;
    border-top: 1px solid #dfdfde;
    border-right: 1px solid #dfdfde;
    clear: both;
    height: 20px;
    list-style: none;
    margin: 5px -2px -12px 0;
    overflow: hidden;
    padding-left: 0;
}

ul.level3 li
{
    background-color: transparent;
    border-left: 1px solid #d3d3cb;
    border-top: 2px solid #fff;
    float: left;
    height: 20px;
    line-height: 20px;
}

ul.level3 li.active
{
    color: #343434;
}

ul.level3 li.active a
{
    font-weight: bold;
}

.topnav
{
    float: left;
}

.searchField
{
    width: 120px;
}

/*HEADER*/

.header
{
    height: 150px;
    margin: 10px 0;
    width: 960px;
}

.header .logo
{
    float: left;
    margin-right: 10px;
    width: 140px;
}

.header .top_right
{
    float: left;
    height: 150px;
    width: 810px;
}

.header .globalcontainer
{
    height: 150px;
    position: relative;
}

.header .global
{
    color: #fff;
    bottom: 0;
    min-width: 100px;
    padding: 5px 5px 5px 20px;
    position: absolute;
    right: 0;
    text-align: right; /*float: right;*/
}

.header .global a
{
    color: #fff;
}

.header .global div
{
    clear: both;
    text-align: right;
}

.header .size
{
    text-align: right;
}

/*FOOTER*/
.startpage .right.linktype2 {
    display: none;
}

.footer .footerelement
{
    float: left;
    margin-bottom: 10px;
    width: 320px;
}

.footer .footerelementright
{
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 265px;
    padding-top: 5px;
}

.footer .footerelementright .darkcolor
{
    color: #2f6f93 !important;
    text-decoration: underline !important;
}

.footer .footerelementright img
{
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 26px;
    height: 26px;
}

.footer .footerelementright .socialItem
{
    padding: 0px;
}

.footer .footerelementright .box .title img
{
    padding-right: 0px;
}

.footer .footerelementright p
{
    font-weight: bold;
}

.footer .footerelementright .box,
.footer .footerelementright .box .title
{
    font: inherit;
    padding: 0;
    font-weight: normal;
}

.footer .footerelementright .box .title span
{
    position: relative;
    top: 3px;
    display: block;
    margin-bottom: 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

.footer .footerelement:first-child
{
    margin-right: 20px;
}

.footer .footerelement .box
{
    margin-bottom: 10px;
    min-height: 130px;
    padding: 5px;
}

.footer .footerelement .box a
{
    text-decoration: underline;
}

.footer .footerelement span.title
{
    display: block;
    font-size: 11px;
    height: 20px;
    line-height: 18px;
    margin-left: 3px;
    text-transform: uppercase;
}

.footer .footerelement .left
{
    display: block;
    margin-right: 10px;
}

.footer .star
{
    background-repeat: no-repeat;
    float: right;
    height: 155px;
    margin: 10px 60px 0 0;
    width: 155px;
}

/*SIDEBAR*/

.sidebar .box .title {
    display: inline-block;
    width: 280px;
}

.sidebar .box .title img,
.sidebar .box .title a img {
    float: left;
}

.sidebar .box .title img + span,
.sidebar .box .title a img + span {
    display: block;
    overflow: hidden;
    position:relative; 
    top: 5px;
    word-wrap:break-word;
}

.box
{
    clear: both;
    padding-bottom: 10px;
}

.box .date
{
    background: url('../Images/eventdate2.gif') no-repeat bottom right;
    float: left;
    font-size: 23px;
    padding: 0 0 0 5px;
    text-align: center;
    width: 45px;
}

.box .desc
{
    bottom: 2px;
    left: 55px;
    margin: 0 5px;
    max-height: 30px;
    overflow: hidden;
    position: absolute;
}

.box .desc a
{
    color: #343434;
}

.box .event
{
    border-bottom: 1px solid #343434;
    float: left;
    margin: 5px 0;
    position: relative;
    width: 100%;
}

.boxInline
{
    background-color: #000;
    color: #fff;
    float: left;
    margin: 0 20px 10px 0;
    padding: 10px 5px 0 5px;
    text-align: center;
    width: 280px;
}

.boxInline a
{
    color: #fff;
}

.boxInline .content
{
    width: 100%;
}

.box .month
{
    font: 14px Georgia,Sans-Serif;
    text-transform: capitalize;
    padding: 0 0 3px 10px;
}

.box .title
{
    background-repeat: no-repeat;
    display: block;
    line-height: 18px;
    font: 18px Georgia,Sans-Serif;
    padding: 10px 0 2px 10px;
}

.box .subtitle
{
    display: block;
    margin-top: 5px;
}

.box ul
{
    margin: 5px 0 2px 15px;
    padding-left: 0; /*list-style-type: square;*/
}

.box ul li
{
    list-style: none;
    padding: 2px 0;
    text-decoration: none;
}

.box ul li .liItem
{
    background: url(../Images/dot.gif) no-repeat;
    background-position: 0 3px;
    display: block;
    margin-left: -14px;
    padding-left: 12px;
}

.box ul li a, .box ul li a:visited
{
    color: #343434;
    text-decoration: none;
}

.box ul li a:hover
{
    text-decoration: underline;
}

.box ul li a:hover, .box ul li.last
{
    margin-top: 10px;
}

.box ul li .liItem a:hover
{
    text-decoration: underline; /*background-color:#ebebe3 ;*/
}

.box img.icon
{
    float: left;
    margin: 5px;
}

.box .today
{
    border-bottom: 1px solid #343434;
}

.box .today .date
{
    font-size: 23px;
}

.eventmodule .notfirst
{
    float: left;
    margin-top: 10px;
}

.eventmodule
{
    float: left;
    width: 280px;
}

.map
{
    background: url('../Images/UD_Norway_kart1.jpg') no-repeat;
    height: 208px;
    margin-bottom: 0;
    width: 280px;
}

.map2
{
    background: url('../Images/UD_Norway_kart2.jpg') no-repeat;
    height: 208px;
    margin-bottom: 0;
    width: 280px;
}

.map3
{
    background: url('../Images/UD_Norway_kart3.jpg') no-repeat;
    height: 208px;
    margin-bottom: 0;
    width: 280px;
}

.map4
{
    background: url('../Images/UD_Norway_kart4.jpg') no-repeat;
    height: 208px;
    margin-bottom: 0;
    width: 280px;
}

.sidebar .box img
{
    clear: both;
    display: block;
}

.sidebar .box .content
{
    background-color: transparent;
    border: 0;
    clear: both;
    float: none;
    padding: 0 10px 2px 10px;
    width: auto;
}

.sidebar .box .content .meta
{
    border: 0;
    display: block;
    width: auto;
    width: 100%;
}

.sidebar .box .content .navigate
{
    display: block;
    text-align: center;
}

.sidebar .box .star
{
    background-repeat: no-repeat;
    float: left;
    height: 343px;
    width: 280px;
}

.sidebar .map .content
{
    padding: 2px 0 0 10px;
}

.sidebar .white
{
    background-color: #fff !important;
    padding-top: 1px; /*padding-bottom:10;*/
}

.sidebar .white .extraHeight
{
    height: 20px;
}

.sidebar .weather div.content
{
}
.sidebar .box .content a
{
}

/*FRONTPAGE*/

.page .spacer
{
    display: block;
    clear: both;
    margin: 10px 0;
}

.page .moviewrapper
{
    background-color: #000;
    float: left;
    margin: 10px 0;
    padding: 5px;
    width: 640px;
}

.page .movie_left
{
    float: left;
    margin-right: 10px;
}

.page .movie_right
{
    float: left;
}

/*STANDARD PAGE*/

.page .article
{
    width: 650px;
}

.page .article .fullwidth, .page .event .fullwidth, .page .toparticle .fullwidth
{
    padding-right: 0 !important;
    padding-top: 20px;
}

.page .article .gallerywrapper
{
    background-color: #000;
    float: left;
    margin: 10px 0;
    padding: 10px;
    width: 630px;
}

.page .article .gallerywrapper a
{
    color: #fff;
    text-decoration: none;
}

.page .article .gallerywrapper small, .page .article .gallerywrapper .textCenter, .page .article .gallerywrapper h3
{
    color: #fff;
}

.page .article img, .page .event img
{
    margin: 0 0 5px 0;
}

.page .article .image, .page .event .image
{
    background-color: #fff;
    display: block;
    float: left;
    margin: 0 0 10px 0;
    padding: 15px 10px 0 0;
    text-align: right;
}

.page .article .footer
{
    float: left;
    margin-bottom: 10px;
    padding: 5px 0;
}

.page .article .footer span
{
    display: block;
}


.page .article .image img, .page .event .image img
{
    display: block;
    float: left;
}

.page .article .image small
{
    clear: both;
    margin: 0 3px 0 0;
}

.page .article .image img:first-child
{
    background-color: #fff;
    padding-right: 0;
}

.page .article .intro .date
{
    color: #555;
    margin-right: 5px;
}

.page .article .movie
{
    display: block;
    margin: 5px 0px;
    width: 650px;
}

.page .article p img
{
    float: left;
    margin: 10px 10px 10px 0;
}

.page .article .smallwidth, .page .event .smallwidth
{
    padding-top: 5px !important;
}

.page .factbox
{
    float: left;
    margin-top: 10px;
    padding: 10px 0;
    width: 650px;
}

.page .factbox p
{
    width: 50%;
}

.page .factbox ul
{
    list-style-type: square;
    margin: 5px 0 10px 10px;
    padding-left: 5px;
}

.page .factbox ul li
{
    padding: 2px 0;
    text-decoration: none;
}

.page .factbox ul li a, .page .factbox ul li a:visited
{
    color: #343434;
    text-decoration: none;
}

.page .factbox ul li a:hover
{
    text-decoration: underline;
}

.page .intro, .page .event .intro
{
    color: #343434;
    font: 14px Georgia, serif;
    line-height: 125%;
    margin: 10px 0;
}
.page:lang(ja) .intro:lang(ja),.page:lang(ja) .intro:lang(ja) {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;    
}

.page small
{
    display: block;
    text-align: right;
    width: 100%;
}

.toparticle
{
    margin-bottom: 20px;
}

.topimage
{
    float: left;
    padding: 21px 0 10px 0;
}

.toparticle p, .toparticle .category
{
    font-size: 14px;
}

/*PRESS RELEASE*/

.pressreleases .item
{
    margin: 10px 0; /*border-bottom: 1px solid #d9d9d9;*/
}

.page .item_full .pubdate
{
    color: #a4a4a4;
    display: inline;
    margin: 0;
}

.pressreleases .navigate
{
    float: right;
    line-height: 30px;
}

.pressreleases .navigate a
{
    color: #343434;
}

.pressreleases .navigate .active
{
    background-color: #e8e8e8;
    border: 1px solid #000;
    margin: 3px;
    padding: 2px;
}

.pressreleases .navigate .page
{
    background-color: #fff;
    border: 1px solid #000;
    margin: 3px;
    padding: 2px;
}

/*EVENT*/

.page .event
{
    width: 650px;
}

.event .placeholder{
	border-bottom: 		1px solid #010101;
	display: 		    block;
	height: 		    60px;
	margin-top:             10px;
    margin-bottom: 2px !important;
	padding:            5px 0;
}

.event .placeholder .month
{
    display: block;
    margin-right: 10px;
    padding-right: 10px;
    text-align: center; /*float: left;*/
}

.event .placeholder .datearea
{
    float: left;
}

.event .placeholder .datearea .month
{
    display: block;
    height: 15px;
    margin-right: 0;
    padding-right: 0;
    text-align: right;
    width: 45px;
}

.event .placeholder .datearea .date
{
    line-height: 35px;
    margin-right: 0;
    padding-right: 0;
    text-align: right;
    width: 45px;
}

.event .placeholder .dateareasecond div.month, .event .placeholder .dateareasecond div.date{
    width:			    52px;
}							  
							   
.event .placeholder .datearesepetator {
	border-right:		1px solid black;
	float:			    left;
    height:			    65px;
    margin:             0 15px 0 10px;
}							   

.event .placeholder .datearesepetator
{
    border-right: 1px solid black;
    float: left;
    height: 65px;
    margin: 0 15px 0 10px;
}

.event .placeholder .date
{
    float: left;
    height: 50px;
    margin-right: 10px;
    padding-right: 10px;
    text-align: center; /*border-right: 1px solid #010101;*/
}

.event .placeholder .date
{
    display: block;
    font-size: 35px;
    line-height: 50px;
}

.event .placeholder .desc .category, .event .placeholder .desc .location, .event .placeholder .desc .datetime
{
    color: #343434;
    line-height: 16px;
}

.event .placeholder .desc .category span, .event .placeholder .desc .location span, .event .placeholder .desc .datetime span
{
    font-weight: bold;
}

.event .placeholder .desc .category a
{
    text-decoration: underline;
}

.event .intro
{
    color: #343434 !important; /*font-size: 12px;*/ /*margin: 0;*/
}

/*
.event .meta{
	border-bottom: 		1px solid #d9d9d9;
	border-top: 		1px solid #d9d9d9;
	float: 			left;
	margin-bottom: 		10px;
	margin-top: 		10px;
	padding: 		5px 0;
	width: 			620px;
}
*/

.event .image
{
    display: block;
    margin: 5px 0;
}

.event .image img
{
    display: block;
    float: left;
}

.event .image small
{
    clear: right;
    margin-bottom: 10px;
}

.event .footer
{
    background-color: transparent;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    float: left;
    margin-bottom: 10px;
    padding: 5px 0;
    width: 620px;
}

.event .footer span
{
    display: block;
}

/*Event Calendar 2009*/

.eventhead
{
    color: #343434;
    margin-top: 0;
}

.eventItemBox
{
    background: url(/Custom/images/eventdate.gif) no-repeat;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    padding-left: 95px;
    position: relative;
}

.eventItemBox1
{
    left: 50px;
    position: absolute;
    top: 0;
}

.eventItemBox2
{
    color: #343434;
    font-size: 17px;
}

.eventItemBox3
{
    bottom: 10px;
    left: 95px;
    position: absolute;
}

.eventItemBox4
{
    min-height: 170px;
    padding-bottom: 10px;
    width: 370px;
}

.eventlist .h1border
{
    margin-bottom: 0;
}

.eventlist .button
{
    color: #fff;
    float: left;
    margin-top: 10px;
}

.eventlist .month
{
    clear: both;
    font: normal 17px Georgia, serif;
    margin: 5px 0 0 0;
    padding: 0 0 8px 0;
    text-transform: capitalize;
}
.eventlist:lang(ja) .month:lang(ja) 
{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;    
}

.eventlist .desc
{
    float: left;
    padding: 0 5px 10px 5px;
}

.eventlist .desc .datetime
{
    margin-top: 10px;
}

.eventlist .desc .location
{
    margin-bottom: 10px;
}

.eventlist .divider
{
    margin-top: 11px;
}

.eventlist .event
{
    border-bottom: 1px solid #000;
    display: block;
    min-height: 220px;
    margin-bottom: 20px;
    position: relative;
}

.eventlist .event .date
{
    border-right: 1px solid #000;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    min-height: 220px;
    text-align: right;
    width: 75px;
}

.eventlist .event .intro
{
    font-size: 12px;
    margin: 4px 0;
    width: 300px;
}

.eventlist .image
{
    bottom: 0;
    float: right;
    height: 170px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
}

.eventlist .placeholder
{
    border: 0;
    margin: 0;
}

.eventlist .title a
{
    color: #343434;
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
}

.icon_calendar
{
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 17px;
}

.searchArea1
{
    margin-top: 0;
}

.searchArea1_1
{
    float: left;
    margin-right: 12px;
}

.searchArea1_1 select
{
    float: left;
    margin-right: 8px;
}

.searchArea1_1 span
{
    overflow: hidden;
    padding: 6px 0 4px 0;
}

.searchArea2
{
    margin: 10px 0;
}

.searchArea1_2 span
{
    padding: 6px 0 4px 0;
}

/*SEARCH*/

.page .section .item_full
{
    float: left;
    margin: 10px 0;
    width: 650px;
}

.page .search
{
    margin: 0;
    padding: 0;
}

.page .search .item
{
    clear: both;
    display: block;
    margin: 10px 0;
}

.page .search .item .category
{
    background-color: #d9d9d9;
    display: inline;
    margin: 5px 0;
    padding: 2px 10px 2px 5px;
}

.page .search .item img
{
    float: left;
    margin: 0 10px 0 0;
}

.page .search .item .readmore
{
}

.page .search .filter
{
    /*margin-top: 10px;*/
}

.page .search .filter .box .content
{
    display: block; /*padding-bottom: 10px;*/
}

.page .search .filter .box .content .category
{
    float: left;
    height: 20px;
    line-height: 140%;
    padding: 2px 0;
    width: 200px;
}

.page .search .filter .box .content .category a
{
    text-decoration: underline;
}

.page .search .filter .box .content input
{
    border: 0;
}

.page .search .filter .box .content .subtitle
{
    margin-bottom: 5px;
}

.page .search .filter p.subtitle
{
    font-size: 10px;
    margin-bottom: 5px;
    padding: 0;
    text-transform: uppercase;
}

.page .search .firstnavigate
{
    display: block;
    float: right;
}

.page .search .navigate
{
    float: right;
}

.page .search .navigate .active a
{
    margin: 1px;
    text-decoration: underline;
}

.page .search .navigate .page a
{
    margin: 1px;
    text-decoration: none;
}

.page .search .searchbar
{
    margin-bottom: 10px;
}

/*
.page .section .item_full img {
	background-color:	#fff;
	float:			left;
	padding-right:		20px;
}
*/

/*SECTION*/

.page .section
{
    width: 650px;
}

.page .section .article
{
    float: left;
    margin: 0 10px 10px 0;
    width: 315px;
}

.page .section .item
{
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 325px;
}

.page .section .item .list
{
    width: 140px;
}

.page .section .item ul
{
    color: #2f6f93;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page .section .item ul li
{
    list-style-image: none;
    margin-left: 0;
    padding-left: 0;
}

.page .section .list
{
    float: left;
}

.page .section .second
{
    float: right;
}

.page .sectionArchive .article
{
    margin: 0 10px 10px 0;
}

li.linktype2
{
    background-position: 0 3px;
    background: url("../Images/dot.gif") no-repeat;
}

.page .category
{
    color: #a4a4a4;
    display: inline;
}

.page .section .item p
{
    display: block;
    width: 40%;
}

.page .section .item_full ul
{
    float: left;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.page .section .item_full .list
{
    float: none;
}

.page .section p, p.introText
{
    display: inline;
}

.page .section p a, .page .frontpage p a, .page .section p a:hover, .page .frontpage p a:hover
{
    color: #2f6788;
}

.toparticle p.introText, .toparticle .category, .toparticle .readmore {
	font-family: Georgia, serif;
}
.toparticle:lang(ja) p.introText:lang(ja), .toparticle:lang(ja) .category:lang(ja),.toparticle:lang(ja) .readmore:lang(ja) {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;    
}

.intro, p.intro, p.intro .date {
	font-family: Georgia, serif;
}
.into:lang(ja), p.into:lang(ja), p.into:lang(ja) .date:lang(ja) {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page .section .left
{
    float: left;
    margin-right: 20px;
    width: 410px;
}

.page .section .left .article
{
    margin-bottom: 20px;
    width: 410px;
}

.page .section .leftcol
{
    float: left;
    margin-right: 10px;
    width: 315px;
}

.page .section .right
{
    float: left;
    width: 200px;
}

.page .section .right .article
{
    margin-bottom: 20px;
    width: 220px;
}

.page .section .rightcol
{
    float: left;
    margin-left: 10px;
    width: 315px;
}

.page .section .rightcol .article, .page .section .leftcol .article
{
    margin-bottom: 20px;
}

.page .section .right div.image, .page .section .left div.image, .page .section .rightcol div.image, .page .section .leftcol div.image, .page .section .right img, .page .section .left img, .page .section .rightcol img, .page .section .leftcol img
{
    margin: 3px 0;
    padding: 0;
}

ul li span.liItem
{
    display: block;
    margin-left: 0;
    padding: 0 0 0 12px;
}

/*RELATED TO COLORED THEMES*/

.darkimage, .lightimage
{
    background: repat-x left bottom;
    margin-bottom: 5px;
}

.darkimageTitle, .lightimageTitle
{
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    margin-bottom: 5px !important;
}

h1, .h1, h2
{
    background: #fff no-repeat right bottom;
    display: inline;
    padding: 0 56px 0 0;
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover, h2 a:link, h2 a:active, h2 a:visited, h2 a:hover, h3 a:link, h3 a:active, h3 a:visited, h3 a:hover, h4 a:link, h4 a:active, h4 a:visited, h4 a:hover
{
    text-decoration: none;
}

.button
{
    background-repeat: repeat-y;
}

/*MISC*/

.activeNavigator
{
    text-transform: capitalize;
    font-size: 18px;
}

.box .event .desc a
{
    color: #2f6f93;
}

.box .title a, .box .title a:link, .box .title a:visited
{
    text-decoration: none;
}

.box .title img,
.box .title img > span
{
    padding: 0 10px 0 0;
}


.box ul li.morehits
{
    list-style: none;
    list-style-image: none;
}

.button
{
    border: 0;
    color: #fff;
    display: inline;
    font-size: 11px;
    margin: 0 5px;
    padding: 1px 5px;
}

.button a
{
    color: #fff;
    height: 17px;
    padding: 1px 10px;
    text-decoration: none;
}

.clearer
{
    clear: both;
}

div.eventItem div.findOutMore
{
    clear: both;
    float: left;
    margin-top: -20px;
    padding-top: 0;
}

div.eventItem div.introEvent
{
    padding: 10px 0;
}

div.eventItem div.eventImage
{
    float: right;
    padding-left: 10px;
    position: static;
}

.didyoumeanarea
{
    padding: 10px 0 20px 0;
}

.didyoumean
{
    padding-right: 5px;
}

.divider
{
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 3px;
    margin: 5px 0;
    width: 100%;
}

.eventItem .title a
{
    color: #343434;
    font: bold 17px;
    line-height: normal;
    text-decoration: none;
}

.FullWidth p
{
    width: 100% !important;
}

.h1border
{
    clear: right;
    margin-bottom: 10px !important;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.h2border
{
    clear:right;
    margin: 0 0 10px 0;
    padding-left: 0;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.h2border h2
{
    padding-left: 0;
}

*html a:hover
{
    visibility: visible;
}

.icon_calendar
{
    display: inline;
}

.indexGallery .IndexItem
{
    float: left;
    height: 160px;
    overflow: hidden;
    padding-right: 10px;
    width: 120px;
}

.items3 .socialItem
{
    width: 60px;
}

.MainBody h1, .MainBody h2
{
    background-image: none;
}

.mediaInList
{
    padding-bottom: 7px;
}

.noline .h2border, .noline h2
{
    background-image: none;
}

.page .article div.right a, .page .event div.right a
{
    color: #343434;
}

.page .event .factbox
{
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
}

.page .mediagallery .meta
{
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

.page .mediagallery .meta br
{
    line-height: 70%;
}

.page .mediagallery .meta p
{
    line-height: 100%;
}

.page .mediagallery .meta small
{
    display: inline;
}

.page .navigate
{
    text-align: center;
}

.page .pressrelease p
{
    line-height: 136%;
    display: inline;
}

.page .pressrelease .item_full
{
    margin: 2px 0 7px 0;
}

.page .pressreleases .item .mediaDiv
{
    background-color: #fff;
    float: left;
    padding-right: 20px;
}

.page .pressreleases .item p.intro
{
    margin: 0;
}

.page .section .item .mediaDiv
{
    float: left;
    margin: 0 10px 0 0;
}

.page .section .item_full .mediaDiv
{
    background-color: #fff;
    float: left;
    padding-right: 20px;
}

.page .search h3 a
{
    color: #343434;
}

.page .section .item_full .list ul li span.liItem
{
    margin-left: 0;
    padding-left: 12px;
}

.page ul, .page ol
{
    display: inline-block;
    list-style-position: outside; /*padding-left: 		6px;*/
    float: none;
}

.page ul li, .page ol li
{
    margin-left: 10px;
}

.printicon
{
    background: url(../Images/icon_print_mo.gif) no-repeat;
    cursor: pointer;
    display: block;
    height: 17px;
    position: relative;
    width: 17px;
}

.printicon a
{
    height: 17px;
    width: 17px;
}

.printicon a:hover img
{
    visibility: hidden;
}

.promoMedia
{
    padding-left: 10px;
}

.readmore
{
    padding-left: 5px;
    white-space: nowrap;
}

.section3 .viewall
{
    text-indent: 15px;
}

.sidebar .box img.iconImage
{
    border: 0;
    clear: none;
    display: inline;
    margin-bottom: -5px;
    padding-left: 5px;
}

.sidebar .box .mediagallery
{
    padding-top: 0;
}

.sidebar .box .mediagalleryitem
{
    padding-bottom: 0;
}

.sidebar .box .mediagalleryitem .meta
{
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar .box .mediagalleryitem .meta small
{
    font-size: 12px;
}

.sidebar .box .mediagallery p.navigate
{
    margin: 4px 0 2px 0;
}

.sidebar .box .mediagallery .meta
{
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar .box .mediagallery .meta small
{
    font-size: 12px;
}

.sidebar .box .morehits
{
    margin-left: -5px;
}

.sidebar .box .socialItem img
{
    clear: none;
    display: inline;
}

.sharediv
{
    padding-top: 15px;
}

.socialItem
{
    display: inline;
    padding: 0 10px;
}

.socialItems
{
    text-align: center;
}

table.eventlayout td
{
    padding: 0 3px 0 0;
    vertical-align: bottom;
}

table.WithBorder, table.WithBorder td
{
    border: 1px solid #000000;
}

table.eventlayout, table.eventlayout td, table.NoBorder, table.NoBorder td, table.weathertable, table.weathertable td, #id_matrix, #id_matrix td, table.splashpage, table.splashpage td, table.WithOutBorder, table.WithOutBorder td, #delTable, #delTable td
{
    border: none;
}

.ULInside ul, .ULInside ol
{
    xlist-style-position: inside;
}

.ULOutside ul, .ULOutside ol
{
    xlist-style-position: outside;
}

.viewall
{
    display: block;
    padding-top: 10px;
}

.width150
{
    width: 150px;
}

.width300
{
    width: 300px;
}

.weathertable td
{
    padding-right: 5px;
}

.xformvalidator
{
    color: #f00;
    padding: 0 4px;
    font-size: 15px;
}
.feedback-popup{
	width: 350px;
	background-color: #2d5166;
	position: fixed;
	bottom: 0px;
	right: 50%;
	margin-right: -480px;
	box-sizing: border-box;
	color: #fff;
	line-height: 18px;
	-webkit-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
}
@media all and (min-width: 1700px){	
	.feedback-popup {
		margin-right: -840px;	
	}	
}

.feedback-popup p {
	font-size: 14px;
}

.feedback-popup .content {
	position: relative;
	padding: 1em;
}
.feedback-popup .feedback-header{
	font-family: Georgia, serif;
	font-size: 16px;	
	line-height: 22px;
	margin-bottom: 10px;
}

.feedback-popup .toggler,
.feedback-popup.is-open .toggler{
	cursor: pointer;
	background: url('../Images/arrow-up.png') no-repeat 50% 6px;
	/*height: 15px;*/
	width: 8px;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	padding: 10px;
	background-color: #2d5166;
	position: absolute;
	right: 0px;
	top: -20px;
}

.feedback-popup.is-open .toggler{	
	background-image: url('../Images/arrow-down.png');
}

.feedback-popup select {
	width: 100%;
    background-color: #2d5166;
    color: white;
    font-weight: bold;
   
}
/*
.container{
	height: 1000px;
}
.wrapper{
	position: relative;
	height: 100%;
	background-color: #fff;
	border: 1px solid #dfdfde;
	float: left;
	margin: 10px 0;
	padding: 5px 10px 10px 10px;
	width: 940px;
	background-color: #cfcfcf;
}*/
.surveyAnswered {
    display: none;
}