﻿
body
{
	font: 76%/1.6 Arial, Helvetica, Sans-Serif;
	background:#ffffff url(images/BG.gif) repeat-x scroll 0 0;
	text-align: center;
	color: #646466;
}
form
{
	display: block;
	margin: auto;
	width: 927px;
}
a
{
	color: #000;
	text-decoration: underline;

}

a:visited
{
	color: #656567;
	text-decoration: underline;
}
a:hover
{
	color: #da545d;
}

h1
{
	margin-top: 0px;
	margin-bottom: 0.1em;
	font-size: 1.6em;
	line-height: 1.1em;
	color:#7b7c7e;
}
h2
{
	font-size: 1.1em;
	margin-bottom: 0em;
	font-weight: bold;
}
h3
{
	font-size: 1em;
	margin:0.5em 0 0 0;
	font-weight: bold;
}
h4
{
	margin: 0em;
	font-weight:normal;
	font-size: 1em;
}
p, #MainBody p
{
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-family:Arial,Helvetica,Sans-Serif;
}

ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ol
{
	padding-left:33px;
	margin: 5px 0 5px 7px;
}
img
{
	border: none;
}

/*************************
    GENERAL
*************************/
.hidden
{
	display: none;
}
.clear
{
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.clickable
{
	cursor: pointer;
}
.space
{
	clear: both;
	line-height: 5px;
}
.ingress
{
	font-size: 1.1em;
	margin-bottom: 10px;
}
.imagetext
{
	font-size: 0.9em;
	font-family: Verdana, Arial, Sans-Serif;
	color: #736F6E;
}
h2.label
{
	color: #d19447;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	margin-top:0;
}
.readMore
{
	/*background:url(Images/Arrow.gif) right 5px no-repeat;*/
	padding:0 0 0 0;
	margin: 5px 0 0 0;
	display: block;
	text-align: right;
}

#BreadCrumbsArea
{
	font-size:0.9em;
	margin-bottom:0.5em;
}

/*************************
    STRUCTURE
*************************/
#Page
{
	text-align: left;
	display: block;
	margin: auto;
	position: relative;
}
#TopArea
{
	background: url(Images/TopImage.gif) no-repeat;
	height:10px;
}
#BottomArea
{
	background: url(Images/BottomImage.gif) no-repeat;
	height:42px;
}
#StartPage
{
	text-align: left;
}
#StageArea
{
	background: url(Images/MainMenuShade.gif) repeat-x;
}
#InnerStageArea
{
	background: url( 'Images/SubMenuBack.gif' ) repeat-y;
}
#ContentArea
{
	width: 927px;
	clear: both;
	height:700px;
}
#Content
{
	background: url( 'Images/ContentBg.png' ) repeat-y 0 0;
	width: 927px;
	margin: auto;
}



/*************************
    PAGE HEADER
*************************/
#HeaderArea
{
	height: 115px;
}
#Logotype
{
	float: left;
	padding: 10px 0 0px 34px;
}
/*************************
    GLOBAL MENU
*************************/
#GlobalMenu
{
	float:left;
	margin:25px 0 0 0;
	font-size:0.9em;
	font-weight:bold;
	width:550px;
	text-align:right;
	display:inline;
}
#GlobalMenu a, #GlobalMenu a:visited, #GlobalMenu a:hover
{
	color:#646466;
	padding-left:10px;
	text-decoration:none;
}

/*************************
    QUICKSEARCH
*************************/
#QuickSearch
{
	display:inline;
	float:right;
	margin-top:2px;
}
.quickSearchArea
{
	float: right;
	text-align: right;
	margin: 20px 12px 0 10px;
	padding: 0 3px 0 0;
	display:inline;
}
.quickSearchArea input.textbox
{
	margin:0 2px 0 0;
	border:1px solid #a9a9a9;
}

/*************************
    MAIN MENU
*************************/
#MainMenuArea
{
	width:730px;
	float:right;
	margin:0 4px 0 0;
	font-weight:bold;
	font-size:0.8em;
	z-index:1000;
	position:relative;
}
.mainMenuAreaRight
{
	background: url(images/MainMenuBgNoShadow.gif) repeat-x 0 0;
	height:24px;
}
.mainMenuAreaLeftBorder
{
	float:left;
	background: url(images/MainMenuLeftBorderNoShadow.gif) no-repeat 0 0;
	height:24px;
	width:8px;
	display:inline;
}
#MainMenuArea ul
{
	float: left;
	font-size:1.2em;
	display:inline;
}
#MainMenuArea ul li
{
	float: left;
	padding:3px 15px 1px 15px;
}
#MainMenuArea ul li ul
{
	margin-top:0;
}
#MainMenuArea ul li.selected ul
{
	margin-top:-2px;
}
#MainMenuArea ul li ul li, #MainMenuArea ul li.selected ul li
{
	background-color:#f3f3f4;
	padding:0;
	margin-left:0px;
}
#MainMenuArea ul li ul li a
{
	color:#646466;
	line-height:1.2em;
	padding-top:0.3em;
	padding-bottom:0.3em;
}
#MainMenuArea ul li ul li a:hover
{
	color:#da545d;
}
#MainMenuArea ul li a
{
	text-decoration: none;
	/*display: block;*/
	color:#ffffff;
}
#MainMenuArea ul li.selected
{
	background: url(images/MainMenuSelectedBgNoShadow.gif) repeat-x 0 0;
	padding-bottom:4px;
}
/*DropDown*/
#MainMenuArea ul.dropDownMenu
{
	z-index:10000;
	position: absolute;
}
#MainMenuArea ul.dropDownMenu li
{
	float: none;
}
#MainMenuArea ul.dropDownMenu li a
{
	color:#000;
	
}

/*************************
    STARTPAGE
*************************/
#StarPageContent
{
	padding:18px 0 0 16px;
	height:303px;
	overflow:hidden;
}
#StarPageContent a, #StarPageContent a:hover, #StarPageContent a:visited, #StarPageContent a h2
{
	color:#646466;
	text-decoration:none;
}
#StarPageContent a h2
{
	font-size:1em;
}
#MainImage
{
	width:920px;
	height:278px;
	overflow:hidden;
	margin:0 0 0 4px;
}
#LeftColumn
{
	width:578px;
	float:left;
}
#RightColumn
{
	float:left;
	width:280px;
}

#flashfallback
{
	text-align:center;
	color:#000;
	font-weight:bold;
}



/*************************
    STARTPAGE TEASERS
*************************/
.teaser
{
	background: url( 'images/TeaserBgLight.gif' ) no-repeat 0 0;
	height:131px;
	width:250px;
}
.wideTeaser
{
	background: url( 'images/WideTeaserBgLight.gif' ) no-repeat 0 0;
	height:131px;
	width:526px;
	overflow:hidden;
	float:left;
	margin:0 0 15px 26px;
	display:inline;
}
.teaserContent
{
	margin:5px 16px 10px 16px;
	border-bottom:1px solid #d60202;
	height:103px;
	overflow:hidden;
}

.teaserHeading
{
	text-align:center;
	font-weight:bold;
	display:block;
}
.teaserIngress
{
	display:block;
	font-weight:bold;
	margin-top:0.6em;
}

.teaser p
{

	margin-top:0;
	line-height:1em;
	font-family:Arial,Helvetica,Sans-Serif;
	color:#646466;
}

/*************************
    STARTPAGE NEWSLIST
*************************/
.smallList
{
	margin: 10px 0 13px 0;
	line-height: 1em;
}
h2.listHeading
{
	font-weight:bold;
	margin:0 0 0.2em 0;
}
.listText
{

}

.smallList ul li
{
	padding:0 0 8px 0;
	margin:0 0 5px 0;
	border-bottom: solid 1px #d60202;
}
.smallList .listDate, .listDate
{
	color: #a4a29f;
	font-weight:normal;
}

.rssReader .smallList ul
{
	border-bottom: solid 1px #e9e8e8;
}
.rssReader .smallList ul li
{
	border-top: solid 1px #ddd;
}
.rssReader .smallList .alternate
{
	background-color: #efefee;
}
.rssReader .smallList h2
{
	color: #666;
}

/*************************
    SUB MENU
*************************/
#SubMenuArea
{
	width: 168px;
	min-height:367px;
	float: left;
	/*overflow: hidden;*/
	background: url( 'images/SubMenuBgLight.gif' ) no-repeat 0 0;
	margin:10px 0 30px 13px;
	font-size:1em;
	display:inline;
}
#SubMenuArea a, #SubMenuArea a:visited, #SubMenuArea a:hover
{
	color:#646466;
	/*margin:0.4em 0 0 0;
	line-height:1.7em;*/
}
.subMenuContent
{
	padding:0.2em 0 0 0;
}
h2.subMenuHeading
{
	text-transform:uppercase;
	text-align:center;
	margin:0 0 0 0;
	font-size:1em;
	font-family:Arial,Helvetica,Sans-Serif;
}
#SubMenu ul li h2.subMenuHeading a
{
	line-height:1.7em;
	padding:1px 5px 0 5px;
}
#SubMenu ul li h2.label a
{
	color: #d19447;
	padding: 0;
}
#SubMenu h3
{
	font-size: 1.1em;
	font-style: normal;
}
#SubMenu ul li
{
	border-top: none;
}
#SubMenu ul li ul li
{
	border-top: none;
	padding-top:10px;
	line-height:1.1em;
}
#SubMenu ul li ul li ul li
{
	margin: 0 0 0 0;
	border-top: none;
	padding-top:4px;
}
#SubMenu ul li ul
{
	margin: 0 0 0 0;
	border-top: none;
}
#SubMenu ul li ul li ul
{
	margin: 0 0 0 0;
	border-top: none;
}
#SubMenu ul li h3
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#SubMenu ul li a, #SubMenu ul li .selected
{
	display: block;
	padding: 0 5px 0 10px;
	text-decoration: none;
	font-weight:bold;
	margin-top:0;
}
#SubMenu ul li ul li ul li a, #SubMenu ul li ul li ul li a:visited, #SubMenu ul li ul li ul li a:hover, #SubMenu ul li ul li ul li .selected
{
	padding-left: 23px;
	padding-top:0;
	background-position: 20px 8px;
	font-weight:normal;
	margin: 0 0 0 0;
}
#SubMenu ul li ul li ul li ul li a, #SubMenu ul li ul li ul li ul li a:visited, #SubMenu ul li ul li ul li ul li a:hover, #SubMenu ul li ul li ul li ul li .selected
{
	padding-left: 32px;
	background-image: none;
}

/*************************
    MAIN CONTENT
*************************/

#WideIframeContent 
{
	margin: 0 15px 0 15px;
}

#BreadCrumbsArea a:visited
{
	text-decoration: none;
	font-weight:bold;
}

#BreadCrumbsArea a, #BreadCrumbsArea a:hover, #BreadCrumbsArea a:visited
{
	color:#646466;
	font-weight:bold;
} 
#MainContentArea
{
	width: 738px;
	float: right;
	margin-top:7px;
	z-index:1;
	position:relative;
	min-height: 544px;
}
#MainContentAreaInner
{
	padding:0 0px 0 2px;
}
#MainBodyArea
{
	float: left;
	width: 544px;
	overflow: hidden;
	margin-right:2px;
}

.mainBodyContent
{
	margin-bottom:1em;
	color:#000;
}

.mainBodyContent a
{
	padding:0 2px 0 2px;
}
.mainBodyContent h2
{
	color: #332c2c;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:1.2em;
	font-weight:bold;
}

.secondaryBodyArea
{
	float: left;
	width: 168px;
	clear: right;
	overflow: hidden;
	margin:3px 0 0 8px;
}

#MainBody
{
	padding: 0 0 5px 0px;
	/*min-height: 544px;*/
}
#MainBody h1
{
	padding-top: 5px;
	color:#7B7C7E;
	font-weight:bold;
	font-family:Arial,Helvetica,Sans-Serif;
}
.mainImage
{
	padding: 0 0 6px 0;
	margin:3px 0 0 0;
}
.introduction
{
	font-weight: bold;
	margin: 0 0 6px 0;
	color:#7b7c7e;
	line-height:1.3em;
	border-bottom:1px solid #9e9fa0;
	padding-bottom:0.5em;
	/*width:495px;*/
	width:100%;
}
.productintroduction
{
    border-bottom:1px solid #9e9fa0;
}
#MainBody a
{
	text-decoration:none;
	color:#da2a36;
}
#MainBody a:hover
{
	text-decoration:none;
	color:#bcb8b9;
}
#MainBody a:visited
{
	color:#ae595f;
}


.mainBodyContent ul
{
	margin:5px 0 0 0;
	padding:0 0 0 20px;
	list-style-type:disc;
}
.mainBodyContent ul li, .mainBodyContent ol li
{
	line-height:1.4em;
	margin-top:0.3em;
}

.headingSpace
{
	height:20px;
}

/*************************
    TEASER (REGULAR PAGE)
*************************/
.linkBox 
{
	margin-bottom:20px;
}
.linkBox li
{
	border-bottom:1px solid #858587;
	margin:0.5em 0 0 0;
	padding:0 0 0.5em 0;
}
.linkBoxTop
{
	background:#dcdcdd url(images/RightTeaserTopBgLight.gif) 0 0 no-repeat;
	width:168px;
	min-height:21px;
	padding:4px 0 0 0;
}
.linkBoxContent
{
	background:url(images/RightTeaserContentBgLight.gif) 0 top no-repeat;
	width:152px;
	padding:0.5em 8px 5px 8px;
}
.linkBoxHeader
{
	text-align:center;
	font-weight:bold;
	display:block;
}
.linkBox a, .linkBox a:visited, .linkBox a:hover
{
	color:#646466;
	text-decoration:none;
}
/*************************
    PAGE LIST
*************************/
.pageList
{
	margin: 0 0 0 0;
}
.pageList h2
{
	margin-top: 0;
}
.pageList h3
{
	margin-top: 0;
}
.pageList ul li
{
	padding: 0.5em 0 0.8em 0;
	clear: both;
	border-bottom:1px solid;
	vertical-align: top;
}
.pageList ul li img
{
	float: left;
	margin: 0.5em 10px 0 0;
	border: none;
}
#MainBodyArea .pageList a
{
	padding: 0;
	margin: 0;
	text-decoration: none;
	color:#646466;
}
#MainBodyArea .pageList h3 a
{
	padding: 0;
	margin: 0;
	font-size: 1em;
	text-decoration: none;
	font-size:1.1em;
}

.PagingContainer
{
	padding: 0 0 2em 0.5em;
	text-align: right;
}

.PagingContainer .SelectedPagingItem
{
	font-weight:bold;
}
.PagingContainer a
{
	color:#646466;
	margin-right:3px;
}

.relatedPages h3
{
	color: #c6091e;
	font-size: 1.1em;
	padding: 0em 0 5px 11px;
	clear: both;
	margin: 0;
}
.relatedPages ul
{
	margin: 0 0 20px 0;
	border-bottom: solid 1px #e6e6e6;
}
.relatedPages ul li
{
	border-top: solid 1px #e6e6e6;
	background-color: #f7f7f7;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #f7f7f7;
}
.relatedPages ul li a, .relatedPages ul li a:visited
{
	background: url(images/ArrowBlue.gif) no-repeat 15px 9px;
	display: block;
	padding: 4px 4px 4px 35px;
	font-weight: bold;
	color: #0074BC;
	font-size: 0.9em;
}
.relatedPages ul li.alternate
{
	background-color: White;
	border-bottom: solid 1px White;
}
.dateTime
{
	color: #b0b0b0;
	font-size:0.9em;
}
/*************************
   PRODUCT PAGE
*************************/
#TabArea
{
	margin-top:2em;
}
/* --- tab menu for product page --- */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ModernbricksMenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
font-weight:bold;
}

#ModernbricksMenu ul{
margin:0 0 0 0;
padding: 0 0 0 0;
list-style: none;
background: url(images/TabBack.gif) bottom left repeat-x;
float: left;
width: 100%;
}

#ModernbricksMenu li{
margin: 0 0 0 -12px;
background:url(images/TabUnselectedLeft.gif) top left no-repeat;
height:29px;
float: left;
}

#ModernbricksMenu li a, #ModernbricksMenu li a:visited
{

	display: block;
	padding:6px 13px 6px 3px;
	background:url(images/TabUnselectedRight.gif) top right no-repeat;
	text-decoration: none;
	letter-spacing: 1px;
	color:#646466;
	margin: 0 0 0 12px;
	text-align: center;
}

#ModernbricksMenu li.current
{
	color:#DA545D;
	background: url(images/TabSelectedLeft.gif) top left no-repeat;
	margin: 0 0 0 -15px;
}

#ModernbricksMenu li.current a
{
	color:#DA545D;
	background:url(images/TabSelectedRight.gif) top right no-repeat;
}
#ModernbricksMenu li.current.first
{
	background:url(images/TabFirstLeftBorder.gif) top left no-repeat;
	margin-left:0px;
}
#ModernbricksMenu li.first
{
	background:url(images/TabUnselectedFirstLeft.gif) top left no-repeat;
	margin-left:0px;
}
#ModernbricksMenu li.first a
{
	margin-left:6px;
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 15px;
border-left:1px solid #bebebe; 
}
#ProductPageContent
{
	padding:0 8px 1em 8px;
	border-left:1px solid #bebebe; 
	margin-top:-0.5em;
	color:#000000;
}

#ProductPageContent ul
{
	list-style-type:disc;
	padding-left:20px;
	margin:1em 0 1em 0;
}

#ProductPageContent .smallList ul, #ProductPageContent #RelatedList ul
{
	width:60%;
	margin-top:1em;
	list-style-type:none;
}
#ProductPageContent .smallList li, #ProductPageContent #RelatedList li
{
	border:none;
	padding:0.5em 0 0.5em 0;
	/*padding:0.5em 0 0.5em 15px;
	background:transparent url(images/dot.gif) 0 center no-repeat;*/
	margin:0;
	line-height:1em;
}
#ProductPageContent #RelatedList a, #MainBody #ProductPageContent .smallList a
{
	
	/*background:none;
	font-weight:bold;
	/*color:#656567;
	padding:0;*/
}
/*#ProductPageContent .smallList li.alternate
{
	/*background:url(images/SmallListBg.gif) 0 0 repeat-x;
	background:#fbfbfb;
}*/
#ProductPageContent .smallList a, #RelatedList a
{
	font-weight:bold;
	/*color:#656567;*/
	padding:0.5em 0 0.5em 15px;
	background:url(images/dotGrey.gif) 0 center no-repeat;
}
/*#ProductPageContent .smallList a:visited, #ProductPageContent .smallList a:hover
{
	color:#DA545D;
}*/

.tipPopUpBackground
{
	height: 450px;
	text-align: left;
	font-size: 0.7em;
	background:#fff;
}

.tipPopUpBackground form
{
	float:left;
	width: 300px;
}
/*************************
    COURSES
*************************/
#MainBody .smallList ul
{
	width:60%;
	margin-top:1em;
}
#MainBody .smallList li
{

	margin:0;
	border:none;
}

#MainBody .smallList a
{
	font-weight:bold;
	/*color:#656567;*/
	padding:0.5em 0 0.5em 15px;
	background:url(images/dotGrey.gif) 0 center no-repeat;
}
/*#MainBody .smallList a:visited, #ProductPageContent .smallList a:hover
{
	color:#DA545D;
}*/
#Course table
{
	width:100%;
	border-top:1px solid #9e9fa0;
	border-left:1px solid #9e9fa0;
}
#Course td, #Course th
{
	border-right:1px solid #9e9fa0;
	border-bottom:1px solid #9e9fa0;
	padding:0 5px 0 5px;
}
#courseFormContent
{
	color:#000;
}
.courseInfo
{
	font-weight:bold;
}
#CourseForm dt
{
	width:180px;
	float:left;
	margin-bottom:0.5em;
}
#CourseForm dd
{
	float:left;
	margin-left:0;
	width:205px;
	margin-bottom:0.5em;
}
#CourseForm input, #CourseForm textarea
{
	width:200px;
}
#CourseForm input.formButton
{
	width:auto;
	float:right;
}
h2.courseHeading
{
	font-size:1.4em;
}
/*#CourseForm input, #CourseForm textarea
{
	float:left;
	clear:right;
}
.formRow
{
	height:2.5em;
}
.formTextareaRow
{
	height:9.5em;
}
.formButtonRow
{
	clear:both;
	text-align:right;
	width:500px;
}
#CourseForm input.formButton
{
	float:right;
}
*/

/*************************
    PAGE FOOTER
*************************/
#FooterArea
{
	background: url( 'Images/FooterBg.gif' ) center 0 no-repeat;
	padding: 0 0 0 0;
	height:28px;
	font-size:0.8em;
	margin:2em 0 0 0;
}
.footerContent
{
	padding:2px 22px 0 22px;
	font-size:1em;
}
.footerContent p
{
	margin-top:0;
}
#FooterArea a, #FooterArea a:visited, #FooterArea a:hover
{
	color:#646466;
	text-decoration:none;
}
.footerLeft
{
	float:left;
}

.footerRight
{
	float:right;
}


/*************************
    SITE MAP
*************************/

.siteMapTree ul
{
	margin: 10px;
}
.siteMapTree ul li ul
{
	padding: 0 0 0 8px;
	margin: 0;
}
.siteMapTree ul li ul li
{
	background: url(Images/SiteMapItemBackLong.gif) 0 0 no-repeat;
	padding: 0 0 0 22px;
}

.siteMapTree ul li ul li.lastItem 
{
	background:transparent url(Images/SiteMapLastItemBack.gif) 0 0 no-repeat;
}
.siteMapTree .siteMapTop
{
	font-size: 1em;
	font-weight: bold;
	color:#000;
}
.siteMapTree .siteMapTop a:visited
{
	
}
.siteMapTree a
{
	text-decoration:none;
}

/*************************
    NEWS LIST
*************************/

#MainBody ul.newsList a
{
	color: #646466;
	text-decoration:none;
}
/*ul.newsList h3 a, ul.newsList h4 a
{
	color: #0076BC;
	line-height: 1.3em;
}
ul.newsList .date a
{
	color: #666363;
}
ul.newsList .date a, ul.newsList p a
{
	text-decoration: none;
}*/
ul.newsList .mainNews
{
	background: #f8f8f8 url( 'images/MainNewsBackground.gif' ) repeat-x bottom left;
	border-bottom: solid 1px #e5e5e5;
	padding: 0.5em 0 0 18px;
}
ul.newsList .mainNews p a
{
	display: block;
}
ul.newsList .mainNews img
{
	margin-bottom: 0.8em;
}
ul.newsList .mainNews .date
{
	font-size: 0.9em;
	line-height: 0.9em;
	margin-bottom: 0.2em;
}
.newsListDate
{
	color: #666363;
	padding-right: 5px;
	font-size: 0.8em;
	font-weight:normal;
	float:left;
	border:0px solid black;
}
.newsListHeader
{
	color: #666363;
	font-size: 0.8em;
	font-weight:bold;
	line-height:1.2em;
	float:left;
	width:80%;
	margin-top:2px;
	cursor:pointer;
	}
ul.newsList h3
{
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

ul.newsList h4
{
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-style: normal;
}
ul.newsList img
{
	float: left;
	margin: 4px 10px 0 0;
	border: none;
}
ul.newsList p
{
	padding: 5px 5px 5px 0;
}
ul.newsList li.item p, ul.newsList li.alternate p
{
	padding: 0;
}
ul.newsList li.alternate p a, ul.newsList li.item p a
{
	display: block;
}
ul.newsList li.item
{
	border-bottom: solid 1px #e5e5e5;
	padding: 1px 5px 0.3em 18px;
}
ul.newsList li.item h2, ul.newsList li.alternate h2
{
	font-size:1.2em;
	font-weight:bold;
}
ul.newsList li.alternate
{
	border-bottom: solid 1px #e5e5e5;
	padding: 5px 5px 0.7em 18px;
}
.startPage .leftArea .seeMore
{
	padding: 4px 4px 0 0;
	text-align: right;
}

/*************************
    TIP AND PRINT
*************************/

.tipAndPrint
{
	padding: 0 0 10px 0.25em;
}
.tipAndPrint a
{
	text-decoration: none;
	padding: 0 0 0 1.8em;
	margin: 0 1em 0 0;
	width: auto;
	display: block;
	float: left;
	font-size:0.9em;
}
.tip
{
	background:#ffffff url('images/Letter.gif') left 5px no-repeat;

}
.print
{
	background: #ffffff url('images/Printer.gif') left 5px no-repeat;

}


.tipPopUpBackground label
{
	float: left;
}
.tipPopUpBackground input
{
	float: right;
}
.tipPopUpBackground textarea
{
	float: right;
}
.tipPopUpHeading
{
	font-size: 1.1em;
	padding-top: 2em;
	margin-bottom: 2em;
	margin-top: 0;
}

.buttonRow
{
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	padding: 5px 4px 0 0;
	text-align: right;
}

/*************************
    PAGE DATES
*************************/
.pageDates
{
	margin: 1em 0 1em 0;
	color: #736F6E;
	font-size: 0.9em;
	padding: 0.2em 0 0 0.2em;
}

/*************************
    FAQ
*************************/
#MainBodyArea ul.faq a, #MainBodyArea ul.faq a:visited
{
	text-decoration: none;
	background: url( 'images/Arrow.gif' ) no-repeat 0 center;
	padding-left: 1.5em;
}
#MainBodyArea ul.faq a:hover
{
	text-decoration: underline;
}
ul.faq
{
	margin-top:1em;
	margin-left:10px;
}
ul.faq li
{
	background: url( 'images/dotGrey.gif' ) no-repeat 0 center;
}
ul.faqAnswers li
{
	border-top: solid 1px #E6E6E6;
	margin-top: 0.5em;
	padding-top: 1em;
}

#MainBodyArea ul.faqAnswers li a
{
	text-decoration: none;
	font-weight: bold;
	color:#646466;
}

#MainBodyArea ul.faqAnswers li p a
{
	font-weight: normal;
}

.categories
{
	font-size:0.9em;
}

/*************************
    FORM
*************************/
.xForm
{
	padding-top: 1em;
	font-size: 1em;
}
.xForm .button
{
	cursor: pointer;
	float: right;
	margin-top: 1em;
}
.xForm fieldset
{
	border: none;
	padding-top: 0;
}
.xForm td
{
	padding: 1em 1em 0 0;
}
.xForm .formDropDown
{
	margin-left: 10px;
}
.xformvalidator
{
	padding-left: 0.5em;
	font-size: 0.9em;
	color: #C60821;
	display: block;
}
/*************************
    SUBSCRIPTIONS
*************************/
.block
{
	background-color: #eee;
	padding: 5px 10px 10px 10px;
	margin: 10px 0 0 0;
	font-size: 0.9em;
}
.block h2
{
	font-weight: bold;
	margin-top: 0;
}
.block ul
{
	list-style: none;
	padding-left: 7px;
	margin-left: 0;
}
.block dl
{
	padding-left: 7px;
}
.block .validationSummary
{
	margin-top: 0.5em;
}
dl.subscriptions
{
	width: 310px;
}
dl.subscriptions dt
{
	float: left;
	width: 110px;
	padding: 0 0 4px 0;
	font-weight: bold;
}
dl.subscriptions dd
{
	float: left;
	width: 200px;
	padding: 0 0 4px 0;
	margin: 0;
}
dl.subscriptions select
{
	width: 200px;
}
dl.subscriptions input
{
	width: 194px;
}
.subscribeButtonDiv
{
	text-align: right;
}

.subscriptionHeading
{
	display: inline;
}

.subscriptionLink
{
	float: right;
	padding-top: 0.2em;
}

#MainBody .subscriptionLink a
{
	color: #0074bc;
	background: url( 'images/questionmark.gif' ) no-repeat 0 center;
	padding-left: 1.7em;
}

#MainBody .subscriptionLink a:visited
{
	color: #DA545D;
	background: url( 'images/questionmark.gif' ) no-repeat 0 center;
	padding-left: 1.7em;
}
.unsubscribelink
{
	text-align: right;
}

/*************************
    SEARCH
*************************/
.searchArea
{
	margin: 1em 0 0 0;
}
#AdvancedArea
{
	margin-top: 0.5em;
}
.advancedAreaInput
{
	display: block;
	clear: both;
}
#MainBodyArea #ResultArea a
{
	font-weight: bold;
	text-decoration: none;
}
#MainBodyArea #ResultArea a:visited
{
	color:#DA545D;
}
#ResultArea ul li
{
	margin-bottom: 1em;
	padding: 0;
	margin-left: 0;
}
#ResultArea h2
{
	margin: 1em 0 1em 0;
}

/*************************
    FAQ SLUMP LIST
*************************/
ul.randomFaq
{
	border-bottom: 1px solid #E6E6E6;
}
.randomFaq li
{
	background-color: #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
	border-top: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
}

ul.randomFaq li a, ul.randomFaq li a:visited
{
	background: transparent url(images/questionmark.gif) no-repeat scroll 15px 7px;
	color: #DA545D;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px 4px 4px 35px;
}

ul.randomFaq li.alternate
{
	background-color: White;
	border-bottom: 1px solid White;
}

ul.randomFaq li.alternate a, ul.randomFaq li.alternate a:visited
{
	background: transparent url(images/questionmarkwhite.gif) no-repeat scroll 15px 7px;
	color: #DA545D;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px 4px 4px 35px;
}

/*************************
    UNSUBSCRIPTION
*************************/
.unsubscribeBackground
{
	background: #ffffff url( 'Images/WebPullPopUpBackground.gif' ) bottom left repeat-x;
}

#unSubscribe
{
	text-align: left;
}

#unSubscribe table
{
	width: 250px;
}

.backToStart
{
	padding-top: 1em;
}

/*************************
    CURRENT USER
*************************/
#CurrentUser
{
	float:left;	
}
/*************************
    NEWS START PAGE
*************************/
#NewsStartPageTopLeft
{
	float:left;
	overflow:hidden;
	width:430px;
	margin-right:5px;
}
#NewsStartPageTopRight
{
	float:left;
	width:280px;
}

#NewsStartPageTopRight a, #NewsStartPageTopRight a:hover, #NewsStartPageTopRight a:visited 
{
color:#646466;
text-decoration:none;
}
h2.smallNewsListHeading
{
	font-size:1.3em;
	margin-top:1.1em;
}

#NewsStartPageBottom
{
	float:left;
	width:720px;
}
/*************************
    LANG SWITCH
*************************/
#LangSwitch
{
	float:right;
}

#LangAndUser
{
	float:right;
	font-size:0.9em;
	width:715px;
	height:18px;
	margin:22px 15px 0 0;
}

#LangAndUser a
{
	text-decoration:none;
}

/*************************
    WIDE PAGE
*************************/
#Widepage
{
	width:710px;
}

#Widepage .introduction
{
	width:710px;
}

#Widepage .mainBodyContent a
{
	text-decoration:none;
	color:#da2a36;	
}

#Widepage .mainBodyContent a:hover
{
	text-decoration:none;
	color:#bcb8b9;
}

#Widepage .mainBodyContent a:visited
{
	color:#ae595f;
}
/*************************
    LOGIN PANEL
*************************/
#LoginDiv td
{
	padding:1px 10px 1px 1px;
	
}
#LoginDiv input
{
	width:150px;
}

#LoginDiv input.button
{
	width:60px;
}

#LoginDiv fieldset
{
	border:none;
	padding-top:2em;
}

.error
{
	color:#da545d;
}

#CurrentUserStatusArea
{
	margin-top:2em;
}

a.wordicon
{
	background: url('images/doc.gif') 0px 0px no-repeat;
	padding-left: 20px;
	padding-top:2px;
}
a.jpgicon
{
	background: url('images/jpeg.gif') 0px 0px no-repeat;
	padding-left: 20px;
	padding-top:2px;
}
a.gificon
{
	background: url('images/gif.gif') 0px 0px no-repeat;
	padding-left: 20px;
	padding-top:2px;
}
a.exelicon
{
	background: url('images/xls.gif') 0px 0px no-repeat;
	padding-left: 20px;
	padding-top:2px;
}
a.ppticon
{
	background: url('images/ppt.gif') 0px 0px no-repeat;
	padding-left: 20px;
	padding-top:2px;
}
a.epsicon
{
	background: url('images/eps.jpg') 0px 0px no-repeat;
	padding-left: 20px;
	padding-top:2px;
}
a.pdficon
{
	background: url('images/pdf.gif') no-repeat 0 0;
	padding-left: 20px;
	padding-top:2px;
}
a.blankicon
{
	background: url('images/default.gif') 0px 0px no-repeat;
	padding-left: 20px;
	padding-top:2px;
}
a.txticon
{
	background: url('images/txt.gif') 0px 0px no-repeat;
	padding-left: 20px;
	padding-top:2px;
}

/*************************
    YOUTUBE
*************************/
#youTubeCollection 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	#youTubeCollection li 
	{
		border-style: solid none none none;
		border-color: #CCC;
		border-width: 1px 0 0 0;
		margin-bottom: 5px;
		background: #F6F6F6;	
		}
		#youTubeCollection li div.youTubeHeader 
		{
			background: #EEE;
			padding: 2px 10px 2px 10px;
			}
		#youTubeCollection li div.youTubeContent 
		{
			overflow: hidden;
			color: #666;			
			}				
			#youTubeCollection li div.youTubeHeader span.youTubeTitle 
			{
				font-weight: bold;
				color: #333;
			}
			#youTubeCollection li div.youTubeHeader span.youTubeDate 
			{
				font-style: italic;
				font-size: 10px;
			}
			#youTubeCollection li div.youTubeContent div.youTubePreview
			{
				padding: 0 10px 10px 10px;
				cursor: pointer;					
			}				
			#youTubeCollection li div.youTubeContent div.youTubePreview:hover
			{
				background: #DDD;
				color: #333;	
				}					
				#youTubeCollection li div.youTubeContent div.youTubePreview img
				{
					display: inline-block;
					float: left;
				}			
				#youTubeCollection li div.youTubeContent div.youTubePreview span.youTubeDescription
				{
					display: inline-block;
					margin: 5px 10px 5px 10px;
					width: 380px;
				}
			#youTubeCollection li div.youTubeContent div.youTubeExpanded
			{
				padding-top: 10px;
				padding: 0 10px 10px 10px;
				}
				#youTubeCollection li div.youTubeContent div.youTubeExpanded p.youTubeDescription
				{
					display: inline-block;
					margin: 10px 10px 0 10px;
				}
	
#youTubeFeed li a,
#youTubeFeed li a:visited
{
	display: block;
	background: #EEE;
	margin-bottom: 5px;
	padding: 10px;	
	overflow: hidden;
	color: #666;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;		
}
#youTubeFeed li a:hover
{	
	background: #DDD;
	color: #333;
	text-decoration: none;
	}
	#youTubeFeed li a img 
	{
		display: block;
		margin: auto;
	}
	#youTubeFeed li a span 
	{
		display: block;
		font-size: 12px;
		line-height: 12px;
		font-weight: bold;
		margin-bottom: 5px;
	} 
/* ----------- SEarchtemplate style for icons -------------------*/

li.txticon
{
	background: url('images/txt.gif') 0px 0px no-repeat;

}
li.txticon a
{
	margin-left:20px;
}

li.wordicon
{
	background: url('images/doc.gif') 0px 0px no-repeat;
}

li.wordicon a
{
	margin-left:20px;
}


li.jpgicon
{
	background: url('images/jpeg.gif') 0px 0px no-repeat;
}

li.jpgicon a
{
	margin-left:20px;
}


li.gificon
{
	background: url('images/gif.gif') 0px 0px no-repeat;
}

li.gificon a
{
	margin-left:20px;
}


li.exelicon
{
	background: url('images/xls.gif') 0px 0px no-repeat;
}

li.exelicon a
{
	margin-left:20px;
}


li.ppticon
{
	background: url('images/ppt.gif') 0px 0px no-repeat;
}

li.ppticon a
{
	margin-left:20px;
}

li.epsicon
{
	background: url('images/eps.jpg') 0px 0px no-repeat;
}

li.epsicon a
{
	margin-left:20px;
}

li.visioicon
{
	background: url('images/visio.png') 0px 0px no-repeat;
}

li.visioicon a
{
	margin-left:20px;
}

li.zipicon
{
	background: url('images/zip.jpg') 0px 0px no-repeat;
}

li.zipicon a
{
	margin-left:20px;
}


li.pdficon
{
	background: url('images/pdf.gif') 0px 0px no-repeat;
}

li.pdficon a
{
	margin-left:20px;
}

li.visioicon
{
	background: url('images/visio.png') 0px 0px no-repeat;
}

li.visioicon a
{
	margin-left:20px;
}

li.movicon
{
	background: url('images/mov.jpg') 0px 0px no-repeat;
}

li.movicon a
{
	margin-left:20px;
}

li.wmvicon
{
	background: url('images/wmv.jpg') 0px 0px no-repeat;
}

li.wmvicon a
{
	margin-left:20px;
}


li.blankicon
{
	background: url('images/default.gif') 0px 0px no-repeat;
}

li.blankicon a
{
	margin-left:20px;
}

/*
Partnerweb
*/
.documentCollection
{
    font-weight:bold;   
}
.documentCollection ul li ul
{
    padding:0;
    background-image:0; 
    margin-left:10px;
}
.documentCollection p
{
	font-weight:bold;
	/*color:#656567;*/
	padding:0.5em 0 0.5em 15px;
	background:url(images/dotGrey.gif) 0 center no-repeat;
}

#partnerlogos 
{
    width:280px;
    height:131px;
    padding:0;
    text-align:center;
}

#partnerheader
{
    margin-top:-6px;
    padding-top:0;
    margin-bottom:5px;  
    width:100%;
    text-align:left;
}

#partnerheader h2
{
    margin:0;
    padding:0;
}

/*  Hack for Webkit  */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#MainMenuArea ul li
	{
		padding:3px 12px 1px 12px;
	}
}

/*------Icons*/
span.pdf
{
	display:inline-block;
	EditMenuName: pdf;
	font-size:1em;
	background: url('images/pdf.gif') 0px 0px no-repeat;
	padding-left: 20px;			
}

span.doc
{
	display:inline-block;
	EditMenuName: doc;
	font-size:1em;
	background: url('images/doc.gif') 0px 0px no-repeat;
	padding-left: 20px;	
}

span.gif
{
	display:inline-block;
	EditMenuName: gif;
	font-size:1em;
	background: url('images/gif.gif') 0px 0px no-repeat;
	padding-left: 20px;	
}

span.jpeg
{
	display:inline-block;
	EditMenuName: jpeg;
	font-size:1em;
	background: url('images/jpeg.gif') 0px 0px no-repeat;
	padding-left: 20px;	
}

span.ppt
{
	display:inline-block;
	EditMenuName: ppt;
	font-size:1em;
	background: url('images/ppt.gif') 0px 0px no-repeat;
	padding-left: 20px;	
}

span.txt
{
	display:inline-block;
	EditMenuName: txt;
	font-size:1em;
	background: url('images/txt.gif') 0px 0px no-repeat;
	padding-left: 20px;
		
}

span.visio
{
	display:inline-block;
	EditMenuName: visio;
	font-size:1em;
	background: url('images/visio.png') 0px 0px no-repeat;
	padding-left: 20px;	
}

span.xls
{
	display:inline-block;
	EditMenuName: xls;
	font-size:1em;
	background: url('images/xls.gif') 0px 0px no-repeat;
	padding-left: 20px;	
}

span.zip
{
	display:inline-block;
	EditMenuName: zip;
	font-size:1em;
	background: url('images/zip.jpg') 0px 0px no-repeat;
	padding-left: 20px;	
}

span.dot
{
	display:inline-block;
	EditMenuName: dot;
	font-size:1em;
	background: url('images/dot.gif') 0px 0px no-repeat;
	padding-left: 20px;	
}

span.letter
{
	display:inline-block;
	EditMenuName: letter;
	font-size:1em;
	background: url('images/Letter.gif') 0px 0px no-repeat;
	padding-left: 20px;	
}

span.eps
{
	display:inline-block;
	EditMenuName: eps;
	font-size:1em;
	background: url('images/eps.jpg') 0px 0px no-repeat;
	padding-left: 20px;	
}

span.printer
{
	display:inline-block;
	EditMenuName: printer;
	font-size:1em;
	background: url('images/Printer.gif') 0px 0px no-repeat;
	padding-left: 20px;	
}

span.default
{
	display:inline-block;
	EditMenuName: default;
	font-size:1em;
	background: url('images/default.gif') 0px 0px no-repeat;
	padding-left: 20px;	
}

span.wmv
{
	display:inline-block;
	EditMenuName: wmv;
	font-size:1em;
	background: url('images/wmv.jpg') 0px 0px no-repeat;
	padding-left: 20px;	
}


/*------Icons*/

