/************************/
/* Comments             */
/************************/
/*
 * general link hover color = #ff742a
 * submenu hover and selected color = #505353
 * life situations theme color = #e1deef;
 * 10px = 0.8em
 * 11px = 0.93em
 * 12px = 1em
 * 16px = 1.315em
 * 18px = 1.48em
 * 
 *
 */ 
@import url("/Templates/FileManager/Styles/FileManager.css");
@import url("TextBannerColors.css");
@import url("Temp.css");
@import url("jquery.ui.datepicker/smoothness/jquery-ui-1.8.4.custom.css");
/************************/
/* GLOBAL               */
/************************/
body
{
	font: 76%/1.4 Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ececec;
	background-image: url(images/SiteBG.gif);
	background-repeat: repeat-x;
}
body form
{
	width: 974px;
	margin: 0 auto 18px auto;
    text-align: left;
    overflow: hidden;
}
a
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	color: #ff742a;
	text-decoration: underline;
}
h1
{
	font-family: Arial, Sans-Serif;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
}
h2
{
	font-family: Arial, Sans-Serif;
	font-size: 1.48em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h3
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
p
{
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.6em;
}
img
{
	border: 0;
}
ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
input[type="text"], input[type="submit"], input[type="password"]
{
	padding: 0;
	overflow: visible;
	border: solid 1px #999;
}
textarea
{
	border: solid 1px #999;
}
dl dt
{
	font-weight: bold;
}
dl dd
{
	padding: 0;
	margin: 0;
}
/************************/
/* COMMON               */
/************************/
.clear
{
	clear: both;
}
.hidden
{
	display: none;
}
.unhidden
{
	display: block;
}
a.readMore
{
	font-size: 0.93em;
	font-weight: bold;
	color: #f48145;
	text-align: right;
}
span.readMore
{
	font-size: 0.93em;
	color: #f48145;
	text-align: right;
}
.red
{
	color: Red;
}
.radiobuttons,
.checkboxes
{
	border: none;
}

/************************/
/* HEADER AREA          */
/************************/
#HeaderArea
{
	background-color: White;
	padding: 0;
}
#Logotype
{
	position:relative;
	background-repeat: no-repeat;
	height: 68px;
	padding-top: 22px;
	margin-left: 9px;
}
#Logotype a
{
	margin: 0 0 0 18px;
}
.printLogo
{
	display: none;
}
#Functions
{
	text-align: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.822em;
	line-height: 1.8em;
	color: #333;
}
#Functions li
{
	height: 1.6em;
	display: inline;
	border-left: 1px solid #dee1e3;
	padding: 0 1em;
	overflow: visible;
}
#Functions li.first
{
	border-left: 0;
}
#Functions li.explanationLinkArea
{
	background: url(images/ExplanationIcon.gif) no-repeat 8px 50%;
	padding-left: 24px;
}
#Functions li.explanationLinkArea:hover
{
	background-color: #f3f87a;
}
#Functions li.explanationLinkAreaActive
{
	font-weight: bold;
	background: #f3f87a url(images/ExplanationActiveIcon.gif) no-repeat 8px 50%;
	border-left: 0;
	padding-left: 24px;
}
#Functions li#FunctionLoginArea a
{
	font-weight: bold;
	color: #f48145;
	font-size: 1.1em;
}
#Functions li#FunctionLoginArea .myPageLink
{
	border-left: 1px solid #dee1e3;
	padding: 0 0 0 1em;
}
#Functions li#FunctionLoginArea .loginLink
{
	padding: 0 1em 0 0;
}
#Functions li#Rss
{
	background: url(images/RssIcon.gif) no-repeat 8px 50%;
	padding-left: 18px;
}
.ticker
{
	position: absolute;
	top: 2px;
	margin: 0 0 0 10px;
	overflow:hidden; 
	width: 450px;
	height: 20px;
	font-size: 10px;
}
/************************/
/* BREADCRUMBS          */
/************************/
#BreadCrumbsArea
{
	padding: 0;
	color: #989898;
	font-size: 1.1em;
	margin: 12px 9px 25px 9px;
}
#ResultArea > .ess-searchResult > .footer{ text-align:center; }

#BreadcrumbsInner
{
	width: 956px;
	padding-top:3px;
	height:24px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.footer #BreadcrumbsInner
{
    float:left;
}
    
#BreadcrumbsInner .breadcrumbsPaddingArea
{
	padding-left:14px;
}
#BreadCrumbsArea #Breadcrumbs
{
	margin: 0 0 0 14px;
}
#BreadCrumbsArea a
{
	color: #333;
	font-size: 0.971em;
}
/*#BreadCrumbsArea a.current
{
	font-size: 1.2em;
}*/
#BreadCrumbsArea a:hover
{
	color: #ff742a;
}
#BreadCrumbsArea .bredcrumbSeparator
{
	margin: 0 10px 0 10px;
}
/************************/
/* MAINMENUAREA         */
/************************/
#MainMenuArea
{
	background-color: White;
	line-height: 24px;
	padding: 0 0 7px 0;
	overflow: hidden;
	border-bottom: solid 1px #cccbcb;
}
/*
#ListingPageArea div.menuPageList
{
	line-height: 24px;
	padding: 0 0 7px 0;
	overflow: hidden;
}
*/
#MainMenuArea ul /*, #ListingPageArea div.menuPageList ul */
{
	font-size: 1.2em;
	margin: 9px 0 0 14px;
	padding: 0;
	list-style-type: none;
	float: left;
}
#MainMenuArea li /*, #ListingPageArea div.menuPageList li */
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#MainMenuArea li a /*, #ListingPageArea div.menuPageList li a */
{
	display: block;
	padding: 0px 10px 0px 8px;
	display: block;
	color: #333;
}
#MainMenuArea li.selected a /*, #ListingPageArea div.menuPageList li.selected a */
{
	color: #999;
}
#MainMenuArea li.selected a:hover /* , #ListingPageArea div.menuPageList li.selected a:hover */
{
	color: #ff742a;
}
#MainMenuArea li.separator /*, #ListingPageArea div.menuPageList  li.separatorLine */
{
	border-left: solid 1px #ccc;
	margin: 0;
	height: 24px;
	padding: 0;
}
.quickSearchArea
{
	float: right;
	margin: 0 9px 0 0;
	line-height: 24px;
}
.quickSearchArea span
{
	float: left;
	border-right: solid 1px #ccc;
	height: 25px;
	line-height: 23px;
	margin: 8px 8px 0 0;
	padding: 0 8px 0 1px;
}
.quickSearchArea span a
{
	font-size: 0.904em;
}
.quickSearchField, div.ess-search-group input.searchText
{
	float: left;
	border: solid 1px #d0d0ce;
	height: 17px;
	color: #888;
	padding: 1px 0 1px 4px;
	width: 125px;
	margin: 10px 0 0 0;
}

.ess-searchbox {
	float: left;
	border: solid 1px #d0d0ce;
	height: 17px;
	color: #888;
	padding: 1px 0 1px 4px;
	width: 379px;
	margin: 10px 0 0 0;
	}
	
.quickSearchField {
    width: 125px;    
}

div.ess-facets 
{
    float: none!important;
    position: relative!important;
    top: 0px!important;
    left: 0px!important;
}

a.quickSearchButton
{
	float: left;
	font-size: 1.48em;
	line-height: 20px;
	text-decoration: none;
	margin: 10px 0 0 10px;
	color: #333;
}

a.quickSearchButton:hover
{
	color: #ff742a;
	text-decoration: underline;
}

.ess-searchbutton:hover
{
	color: #ff742a;
	text-decoration: underline;
}
.searchButton
{
	font-size: 1.48em;
	text-decoration: none;
}

.ess-searchbutton
{
	font-size: 1.48em;
	text-decoration: none;
}


/************************/
/* MAIN AREA            */
/************************/
#MainArea
{
	float: left;
	background-color: White;
	border-top: solid 1px #f2f2f2;
	margin: 3px 0 0 0;
	width: 100%;
}
#StageArea 
{
	float: left;
	min-height: 600px;
	padding-bottom: 30px;
}
.startPage
{
	background: White url(Images/StartPageMainAreaBG.gif) repeat-y top center;
}
.startPage p
{
	margin: 0;
}
#MainBodyArea
{
	float: left;
	width: 509px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-left: solid 1px #ececec;
}

#MainBodyArea .mainBodyFormatting a
{
	color: #ff742a;
}
.startPage #MainBodyArea
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 526px;
}
#MainBodyArea .pageList ul
{
	margin: 0;
}
#MainBody
{
	width: 433px;
	padding-left: 27px;
	overflow: hidden;
}
#StartPageMainBody
{
	padding: 3px 8px 8px 8px;
}
.mainImageCaption
{
	display: block;
	margin: 0;
	padding: 0;
	color: #505353;
	font-size: 0.8em;
}
.mainImagePadding
{
	height: 0;
	width: 0;
	margin-bottom: 23px;
}
.introduction
{
	line-height: 23px;
	padding: 0 0 20px 0;
	font-size: 1.3em;
}
.articleurl {
    font-weight: bold;
}

.pagesource, .articleurl {
    margin-top: 20px;
    display: block;
}

.pagesource {
    font-style: italic;
    color: #555;
}

.glossary
{
	background-color: #f3f87a;
}
a.collapsable
{
	display: block;
	margin: 14px 0 14px 0;
	
	font-weight: bold;
	font-size: 1em;
}

#MainArea #whiteBg a.collapsable
{
    border-bottom:1px solid #cbcbcb;
	padding: 1px 0 10px 17px;
	margin:0;
	background-position:left 4px;
	width:420px;    
}
#MainArea a.collapsable
{
    border-bottom:1px solid #cbcbcb;
	padding: 10px 0 10px 17px;
	margin:0;
	background-position:left 4px;
	width:420px;    
}
#MainArea a.expanded
{
	background:url(images/ExpandedBG.gif) no-repeat center left;
	color:#4c4c4c;
}
#MainArea a.expanded:hover
{
	background:url(images/ExpandedRolloverBG.gif) no-repeat center left;
	color:#ff742a;
}
#MainArea a.collapsed
{
	background: url(images/CollapsedBG.gif) no-repeat center left;
	color:#4c4c4c;
}
#MainArea table th.plus
{
	background: url(images/CollapsedBG.gif) no-repeat;
	background-position:0px 13px;
	padding-left:17px;
	color:#4c4c4c;
	cursor: pointer;
}
#MainArea table th.minus
{
	background: url(images/ExpandedBG.gif) no-repeat;
	background-position:0px 13px;
	padding-left:17px;
	color:#4c4c4c;
	cursor: pointer;
}
#MainArea a.collapsed:hover
{
	background: url(images/CollapsedRolloverBG.gif) no-repeat center left;
	color:#ff742a;
}
.collapse
{
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.6em;
}
.explanationTextBox
{
	font-size: 11px;
	/*background: White url(images/ToolTipBG.gif) no-repeat top left;*/
	background-color: White;
	border-top: solid 1px #999; 
	border-left: solid 1px #999; 
	border-right: solid 1px #999; 
	border-bottom: solid 1px #999; 
	padding: 9px;
	color: Black;
	max-width: 300px;
}
.pageOwner,
.pageLastPublished
{
	display: block;
	color: #a9a9a9;
	margin: 0 50px 0 0;
	float: right;
	clear: right;
}
#MainBodyArea .mainBodyFormatting ul
{
	list-style:none;
	padding-left:0;
	margin-bottom: 10px;
	
}
#MainBodyArea .mainBodyFormatting ul li
{
	margin-bottom:8px;
	padding-left:14px;
	background-image:url(images/ListBullet.gif);
	background-position:0px 6px;
	background-repeat:no-repeat;
	line-height:1.5em;
}
#MainBodyArea .mainBodyFormatting ul p
{
	margin:0;
	padding:0;
}
#MainBodyArea .mainBodyFormatting table td
{
	padding:0 8px 0 9px;
	line-height:1.7em;
}
/************************/
/* MATERIAL ORDER       */
/************************/
#MaterialOrder div#FormArea h2
{
	font-weight:normal;
	font-size:1.4em;
	margin-bottom:6px;
}
#MaterialOrder div.OrderTotalWrap
{
	width:721px;
	float: left;
}
#MaterialOrder
{
	float:left;
	width:509px;
	border-left: 1px solid #ececec;
}
#MaterialOrder #FormArea
{
	margin-left:27px;
}
#MaterialOrder #FormArea #MemberOrgsAndGroupsArea table
{
	width: 100%;
}
#MaterialOrder #FormArea fieldset ul li.long.radioButtons input
{
	width: auto;
}
#MaterialOrder h1, h1.MaterialsOrder
{
	border-bottom:5px solid #dcddde;
	background-image:url(images/CartIcon.gif);
	background-repeat:no-repeat;
	padding-left:54px;
	line-height:1.8em;
	/*old-width:667px;*/
	width:400px;
}
#MaterialOrder h1
{
	margin-left:27px;
	width:667px;
}
#MaterialReceipt h1.MaterialsOrder
{
	margin-left:0px;
	width:380px !important;
}
#MaterialsReceiptTerms a.collapsable
{
    width:auto;
}
#MaterialOrder table
{
	width:721px;
	font-size:1.2em;
	border:1px solid #dcddde;
	border-collapse:collapse; 
}
#MaterialOrder table th
{
	background-color:#dcddde;
	line-height:1.6em;
	padding-left:5px;
	border-color:#dcddde;
}
#MaterialOrder table td
{
	line-height:1.4em;
	font-size:0.9em;
	/*old-color:#ff742a;*/
	padding:8px 0 8px 5px;
	border-color:#dcddde;
}
#MaterialOrder table td.ProductCode
{
	width:136px;
	color:#666;
}
#MaterialOrder table td.OrderAmount
{
	padding:0 0 0 20px;
	width:124px;
}
#MaterialOrder table td.OrderAmount a
{
	color:#ff6633;
	font-weight:bold;
}
#MaterialOrder table td.OrderAmount input
{
	margin-right:5px;
	text-align:center;
}
#MaterialOrder table td input.inputAmount
{
	border:1px solid #ff742a;
}
#MaterialOrder table td.Remove
{
	width:42px;
	padding-left:20px;
}
#MaterialOrder table td.Total
{
	color:#666;
	text-align:right;
	padding-right:7px;
	width:52px;
}
#MaterialOrder table input
{
	width:22px;
	height:20px;
}
#MaterialOrder table.OrderTotal
{
	border-color:#DCDDDE;
	border-collapse:collapse;
	border-top:0px;
}
#MaterialOrder table.OrderTotal td.total
{
	width:52px;
	border-left:1px solid #DCDDDE;
	text-align:right;
	padding-right:7px;
}
div#MaterialsOrderFooter
{
	width:719px;
	margin-top:20px;
	float: left;
}
div#MaterialOrderTips
{
	float:left;
	width:488px;
	padding:15px 10px 10px 15px;
	border:1px solid #d0ced1;
}
div#MaterialOrderFooterBtns
{
	float:left;
	width:204px;
	text-align:right;
	font-size:1.6em;
}
div#MaterialOrderFooterBtns span
{
	color:#ccc;
	margin:0 10px 0 10px;
}
div#UserDataAdvice
{
	width:208px;
	padding:15px 10px 10px 15px;
	position:absolute;
	left:486px;
	margin-top:4px;
	border:1px solid #ccc;
}
#MaterialOrder #FormArea
{
	position:relative;
	width:451px;
}
#MaterialOrder #FormArea span.divide
{
	float:right;
	font-size:1.2em;
	line-height:3.2em;
	margin:0 8px 0 14px;
	color:#ccc;
}
/************************/
/* ORDER RECEIPT PAGE  */
/************************/
div#MaterialReceipt
{
	width:433px;
	color: #000;
}
div#MaterialsReceiptProdList 
{
	/*new-width:740px;*/
	width:433px;
	FONT-SIZE: 1.2em;
	border-top:1px solid #000;
	border-bottom:1px solid #d1d1d1;
	background-color:#f4f5f5;
}
div#MaterialsReceiptProdList table
{
	border: 0;
	width:413px;
	/*new-width:721px;*/
	margin-left:10px;
	font-size:0.9em;
}
div#MaterialsReceiptProdList table th
{
	padding:10px 0 10px 0;
	text-align:right;
}
div#MaterialsReceiptProdList table td
{
	padding:0 0 6px 0;
	text-align:right;
}
div#MaterialsReceiptProdList table .Product
{
	width:280px;
	text-align:left;
}
div#MaterialsReceiptProdList table .ProdCode
{
	width:50px;
	background-color:#ffcc33;
}
div#MaterialsReceiptProdList table td.TotalPrice
{
	border-top:1px solid #d1d1d1;
	padding-top:3px;
	font-weight:bold;
}
div#MaterialsReceiptDetails
{
	width:433px;
	/*new-width:740px;*/
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
}
div#MaterialsReceiptDetails table
{
	border: 0;
	margin:15px 0 0 10px;
	font-size:0.9em;
	width: 413px;
}
div#MaterialsReceiptDetails table th,
div#MaterialsReceiptDetails table td
{
	padding:0 15px 0 0;
}
div#MaterialsReceiptAddresses
{
	border-bottom:1px solid #000;
	width:433px;
	font-size:0.8em;
}
div#MaterialsReceiptAddresses table
{
	border: 0;
	padding: 0;
	float:left;
	margin:15px 55px 25px 10px;
	width: 145px;
}
div#MaterialsReceiptAddresses table
{
	padding: 0;
}
div#MaterialsReceiptTerms
{
	float:left;
	width:406px;
	/*new-width:710px;*/
	margin:10px 0 0 0;
	border:1px solid #ccc;
	padding:10px 10px 10px 15px;
}

/************************/
/* SUBMENU AREA         */
/************************/
#SubMenuArea
{
	float: left;
	width: 204px;
	min-height: 100px;
}
#SubMenuArea .subMenuPadding
{
	padding: 0 0 0 10px;
}
.startPage #SubMenuArea
{
	width: 208px;
	min-height: 600px;
}
.startPage #SubMenuArea .subMenuPadding
{
	padding: 11px 12px 0 8px;
}
.startPage #SubMenuArea #LastMenu
{
	padding-left:16px;	
}
.startPage #SubMenuArea #LastMenu
{
	font-size:1.75em;
	padding-left:16px;	
}
.subMenu h2.topItem
{
    background-color: #dcddde;
}
.subMenu h2.hidden
{
    display: none;
}
.subMenu a
{
	color: #888;
}
.subMenu h2
{
	margin: 0 0 9px 0;
	padding: 0 0 0 13px;
}
.subMenu h2 a
{
	font-family: Arial, Sans-Serif;
	color: Black;
}
.subMenu ul
{
    padding: 0;
    list-style-type: none;
    color: #505353;
}
.subMenu li a
{
	font-size: 1em;
	text-decoration: none;
	line-height:1.3em;
	margin:0;	
	display: block;
	padding:5px 13px 5px 13px;
}
.subMenu a:hover, .subMenu h2:hover, .subMenu li.selected a
{
	color: Black; 
    background-color: #dcddde;
    text-decoration: none;
}
.entryMenu
{
	width: 188px;
	margin: 0 0 0 8px;
}
.entryMenu li a
{
	text-decoration:none;
	height: 28px;
	line-height: 28px;
	margin: 0;	
	display: block;
	padding: 0 0 0 7px;
}
#LifeSituations .entryMenu
{
	background: #f0eef5 url(images/LifeSituation/SubMenuBG.gif) no-repeat;
}
#Roles .entryMenu
{
	background: #e6f7fc url(images/Roles/SubMenuBG.gif) no-repeat;
}
#LifeSituations
{
	margin: 0 0 0 0;
}
#Roles
{
	margin: 0 0 8px 0;
}
#LifeSituations h2, #Roles h2
{
	font-size: 1.74em;
	margin: 18px 0 10px 16px;
	width: 140px;
	line-height: 22px;
}
#LifeSituations li a, #Roles li a
{
	font-size: 1.075em;
}
#LifeSituations li a:hover, #Roles li a:hover
{
	font-size: 1.075em;
	background-color: White;
	font-weight: bold;
	color: Black;
}

div#ParticipantsList
{
	width: 436px;
}
div#ParticipantsList table
{
	margin-top: 1em;
	width: 100%;
}
div#ParticipantsList table th.name
{
	width: 130px;
}
div#ParticipantsList table th.company
{
	width: 120px;
}
div#ParticipantsList th,
div#ParticipantsList td
{
	padding-right: 4px;
	padding-left: 4px;
	border-bottom:1px solid #CBCBCB;
}

div#ParticipantsList table.courseinfo.print
{
	display: none;
}
a.printlink
{
	color:#FF732B;
}
span.printlink
{
	display: block;
	text-align: right;
}
/************************/
/* SECONDARY AREA       */
/************************/
#SecondaryBodyArea
{
	float: left;
	width: 259px;
	overflow: hidden;
}
#SecondaryBodyArea .secondaryBodyPadding
{
	padding: 0 9px 0 0;
}
.startPage #SecondaryBodyArea
{
	width: 240px;
	min-height: 600px;
}
.startPage #SecondaryBodyArea .secondaryBodyPadding
{
	padding: 0px 9px 0 12px;
}
#SecondaryBodyArea .pageList
{
	margin: 5px 0 5px 0;
}
#SecondaryBodyArea .pageList ul li
{
	margin: 0 0 5px 0;
}
#SecondaryBodyArea span.seeMore
{
	display: block;
	text-align: right;
}
#SecondaryBodyArea .events
{
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
	border-top: dotted 1px #ccc;
}
.dateTime,
.itemType
{
	font-size: 0.8em;
	color: #888;
	margin: 7px 0 0px 0;
	line-height: 9px;
}


div.cartSummary
{	
	position:relative;
	width:251px;
	overflow:hidden;
	padding-top:25px;
}
div.cartSummaryIcon
{
	position:absolute;
	z-index:1000;
	width:49px;
	height:42px;
	top:0px;
	left:8px;
	background-image:url(images/CartSummaryIcon.gif);
	background-repeat:no-repeat;
}
div.cartSummaryHeader
{
	padding-left:52px;
	background-color:#dcdddf;
	font-weight:bold;
	font-size:0.9em;
	line-height:1.9em;
}
div.cartSummaryContent
{
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
}
div.cartSummaryContent table
{
	width:227px;
	margin:0 0 0 11px;
	font-size:0.9em;
}
div.cartSummaryContent table thead td
{
	padding-top:8px;
	font-weight:bold;
}
div.cartSummaryContent table td
{
	padding:3px 0 4px 0;
	border-bottom:1px solid #dcddde;
}
div.cartSummaryContent table tr.lastRow td
{
	border-bottom:none;
}
div.cartSummaryContent table td.volume
{
	width:27px;
	text-align:center;
}
div.cartSummaryLinks
{
	border-top:1px solid #dcddde;
	text-align:right;
	font-weight:bold;
	font-size:0.9em;
	color:#ccc;
	padding:3px 0 3px 0;
}
div.cartSummaryLinks a
{
	padding:0 10px 0 10px;
}
div.cartSummaryBottom
{
	width:251px;
	height:11px;
	background-image:url(images/CartSummaryBottom.gif);
	background-repeat:no-repeat;
}



/************************/
/* WEBPOLL              */
/************************/
.webPoll
{
	background: transparent url('images/WebPollRepeat.png') repeat-y top left;
	margin: 10px 0 0 0;
}
.webPollTop
{
	background: transparent url('images/WebPollTop.png') no-repeat top left;
}
.webPollBottom
{
	background: transparent url('images/WebPollBottom.png') no-repeat bottom left;
	padding: 10px 21px 9px 21px;
	min-height: 155px;
}
.webPollBottom h2
{
	color: #333;
	line-height:1.0;
	font-size: 1.6em;
	font-weight: normal;
	padding: 3px 0 0 0px;
	margin: 0 0 7px 0;
}
/* EPiServer puts BR tags in Xformstatistics control*/
.webPollBottom .resultStatistics BR
{
	line-height:2px;
	/*font:10%;*/
}
.webPollBottom .resultStatistics table td
{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.webPollBottom table
{
	width: 100%;
	text-align: right;
}
.webPoll .votes
{
	text-align: right;
	padding: 0 10px 0 0;
}
.webPoll fieldset
{
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
}
.webPoll .webPollBottom table tr td fieldset input
{
	color: Black;
	border: 0;
	cursor: auto;
	font-weight: normal;
	cursor: default;	
	margin: 4px 0 0 0;
	padding: 0 0 50px 0;
}
.webPoll fieldset label
{
	margin: 3px 0 0 3px;
}
.webPoll .webPollBottom table tr td input /* the webpoll button */
{
	background-color: Transparent;
	color: #ff742a;
	border: 0;
	cursor: pointer;
	margin: 0;
	font-weight: bold;
	font-size: 1.0em;
	padding: 0;
}
.webPoll .webPollBottom table input:hover
{
	text-decoration: underline;
}
#MainBody.webPollPage
{
	width:240px;
}
.webPoll td.percentage
{
	white-space: nowrap;
}
.webPoll td.blocks
{
	white-space: nowrap;
	text-align: left;
	padding: 4px 2px 0 2px;
}
/************************/
/* TOOLBAR              */
/************************/
ul.toolbar
{
	margin: 25px 0 0 10px; 
	text-align: center;
	list-style-type: none;
}
ul.toolbar li
{
	padding-bottom: 15px;
}
/************************/
/* SITEMAP              */
/************************/
.siteMap #SubMenuArea
{
	width: 716px;
}
.siteMap #SubMenuArea .subMenuPadding
{
	padding: 0 266px 0 22px;
}
.siteMap div#MainBodyArea
{
	width: 258px;
	border: 0;
}
.siteMap div#MainBodyArea .mainBodyPadding
{
	padding: 0 10px 0 0;
}
.siteMap #SecondaryBodyArea
{
	width: 976px;
	margin: 0;
}
.siteMap #SecondaryBodyArea .secondaryBodyPadding
{
	padding: 0 0 0 22px;
}
.siteMapInstance
{
	float: left;
	/*margin: 45px 71px 0 0;*/
	margin: 45px 0 0 0;
	font-size: 0.89em;
	width: 230px;
}
.siteMapInstance h2
{
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
.siteMapInstance ul
{
	list-style-type: none;
	margin-left: 11px;
}
.siteMapInstance ul li
{
	background: url(Images/SitemapItemBG.gif) no-repeat top left;
	padding: 0 0 0 17px;
}
.siteMapInstance ul li.lastItem
{
	background: url(Images/SitemapLastItemBG.gif) no-repeat top left;
	padding: 0 0 0 17px;
}

/* Themes */
.LifeSituation h2
{
	color: #5f3d7f;
}
.Roles h2
{
	color: #00a4dd;
}

.LifeSituation ul li
{
	background: url(Images/LifeSituation/SitemapItemBG.gif) no-repeat top left;
	padding: 0 0 0 17px;
}
.LifeSituation ul li.lastItem
{
	background: url(Images/LifeSituation/SitemapLastItemBG.gif) no-repeat top left;
	padding: 0 0 0 17px;
}

.Roles ul li
{
	background: url(Images/Roles/SitemapItemBG.gif) no-repeat top left;
	padding: 0 0 0 17px;
}
.Roles ul li.lastItem
{
	background: url(Images/Roles/SitemapLastItemBG.gif) no-repeat top left;
	padding: 0 0 0 17px;
}

/************************/
/* TEASERS              */
/************************/
ul.teaserList
{
	list-style-type: none;
}
ul.teaserList li
{
	border-bottom: dotted 1px #ccc;
	overflow: hidden;
}
ul.teaserList li.small
{
	float: left;
	width: 290px;
}
ul.teaserList li .teaser
{
	padding: 5px 5px 10px 5px;
}
/************************/
/* FOOTER AREA          */
/************************/
#FooterArea
{
	clear: both;
	float: left;
}
ul#Footer
{
	float: left;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0 9px 0 9px;
	width: 956px;
}
ul#Footer li
{
	font-size: 0.8em;
	float: left;
	padding: 0 11px;
	color: #565656;
	border-right: solid 1px #b3b9bd;
}
ul#Footer li a
{
	color: #565656;
}
ul#Footer li a:hover
{
	color: #ff742a;
}
ul#Footer li.first
{
	padding: 0 11px 0 0;
}
ul#Footer li.noBorder
{
	border: 0;
}
ul#Footer li#Copyright
{
	float: right;
	margin-right: 0;
	padding: 0;
	color: #a7a8a6;
}
/************************/
/* PAGE FUNCTIONS       */
/************************/
ul#PageFunctions
{
	list-style-type: none;
	margin: 0 0 0px 0;
}
ul#PageFunctions li
{
	border-bottom: solid 1px #ececec;
	line-height: 22px;
	padding: 0 0 0 29px;
}
ul#PageFunctions li.lastFunction
{
	margin-bottom: 20px;
	border: 0;
}
ul#PageFunctions li a
{
	font-size: 10px;
}
#PageFunctions li.shareFunction
{
    padding:0;
}
#PageFunctions li.shareFunction a
{
    padding:0 5px;
    
}
#PageFunctions li.shareFunction a span
{
    padding:0 0 0 9px;
    margin:3px 0;
}
ul#PageFunctions li.printFunction
{
	background: url(images/PrintFunctionBG.gif) no-repeat top left;
}
ul#PageFunctions li.tipFunction
{
	background: url(images/TipFunctionBG.gif) no-repeat top left;
	padding: 0;
}
ul#PageFunctions li.postcardFunction
{
	background: url(images/PostCardFuncBG.gif) no-repeat top left;
}
ul#PageFunctions li.explainFunction
{
	background: url(images/ExpFunctionBG.gif) no-repeat top left;
}
ul#PageFunctions li.commentFunction
{
	background: url(images/CommentFunctionBG.gif) no-repeat top left;
	padding: 0;
}
ul#PageFunctions li.orderConditionsFunction
{
	background: url(images/OrderConditionsBG.gif) no-repeat top left;
	padding: 0;
}
ul#PageFunctions li.technicalConditionsFunction
{
	background: url(images/TechnicalConditionsBG.gif) no-repeat top left;
	padding: 0;
}
ul#PageFunctions li.listFunctionUnCollapsed
{
	background-color: #dcddde;
	border-bottom: solid 1px #b8b8b8;
}
/*****************************/
/* PAGE FUNCTION DROP DOWN   */
/*****************************/
.pageFunctionDropDown
{	
	padding: 0;
}
a#CollapseComment,
a#CollapseTip,
a#CollapseOrderConditions,
a#CollapseTechnicalConditions
{
	display: block;
	margin: 0 0 0 29px;
	padding: 0 0 0 0;
}
.pageFunctionDropDown .functionUnCollapsed
{
	background: url(images/collapsedBG.gif) no-repeat 95% 50%;
}
.pageFunctionDropDown .functionCollapsed
{
	background: url(images/expandedBG.gif) no-repeat 95% 50%;
}
.pageFunctionDropDown .functionBody
{
	background-color: #dcddde;
}
.pageFunctionDropDown a #topLabel
{
	padding:0 10px 0 10px;
}
.pageFunctionDropDown #FunctionMainBody
{
	margin:0;
	padding:9px 0 7px 15px;
	width:220px;
}
.pageFunctionDropDown ul
{
	list-style-type: none;
	padding: 0 0 0 0;
	
}	
ul#PageFunctions li .pageFunctionDropDown ul li
{
	text-align:justify;
	padding:0 0 0 0;
	list-style-type:none;
	border-bottom:0;
	border:0;
}
ul#PageFunctions li .pageFunctionDropDown a.button
{	
	margin: 12px 14px 15px 0;
	border:0;
	font-size: 1.48em;
	background-color: #dcddde;
	float: right;
}
/* COMMENT */
.pageFunctionDropDown .comment
{
	display: none;
}
.pageFunctionDropDown #CommentNameArea
{
	float:left;
	padding: 0 6px 0 14px;
}
.pageFunctionDropDown #CommentEmailArea
{
	float: left;
	padding: 0 0 0 0;
}
.pageFunctionDropDown #CommentBottomArea
{
	clear: left;
	margin: 12px 0 0 0;
	padding: 0 0 0 14px;
	border-bottom: solid 1px #ececec;
}
.pageFunctionDropDown .commentTextArea
{
	height: 88px;
	width: 218px;
}
.pageFunctionDropDown .commentTextBoxName,
.pageFunctionDropDown .commentTextBoxEmail
{
	width: 102px;
}
/* TIP */
#TipFunctionBody
{
	min-height: 200px;
}
.pageFunctionDropDown .tip
{
	padding-left: 14px;
}
.pageFunctionDropDown .tip
{
	display: none;
}
.pageFunctionDropDown .tip #FunctionMainBody
{
	padding-left: 0;
	width:222px
}
.pageFunctionDropDown .tip input
{
	display: block;
	width: 220px;
}
ul#PageFunctions li .pageFunctionDropDown .tip a.button
{
	display: block;
}


/* CONDITIONS */
.pageFunctionDropDown .conditions
{
	display: none;
}
/************************/
/* MODULES              */
/************************/
.webPartZone,
.webPartZone table,
.webPartZone table table,
.webPartZone table table table,
.webPartZone td,
.webPartZone td td,
.webPartZone td td td
{
 padding: 0px !important;
 padding: 0 0 0 0 !important;
 margin: 0px !important;
 width: 100% !important;
 white-space: pre-wrap;
}
#ModuleSettingsOuterDiv
{
    position:absolute;
    top:0px;
    left:0px;
    background-color:#ffffff;
    padding:5px;
    z-index:1100;
    display:none;
}
#ModulesSettingsBackground
{
    -ms-opacity: 0.7;
    -ms-filter: alpha(opacity=70);
    position:absolute;
    top:0px;
    left:0px;
    background:#000000;
    width:100%;
    height:100%;
    z-index:1000;
}
/************************/
/* BANNERS              */
/************************/
.imageBannerContainer
{
	display: block;
	margin: 7px 0 0 0;
}
.textBannerContainer
{
	display: block;
	padding: 0px 13px 0px 13px;
	margin: 7px 0 0 0;
	text-decoration: none;
}
.textBannerContainer .bodysmall
{
	display: block;
	margin:0px;
	padding:12px 0 15px 0;
}
.textBannerContainer .bodysmall .header
{
	display:block;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
}
.textBannerContainer .bodysmall .content
{
	display:block;
	margin: 0px;
	padding: 0px;
	font-size: 115%;
}
.textBannerContainer .bodylarge
{
	display: block;
	margin:0px;
	padding: 16px 0 49px 0;
}
.textBannerContainer .bodylarge .header
{
	display:block;
	font-size: 170%;
	margin: 0px;
	padding: 4px 0 5px 0;
	line-height:1.15em;
}
.textBannerContainer .bodylarge .content
{
	display: block;
	margin: 0px;
	padding: 7px 0 0 3px;
	font-size: 130%;
	line-height: 130%;
}
/************************/
/* NEWS MODULES         */
/************************/
.mainNewsContainer
{
	margin-bottom: 7px;
}
.mainNewsContainer .top
{
	width: 511px;
	height: 6px;
	background-image: url(images/MainNewsContainerTop.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 1px;	
}
.mainNewsContainer .bottom
{
	width: 511px;
	height: 7px;
	background-image: url(images/MainNewsContainerBottom.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 3px 0 0 0;
}
.mainNewsContainer .center
{
	width: 511px;
	background-image: url(images/MainNewsContainerCenter.jpg);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.mainNewsContent
{
	width: 496px;
	background-image: url(images/MainNewsContentBack.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0 6px 0 6px;
	padding: 0px;
}
.mainNewsContent h2
{
	display: block;
	margin: 0px;
	padding: 5px 0 2px 9px;
	color: #333333;
	font-weight:normal;
	font-size: 210%;
	line-height: 1.4;
	text-decoration: none;
}
.mainNewsContent .content
{
	display: block;
	margin: 0px;
	padding: 0 20px 0 8px;
	color: #333333;
	font-size: 90%;
	padding-bottom: 12px;
}
#SecondaryNewsZone
{
	border-bottom: solid 1px #dddcdd;
	/*float: left;*/
}
.secondaryNewsContainerTop 
{
	float: left;
	border-top: solid 1px #dddcdd;
	padding: 12px 13px 9px 13px;
}
.secondaryNewsContainerTop .topimage
{
	width: 229px;
}
.secondaryNewsContainerTop h2
{
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	color: #333333;
	font-weight:normal;
	font-size: 125%;
	text-decoration: none;
	line-height: 20px;
}
.secondaryNewsContainerTop .content
{
	display: block;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 90%;
}
.secondaryNewsContainerLeftRight
{
	float: left;
	border-top: solid 1px #dddcdd;
	padding: 12px 13px 9px 13px;
}
.secondaryNewsContainerLeftRight .image
{
	text-align: center;
	padding: 0 10px 0 0;
}
.secondaryNewsContainerLeftRight .Left
{
	float: left;
}
.secondaryNewsContainerLeftRight .Right
{
	float: right;
}
.secondaryNewsContainerLeftRight h2
{
	display: block;
	margin: 0;
	padding: 0;
	color: #333333;
	font-weight:normal;
	font-size: 125%;
	text-decoration: none;
}
.secondaryNewsContainerLeftRight .content
{
	display: block;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 90%;
}
.secondaryNewsContainerNone
{
	float: left;
	border-top: solid 1px #dddcdd;
	padding: 9px 13px 10px 13px;
}
.secondaryNewsContainerNone h2
{
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	color: #333333;
	font-weight:normal;
	font-size: 125%;
	text-decoration: none;
	line-height: 20px;
}
.secondaryNewsContainerNone .content
{
	display: block;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 90%;
}
.secondaryNewsContainerSmallLeft
{
	float: left;
	border-top: solid 1px #dddcdd;
	padding: 9px 13px 11px 13px;
}
.secondaryNewsContainerSmallLeft .image
{
	float: left;
	padding: 0 8px 8px 0;
}
.secondaryNewsContainerSmallLeft h2
{
	display: block;
	margin: 0;
	padding: 0;
	color: #333333;
	font-weight:normal;
	font-size: 125%;
	text-decoration: none;
}
.secondaryNewsContainerSmallLeft .content
{
	display: block;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 90%;
}
.Short
{
	width: 229px;
}
.Long
{
	width: 485px;
}
.newsmodule:hover
{
	text-decoration: underline;
	color: #ff742a;
}
.newsmoduleline
{
	color: #dddcdd;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
.moreNews
{
	float: right;
	margin: 0 0 20px 0;
}
/************************/
/* IMAGE GALLERY        */
/************************/
#ImageGalleryArea
{
	width: 430px;
	padding-left: 2px;
}
.imageGalleryAreaNoScroll
{
	height: 275px;
	background: url(Images/GalleryNoScrollBG.png) no-repeat;
}
.imageGalleryAreaScroll
{
	height: 295px;
	background: url(Images/GalleryBG.png) no-repeat;
}
#ImageGallery
{
	background-color: Black;
	width: 429px;
	margin-left: 3px;
}
#ImageGalleryImageArea
{
	float: left;
}
#ImageGalleryImage
{
	float: left;
}
#ImageGallery .imageGalleryScroller
{
/*    
	scrollbar-shadow-color: Silver;
	scrollbar-highlight-color: Silver;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #00CC00;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #070506;
	scrollbar-track-color: #090607;
	overflow-x: scroll;
	overflow-y: hidden;
*/
	overflow: auto;
	color: Silver;
	background-color: #000000;
	width: 425px;
	height: 64px;
}
#ImageGallery .imageGalleryNoScroller
{
	overflow: hidden;
	/*color: Silver;*/
	/*background-color: #000000;*/
	width: 425px;
	height: 64px;
}
#ImageGallery .imageNav
{
	width: 425px;
	height: 23px;
}
#ImageGallery .imageNav .previous
{
	border: 1px red solid;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	margin-left: 3px;
}
#ImageGallery .imageNav .next
{
	border: 1px yellow solid;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	margin-left: 387px;
}
#ImageGallery .imageRegion
{
	width: 425px;
	height: 200px;
	overflow: hidden;
}
#ImageGallery .thmbImage
{
	padding: 1px 1px 0 0;
	width: 70px;
	height: 42px;
}
#ImageGallery .thumbnailsRegion
{
	background: url(Images/ThmbBG.gif) repeat-x;
	/*height: 67px;*/
	text-align: left;
}
/***************************/
/* LISTINGS PAGE           */
/***************************/

#ListingPageArea ul.pager
{
	width: 433px;
	text-align: right;
}
#ListingPageArea ul.pager li
{
	display: inline;
}
#ListingPageArea ul.pager li a
{
	color: #777;
	margin-left: 8px;
}
#ListingPageArea ul.pager li a:hover, 
#ListingPageArea ul.pager li a.pageSelected
{
	color: #ff742a;
}
#ListingPageArea ul.pagerTop
{
	padding: 0 0 2px 0;
}

#ListingPageArea ul.pageList
{
	width: 433px;
	border-top: solid 1px #ccc;
}
#ListingPageArea ul.pageList li
{
	border-bottom: solid 1px #ccc;
	padding: 0 0 9px 0;
}
#ListingPageArea ul.pageList li h2
{
	margin: 5px 0 1px 0;
}
#ListingPageArea ul.pageList li div.content
{
	width: 426px;
	line-height: 1.35em;
}
#ListingPageArea ul.pageList li h3
{
	color: #3399cc;
	padding: 0;
	margin: 10px 0 0 0;
	font-family: Arial, Sans-Serif;
	font-size: 0.93em;
	font-weight: bold;
}
#ListingPageArea ul.pageList li .readMore
{
	display: block;
	text-align: right;
	margin: 8px 6px 0 0;
}
.dateTime span
{
	margin: 0 2px 0 2px;
}
#ListingPageArea .margin
{
	margin: 20px 0 0 0;
}
#ListingPageArea .separator
{
	border-bottom:1px solid #666666;
}
/************************/
/* EVENT/NEWS PAGE      */
/************************/
.eventType
{
	margin: 6px 0 0 0;
}
.eventType ul
{
	border-bottom:solid 1px #cccccc;
	border-top:solid 1px #cccccc;
	margin: 0 0 17px 0;
	padding: 10px 0 6px 0;
}
.eventType ul li
{
	font-size: 0.9em;
	font-weight:bold;
	color: #3399cc;
	margin:0 0 5px 0;
	padding: 0 0 0 4px;
}
.newsType ul
{
	border: 0;
	margin: 0;
	padding:0;
	float: left;
	margin: 3px 0 13px 0;
}
.newsType ul li
{
	color: #9b9b9b;
	font-weight:normal;
	font-size: 1.1em;
	float:left;
	padding:0;
	margin: 0 5px 0 0;
}
/************************/
/* RELATED INFO         */
/************************/
.relatedInfoItem
{
	width: 250px;
	min-height: 58px;
}
.relatedInfoHeaderExpanded
{
	padding: 22px 0 6px 0;
	margin: 0 0 0 58px;
	cursor: pointer;
}
.relatedInfoHeaderCollapsed
{
	cursor: pointer;
	height: 36px;
	padding: 22px 0 0 58px;
	margin: 0 0 0 0;
	background: url(images/RelatedInfoBottomExpandBG.gif) no-repeat bottom left;
}
.relatedInfoHeaderCollapsedOneLink
{
	cursor: pointer;
	height: 36px;
	padding: 22px 0 0 58px;
	margin: 0 0 0 0;
	background: url(images/RelatedInfoBottomExpandOneBG.gif) no-repeat bottom left;
}
.relatedInfoItem h2
{
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}
.relatedInfoItem .contentArea
{
	overflow: hidden;
	display: none;
	font-size: 0.93em;
	border-bottom:1px solid #dedede;
}
.relatedInfoItem .contentArea li
{
	/*margin-left: 58px;
	line-height: 1.8;*/
	margin: 0 0 7px 58px;
}
.relatedInfoItem .contentArea li a
{
	line-height: 10px;
}
/************************/
/* RELATED INFO TYPES   */
/************************/
/******** RELATED NEWS *********/
.relatedNews
{
	background: url(images/RelatedNewsBG.gif) no-repeat 6px 13px;
}
.relatedNews .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/RelatedNewsOverBG.gif) no-repeat 6px 13px;
}
/******** DETAILED INFO *********/
.details
{
	background: url(images/DetailedInfoBG.gif) no-repeat 6px 13px;
}
.details .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/DetailedInfoOverBG.gif) no-repeat 6px 13px;
}
.details .relatedInfoHeaderCollapsedOneLink:hover
{
	background: #e1e1e1 url(images/DetailedInfoOverBG.gif) no-repeat 6px 13px;
}
/******** HISTORY INFO *********/
.history
{
	background: url(images/HistoryBG.gif) no-repeat 6px 13px;
}
.history .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/HistoryOverBG.gif) no-repeat 6px 13px;
}
.history .relatedInfoHeaderCollapsedOneLink:hover
{
	background: #e1e1e1 url(images/HistoryOverBG.gif) no-repeat 6px 13px;
}
/******** NEWS INFO *********/
.news
{
	background: url(images/NewsBG.gif) no-repeat 6px 13px;
}
.news .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/NewsOverBG.gif) no-repeat 6px 13px;
}
.news .relatedInfoHeaderCollapsedOneLink:hover
{
	background: #e1e1e1 url(images/NewsOverBG.gif) no-repeat 6px 13px;
}
/******** FILM INFO *********/
.movies
{
	background: url(images/FilmBG.gif) no-repeat 6px 13px;
}
.movies .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/FilmOverBG.gif) no-repeat 6px 13px;
}
.movies .relatedInfoHeaderCollapsedOneLink:hover
{
	background: #e1e1e1 url(images/FilmOverBG.gif) no-repeat 6px 13px;
}
/******** FORMS INFO *********/
.forms
{
	background: url(images/FormsBG.gif) no-repeat 6px 13px;
}
.forms .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/FormsOverBG.gif) no-repeat 6px 13px;
}
.forms .relatedInfoHeaderCollapsedOneLink:hover
{
	background: #e1e1e1 url(images/FormsOverBG.gif) no-repeat 6px 13px;
}
/******** ASK EXPERT INFO *********/
.askexpert
{
	background: url(images/AskExpertBG.gif) no-repeat 6px 13px;
}
.askexpert .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/AskExpertOverBG.gif) no-repeat 6px 13px;
}
.askexpert .relatedInfoHeaderCollapsedOneLink:hover
{
	background: #e1e1e1 url(images/AskExpertOverBG.gif) no-repeat 6px 13px;
}
/******** CALCULATE INFO *********/
.calculate
{
	background: url(images/CalculateBG.gif) no-repeat 6px 13px;
}
.calculate .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/CalculateOverBG.gif) no-repeat 6px 13px;
}
.calculate .relatedInfoHeaderCollapsedOneLink:hover
{
	background: #e1e1e1 url(images/CalculateOverBG.gif) no-repeat 6px 13px;
}
/******** CHECKLIST *********/
.checklist
{
	background: url(images/ChecklistBG.gif) no-repeat 6px 13px;
}
.checklist .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/ChecklistOverBG.gif) no-repeat 6px 13px;
}
.checklist .relatedInfoHeaderCollapsedOneLink:hover
{
	background: #e1e1e1 url(images/ChecklistOverBG.gif) no-repeat 6px 13px;
}
/******** DOCUMENTS *********/
.document
{
	background: url(images/DocumentBG.gif) no-repeat 6px 13px;
}
.document .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/DocumentOverBG.gif) no-repeat 6px 13px;
}
.document .relatedInfoHeaderCollapsedOneLink:hover
{
	background: #e1e1e1 url(images/DocumentOverBG.gif) no-repeat 6px 13px;
}
/******** LINKS *********/
.links
{
	background: url(images/LinksBG.gif) no-repeat 6px 13px;
}
.links .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/LinksOverBG.gif) no-repeat 6px 13px;
}
.links .relatedInfoHeaderCollapsedOneLink:hover
{
	background: #e1e1e1 url(images/LinksOverBG.gif) no-repeat 6px 13px;
}
/******** ARTICLES *********/
.articles
{
	background: url(images/ArticlesBG.gif) no-repeat 6px 13px;
}
.articles .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/ArticlesOverBG.gif) no-repeat 6px 13px;
}
.articles .relatedInfoHeaderCollapsedOneLink:hover
{
	background: #e1e1e1 url(images/ArticlesOverBG.gif) no-repeat 6px 13px;
}
/******** KNOWLEDGE *********/
.knowledge
{
	background: url(images/QuestionBG.gif) no-repeat 6px 13px;
}
.knowledge .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/QuestionOverBG.gif) no-repeat 6px 13px;
}
.knowledge .relatedInfoHeaderCollapsedOneLink:hover
{
	background: #e1e1e1 url(images/QuestionOverBG.gif) no-repeat 6px 13px;
}
/******** LAW *********/
.law
{
	background: url(images/ParagraphBG.gif) no-repeat 6px 13px;
}
.law .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/ParagraphOverBG.gif) no-repeat 6px 13px;
}
.law .relatedInfoHeaderCollapsedOneLink:hover
{
	background: #e1e1e1 url(images/ParagraphOverBG.gif) no-repeat 6px 13px;
}
/******** FAQ *********/
.faq
{
	background: url(images/QuestionBubbleBG.gif) no-repeat 6px 13px;
}
.faq .relatedInfoHeaderCollapsed:hover
{
	background: #e1e1e1 url(images/QuestionBubbleOverBG.gif) no-repeat 6px 13px;
}
.faq .relatedInfoHeaderCollapsedOneLink:hover
{
	background: #e1e1e1 url(images/QuestionBubbleOverBG.gif) no-repeat 6px 13px;
}
/******** The dropdown list in the PropertyRelatedInfoType (works only in FF) *********/
.relatedDropDownList
{
	
}
.relatedDropDownListItem
{
	padding: 10px 0 0 40px;
	height: 30px;
}
.checklist1
{
	background: url(images/ChecklistBG.gif) no-repeat top left;
}
.documents1
{
	background: url(images/DocumentBG.gif) no-repeat top left;
}
.links1
{
	background: url(images/LinksBG.gif) no-repeat top left;
}
.articles1
{
	background: url(images/ArticlesBG.gif) no-repeat top left;
}
.knowledge1
{
	background: url(images/QuestionBG.gif) no-repeat top left;
}
.law1
{
	background: url(images/ParagraphBG.gif) no-repeat top left;
}
.faq1
{
	background: url(images/QuestionBubbleBG.gif) no-repeat top left;
}
/****************/
/*  LOGIN PAGE  */
/****************/
#LoginInputArea
{
	border-bottom: solid 1px #ccc;
	padding: 7px 0 20px 0;
	margin: 0 0 8px 0;
}

#LoginInputArea .required, 
#LoginInputArea .error, 
#FormArea fieldset ul li.checkbox span.required
{
    color:Red;
}

/*#LoginInputArea ul li input
{
    width: 431px;
    clear:both;
}

#LoginInputArea ul span
{
	display: block;
	float:left;
}

#LoginInputArea ul label
{
	display: block;
	float:left;
	padding: 0;
}*/
div#LoginInputArea ul
{
	width: 430px; /* needed to put a width since right border on input-boxes is disappearing otherwise */
}
div#LoginInputArea li
{
	padding-top: 8px;
}
div#LoginInputArea li input
{
	width: 100%;
}
div#LoginInputArea li.long
{
	clear: both;
	display: block;
}
div#LoginInputArea li.short
{
	float: left;
	width: 163px; 
	display: inline;
}
div#LoginInputArea li.separator
{
	margin-right: 13px;
}
div#LoginInputArea li.button
{
	float: right;
	width: 69px;
	padding-top: 1.7em;
}
div#LoginInputArea li.button a
{
	padding: 0;
	margin: 0;
}

#LoginInputArea input,
#FogotPasswordArea input
{
	width: 163px; 
	padding: 0;
	margin: 0;
	border:1px solid #999999;
}
#LoginInputArea .checkbox input
{
	border:none;
	width:13px;
	margin:6px 0 0 0;
}
#LoginInputArea a,
#FogotPasswordArea a.button,
#ContactArea #Form a,
a.contactSearchButton,
#MaterialArea .button,
#FormArea .button
{
	font-size: 1.48em;
	border: 0;
	background-color: White;
	margin-left: 5px;
	padding-left: 5px;
	text-decoration: none;
	color: Black;
}
#FormArea .rightSpace
{
	margin-left: 15px;
}
.resetPasswordLink, .LoginBackLink
{
	color: #ff742a;
}
#FogotPasswordArea label
{
	display: block;
}
#FogotPasswordArea input
{
	width: 364px;
}
/************************/
/* REGISTRATION/FORMS   */
/************************/
#FormArea fieldset
{
	border: 0;
	border-top: solid 1px Black;
	border-bottom: solid 1px Black;
	padding: 5px 0 11px 0;
	margin: 0;
}

#FormArea fieldset.LoginRelatedForms
{
	margin-bottom:8px;
}

#FormArea fieldset ul
{
	padding-bottom: 5px;
}
#FormArea fieldset ul ul
{
	padding-bottom: 0;
}
#FormArea fieldset ul li
{
	padding:5px 0 0 0;
}

#FormArea fieldset ul li a
{
	color: #ff742a;
}
#FormArea fieldset ul li span
{
	color: #ff742a;
}
#FormArea fieldset ul li input
{
	display: block;
}
#FormArea fieldset ul li textarea
{
	display: block;
}
#FormArea fieldset ul li.long
{
	clear: both;
}
#FormArea fieldset ul li.long input
{
	width:427px;
	padding:2px 0 3px 4px;
}

#FormArea li select
{
	display: block;
}

#FormArea fieldset ul li.long.limited input
{
	width: 206px;
}
ul#MemberOrgsAndGroupsArea li span.year
{
	display: block;
	padding-top: 6px;
	color: Black;
	clear: both;
}
ul#MemberOrgsAndGroupsArea li.long span.year input
{
	width: 70px;
}
ul#MemberOrgsAndGroupsArea li.groupRoles td label
{
	color: Black;
}
.courseBooking ul#MemberOrgsAndGroupsArea li div.bol
{
	margin-right: 5px;
}
ul#MemberOrgsAndGroupsArea li div.bol
{
	float: right;
	width: 210px;
	padding: 5px;
	border: 1px solid #FF742A;
}
#FormArea fieldset ul#MemberOrgsAndGroupsArea
{
	border-bottom:1px solid #cbcbcb;
	width:437px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul#MemberOrgsAndGroupsArea .memberOrganization
{
	width: 200px;
}
ul#MemberOrgsAndGroupsArea li.groupRoles 
{
	overflow: hidden;
}
ul#MemberOrgsAndGroupsArea li.groupRoles label.title
{
	
}
ul#MemberOrgsAndGroupsArea li.groupRoles table
{
	float: left;
	width: 170px;
}

#FormArea fieldset ul#MemberOrgsAndGroupsArea table td input
{
	width:auto;
	display:inline;
	vertical-align:middle;
	margin-right:5px;
	border:none;
}
#MaterialOrder #FormArea fieldset ul li.long input
{
	width: 445px;
}
#MaterialOrder #FormArea fieldset ul li.long.limited input
{
	width: 215px;
}
#MaterialOrder #FormArea fieldset ul li.groupRoles table input
{
	width: auto;
}
#MaterialOrder #FormArea fieldset ul li.groupRoles table
{
	width: 437px;
}
#MaterialOrder #FormArea fieldset ul li.groupRoles table td
{
	padding:0;
}
#FormArea .courseBooking li.groupRoles span.warning
{
	padding-top: 1em;
	zoom: 1;
	clear: both;
	display: block;
}
#FormArea fieldset ul li.short
{
	float: left;
	width: 210px;
}
#FormArea fieldset ul li.short input, #FormArea fieldset ul li.long ul li.short input
{
	width: 206px;
	padding:2px 0 3px 4px;
}
#MaterialOrder #FormArea fieldset ul li.short
{
	width: 219px;
}
#MaterialOrder #FormArea fieldset ul li.short input
{
	width:215px;
}
#FormArea fieldset ul li.checkbox
{
	clear: both;
}
#FormArea fieldset ul li.checkbox input
{
	display: inline;
	border: 0;
}
#FormArea fieldset ul li span.checkbox input
{
	border:0;
}
#FormArea fieldset ul li.checkbox span
{
	color: Black;
}
#FormArea fieldset ul li.separator
{
	padding-left: 11px;
}
#FormArea fieldset ul li.clear
{
	clear:both;
}
#FormArea .button
{
	float: right;
	margin: 12px 5px 0 0;
}

#FormArea fieldset ul li.long.radioButtons input
{
    width: auto;
    display: inline;
}

#FormArea fieldset li label.title,
#FormArea fieldset li span.title
{
   color: #4c4c4c;
   font-weight: bold;
}

/************************/
/* RELATED NEWS         */
/************************/
#RelatedNews
{
	width: 250px;
	border-top: 1px solid #dad5e8;
}
#RelatedNews .relatedNewsHeaderExpanded,
#RelatedNews .relatedNewsHeaderCollapsed
{
	cursor: pointer;
	height: 41px;
	padding: 11px 0 0 0;
}
#RelatedNews .heading
{
	padding: 0 0 0 57px;
	margin-top: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
#RelatedNews .contentArea
{
	float: left;
	overflow: hidden;
	display: none;
	font-size: .8em;
	margin-bottom: 12px;
}
#RelatedNews .contentArea li
{
	margin-left: 57px;
}
#RelatedNews .relatedNewsHeaderExpanded
{
	background: url(images/DocumentOverBG.gif) no-repeat top left;
}
#RelatedNews .relatedNewsHeaderCollapsed
{
	background: url(images/DocumentBG.gif) no-repeat #e1deef;
}
#RelatedNews .relatedNewsHeaderExpanded:hover,
#RelatedNews .relatedNewsHeaderCollapsed:hover
{
	background: url(images/RelatedInfo/ArticlesHover.gif) no-repeat top left #e1deef;
}
#RelatedNews .contentArea
{
	background: url(images/RelatedInfo/ArticlesBottom.gif) no-repeat;
}
/************************/
/* FAQ                  */
/************************/
ul#Questions
{
	margin: 20px 0 39px 0;
}
ul#Questions li
{
	background: url(images/FaqArrowBG.gif) no-repeat 0% 4px;
	margin: 0 0 8px 0;
}
ul#Questions li a
{
	font-weight: bold;
	margin: 0 0 0 17px;
	display: block;
}
ul#Answers
{
	border-top: solid 2px #666;
	border-bottom: solid 2px #666;
}
ul#Answers li
{
	border-bottom: solid 1px #ccc;
	padding: 15px 0 14px 0;
}
ul#Answers li h2
{
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}
ul#Answers li p
{
	margin: 0;
	padding: 0;
}
/*********************************/
/* CONTACT, ASK AN EXPERT        */
/*********************************/
#ContactArea .image,
#MaterialArea .image
{
	float: right;
	margin: 0 0 20px 25px;
	width: 180px;
	overflow: hidden;
}
#ContactArea #Form
{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 9px 3px 17px 3px;
}
#ContactArea #Form label
{
	color: #333;
	margin: 5px 0 2px 0;
	display: inline-block;
}
#ContactArea #Form .shortLeft
{
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
#ContactArea #Form .shortRight
{
	float: right;
	width: 208px;
	margin: 0;
	padding: 0;
}
#ContactArea #Form input
{
	width: 205px;
}
#ContactArea #Form input.subject
{
	width: 424px;
}
#ContactArea #Form textarea
{
	width: 424px;
	overflow: auto;
}
#ContactArea #Form a
{
	display: block;
	text-align: right;
	margin: 11px 0 0 0;
}
.contactTable
{
	width: 100%;
}
.contactTable td
{
	padding: 19px 0 0 19px;
}
.contactTable td.contactInfo
{
	border-right: solid 1px #ccc;
	padding: 0 0 0 0;
	width: 180px;
}
.contactTable td.contactOpenTimes
{
	border-bottom: solid 1px #ccc;
	padding: 0 0 0 19px;
}

/************************/
/* CONTACT LIST         */
/************************/
#ContactListArea
{
	float: left;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}
#ContactListArea ul
{
	float: left;
	border-top: solid 1px #ccc;
}
#ContactListArea ul li
{
	float: left;
	padding: 7px 0 10px 4px;
	border-bottom: solid 1px #ccc;
}
#ContactListArea ul li .contactLinkPhoneArea
{
	float: left;
	width: 158px;
	padding: 14px 0 0 4px;
}
#ContactListArea ul li .contactLinkPhoneArea a
{
	background: url(images/TipFunctionBG.gif) no-repeat -6px -4px;
	color: #0082d1;
	padding-left: 15px;
}
#ContactListArea ul li .contactInfoArea
{
	float: left;
	width: 267px;
	padding: 8px 0 0 0;
}
#ContactListArea ul li .contactInfoArea h2
{
	font-family: Arial, Sans-Serif;
}
#ContactListArea ul li .contactInfoArea p
{
	margin: 0;
}
#ContactListArea ul li .contactInfoArea .contactPhone
{
	margin-top: 20px;
}
.contactSearchBox
{
	width: 390px;
}
/************************/
/* SEARCH PAGE          */
/************************/

#FacetArea
{
    padding-left: 10px;
}

.ess-facetsListHeader
{
    font-size: 100%;
    border-bottom:1px solid #ccc;
}

.ess-facetHeader
{
    font-size: 100%;
    margin: 20px 0 5px 0;
}
#FacetArea .ess-active
{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 13px;
    padding-right: 13px;
    margin-right: 0px;
    background-color:#DCDDDE;
    color: #000000;
}

.ess-active span
{
    color:#000000;    
}

.ess-active span
{
    color: #000000;
}

.ess-removeSelection
{
    color:#888;
}

.ess-facet li span::before 
{
    color: #888888;
	content: ": " ;
}

.ess-facet ul span
{
    margin: 0 0 0 2px\9;
}
.ess-facet li:hover span::before 
{
    color:#000000;
	content: ": " ;
}

.ess-facets li
{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 13px;
    padding-right: 13px;
    margin-right: 0px;
}
.ess-facets li span
{
    color: #888888;
}

.ess-facet nav ul li:hover
{
    color: #000000!important;
}

.ess-facets li a:hover
{
    color: #000000;
    text-decoration: none;
}

.ess-facets li a
{
    color: #888888;
    text-decoration: none;
}

.ess-facet li:hover
{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 13px;
    padding-right: 13px;
    margin-right: 0px;
    background-color:#DCDDDE;
    color: #000000!important;
}

#FacetArea .ess-active span
{
    color: #000000!important;
}

.ess-facet li:hover a
{
    color: #000000!important;
}

.ess-facet li:hover span
{
    color: #000000!important;
}

#SearchArea .searchText
{
	border: solid 1px #999;
	width: 375px;
}
#SearchArea input.searchButton
{
	border: none;
	background-color: Transparent;
	padding: 0;
	margin:8px 0 0 10px;
}
#SearchArea input.ess-searchbutton
{
	border: none;
	background-color: Transparent;
	padding: 0;
	margin:8px 0 0 10px;
}
#SearchArea #AdvancedArea input
{
	border: 0;
}
#ResultArea
{
	margin: 20px 0 0 0;
}
#ResultArea h2
{
	font-family: Arial, Sans-Serif;
	text-transform: uppercase;
	font-size: 0.93em;
	font-weight: bold;
	margin: 20px 0 14px 0;
	padding: 2px 0 2px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#ResultArea ul li a
{
	color: #ff742a;
	font-weight: bold;
}
.hitNum
{
	color: #ff742a;
}
.article p
{
    margin: 0 0 10px 0;
}

.ess-hitLink
{
	color: #ff742a;
}
.hitDetails
{
	margin: 5px 0 15px 0;
}
#SearchPagingArea
{
	border-top: solid 1px #ccc;
	margin: 30px 0 0 0;
	text-align: right;
	color: #777;
}
#MainBodyArea .mainBodyFormatting a.nextPrevious
{
	color: #777;
}
.ess-searchResult dl.ess-documentInformation 
{
    display: inline;
}
.ess-searchResult dl.ess-documentInformation dt {
	display: none;
}
.ess-searchResult dl.ess-documentInformation dd {
	margin: 0px; display: inline;
}
.ess-searchResult dl.ess-documentInformation dd:last-child::after {
	content: "";
}

.ess-searchResult div.header {
	padding: 5px 1em; display: block;
}

.ess-searchResult .article {
	padding-bottom: 1.5em;
}
.ess-searchResult .menu li
{
    padding-bottom: 0.0em!important;
}

.ess-searchResult dl.footer dt {
	display: inline;
}

.ess-searchResult ol .ess-hitTitleHeader {
	margin: 0px; padding: 0px; display: inline;
	font-size: 100%;
}

.ess-searchResult dl.ess-documentInformation {
	color: gray;
	font-size: 100%; 
	display: inline;
}
.ess-searchResult dl.ess-documentInformation dt {
	display: none;
}
.ess-searchResult dl.ess-documentInformation dd {
	margin: 0px; display: inline;
}
.ess-searchResult dl.ess-documentInformation dd:last-child::after {
	content: "";
}

.ess-documentInformation dd::after
{
    content: " - ";
}

.ess-searchResult dl.ess-documentInformation dd
{
    margin: 0px 2px 0px 0px\9;
}
.ess-searchResult div.footer *, .ess-searchResult footer *
{
    display: inline;
    margin: 2px 0 0 0;
}

.ess-pagination footer
{
    border-bottom:1px solid #ccc;
    text-align: right;
}

#ResultArea .ess-pagination li.ess-active
{
    background-color: #DCDDDE;
    padding: 1px 2px 2px 5px!important;
}

.article .footer a
{
    display: block;
}
.ess-specialText *
{
    display: inline!important;
}

.ess-searchResult .footer dl
{
    display: block;
}

/************************/
/* MATERIAL             */
/************************/
#MaterialListingArea
{
	margin: 0 30px 0 27px;
	overflow: hidden;
}
#MaterialListingArea ul
{
	border-top: solid 5px #dcddde;
	padding: 12px 0 0 0;
}
.materialInfo
{
	border-left: solid 1px #f7f7f7;
	border-right: solid 1px #f7f7f7;
	border-top: solid 1px #e8e7e8;
	margin: 0 0 5px 0;
	float: left;
	width: 450px;
}
.materialInfo .emphasis
{
	font-weight: bold;
}
.materialInfo .areaLeft
{
	float: left;
	width: 335px;
}
.materialInfo .orderDateArea
{
	float: left;
	width: 235px;
}
.materialInfo .areaLeft h2
{
	margin: 11px 0 16px 18px;
	color: #333;
	font-size: 1.315em;
	font-weight: bold;
}
.materialInfo .areaLeft div.content
{
	margin: 0 0 0 18px;
}
.materialInfo .areaLeft .documentsArea
{
	margin: 20px 0 15px 0;
}
.materialInfo .areaLeft .documentsArea a
{
	color: #ff742a;
	margin: 0 0 0 7px;
	position: relative;
	top: -4px;
}
.materialInfo .areaLeft .priceArea,
.materialInfo .areaLeft a.linkHeading
{
	display: none;
}
.materialInfo .areaRight
{
	float: left;
	width: 115px;
	text-align: right;
}
.materialInfo .areaRight .orderID
{
	border-left: solid 1px #e8e7e8;
	border-right: solid 1px #e8e7e8;
	border-bottom: solid 1px #e8e7e8;
	text-align: right;
}
.materialInfo .areaRight .materialThumbnailArea
{
	text-align: center;
	padding: 15px 0 15px 0;
}
.materialInfo .separator
{
	clear: both;
	border-top: solid 1px #f0f0f0;
	width: 418px;
	height: 1px;
	margin: 0 0 0 18px;
}
.materialInfo .areaBottom
{
	clear: both;
	float: left;
	width: 430px;
	background: url(images/MaterialBottomBG.gif) repeat-x bottom left;
	padding: 10px 0 24px 20px;
}
.materialInfo .areaBottom .priceArea
{
	float: left;
	width: 150px;
}
.materialInfo .areaBottom .orderFormArea
{
	float: left;
	width:120px;
}
.materialInfo .areaBottom .orderFormArea input
{
	border: solid 1px #ff742a;
	width: 20px;
}
.materialInfo .areaBottom .orderButtonArea
{
	float: left;
	width: 20px;
}
.materialInfo .areaBottom .orderButtonArea
{
	float:left;	
	width:130px;
	background-color:#ccc;
	padding-left:25px;
	background: url(images/CartAddIcon.gif);
	background-position:center left;
	background-repeat:no-repeat;
}
.materialInfo .areaBottom .orderButtonArea a
{
	font-weight: bold;
}

/* Latest Material */
.materialsList .latestListHeader
{
	background-color: #d0ced1;
	font-size: 0.93em;
	text-align: center;
	width: 250px;
	padding: 2px 0 3px 0;
}
.materialsList .bottom
{
	background: url(images/LatestMaterialBottomBG.gif) no-repeat top left;
	height: 10px;
    widows: 250;
}
.materialsList .materialInfo .areaLeft .priceArea
{
	display: block;
	padding: 0 0 0 10px;
}
.materialsList .materialInfo
{
	width: 248px;
	margin: 0;
	float: left;
	border-bottom: 0;
	/*border-bottom: solid 1px #d0ced1;*/
	border-top: solid 1px #d0ced1;
	border-left: solid 1px #d0ced1;
	border-right: solid 1px #d0ced1;
}
.materialsList .materialInfo .areaLeft
{
	width: 140px;
	overflow: hidden;
}
.materialsList .materialInfo .areaLeft a.linkHeading
{
	display: block;
	font-size: 0.93em;
	font-weight: bold;
	margin: 10px 0 0 10px;
}
.materialsList .materialInfo .areaRight
{
	width: auto;
}
.materialsList .materialInfo .areaRight .materialThumbnailArea
{
	margin: 13px 0 3px 0;
	padding: 0 0 0 0;
}
.materialsList .materialInfo .areaLeft h2,
.materialsList .areaBottom,
.materialsList .materialInfo .areaLeft .content,
.materialsList .materialInfo .separator,
.materialsList .materialInfo .areaRight .orderID
{
	display: none;
}
/************************/
/* COURSE               */
/************************/
table.courseCalendar
{
	font-size: 0.93em;
	width: 100%;
}
table.courseCalendar th
{
	background-color: #3d87c6;
	color: #c9e0ee;
	font-size: 0.93em;
	font-weight: bold;
	height: 21px;
}
table.courseCalendar .first
{
	padding: 0 0 0 8px;
}
table.courseCalendar td
{
	background-color: #ebf2fa;
	border-bottom: solid 1px #ccc;
	height: 23px;
}
table.courseCalendar td.date
{
	/*width: 94px;*/
	color: #3199cc;
}
table.courseCalendar td.place
{
	width: 230px;
}
table.courseCalendar td.location
{
	width: 110px;
}
table.courseCalendar td.status
{
	width: 70px;
	text-align: right;
	padding: 0 8px 0 0;
}

#CoursePackage
{
	background-color: #ebf2fa;
	width: 431px;
}

#CoursePackage h2
{
	display: block;
	background-color: #3d87c6;
	color: White;
	font-weight: bold;
	font-size: 1em;
	padding: 3px 6px 3px 6px;
	margin: 0;
}
#CoursePackage h3
{
	padding-top: 10px;
	margin: 0 10px 2px 10px;
}
#CoursePackage table
{
	width: 410px;
	margin: 0 0 45px 10px;
}

#CoursePackage div.separationSpace
{
    padding-bottom:10px;
    background-color:White;
}

#CoursePackage table.coursePackageCalendar .error
{
	/*display: none;*/
	text-align: left;
	color: Red;
}
#CoursePackage table.coursePackageCalendar
{
	background-color: white;
	text-align: right;
}
.coursePackageCalendar td
{
	padding-left: 10px;
	padding-right: 10px;
}
.coursePackageCalendar td.date
{
	padding-left: 0;
}
.coursePackageCalendar td.courseTitle
{
	width: 70%;
	padding-top: 14px;
	border-bottom: solid 1px #ccc;
	text-align: left;
}
.coursePackageCalendar td.place
{
	padding-bottom: 6px;
	text-align: left;
	color: Gray;
}
.coursePackageCalendar td.date
{
	padding-top: 14px;
	
	border-bottom: solid 1px #ccc;
}
.coursePackageCalendar td.status
{
	padding-top: 0;
	padding-bottom: 10px;
}

#CoursePackage table.coursePackageCalendar tr.canceled td.courseTitle,
#CoursePackage table.coursePackageCalendar tr.noshow td.courseTitle,
#CoursePackage table.coursePackageCalendar tr.rejected td.courseTitle
{
    text-decoration:line-through;
    color:Red;
}
#CoursePackage table.coursePackageCalendar tr.canceled td.date,
#CoursePackage table.coursePackageCalendar tr.noshow td.date,
#CoursePackage table.coursePackageCalendar tr.rejected td.date
{
    text-decoration:line-through;
    color:Red;
}
#CoursePackage table.coursePackageCalendar tr.canceled td.date span.datespan,
#CoursePackage table.coursePackageCalendar tr.noshow td.date span.datespan,
#CoursePackage table.coursePackageCalendar tr.rejected td.date span.datespan
{
    text-decoration:none;
    color:#333333;
}
#CoursePackage table.coursePackageCalendar tr.canceled td.place,
#CoursePackage table.coursePackageCalendar tr.noshow td.place,
#CoursePackage table.coursePackageCalendar tr.rejected td.place
{
    text-decoration:line-through;
    color:Red;
}
#CoursePackage table.coursePackageCalendar tr.canceled td.place span.placespan,
#CoursePackage table.coursePackageCalendar tr.noshow td.place span.placespan,
#CoursePackage table.coursePackageCalendar tr.rejected td.place span.placespan
{
    text-decoration:none;
    color:Gray;
}
#CoursePackage table.coursePackageCalendar tr.canceled td a.readMore,
#CoursePackage table.coursePackageCalendar tr.noshow td a.readMore,
#CoursePackage table.coursePackageCalendar tr.rejected td a.readMore
{
    color:Red;
}

#CoursePackage table.coursePackageCalendar tr.summoned td a.readMore,
#CoursePackage table.coursePackageCalendar tr.approved td a.readMore,
#CoursePackage table.coursePackageCalendar tr.attended td a.readMore
{
    color:green;
}

#CoursePackage table.coursePackageCalendar tr.boxShadow
{
    background-color:#E1E4E9;
    border-top:solid 1px #CACBD0;
    height:4px;
}

.coursePackageCalendar tr.enrolled a.readMore
{
	font-size: 1em;
	font-weight: normal;
	color: orange;
}
.coursePackageCalendar tr.enrolled a.readMore:hover
{
	color: #f48145;
}
.coursePackageCalendar td a.book,
.coursePackageCalendar td.status a.cancelAll
{
	display: block;
	float: right;
	margin-top: 14px;
	color: #3399cc;
	font-size: 1em;
	font-weight: bold;
}

.packageProgram
{
	border-top: solid 1px #c8d2db;
	border-bottom: solid 1px #c8d2db;
	background-color: #e4eef7;
	margin: 10px 0 20px 0;
	padding: 15px;
}
#CourseProgram
{
	border-top: solid 1px #c8d2db;
	border-bottom: solid 1px #c8d2db;
	background-color: #e4eef7;
	margin: 30px 0 0 0;
	padding: 15px;
	width: 407px;
}

/* Background Colour depending on status
Approved = Light green
Waiting = Light yellow
Reject = light red
All other should have default colour. 

table tr.enrolled td
table tr.applied td
table tr.noShow td
table tr.canceled td
table tr.closed td */

.courseCalendar tr.waiting td,
.courseCalendar tr.applied td
{
	border-bottom: solid 3px yellow;
}
.coursePackageCalendar tr.waiting td.courseTitle,
.coursePackageCalendar tr.applied td.courseTitle,
.coursePackageCalendar tr.waiting td.date,
.coursePackageCalendar tr.applied td.date
{
	border-bottom:solid 1px #cccccc;
	/* border-bottom: solid 3px yellow; */
}
.courseCalendar tr.approved td,
.courseCalendar tr.summoned td
{
	border-bottom: solid 3px Green;
}
.coursePackageCalendar tr.approved td.courseTitle,
.coursePackageCalendar tr.summoned td.courseTitle,
.coursePackageCalendar tr.approved td.date,
.coursePackageCalendar tr.summoned td.date
{
	border-bottom:solid 1px #cccccc;
	/* border-bottom: solid 3px lightgreen; */
}
.courseCalendar tr.rejected td
{
	border-bottom: solid 3px red;
}
.coursePackageCalendar tr.rejected td.courseTitle,
.coursePackageCalendar tr.rejected td.date
{
	border-bottom:solid 1px #cccccc;
	/* border-bottom: solid 3px red; */
}
.courseCalendar tr.approved td, 
.courseCalendar tr.attended td
{
	border-bottom: solid 3px lime;
}
.coursePackageCalendar tr.approved td.courseTitle,
.coursePackageCalendar tr.attended td.courseTitle,
.coursePackageCalendar tr.approved td.date,
.coursePackageCalendar tr.attended td.date
{
	border-bottom:solid 1px #cccccc;
	/* border-bottom: solid 3px lime; */
}

/************************/
/* COURSEBOOKING        */
/************************/
#FormArea .courseBooking fieldset
{
	border-color: #ccc;
	margin: 27px 0 0 0;
}
.courseBooking .bookingInfo
{
	margin-bottom: 10px;
}
.courseBooking .bookingInfo .courseDescription
{
}
.courseBooking .bookingInfo .courseDescription a
{
    color:#F48145;
}
.courseBooking .datePlace
{
	font-weight: bold;
	color: #319aca;
}
.courseBooking fieldset dl
{
	width: 400px;
	padding: 0;
	margin: 0;
}
.courseBooking .activityHeading
{
	margin: 20px 0 0 0;
}
.courseBooking .activities
{
	width: 100%;
	display: block;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 5px;
}
.courseBooking .activities input
{
	border: 0;
}

.courseBooking .userNoteLabel
{
	margin: 15px 0 0 0;
	display:block;
}
.courseBooking .userNotes
{
    font-family:Arial,Sans-Serif;
    font-size:100%;
    padding:2px 0 3px 4px;
    width:427px;
/*	width: 100%;
	display: block;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 5px;*/
}

.courseBooking .confirmation
{
	width: 100%;
	display: block;
	border-top: solid 1px #ccc;
	margin-top:20px;
	padding-top:15px;
	padding-bottom:15px;	
}

.courseBooking .confirmation h2
{
	font-family: Arial, Sans-Serif;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
}
.courseBooking .courseBookingActivities
{
	padding-top:20px;
}
.courseBooking .courseBookingActivities h3
{
	padding-top:10px;
}
.courseBooking .courseBookingActivities span
{
	width:423px;
}


/************************/
/* FLASH                */
/************************/
#FlashContent
{
	margin: 0 50px 0 27px;
}
/************************/
/* XFORM                */
/************************/
#XFormArea fieldset
{
	border: 0;
}
#XFormArea table#id_matrix
{
	width:94%;
	font-size:0.7em;
}
#XFormArea table#id_matrix tr td
{
	padding-bottom:4px;
}
#XFormArea .text
{ 
   border:solid 1px #999999;
   display:inline; 
}

#XFormArea .button
{
	font-size:2.1em;
	border: 0;
	background-color: White;
	margin-left: 5px;
	text-decoration: none;
	color:Black;
}
#XFormArea label 
{  
    display : inline-block;
	margin: 0 14px 0 0;
	padding: 0;
    margin-right: 0.5em;    
}
#XFormArea span
{
    font-family: Arial, Sans-Serif;
	font-size: 1.48em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#XFormArea .xformvalidator
{ 
	font-size:0.88em;
	color: Red;
    float:left;
    display:inline;
    text-align:left;
}
#XFormArea .button:hover
{
	color: #ff742a;
	text-decoration: underline;
}
#XFormArea .radio
{ 
	display:inline;
	vertical-align:middle;
	border:none;
}
#XFormArea legend
{  float:left;
   margin-top: 30px;
   color:Black;
}
#XFormArea .dropdown
{    border:0px;
	 display:inline;
}
#XFormArea .checkbox
{
	 display:inline;   
}

input.xFormButton
{
	margin: 30px 0 0 0;
	padding: 3px;
}
/************************/
/* TABLES FROM EDITOR   */
/************************/
table
{
	font-size: 1em;
	border-collapse: collapse;
}
th
{
	text-align: left;
}
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
}
table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}
table.color
{
	border-collapse: collapse;
	border: solid 0.1em #275569;
}
table.color th
{
	border: solid 0.1em #275569;
	background-color: #4495b9;
	color: White;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #275569;
	padding: 0.2em 0.4em;
}
table.classic th.highlighted
{
	background-color: #AAAAAA;
}
table.classic td.highlighted
{
	background-color: #F0F0F0;
}
table.color th.highlighted
{
	background-color: #377995;
}
table.color td.highlighted
{
	background-color: #d1e6ef;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
}


/*******************************/
/**      INTRA                **/
/*******************************/

.community #SubMenuArea
{
	width:218px;
	margin:0 14px 0 0;
}

.community #MainBody
{
	float:left;
	padding:0px 0 0 0;
	margin:6px 0 0 0;
	border-bottom:1px solid #dadbd4;
	background-image:url(/Community/Templates/Styles/Images/MyAreaLeftBorder.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width: 100%;
}

.community #SecondaryBodyArea
{
	width:239px;
	margin-top: 26px;
}

.community #MyPageTitle
{
	height:2.6em;
	border-bottom:1px solid #ccc;
}
.community #MyPageTitle.TitleWrapVersion
{
	height:auto;
}
.community #MyPageTitle h1
{
	display:block;
	width:480px;
	height:1.5em;
	overflow:hidden;
	font-size: 180%;
	font-weight: bold;
	float:left;
	color:#0099cc;
	margin:20px 0 0 0;
}
.community #MyPageTitle.TitleWrapVersion h1
{
	width:520px;
	height:auto;
	display:block;
	line-height:1.1em;
	padding-bottom:3px;
}
.community #MyPageTitle a
{
	float:right;
	margin-top:10px;
}
.community #MainBody div#whiteBg h1
{
	margin-top:0;
}
.community #MainBodyArea
{
	padding:0px 23px 20px 0;
	border-left:none;
	width: 469px;
}
.community #MainBodyArea #MainBody .checkbox input
{
	width: auto;
	border: none;
}
.community #MainBodyArea #MainBody input.linkButton
{
	width: auto;
}

.community div#StageArea
{
	width:100%;
	float:none;
	/*background-color:#f9f9f9; /* <<< Subtle background colour */
	background-color: #ffffff;
	padding:0 0 0 9px;
}
div#whiteBg
{
	margin-left:1px;
	margin-top:0;
	padding: 7px 15px 15px 20px;
	background-color:#fff;
	/*border-right: solid 1px */
}
div#primaryBodyArea
{
	float:left;
	width:456px;
	margin:0 0 0 0;
}
div#primaryBodyArea p
{
	margin-top:15px;
}
div#primaryBodyArea h3.title
{
	margin-top:10px;
}
div#primaryBodyArea .portraitColumn
{
	float:right;
	width:150px;
	padding-top:15px;
	overflow:hidden;
	text-align:center;
}


/*******************/
/* TOP MENU        */
/*******************/

#TabMenu 
{
	display:block;
	width: 100%;
	height:30px;
	background-image:url(/Community/Templates/Styles/Images/CommTabsBg2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#TabMenu li
{
	float:left;
	display:block;
	height:30px;
	margin-right:6px;
	
	background-image:url(/Community/Templates/Styles/Images/CommTabsL2.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#TabMenu li.active
{
	background-image:url(/Community/Templates/Styles/Images/CommTabsActiveL2.gif);
}
#TabMenu li a,
#TabMenu li span.tabs
{
	display:block;
	float:left;
	height:21px;
	font-size:0.9em;
	color:#888;
	background-image:url(/Community/Templates/Styles/Images/CommTabsR2.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#TabMenu li a
{
	padding:9px 10px 0px 10px;
}

#TabMenu li span.tabs
{
	padding:9px 4px 0px;
    cursor: pointer;
}

#TabMenu li.active a,
#TabMenu li.active span.tabs
{
	font-weight:bold;
	height:22px;
	font-size:1em;
	color:#333;
	background-image:url(/Community/Templates/Styles/Images/CommTabsActiveR2.gif);
}
#TabMenu li.active a
{
	padding:8px 10px 0px 10px;
}
#TabMenu li.active span.tabs
{
	padding:8px 5px 0px;
	color: #00AAE3;
}
/************************/
/* TOP LEFT MENU        */
/************************/
.linkhome
{
    background: transparent url('/Community/Templates/Styles/Images/IconHome.jpg') no-repeat center left;
    padding: 0 10px 0 29px;
    margin-left: 12px;
    font-size:1.6em;
    color:#333;
    line-height:2em;
}
.nonselected
{
    color:#888888;
}


/***************************************/
/* COLLAPSABLE LISTINGS PAGE           */
/***************************************/

.community div#whiteBg
{
	border-right: solid 1px #DADBD4;
    border-left: solid 1px #DADBD4;
}

body.jsEnabled #MainBodyArea div.collapsablePageList .collapsingMainBody { 
    display: none;
    padding-top: 10px; 
}

body.jsEnabled #MainBodyArea div.collapsablePageList .collapsingMainBody ul { 
    padding-left: 20px; 
    list-style-type: disc;
    margin: 5px 0;
}

body.jsEnabled #MainBodyArea div.collapsablePageList .collapsingMainBody ol { 
    padding-left: 20px; 
    list-style-type: decimal;
    margin: 5px 0;
}

#MainBody div.collapsablePageList ul.pageList li.topItem { 
    display: block;
    background-color: #eee;
    border: solid 1px #ddd;
    padding: 0 3px 0 5px;
    margin-right: -3px;
}

#MainBody div.collapsablePageList ul.pageList .imagegalleryInfo { 
    display: block;
    float: left;
}

#MainBody div.collapsablePageList ul.pageList .imagegallerypreview img { 
    float: right;
}

 
#MainBodyArea a.openBody {
	text-align: left;
	background:transparent url(Images/CollapsedBG.gif) no-repeat scroll 0 2px;
    padding-left:20px;
    cursor: pointer;
}

body.jsEnabled #MainBodyArea a.closeBody {
    display: none;
	text-align: left;
	background:transparent url(Images/ExpandedBG.gif) no-repeat scroll 0 2px;
    padding-left:20px;
    cursor: pointer;
}

#MainBodyArea div.collapsablePageList ul.pageList li ul li
{
	border: none;
}

#MainBodyArea div.collapsablePageList img
{
	padding-top: 5px;
	display: block;
	clear: both;
}

#MainBodyArea div.collapsablePageList hr
{
	color: #DADBD4;
	background-color: #DADBD4;
	height: 1px;
	border: none;
}
* +html #MainBodyArea div.collapsablePageList hr
{
    margin: 0;
}

div.collapsablePageList .dateTime 
{
    float: left;
}

div.collapsablePageList div.popupIcon,
div.printIcon  {
    float: right;
    display: block;
    padding-top: 5px;
    width: 25px;
}

div.collapsablePageList div.popupIcon input {
    float: left;
    margin-right: 5px;
}

div.collapsablePageList div.popupIcon a.popupWindow {
    float: right;
}

#MainBodyArea div.collapsablePageList div.popupIcon a.popupWindow img {
    padding: 0;
}


div.collapsablePageList a.popupWindowLink {
	text-align: left;
	background:transparent url(/Templates/Styles/images/popupIcon.jpg) no-repeat scroll 0 2px;
    padding-left:20px;
    margin-top: 10px;
    display: block;
}

div.collapsablePageList a.popupWindowLinkCision {
	text-align: left;
	background:transparent url(/Templates/Styles/images/popupIcon.jpg) no-repeat right 2px;
    display: block;
    color: #2222FF;
}
div.collapsablePageList a.popupWindowLinkCision:hover {
    color: #FF742A;
}
div.collapsablePageList .pagesourcecision {
    font-style: italic;
    color: #555;
    float: left;
    margin-right: 5px;
}
div.collapsablePageList .sourcelink
{
    display: block;    
    margin-top: 10px;
}
div.printable 
{
    display: block;
    clear: both;
}

div.collapsablePageList h2
{
    clear: both;
}

div.collapsablePageList .printable
{
    float: left;
}

div.collapsablePageList .printable h2
{
    color: red;
}

div.collapsablePageList .fileList { 
    margin-top: 10px; 
    margin-bottom: 20px; 
}

div.collapsablePageList .fileList img
{
    padding:0 !important;
}


/**********************/
/**   BOXES         ***/
/**********************/

#SubMenuArea .Box.tabs 
{
    background-image: none;
}

#MainArea .Box 
{
    background-image: url(/Templates/Styles/Images/CommTabsL.gif);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    margin-right: 9px;
    margin-top: 5px;
}

#SecondaryBodyArea .Box 
{
    margin-right: 20px;
}

#MainArea #SecondaryBodyArea .Box .boxFooter {
    margin-right: 0;
}

#MainArea .Box .boxHeaderDS {
    background-image: url(/Templates/Styles/Images/CommTabsR.gif);
    background-position: right top;
    background-repeat: no-repeat;
    color: #888888;
    display: block;
    height: 20px;
    padding: 9px 10px 0;
}

#MainArea .Box .boxMainDS {
    background-image: url(/Community/Templates/Styles/Images/MyAreaLeftBorder.gif);
    background-position: left top;
    background-repeat: repeat-y;
    border-bottom: solid 1px #DADBD4;
    border-top: solid 1px #DADBD4;
}
#SubMenuArea .Box.tabs .boxMainDS 
{
    border-top: none;
}
#MainArea .Box .boxMain {
    background-image: url(/Community/Templates/Styles/Images/MyAreaLeftBorder.gif);
    background-position: right top;
    background-repeat: repeat-y;
    padding: 0 10px;
}


#MainArea .Box .boxMainDS li {
    border-bottom: solid 1px #DADBD4;
    padding: 2px 0;
}

#MainArea .Box .boxMainDS li.lastItem {
    border-bottom: none;
}
#MainArea .Box .boxMainDS li.hideItem {
    display: none;
}

#MainArea .Box .boxHeader {
    font-weight: bold;
    color: #00AAE3;
}

#MainArea .Box .boxMainDS a {
    font-weight: normal;
}

#MainArea .Box .boxMainDS a.selected {
    font-weight: bold;
}

#MainArea .Box .boxFooterDS {
    min-height: 5px;
}

#MainArea .Box .boxFooterDS
{
    background-image: url(/Templates/Styles/Images/CommTabsVR.gif);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    width: 210px;
}

#MainArea .Box .boxFooter {
    background-image: url(/Templates/Styles/Images/CommTabsVL210.gif);
    background-position: right top;
    background-repeat: no-repeat;
    color: #888888;
    display: block;
    height: 20px;
    padding: 3px 10px 9px;
    margin-right: 1px;
}

.community #SecondaryBodyArea ul#PageFunctions li.lastFunction {
    margin-bottom:7px;
}

#MainArea .newsBox a.newslink {
    float: right;
    color: #F48145;
    font-weight: bold;
}

/********************************/
/****     Document List      ****/
/********************************/

#MainArea .fileListBox .boxMain {
    padding: 0 5px;
}

#MainArea .fileListBox a {
    padding-left: 20px;
    background: transparent url('/App_Themes/Default/Images/Extensions/default.gif') no-repeat top left;
    display: block;
}

#MainArea .fileListBox a.bmp { background: transparent url('/App_Themes/Default/Images/Extensions/bmp.gif') no-repeat top left; }
#MainArea .fileListBox a.doc { background: transparent url('/App_Themes/Default/Images/Extensions/doc.gif') no-repeat top left; }
#MainArea .fileListBox a.docx { background: transparent url('/App_Themes/Default/Images/Extensions/docx.gif') no-repeat top left; }
#MainArea .fileListBox a.gif { background: transparent url('/App_Themes/Default/Images/Extensions/gif.gif') no-repeat top left; }
#MainArea .fileListBox a.htm { background: transparent url('/App_Themes/Default/Images/Extensions/htm.gif') no-repeat top left; }
#MainArea .fileListBox a.html { background: transparent url('/App_Themes/Default/Images/Extensions/html.gif') no-repeat top left; }
#MainArea .fileListBox a.jpg { background: transparent url('/App_Themes/Default/Images/Extensions/jpg.gif') no-repeat top left; }
#MainArea .fileListBox a.jpeg { background: transparent url('/App_Themes/Default/Images/Extensions/jpeg.gif') no-repeat top left; }
#MainArea .fileListBox a.mp3 { background: transparent url('/App_Themes/Default/Images/Extensions/mp3.gif') no-repeat top left; }
#MainArea .fileListBox a.mpg { background: transparent url('/App_Themes/Default/Images/Extensions/mpg.gif') no-repeat top left; }
#MainArea .fileListBox a.pdf { background: transparent url('/App_Themes/Default/Images/Extensions/pdf.gif') no-repeat top left; }
#MainArea .fileListBox a.png { background: transparent url('/App_Themes/Default/Images/Extensions/png.gif') no-repeat top left; }
#MainArea .fileListBox a.ppt { background: transparent url('/App_Themes/Default/Images/Extensions/ppt.gif') no-repeat top left; }
#MainArea .fileListBox a.pptx { background: transparent url('/App_Themes/Default/Images/Extensions/pptx.gif') no-repeat top left; }
#MainArea .fileListBox a.tif { background: transparent url('/App_Themes/Default/Images/Extensions/tif.gif') no-repeat top left; }
#MainArea .fileListBox a.tiff { background: transparent url('/App_Themes/Default/Images/Extensions/tiff.gif') no-repeat top left; }
#MainArea .fileListBox a.txt { background: transparent url('/App_Themes/Default/Images/Extensions/txt.gif') no-repeat top left; }
#MainArea .fileListBox a.wav { background: transparent url('/App_Themes/Default/Images/Extensions/wav.gif') no-repeat top left; }
#MainArea .fileListBox a.xls { background: transparent url('/App_Themes/Default/Images/Extensions/xls.gif') no-repeat top left; }
#MainArea .fileListBox a.xlsx { background: transparent url('/App_Themes/Default/Images/Extensions/xlsx.gif') no-repeat top left; }
#MainArea .fileListBox a.zip { background: transparent url('/App_Themes/Default/Images/Extensions/zip.gif') no-repeat top left; }


/********************************/
/****     Scribbe Board      ****/
/********************************/

#MainArea .scribbleBoard ul {
    display: block;
    padding-bottom: 3px;
}

#MainArea .scribbleBoard .boxHeader a {
    color: #00AAE3;
}
#MainArea .scribbleBoard .boxHeader a:hover {
    color: #FF742A;
}

#MainArea .scribbleBoard .boxMainDS li {
    padding: 4px 0 2px;
}

#MainArea .scribbleBoard li span {
    display: block;
}

#MainArea .scribbleBoard li span.scribbleDate {
    display: block;
    margin: 1px 0 2px;
}

#MainArea .scribbleBoard li input.deleteButton {
    display: block;
    margin: 1px 0 2px;
    float: right;
}

#MainArea .scribbleBoard li span.italic {
    font-style: italic;
}

#MainArea .scribbleBoard input[type="text"] {
    border-color: #DADBD4;
    width: 127px;
    margin: 0 5px 0 0;
    float: left;
    font-size: 1em;
}

#MainArea .scribbleBoard input[type="submit"] {
    padding: 0 5px;
    float: right;
    width: 55px;
    font-size: 0.9em;
}

#FormArea fieldset ul li span.error
{
    color:Red;
}

#MainArea table.MySubscriptions th.plus
{
	background: url(images/CollapsedBG.gif) no-repeat;
	background-position:0px 3px;
	padding-left:17px;
	color:#4c4c4c;
	cursor: pointer;
}
#MainArea table.MySubscriptions th.minus
{
	background: url(images/ExpandedBG.gif) no-repeat;
	background-position:0px 3px;
	padding-left:17px;
	color:#4c4c4c;
	cursor: pointer;
}
#MainArea table.MySubscriptions td.subscriptionlist
{
    text-align:left;
    padding-left:18px;
}

div#MainBody div.error
{
	border: 1px solid red;
	background-color: #FFB27F;
	font-size: 1.2em;
	padding: 5px;
	margin-bottom: 1em;
}

div#primaryBodyArea span.activities
{
	display: block;
	padding-bottom: 20px;
}


/***********************/
/* Intra image gallery */
/***********************/

.intraImageGallery 
{
    position: relative;
    }

.intraImageGallery h2
{
    margin: 5px 0;
}

.intraImageGallery .thumbs
{
    width: 430px;
    margin: 0 auto;
    height: auto;
}

.intraImageGallery .thumbs li
{
    background: transparent url(../Images/ImageGalleryImageBackground.gif) no-repeat scroll left top;
    float: left;
    margin: 0 0 5px;
    padding: 4px;
}

.intraImageGallery #slideshow
{
    margin: 10px auto 10px auto;
    width: 430px;
    display: block;
}

.intraImageGallery #slideshow a,
.intraImageGallery #slideshow img
{
    width: 430px;
    border: none;
    height: auto;
}

.intraImageGallery div.loader {
    background-image: url(../Images/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    width: 430px;
}


.intraImageGallery .ss-controls {
    display: none;
}

.intraImageGallery #controls {
    display: block;
    height: 15px;
    margin: 10px auto;
    padding: 0 5px;
}

.intraImageGallery .nav-controls a.next {
    float: right;
}
.intraImageGallery .nav-controls a.prev {
    float: left;
}



/***********************/
/* Intra calendar      */
/***********************/

body.jsEnabled #AddCalendarEventArea 
{
    background-color: #EEEEEE;
    display: none;
    padding: 10px;
}

#AddCalendarEventArea ul li
{
    display: block;
    clear: both;
    margin-bottom: 10px;
}

#AddCalendarEventArea label
{
    display: block;
    float: left;
}

#AddCalendarEventArea .labelWithErrorMessage
{
    display: block;
    float: left;
    margin-right: 20px;
}

#AddCalendarEventArea input,
#AddCalendarEventArea textarea,
#AddCalendarEventArea select
{
    display: block;  
    clear: both;
    width: 280px;
}

#AddCalendarEventArea textarea 
{
    height: 100px;
}

#AddCalendarEventArea .checkboxList input[type="checkbox"],
#AddCalendarEventArea input[type="checkbox"]
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;    
    width: 12px;
}

#AddCalendarEventArea .newrow
{
    display: block;
    clear: both;
}

#AddCalendarEventArea .block
{
    display: block;
}

#AddCalendarEventArea .daterow
{
    display: block;
    clear: both;
    margin-bottom: 10px;
}

#AddCalendarEventArea .daterow input
{
    width: 150px;
    border: #999 1px solid;
}


#AddCalendarEventArea input[type="submit"]
{
    clear: both;
    width: 100px;
    margin-bottom: 20px;    
}

#AddCalendarEventArea .errorMessage
{
    margin-left: 20px;    
}

#AddCalendarEventArea .checkboxList
{
    display: block;    
}

#AddCalendarEventArea .checkboxList input
{
    float: left;
    clear: left;
    margin-bottom: 20px;    
}

#AddCalendarEventArea .checkboxList label
{
    margin-right:10px;
} 
* +html #AddCalendarEventArea .checkboxList label /* IE */
{
    float: none;
}
#AddCalendarEventArea span.error
{
	color: Red;
	display: block;
	margin-bottom: 10px;
}
div.calendar.options
{
	background-color: #EEEEEE;
	margin:18px 0;
	padding:10px;
}
div.calendar.options select
{
	width: 150px;
}
div.calendar.options input[type="submit"]
{
	margin-left: 8px;
}
div.calendar.options span.error
{
	display:block;
}
span.calendar.details
{
	background: none;
	display: block;
	font-weight: bold;
	padding-top: 10px;
}
span.calendar.details span
{
	font-weight: normal;
}
div.calendar.dateTime
{
	float: none;
	line-height: 12px;
	padding-bottom: 10px;
}
/********************************/
/*  Cision modul på startsida   */
/********************************/

#RightContentZone div.startRssList span.header {
	/*background: url(images/RssIcon.gif) no-repeat center left;*/
	/*padding-left: 10px;*/
	font-weight: bold;
}

#RightContentZone div.startRssList a.readMore {
	float: right;
}

#RightContentZone div.startRssList .Box 
{
    background-image: url(/Templates/Styles/Images/CommTabsL.gif);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    margin-right: 9px;
    margin-top: 5px;
}

#RightContentZone div.startRssList ul.pageList {
    margin: 0;
}

#RightContentZone div.startRssList .Box .boxHeaderDS {
    background-image: url(/Templates/Styles/Images/CommTabsR.gif);
    background-position: right top;
    background-repeat: no-repeat;
    color: #888888;
    display: block;
    height: 20px;
    padding: 9px 10px 0;
    width: 200px;
}

#RightContentZone div.startRssList .Box .boxMainDS {
    background-image: url(/Community/Templates/Styles/Images/MyAreaLeftBorder.gif);
    background-position: left top;
    background-repeat: repeat-y;
    border-bottom: solid 1px #DADBD4;
    border-top: solid 1px #DADBD4;
    width: 220px;
}

#RightContentZone div.startRssList .Box .boxMain {
    background-image: url(/Community/Templates/Styles/Images/MyAreaLeftBorder.gif);
    background-position: right top;
    background-repeat: repeat-y;
    padding: 0 10px;
}

#RightContentZone div.startRssList ul.pageList ul {
	padding: 0;
	margin: 0;
}
#RightContentZone div.startRssList .Box .boxMainDS li {
    border-bottom: solid 1px #DADBD4;
    padding: 2px 0;
}
#RightContentZone div.startRssList ul.pageList li a {
	text-decoration: none;
}
#RightContentZone div.startRssList ul.pageList li a:hover {
	color: #FF742A;
	text-decoration: underline;
}
#RightContentZone div.startRssList .Box .boxMainDS li.lastItem {
    border-bottom: none;
}
#RightContentZone div.startRssList .Box .boxMainDS li.hideItem {
    display: none;
}

#RightContentZone div.startRssList .Box .boxHeader {
    font-weight: bold;
    color: #000;
}

#RightContentZone div.startRssList .Box .boxMainDS a {
    font-weight: normal;
}

#RightContentZone div.startRssList .Box .boxMainDS a.selected {
    font-weight: bold;
}

#RightContentZone div.startRssList .Box .boxFooterDS {
    min-height: 5px;
}

#RightContentZone div.startRssList .Box .boxFooterDS
{
    background-image: url(/Templates/Styles/Images/CommTabsVR.gif);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    width: 220px;
}

#RightContentZone div.startRssList .Box .boxFooter {
    background-image: url(/Templates/Styles/Images/CommTabsVL.gif);
    background-position: right top;
    background-repeat: no-repeat;
    color: #888888;
    display: block;
    height: 20px;
    padding: 3px 10px 9px;
}



/***********************/
/* Intra file manager  */
/***********************/

.community #MainBody.fileManagerControl
{
    width: 72%;
}


/********************************/
/*  Unsubscibe page			    */
/********************************/

.unsubscribepage	
{
	padding-left: 10px;	
	padding-right: 10px;
}

.unsubscribepage h2
{
	margin-bottom: 10px;
}

.unsubscribepage .buttons	
{
	margin: 10px 0 15px;
}	

.unsubscribepage .infotext	
{
	display: block;
	margin: 10px 0 15px;
}

.unsubscribepage .buttons #buttonUnsubscribe	
{
	margin-right: 10px;
}

.unsubscribepage .error
{
	color: #ff0000;
}


