﻿body
{
	font: 70%/1.4 Arial, Helvetica, Sans-Serif;
	text-align: center;
	color: #5a5c5e;
	background: #fcfcfc url(  'images/BG.gif' ) repeat-x 0 top;
}
a
{
	text-decoration: none;
	outline:none;
}

h2 a:visited
{
	color:#004494;
}
h1
{
	margin-top: 0px;
	margin-bottom: 0.55em;
	font-size: 2em;
	line-height: 1.1em;
}
h2
{
	font-size: 1.6em;
	margin-bottom: 0.25em;
	line-height: 1.3em;
	margin-top: 25px;
}
h2.margin40
{
	margin:40px 0 0 0;
}
h2.margin80
{
	margin:80px 0 0 0;
}
h3
{
	font-size: 1.2em;
	margin-bottom: 0.2em;
	line-height: 1.3em;
}
p
{
	margin-top: 0em;
	margin-bottom: 0.6em;
}
ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul li
{
	padding: 0;
	margin: 0;
}
ol
{
	margin: 0 0 0 30px;
	padding: 0;
}
img
{
	border: 0;
}
input, textarea
{
	font-size: 1em;
}

/*************************
    GENERAL
*************************/
.hidden
{
	display: none;
}
.introduction
{
	font-weight: bold;
	margin-bottom: 1em;
	margin-top:1.3em;
}
.clear
{
	clear: both;
	font-size:1px;
	line-height:1px;
	height:1px;
}
.clickable
{
	cursor: pointer;
}
.contentBackground
{
	padding:0 0 20px 0;
	background: url(  'images/ContentBorder.png' ) no-repeat 0 0;
}
a.questionLink
{
	background: url(  'images/questionmark.gif' ) no-repeat 0 center;
	padding-left: 1.7em;
}
.error
{
	font-weight: bold;
	color: Red;
}
.pictureLeft
{
	float:left;
	margin-right: 1.5em;
    margin-bottom: 0.2em;
    padding-top:0.2em;
}
.pictureRight
{
	float:right;
	margin-left: 1.5em;
    margin-bottom: 0.2em;
    padding-top:0.2em;
}
hr
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background:#bebebe;
	color: #bebebe;
	border:0;
}
.button
{
	background: url(Images/PopUpButtonBg.gif) no-repeat right 0;
	width:90px;
	height:20px;
	color:#5a5c5e;
	margin:10px 0 5px 0;
	font-size: 1em;
	border: none;
	font-weight: bold;
	cursor: pointer;
}
.textbox420
{
    color: #5a5c5e;
    font-size: 1.2em;
    background: url(Images/TextboxBg.png) no-repeat left 0;
    border: none;
    height: 21px;
    width: 409px;
    vertical-align: top;
    padding: 8px 0 8px 11px;
}
.textBox
{
	background: url(Images/inputBg.png) no-repeat left 0;
	border:none;
	padding:3px 0 4px 4px;
	width:294px;
	height: 21px;
}
.textArea
{
	background: url(Images/TextAreaBg.png) no-repeat 0 bottom;
	overflow: scroll;
	border:none;
	width:295px;
	height:62px;
	overflow:hidden;
	font-family:Arial,Helvetica,Sans-Serif;
	padding:0 0 0 4px;
}

/*************************
    STRUCTURE
*************************/
#Page
{
	text-align: left;
}
#Content
{
	width: 946px;
	margin: auto;
	position:relative;
}

/*************************
    PAGE HEADER
*************************/
#HeaderArea
{
	height: 80px;
	padding: 0 20px 0 2px;
}
#LogotypeArea
{
	width: 200px;
	float: left;
}
.logotype
{
	padding: 10px 0 0px 25px;
}
#BranchArea
{
	width: 720px;
	float: left;
	overflow:hidden;
	font-weight:bold;
}
#BranchArea ul
{
	float:right;
	margin:31px 0 0 0;
	text-transform:uppercase;
}
#BranchArea ul li
{
	float:left;
}

/*************************
    MAIN MENU
*************************/
#MainMenuArea
{

	margin: 0 6px 0 2px;
	height: 56px;
	overflow: hidden;
	width: 902px;
	padding:0 0 0 20px;
}
#MainMenu
{
	height: 56px;
	padding: 0 20px 0 0;
}
#MainMenu ul
{
	padding: 0;
	height: 38px;
	float: left;
}
#MainMenu ul li
{
	float: left;
	margin: 0 1px 0 0;
	padding: 0 5px 0 5px;
}
#MainMenu a, #MainMenu li.selected span
{
	color: #fff;
	font-weight: bold;
	display: block;
	margin: 0 0px 0 0px;
	padding: 15px 22px 4px 22px;
	float: left;
	font-size:1.05em;
}
#MainMenu ul li.selected
{
	height: 56px;
	overflow: hidden;
	padding: 0 0 0 12px;
}
#MainMenu ul li.selected a, #MainMenu ul li.selected span
{
	height: 56px;
	padding: 15px 31px 0 17px;
}
/*************************
    QUICK SEARCH
*************************/
.searchButton
{
	float:left;
}
#MainMenu .searchButton a
{
	padding-left:21px;
	padding-right: 5px;
}
.searchWindow
{
	display:none;
    position: absolute;
    width: 197px;
    height:83px;					
    right:-70px;
    top:111px;
    background: url(Images/QuickSearchBg.gif) no-repeat 0 0;
    padding:20px 12px 12px 17px;
    color:#808285;
    z-index:10000;
}
.searchWindow .inputBg
{
	background: url(Images/inputBg.png) no-repeat 0 0;
	width:126px;
	float:left;
	height: 21px;
}
.searchWindow .inputBg input
{
	border:0;
	background-color: Transparent;
	padding:2px 0 3px 5px;
	width: 122px;
}
.searchWindow .quickSearchButton
{
	background: url(Images/QuickSearchButton.png) no-repeat 0 0;
	border:0;
	height:21px;
	width:20px;
	float:left;
	cursor: pointer;
}

/*************************
    SEARCH
*************************/
.searchArea
{
    margin: 16px 0 20px 0;
}
.searchArea .button
{
	background:transparent url(Images/ButtonBg.png) no-repeat scroll right 0;
	border:none;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	height:30px;
	margin:0;
	width:90px;
}
.searchArea .textbox420
{
	margin-right:17px;
}
.howToArea
{
    border-top: solid 1px #ddd;
    padding: 24px 0 24px 0;
}
.howToArea .heading
{
    width: 100%;
    background: url(/Templates/Styles/Images/Plus.png) no-repeat left center;
    padding: 2px 0 2px 25px;
    margin: 0;
	color: #004494;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.2em;
	line-height: 1.3em;
}
.resultArea
{
    border-top: solid 1px #ddd;
    padding-top: 10px;
}
.resultAreaNoHits
{
    margin-bottom: 30px;
}
.PagingContainer
{
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
}
.PagingContainer .prevButton
{
    padding: 0 25px 1px 20px;
    background: url(/Templates/Styles/Images/PagingLeftArrow.png) no-repeat left 0;
}
.PagingContainer .nextButton
{
    padding: 0 20px 1px 25px;
    background: url(/Templates/Styles/Images/PagingRightArrow.png) no-repeat right 1px;
}
.PagingContainer .selectedItem
{
    padding: 3px 6px 3px 6px;
    text-align: center;
    color: #5b5c5e;
    background: url(/Templates/Styles/Images/PagingSelectedItemBG.png) no-repeat top center;
}
.PagingContainer .unselectedItem
{
    padding: 3px 5px 3px 5px;
    text-align: center;
}

/*************************
    SUB MENU
*************************/
.subMenu
{
	overflow: hidden;
	font-weight: bold;
	margin: 0 0 0 5px;
	height:27px;
}
.subMenu ul li
{
	margin: 0 23px 0 0;
	float: left;
}
#BranchArea ul li
{
	margin: 0 0 0 22px;
	float: left;
}
#BranchArea a, .subMenu a
{
	float:left;
	cursor:pointer;
	font-size:1.05em;
}
#BranchArea span, .subMenu span 
{
	float:left;
}
#BranchArea span span span, .subMenu span span span
{
		font-size:1.05em;
}
#BranchArea a .leftBg, #BranchArea  .selectedBg, .subMenu a .leftBg, .subMenu .selectedBg
{
	padding: 0 0 0 5px;
	float:left;
}
#BranchArea a .leftBg span, #BranchArea .selectedBg span, .subMenu a .leftBg span, .subMenu .selectedBg span
{
	padding: 2px 11px 0 7px;
	height: 22px;
	display:block;
	float:left;
}
#BranchArea a:hover, .subMenu a:hover
{
	height: 27px;
	color:#fff;
}

#BranchArea a.selected, .subMenu a.selected, #BranchArea a:hover.selected, .subMenu a:hover.selected
{
	height: 27px;
	color:#fff;
}
#BranchArea span.selected, .subMenu span.selected, #BranchArea span:hover.selected, .subMenu span:hover.selected
{
	height: 27px;
	color:#fff;
}


/*************************
    LEFT MENU
*************************/
#LeftMenuArea ul li
{
	margin-bottom:5px;
	border-bottom:solid 1px #fff;
}
#LeftMenuArea
{
	float: left;
	width:179px;
	font-weight:bold;
	margin:20px 20px 0 9px;
	font-size:1.05em;
}
#LeftMenuArea a:hover
{
	cursor:pointer;
}
/*#LeftMenuArea a.selected, #LeftMenuArea a:hover.selected
{
	background: url(Images/SubMenuBg.png) no-repeat left 0;
	padding:0 0 0 5px;
	color:#fff;
}*/
#LeftMenuArea span.selected, #LeftMenuArea span:hover.selected
{
	padding:0 0 0 5px;
	color:#fff;
	display:block;
}
/*#LeftMenuArea a.selected span, #LeftMenuArea a:hover.selected span
{
	background: url(Images/SubMenuBg.png) no-repeat right 0;
	height: 22px;
	padding:0 10px 0 3px;
}*/
#LeftMenuArea span.selected span, #LeftMenuArea span:hover.selected span
{
	height: 22px;
	padding:0 10px 0 3px;
}
#LeftMenuArea a span.expanded
{
	padding:2px 0 0 13px;
}
/*#LeftMenuArea a.selected span.right, #LeftMenuArea a.selected:hover span.right
{
	background: url(Images/LeftMenuSelectedArrow.gif) no-repeat 3px center;
	padding:3px 0 0 13px;
}*/
#LeftMenuArea span.selected span.right, #LeftMenuArea span.selected:hover span.right
{
	padding:3px 0 0 13px;
}
#LeftMenuArea a
{
	display:block;
	padding:0 0 0 5px;
}
#LeftMenuArea a span, #LeftMenuArea span span
{
	display:block;
	height: 22px;
	padding:0 10px 0 3px;
}
#LeftMenuArea a span.right
{
	padding:4px 0 0 13px;
}
/****   Hover   ****************************************/

#LeftMenuArea a:hover
{
	color:#fff;
}
/****   Level 4   ****************************************/
#LeftMenuArea ul li ul 
{
	margin:6px 0 0 10px;
	font-size:0.8em;
	font-weight:normal;
}
#LeftMenuArea ul li ul li ul
{
	font-size: 100%;
}
#LeftMenuArea ul li ul li span.selected, #LeftMenuArea ul li ul li span:hover.selected
{
	padding:0 0 0 5px;
	color:#fff;
}
#LeftMenuArea ul li ul li span.selected span, #LeftMenuArea ul li ul li span:hover.selected span
{
	height: 20px;
	padding:0 10px 0 3px;
}
#LeftMenuArea ul li ul li a span.expanded
{
	padding:2px 0 0 13px;
}
#LeftMenuArea ul li ul li span.selected span.right, #LeftMenuArea ul li ul li span.selected:hover span.right
{
	padding:3px 0 0 13px;
}
#LeftMenuArea ul li ul li a, #LeftMenuArea ul li ul li span span span
{
	display:block;
	padding:0 0 0 5px;
	font-size:1.2em;
}
#LeftMenuArea ul li ul li a span, #LeftMenuArea ul li ul li span span 
{
	display:block;
	height: 20px;
	padding:0 5px 0 3px;
}

#LeftMenuArea ul li ul li a span.right, #LeftMenuArea ul li ul li span span.right
{
	padding:3px 0 0 13px;
}

/****   Hover level 4   ****************************************/
#LeftMenuArea ul li ul li a:hover
{
	color:#fff;
}
/*************************
    GOBAL MENU
*************************/
.functions
{
	height:26px;
	margin:20px 20px 0 0;
}
.functions ul li
{
	float:left;
	border-right:solid 1px #dcddde;
}
.functions a
{
	padding:0 8px 0 9px;
}

/*************************
    START PAGE
*************************/
.startPage #MainArea
{
	overflow: hidden;
	margin: 5px 0 0 1px;
}
.startPage .topImage
{
	margin-left: 2px;
}
.flashOuter
{
	z-index: 0;
}
.flashOuter #LargeFlash
{
	z-index: 0;
}
.startPage #PuffArea
{
	margin:10px 0 0 0;
}
.startPage #PuffArea ul li.standard, .startPage #PuffArea li.forth
{
	float: left;
	width: 234px;
}
.startPage #PuffArea .box
{
	margin:0 13px 0 0;
}
.startPage #PuffArea li.forth box
{
	margin: 0 0 0 0;
}
.startPage #PuffArea .box .content .right
{
	padding-right:13px;
	height: 17.9em;
}
.startPage #PuffArea .box .content h2
{
	padding-top:20px;
	margin-top:0;
}
.startPage #PuffArea .box .content .date
{
	color:#5a5c5e;
}
.startPage #PuffArea .box .content ul a
{
	font-weight:bold;
}
.startPage #PuffArea .box .content a.seeAll
{
	font-weight:normal;
}

/*************************
    BOX
*************************/

.box .content
{
	background: url(Images/BoxContentSprite.png) repeat-y left top;
	padding:0 0 0 7px;
	height: 100%;
}
.box .content .right
{
	background:url(Images/BoxContentSprite.png) repeat-y right top;
	padding:0 10px 5px 0;
	position: relative;
	top: -1px;
	height: 100%;
	z-index:1;
}
.box .top
{
	background: url(Images/BoxSprite.png) no-repeat left top;
	padding: 0 0 0 7px;
	margin: 0;
	font-size: 1px;
}
.box .top .right
{
	background: url(Images/BoxSprite.png) no-repeat right top;
	line-height: 1px;
	position: static;
	padding: 8px 7px 0 0;
}
.box .bottom
{
	background: url(Images/BoxSprite.png) no-repeat left bottom;
	padding: 0 0 0 7px;
	height: 9px;
	position: relative;
	top: -1px;
	font-size: 1%;
}
.box .bottom .right
{
	background: url(Images/BoxSprite.png) no-repeat right bottom;
	height:9px;
	padding: 0 7px 0 0;
	position: static;
}
.box .function
{
	background: url(Images/TeaserTopSprite.png) no-repeat left top;
	padding: 0 0 0 10px;
	height: 48px;
}
.box .function div
{
	background: url(Images/TeaserTopSprite.png) no-repeat right top;
	height:48px;
	padding: 0 10px 0 0;
}
.box .function div h3
{
	padding: 11px 0 0 0;
	color: White;
	text-align: center;
	font-weight: normal;
	font-size: 1.3em;
	margin:0;
}

#SecondaryBodyArea .banner .content .right
{
	padding-bottom: 0;
}

/*************************
    TEASERS
*************************/
.smallNewsList
{
	padding: 14px 15px 15px 25px;
}
.smallNewsList li
{
	width:auto;
	float:none;
}
.smallNewsList .date
{
	font-size: 0.9em;
}
.smallNewsList li .newsLink
{
	padding: 0 0 6px 0;
}
.smallNewsList li a
{
	font-size: 1.1em;
	line-height: 1.1em;
	display: block;
	font-weight:bold;
}
.smallNewsList .readMore
{
	margin: 10px 0 0 0;
}
.box .content.premium
{
	padding-left: 0;
}
.teaser .content .right *
{
	margin-right: 14px;
	margin-left: 14px;
}
.teaser .content .right a, .teaser .content .right p strong, .teaser .content .right #PremiumContent
{
	margin: 0 0 0 0;
}
.teaser .content.premiumContent .right
{
	padding-bottom: 0;
	padding-left: 1px;
}
.teaser .content .right #PremiumContent *
{
	margin-left: 0;
	margin-right: 0;
}
.teaser .content .right img
{
	margin: 0 0 0 0;
}
.teaser .content .right p img
{
	margin: 0 -14px 0 -14px;
}
.teaserViewer
{
	text-align: left;
	margin: 150px 0 0 0;
	width: 220px;
}
.teaser p
{
	margin: 0;
	padding-bottom: 6px;
}
.teaser h2
{
	margin-bottom: 0;
	padding-bottom: 6px;
}
.teaser .content .right .insuranceTypes, .teaser .content .right .insuranceTypes ul, .teaser .content .right .insuranceTypesBottom
{
	margin: 0;
}
.insuranceTypes
{
	background: url(images/InsuranceTypesBg.png) no-repeat top left;
	padding: 26px 0 4px 12px;
}
.insuranceTypesBottom
{
	background: url(images/InsuranceTypesBg.png) no-repeat bottom left;
	height: 7px;
}
.insuranceTypes ul li
{
	margin: 0 0 12px 0;
	background: url(images/InsuranceTypesSprite.png) no-repeat 0 0;
	height: 36px;
}
.insuranceTypes ul li a
{
	color: #5a5c5e;
	font-weight: bold;
	display: block;
	padding: 8px 0 6px 43px;
}
.insuranceTypes ul li.home
{	
	background-position: 0 -38px;
}
.insuranceTypes ul li.house
{	
	background-position: 0 -76px;
}
.insuranceTypes ul li.summerHouse
{	
	background-position: 0 -114px;
}
.insuranceTypes ul li.trailer
{	
	background-position: 0 -190px;
}
.insuranceTypes ul li.caravan
{	
	background-position: 0 -152px;
}

/*************************
    MAIN CONTENT
*************************/
#StageArea
{
	padding: 5px 0 0 1px;
}
#StageArea .stagePadding
{
	padding: 0 20px 0 0;
}
#LeftArea
{
	margin: 0 0 0 0;
	float: left;
	width: 691px;
}
.mainContentArea
{
	float:left;
	width:463px;
	margin:23px 0 20px 0px;
	overflow:hidden;
}
.mainContentArea table
{
	width: 100%;
}
.mainContentPadding
{
	padding: 0 0 0 27px;
}
.mainContentAreaWide
{
	float: left;
	width: 651px;
	padding: 23px 0 0 0;
	margin: 0 0 20px 0;
	overflow: hidden;
} 
.fullWidth 
{
	margin-right: 22px;
}
.fullWidth .mainContentAreaWide
{	
	width: auto;
	float: none;
}
.mainContent
{
	border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
    margin: 0 0 24px 0;
}
.mainBody ol
{
	margin-bottom:0.6em;
}
.mainBody ol li, .mainBody ul li
{
	margin-bottom:0.5em;
}
.mainBody ul
{
	list-style-type:disc;
	margin:0 0 0.6em 30px;
}
.pageList li
{
    margin: 22px 0 34px 0;
}
.pageList img
{
    vertical-align: bottom;
    margin-left: 4px;
}
.pageList .dateTime
{
	color: #666;
	font-weight: bold;
	padding-right: 2px;
}

/*************************
    RIGHT COLUMN
*************************/
#SecondaryBodyArea
{
	float: left;
	width: 221px;
	overflow: hidden;
	margin: 0 0 0 13px;
}
#SecondaryBodyArea .standard, #SecondaryBodyArea .forth
{
	margin: 0 0 15px 0;
}
#SecondaryBodyArea h2, #PuffArea h2
{
	font-size:1.5em;
	margin-top: 0;
	padding-top: 0.6em;
}

/*************************
    PAGE FOOTER
*************************/
.footer
{
	border-top: solid 1px #DCDDDE;
	padding:5px 5px 0 5px;
	margin: 0 20px 0 0;
}
.footer .content
{
	float:left;
}
.footer .copyright
{
	float:right;
}

/*************************
    SITE MAP
*************************/
.siteMapTree
{
	padding: 10px 0 10px 12px;
}
.siteMapTree ul
{
	margin: 0;
}
.siteMapTree ul li
{
	float: left;
	width: 220px;
	margin: 0 0 20px 0;
}
.siteMapTree ul li .box
{
	margin: 0 10px 0 0;
}
.siteMapTree ul li ul li
{
	float: none;
	min-height: 0;
	margin: 16px 0 0 0;
	width: auto;
	padding: 0 0 4px 9px;
	font-weight: bold;
}
.siteMapTree ul li ul li ul li
{
	font-weight: normal;
	margin: 0;
	padding-bottom: 0;
}
.siteMapTree .siteMapTop
{
	color: #5a5c5e;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 16px 0;
}
.siteMapTree a
{
	text-decoration: none;
}
.siteMapTree .content .right
{
	padding: 17px 10px 25px 17px;
}

/*************************
    TIP AND PRINT
*************************/
.tipprint
{
	padding: 0 0 0 8px;
	overflow: hidden;
	height: 30px;
	font-weight: bold;
	float: left;
	margin: 0 30px 0 0;
	margin: 0 30px 0 0;
}
.tipprint a
{
	padding: 2px 14px 11px 8px;
	color: #fff;
	display: block;
	float: left;
}

.tipAndPrint
{
    border-top: solid 1px #ddd;
    padding:24px 0 30px 0;
    margin: 20px 25px 14px 25px;
}
.tipAndPrint a:visited
{
	color: #ffffff;
}
.tip
{
	background: #ffffff url(  'images/Tip.gif' ) 0 3px no-repeat;
	padding: 0 10px 0 18px;
	display: inline;
}

/*************************
    FORM
*************************/
.xForm
{
	padding-top: 1em;
}
.xForm .button
{
	cursor: pointer;
	margin: 5px 3px 0 0;
}
.xForm fieldset
{
	border: 0;
	padding: 5px 0 7px 0;
}
.xformvalidator
{
	padding-left: 0.5em;
	color: Red;
	display: block;
}
.xForm label, .xForm legend
{
	display: block;
	font-weight: bold;
	padding: 3px 0 0 0;
	color:#5A5C5E;
}
.xForm fieldset label
{
	display:inline;
	margin-left:5px;
	font-weight:normal;
	padding:0;
}
.xForm fieldset input
{
	margin-left:10px;
}
.teaser .content .right ul.statistics
{
	padding: 1px 0 0 0;
}
.teaser .content .right ul.statistics, .teaser .content .right ul.statistics *
{
	margin-left: 0;
	margin-right: 0;
}


.statistics li .bar img
{
	height: 10px;
}
.teaser .content .right .webPoll  *
{
	margin:0 0 0 0;
}
.teaser .content .right .webPoll
{
	margin:0 0 0 25px;
	padding-top:14px;
}
.teaser .content .right .webPoll h3
{
	margin-bottom: 5px;
}
.teaser .content .right .webPoll .answer
{
	padding: 0 0 3px 0;
}
.teaser .content .right .webPoll .bar
{
	padding: 0 0 2px 0;
}

.teaser .content .right .webPoll li
{
	padding: 0 0 17px 0;
}
.teaser .content .right .webPoll .totalVotes
{
	padding: 5px 0 14px 0;
}
.teaser .content .right .webPoll .xForm
{
	padding: 0;
}
.teaser .content .right .webPoll .xForm label
{
	display: inline;
	font-weight: normal;
	padding:0 0 10px 10px;
	
}
.teaser .content .right .webPoll .xForm .button
{
	margin: 10px 0 12px 0;
}
/*************************
    ALPHABETICAL LIST
*************************/
.alphabeticalList .toc
{
	margin: 0 0 2em 0;
}
.alphabeticalList .toc a, .alphabeticalList .toc span
{
	font-weight: bold;
	padding: 0 1px 0 1px;
}
.alphabeticalList .toc a
{
	text-decoration: underline;
}
.alphabeticalList .toc span
{
	color: #999;
}
.alphabeticalList h2
{
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0 0 0;
	border-bottom: solid 1px #999;
	padding: 0 0 0 2px;
}
.alphabeticalList ul h2 a
{
	text-decoration: none;
}
.alphabeticalList ul li ul
{
	margin: 2px 0 0 3px;
}

/*************************
    FILEARCHIVE
*************************/
.directoryList ul
{
    margin-top: 32px;
}
.directoryList li
{
    margin-bottom: 26px;
}
.directoryList table
{
    border-collapse:collapse;
    width: 100%;
    margin-top: 8px;
    font-weight: bold;
    color: #004494;
}
.directoryList table th
{
    display: none;
}
.directoryList tr.alt
{
    background: #f2f2f2;
}
.directoryList td
{
	vertical-align: top;
}
.directoryList td.fileName
{
    text-align: left;
    margin-left: 8px;
    padding: 3px 0px 3px 7px;
}
.directoryList td.fileName a
{
    padding: 0 0 0 10px;
    display: block;
}
.directoryList td.fileComments
{
    width: 70px;
    text-align: right;
    padding: 3px 0 3px 0;
}
.directoryList td.fileIcon
{
    width: 16px;
    padding: 3px 2px 3px 12px;
}
.directoryList td.fileIcon img
{
    vertical-align: middle;
}
/*************************
    TIP A FRIEND
*************************/
.tipMenu
{
    display: none;
    position: absolute;
    bottom: 39px;
    left:68px;
    width: 193px;
    padding:10px 20px 17px 20px;
    background: url(Images/TipBg.gif) no-repeat 0 0;
    font-size:1.05em;
    z-index: 1000;
}
.tipMenu .column
{
    float: left;
    width:90px;
}
.tipMenu .column a.emailTip
{
	background: url(Images/Tip.gif) no-repeat 6px 7px;
}
.tipMenu .column a
{
	 padding: 4px 0 4px 25px;    
	 position: relative;       
	 display: block;    
	 text-decoration: none; 
	 color:#5A5C5E; 
	 width:66px;  
}
.tipMenu .column span
{
	 position: absolute;    
	 left: 5px;    
	 top: 5px;
}

.tipWindow
{
    display: none;
    margin: auto;
    width: 357px;
    height: 333px;
    
    z-index:100000;
    background: url(Images/PopUpBg.gif) no-repeat 0 0;
}

/* ie6-fix */
.tipWindow
{
	position: absolute;
	top: 10px;
	left: 25%;
}
.mainContentPadding > .tipWindow
{
	position:fixed;
	top:23%;
    left: 35%;
}
/* ie6-fix end */

.tipClose
{
	background: url(Images/PopUpClose.png) no-repeat 0 0;
	float:right;
	cursor:pointer;
	height:20px;
	width:20px;
	position:absolute;
	top:15px;
	right:15px;
}
#Popup
{
	background:none;
	text-align:left;
}
#Popup h1
{
	font-size:1.2em;
	margin: 9px 0 20px 0;
}
#Popup label
{
	display:block;
	font-weight:bold;
	margin-top:5px;
}
.tipIframe
{
    width: 347px;
    height: 327px;
    border:none;
    margin:5px;
}
/*************************
   LANGUAGES
*************************/
.languages
{
	float: left;
    height:12px;
    margin:22px 15px 0 0;
    padding:0 0 0 5px;
}
#MainMenu .languages a
{
    padding:0 5px 0 0;
    font-size:0.8em;
    text-decoration:none;
}
.langSearch
{
    float:right;
}
.languages .label
{
	float: right;

}
.languages ul
{
	padding: 1px 0 0 0;
	float: right;
}
.languages ul li
{
	float: left;
	padding: 0 0 2px 0;
	margin: 0 2px 0 2px;
	
}
.languages ul li.selected
{
	background: url(images/LanguageBgSprite.gif) no-repeat 50% -19px;
}
.languages ul li.unselected:hover
{
	background: url(images/LanguageBgSprite.gif) no-repeat 50% -24px;
}
.languages ul li span
{
	display: block;
	height: 14px;
	margin: 0;
	float: left;
}
.languages ul li.selected span
{
	background: url(images/LanguageBgSprite.gif) no-repeat left 0;
}
.languages ul li.unselected:hover span
{
	background: url(images/LanguageBgSprite.gif) no-repeat left -16px;
}
.languages li a
{
	display: block;
	float: left;
	padding: 2px 5px 3px 2px;
	margin: 0 0 0 5px;
	color: #5a5c5e;
	line-height: 1em;
	text-transform:capitalize;
}
.languages ul li.selected a
{
	color: White;
	background: url(images/LanguageBgSprite.gif) no-repeat right 0;
}
.languages ul li.unselected:hover a
{
	color: White;
	background: url(images/LanguageBgSprite.gif) no-repeat right -16px;
}
.languages a.aboutUs
{
	color: #5a5c5e;
	padding: 0 2px 0 0;
}
.languages a.aboutUs:hover
{
	text-decoration: underline;
}

/*************************
   MODULES
*************************/

.premiumModule .content
{
	background-image: none;
	background-color: #d1e6f3;
	padding: 1px 0 6px 0;
}
.premiumModule .content .right
{
	background-image: none;
}
.premiumModule .top
{
	background: url(Images/PremiumModuleTopBottom.gif) no-repeat left top;
	padding: 0 0 0 5px;
}
.premiumModule .top .right
{
	background: url(Images/PremiumModuleTopBottom.gif) no-repeat right top;
	padding: 5px 5px 0 0;
}
.premiumModule .bottom
{
	background: url(Images/PremiumModuleTopBottom.gif) no-repeat left bottom;
	padding: 0 0 0 5px;
	height: 5px;
}
.premiumModule .bottom .right
{
	background: url(Images/PremiumModuleTopBottom.gif) no-repeat right bottom;
	height:5px;
	padding: 0 7px 0 0;
}
.premiumModule .column
{
	float: left;
	width: 181px;
	margin: 0 0 0 20px;
	padding: 5px 0 3px 0;
}
.premiumModule .buttonCol
{
	margin: 18px 4px 0 0;
	float: right;
}

.premiumModule label
{
	font-weight: bold;
	display: block;
	padding: 0 0 2px 2px;
}
.premiumTextBox
{
	width: 181px;
	height: 20px;
	padding: 0;
	background: url(Images/PremiumBackgroundsSprite.png) no-repeat top left;
}
.premiumTextBox input
{
	width: 165px;
	margin: 0;
	padding: 2px 0 0 5px;
	border: 0;
	background-color: Transparent;
}
.premiumButton
{
	width: 181px;
	border: 0;
	height: 20px;
	color: White;
	font-weight: bold;
	background: url(Images/PremiumBackgroundsSprite.png) no-repeat 0 -21px;
	cursor: pointer;
}
.premiumModule .errorMessage
{
	margin: 0 0 0 20px;
}

/*************************
    CHAT
*************************/
.chat
{
    padding-top: 50px;
    padding-left: 25px;
}
