/*************************************************
* Layout and Presentation Stylesheet
*
* Created: 15/10/2007
*
**************************************************/

/* General */
html
{
	background: #FFFFFF url(/templates/mus/image/main_bg.jpg) no-repeat left top;
}

* {
	font-family: Arial, Verdana, "Lucida Grande", "Bitstream Vera Sans", Helvetica, sans-serif; /* set the font of all elements to this */
	font-size: 12px; /* reset all fonts to a common size */
	word-wrap: break-word; /* Stop IE from expanding parent container when word is too long (proprietary IE, new in CSS3) */
}

h1, h1 *,
h2, h2 *,
h3, h3 *,
h4, h4 *,
h5, h5 *,
h6, h6 * {
	font-family: Arial, sans-serif;
}

h1 { font-size: 22px; color: #0375BB; font-weight: normal;}
h2 { font-size: 18px; color: #0375BB; font-weight: normal;}
h3 { font-size: 14px; color: #0375BB; padding-bottom: 6px; margin: 0px; font-weight: normal;}
h4 { font-size: 14px; color: #0375BB; font-weight: normal;}
h5 { font-size: 12px; color: #0375BB; font-weight: normal;}
h6 { font-size: 10px; color: #0375BB; font-weight: normal;}

body
{
	margin: 0;
	padding: 0;
	font-size: 10px; /* sets a base font size of 12px/9pt */
}
img {
	-ms-interpolation-mode: bicubic; /* Resample images in IE7 */
}

img.alpha { /* Give PNG image class="alpha" to fix alpha transparency problems in IE 5.5 & 6 */	 
}

a img {
	border: none;
}

big {
	font-size: 133%;
}

small, sup, sub {
	font-size: 75%;
}

wbr:after {
	content: "\00200B"; /* Emulate the <wbr> (word break) tag in modern browsers that don't support it */
}
hr
{
    BORDER-TOP: 1px solid #0375BB;
    WIDTH: 100%;
    HEIGHT: 1px;
    text-align: center;
}
/*----TEXT SIZES----*/
.SmallText
{
     font-size: 9px;
}
.DefaultText
{
     font-size: 10px;
}
.LargeText
{
     font-size: 14px;
}
.LargerText
{
     FONT-SIZE: 16px;	
}
p
{
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
}
/*----TEXT SIZES----*/
/* General */

/* Links */
a, a:link
{
	color: #0055CC;
	text-decoration: none;
}
a:visited
{
	color: #568;
}
a:hover,a:active
{
	text-decoration: underline;
}
/* Links */

/*----FORMS----*/
form
{}
textarea
{
    	vertical-align: middle;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
input
{
	vertical-align: middle;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
select
{
    	vertical-align: middle;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
.Button
{
	vertical-align: middle;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-weight: bold;
}
.BodyText INPUT .ButtonOK
{
}
/*----FORMS----*/

/*----SPAN----*/
.Alert
{
	font-weight: bold;
	color: red;
}
/*----SPAN----*/

/*---- MODAL POPUP ----*/

/*Modal Popup*/
.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	top: 10px;
	left: 10px;
}
.modalPopup
{
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	padding: 10px;
	width: 460px;
}
.modalDisablePopup
{
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	z-index:10000;
	position:absolute;
}
.modalHeading
{
	/*cursor: move;*/
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
	color: #666666;
	text-align: left;
	padding: 4px;
	font-family:Arial, Verdana;
	font-size: 12px;
	font-weight:bold;
	width: 100%;
}
.modalText
{
	font-size: 12px;
}
.modalDisablePopup
{
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	z-index:10000;
	position:absolute;
}
/*Popup Control*/
.popupControl
{
	background-color: #FFFFFF;
	position:absolute;
	visibility:hidden;
}
/*---- MODAL POPUP ----*/

/* Standard Page Layout */
#OuterWrapper
{
	width: 100%;
	text-align: center;
}
#BrandingWrapper
{
	position: absolute;
	left: 15px;
	top: 14px;
	background-color: transparent;
	border: 0px solid transparent;
	width: 311px;
	height: 368px;
	padding: 0px;
	margin: 0px;	
}
#BrandingWrapper #MainBanner
{
	background-color: transparent;
	border: 0px solid transparent;
	width: 311px;
	height: 96px;
	text-align: left;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#BrandingWrapper #MainBanner img
{
	padding: 0px;
	margin: 0px;
}
#ContentWrapper
{
	position: absolute;
	left: 355px;
	top: 37px;
	background-color: transparent;
	border: 0px solid transparent;
	width: 405px;
	height: 498px;
	margin: 0px;
	padding: 0px;	
	text-align: left;
	overflow: hidden;
}
#ContentWrapper #MainContent
{
	border: 0px solid transparent;
	width: 405px;
	height: 498px;
	float: left;
	display: inline;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #0075BD;
	scrollbar-highlight-color: #0075BD;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #E5EEF7;
	scrollbar-arrow-color: #0075BD;
	scrollbar-base-color: #FFFFFF;
	background-color: transparent;
}
#ContentWrapper #MainContent #TitleTable
{
	border: 0px solid transparent;
	background-color: transparent;
}
#ContentWrapper #MainContent #Utilities
{
	border: 0px solid transparent;
	background-color: transparent;
	clear: both;
	margin-top: 10px;
}
#ContentWrapper #MainContent #BodyContent
{
	border: 0px solid transparent;
	display: inline;
	float: left;	
}
#PromoContentRight
{
	position: absolute;
	left: 814px;
	top: 21px;
	background-color: transparent;
	border: 0px solid transparent;
	width: 170px;
	height: 498px;	
	margin: 0px;
	padding: 0px;
}
#FooterWrapper
{
	position: absolute;
	left: 24px;
	top: 580px;
	background-color: transparent;
	border: 0px solid transparent;
	width: 955px;
	height: 92px;	
	margin: 0px;
	padding: 0px;
}
#FooterWrapper #FooterContent
{
	float: left;
	width: 100%;
	height: 100%;
}
#FooterWrapper #FooterContent #FooterLogos
{
	width: 100%;
	text-align: left;
	color: #666666;
	font-size: 10px;
	clear: both;
	margin-bottom: 12px;		
}
#FooterWrapper #FooterContent #CopyRightText
{
	width: 100%;
	text-align: center;
	color: #666666;
	font-size: 10px;
	clear: both;		
}
#FooterWrapper #FooterContent a
{
	font-size: 10px;
}
/* Standard Page Layout */

/* Promotion Page Layout */
#PageWrapperPopup
{
	width: 800px;
	background-color: #BFD5EC;
	margin:0 auto;
	padding: 0px;
	text-align: center;
}
#PageWrapperPopup #BrandingWrapperPopup
{
	border: 0px solid transparent;
	width: 800px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}

#PageWrapperPopup #BrandingWrapperPopup #MainBanner
{
	border: 0px solid transparent;
	width: 770px;
	height: 70px;
	float: left;
	text-align: left;
	overflow: hidden;
	padding: 15px;
	margin: 0px;
}
* html #PageWrapperPopup #BrandingWrapperPopup #MainBanner
{
	width: 800px;
	height: 100px;
}
#PageWrapperPopup #BrandingWrapperPopup #MainBanner img
{
	padding: 0px;
	margin: 0px;
}
#PageWrapperPopup #ContentWrapperPopup
{
	border: 0px solid transparent;
	width: 800px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: left;
}

#PageWrapperPopup #ContentWrapperPopup #MainContentPopup
{
	border: 0px solid transparent;
	width: 760px;
	float: left;
	display: inline;
	background-color: transparent;
	padding-left: 20px;
	padding-right: 20px;
}
* html #PageWrapperPopup #ContentWrapperPopup #MainContentPopup
{
  width: 800px;
}
#PageWrapperPopup #ContentWrapperPopup #MainContentPopup #TitleTable
{
	border: 0px solid transparent;
	background-color: transparent;
}

#PageWrapperPopup #ContentWrapperPopup #MainContentPopup #Utilities
{
	border: 0px solid transparent;
	background-color: transparent;
	clear: both;
}

#PageWrapperPopup #ContentWrapperPopup #MainContentPopup #BodyContent
{
	border: 0px solid transparent;
	display: inline;
	float: left;	
}
#PageWrapperPopup #FooterWrapperPopup
{
	border: 0px solid transparent;
	height: 35px;	
	color: #666666;
	width: 770px;
	padding: 15px;
	overflow: hidden;	
	clear: both;
	text-align: left;
}
* html #PageWrapperPopup #FooterWrapperPopup
{
  width: 800px;
  height: 50px;
}
#PageWrapperPopup #FooterWrapperPopup #FooterContent
{
	font-size: 10px;
}
#PageWrapperPopup #FooterWrapperPopup #FooterContent a
{
	font-size: 10px;
}
/* Promotion Page Layout */

/* Promotion Containers */
#PromoContainerWrapper
{

}
#PromoContainerWrapper #divHeading,
#PromoContentRight #divHeading
{
	border-bottom: 2px solid #0375BB;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}
#PromoContainerWrapper #divHeading h1,
#PromoContainerWrapper #divHeading h2,
#PromoContentRight #divHeading h1, #PromoContentRight #divHeading h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0375BB;
	padding: 0px;
	margin: 0px;
}
#PromoContainerWrapper #PromoContainerContent
{
	padding: 0px;
	margin: 0px;
}
#PromoContainerWrapper #PromoContainerContent h1,
#PromoContainerWrapper #PromoContainerContent h2,
#PromoContainerWrapper #PromoContainerContent h2 a
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0375BB;
	padding-top: 10px;
	padding-bottom: 2px;
	margin: 0px;
}
#PromoContainerWrapper #PromoContainerContent ul
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;    
    list-style-type: square;
}
#PromoContainerWrapper #PromoContainerContent ul li
{
    margin-top: 4px;
    margin-bottom: 4px;   
}
#PromoContainerWrapper #PromoContainerContent ul li a
{
      font-weight: normal;
}
#PromoContainerWrapper #PromoContainerContent ol
{
    margin-top: 5px;
    margin-bottom: 5px;    
}
/* Promotion Containers */

/* Sections */
#ContentWrapper #MainContent #TitleTable h1.TitleHeading
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #0375BB;
	padding: 0px;
	margin: 0px;
}

#ContentWrapper #MainContent #Utilities div.pagetools ul
{
	font-size: 10px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
#ContentWrapper #MainContent #Utilities div.pagetools ul li
{
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}

/* Body Styles */
#ContentWrapper #MainContent #BodyContent img
{
	padding: 0px;
	border: 0px solid #CCCCCC;
}

/* Sections */

/* Form Tables */
form table.FormTable
{
	margin-top: 8px;
	font-size: 11px;
	margin-bottom: 8px;
	background-color: transparent;
	color: #666666;
	border-spacing: 1px;
}
form table TR TD.FormTableCopyAltLeft
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #666666;
	background-color: transparent;
}
form table tr td.FormTableCopyAltRight
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #666666;
	background-color: transparent;
}
form table tr td.FormTableButtons
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #666666;
	background-color: transparent;
	text-align: right;
}
form div.ButtonHolder
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    PADDING-TOP: 2px;
    MARGIN: 0px;
    COLOR: #666666;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: right;
}
/* Form Tables */

/* Main Navigation */
#BrandingWrapper #MainNavigation
{
	text-align: left;	
	width: 189px;
	height: 272px;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: both;
	background-color: transparent;
	padding-left: 30px;
}
#MainNavigation table tr td.NavTableCellOn a.NavLinkOn,
#MainNavigation table tr td.NavTableCellOn a.NavLinkOn span,
#MainNavigation table tr td.NavTableCellOn a.NavLinkOff,
#MainNavigation table tr td.NavTableCellOn a.NavLinkOff span
{
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}
#MainNavigation a.NavLinkOn:link
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
}
#MainNavigation a.NavLinkOn:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
}
#MainNavigation a.NavLinkOn:active
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
}
#MainNavigation a.NavLinkOn:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
}
#MainNavigation table tr td.NavTableCellOff a.NavLinkOff,
#MainNavigation table tr td.NavTableCellOff a.NavLinkOff span
{
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}
#MainNavigation a.NavLinkOff:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#MainNavigation a.NavLinkOff:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#MainNavigation a.NavLinkOff:active
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
}
#MainNavigation a.NavLinkOff:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
}
#MainNavigation table tr td.NavTableCellOn
{
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}
#MainNavigation table tr td.NavTableCellOff
{
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}
/* Main Navigation */

/* Modules */

/* Press Release Module */
#ContentWrapper #MainContent p span.ReleaseDate
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
}
p.MoreLink
{
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
	text-align: right;
}
p.RSSLink
{
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
	text-align: right;
}
div.PressReleaseLinks
{
	display: block;
	clear: both;
}
#PromoContainerWrapper #divHeading,
#PromoContentRight #divHeading
{
	border-bottom: 2px solid #0375BB;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}
div.ReleaseListFeatureHeading
{
	display: block:
	clear: both;
	border-bottom: 2px solid #0375BB;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}
div.ReleaseListFeatureHeading h1,
div.ReleaseListFeatureHeading h1 a
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin: 0px;
}
div.ReleaseListFeatureImage
{
	display: block:
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.ReleaseListFeatureImage img
{
	padding: 2px;
	border: 1px solid #CCCCCC;
}
div.ReleaseListFeatureCopy
{
	text-align: justified;
}
/* Press Release Module */

/* TRAVEL MODULE */
.DestinationsFrame
{
	border: 1px solid #CCCCCC;
}
#DestinationStatisticsHolder
{
	width: 120px;
	float: right;
	display: inline;
	background-color: #99CCFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
#DestinationStatisticsHolder #divHeading
{
	border-bottom: 0px solid #0375BB;
}
#DestinationStatisticsHolder #divHeading h1,
#DestinationStatisticsHolder #divHeading h2,
#DestinationStatisticsHolder h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
#DestinationStatisticsHolder h2
{
	padding-top: 4px;
}
#TrailMapHolder
{
	width: 600px;
	overflow: auto;
}
/* Travel Module */

/* SNOW REPORTS MODULE */

div.SnowReportSummary
{
	height: 300px;
	overflow: auto;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #0375BB;
	scrollbar-highlight-color: #0375BB;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #F3F3F3;
	scrollbar-arrow-color: #0375BB;
	scrollbar-base-color: #FFFFFF;
	background-color: transparent;
}
table.SnowReportMiniTable
{
    BACKGROUND-COLOR: #CCCCCC;
    MARGIN-TOP: 8px;
    MARGIN-BOTTOM: 8px;
    BORDER-TOP: 2px solid #0375BB
}
table.SnowReportMiniTable tr td.SubHead
{
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #F69C60;
    COLOR: #FFFFFF;
    TEXT-ALIGN: left;
}
table.SnowReportMiniTable tr td.CopyLeft
{
    BACKGROUND-COLOR: #FFFFFF;
    TEXT-ALIGN: left;
}
table.SnowReportMiniTable tr td.CopyRight
{
    BACKGROUND-COLOR: #FFFFFF;
    TEXT-ALIGN: right;
}
/* SNOW REPORTS MODULE */

/* ADVERTS MODULE */
table tr td.AdvertBottomItem
{
	padding-top: 20px;
	padding-bottom: 20px;
}
/* ADVERTS MODULE */

/* SLIDE SHOW */
td.SlideShowNormalSize
{
	TEXT-ALIGN: right;
	VERTICAL-ALIGN: middle;
	BORDER: 1px solid #CCCCCC;
	PADDING: 3px;
}
td.SlideShowThumbnailImage
{
	TEXT-ALIGN: left;
}
td.SlideShowThumbnailSize
{
	BORDER: 1px solid #CCCCCC;
	PADDING: 1px;
}

img.SlideShowImage
{	
	MARGIN-BOTTOM: 4px;
}
div.SlideShowWrapper
{
	width: 135px;
	height: 162px;
	background-image: url(/images/db/mus/10.gif);
	background-repeat:  no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
}
* html div.SlideShowWrapper
{
	width: 145px;
	height: 172px;
}
div.SlideShowWrapper table.SlideShowHolder
{
	padding: 0px;
	margin: 0px;
}
/* SLIDE SHOW */

/* HIGH SLIDE */
.highslide {cursor: url(/js/highslide/graphics/zoomin.cur), pointer; outline: none;}
.highslide img {border: 2px solid #CCCCCC;}
.highslide:hover img {border: 2px solid silver;}
.highslide-image {border-bottom: 1px solid white;}
.highslide-image-blur {}
.highslide-caption {display: none;border-bottom: 1px solid white; font-family: Verdana, Helvetica; font-size: 13px; padding: 5px; background-color: silver;}
.highslide-loading {display: block; color: white; font-size: 9px; font-weight: bold; text-transform: uppercase;  text-decoration: none;	padding: 3px; border-top: 1px solid white; border-bottom: 1px solid white;background-color: black;}
a.highslide-credits, a.highslide-credits i {padding: 2px; color: silver; text-decoration: none; font-size: 10px;}
a.highslide-credits:hover, a.highslide-credits:hover i {color: white; background-color: gray;}
.highslide-move {cursor: move;}
.highslide-overlay {display: none;}

/* Controlbar example */
.controlbar {	
	margin-left: 60px;
	background: url(/js/highslide/graphics/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/* HIGH SLIDE */

/* NEWS TOOL TIPS */
div.GeneralNewsToolTipHolder
{
	padding-bottom: 30px;
	background-image: url(/images/icons/icon_news_tooltip_callout.gif);
	background-repeat:  no-repeat;
	background-position: left bottom;
	z-index: 20000;
}
div.GeneralNewsToolTip
{
	width: 300px; 
	color:#333333;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration: none;
	text-align: left;
	padding: 5px;
	border-left: 2px solid #D6D6D6;
	border-right: 2px solid #D6D6D6;
	border-top: 2px solid #D6D6D6;
	background-color: #FFFFFF;
	z-index: 21000;	
}
/* NEWS TOOL TIPS */

/* MESSAGE BOXES */
div.MessageHolderSuccess
{
	WIDTH: 100%;
	HEIGHT: 50px;
	BORDER: 1px solid green;
	margin-top: 5px;
}
div.MessageHolderFailure
{
	WIDTH: 100%;
	HEIGHT: 50px;
	BORDER: 1px solid red;
	margin-top: 5px;
}
#idMessageHolder div.MessageImageSuccess
{
	WIDTH: 5%;
	HEIGHT: 40px;
	DISPLAY: inline;
	VERTICAL-ALIGN: middle;
	background-image: url(/images/icons/icon_tick.gif);
	background-repeat:  no-repeat;
	background-position: 50% 50%;
	padding: 0px;
	margin: 0px;
	FLOAT: left;
}
#idMessageHolder div.MessageImageFailure
{
	WIDTH: 5%;
	HEIGHT: 40px;
	DISPLAY: inline;
	VERTICAL-ALIGN: middle;
	background-image: url(/images/icons/icon_cross.gif);
	background-repeat:  no-repeat;
	background-position: 50% 50%;
	padding: 0px;
	margin: 0px;
	FLOAT: left;
}
#idMessageHolder #idMessageContent
{
	DISPLAY: inline;
	VERTICAL-ALIGN: middle;
	WIDTH: 95%;
	HEIGHT: 100%;
	FLOAT: right;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}
#idMessageHolder #idMessageContent ul
{
	list-style-type: square;
}
/* MESSAGE BOXES */

/* LINKS MODULE */
/*---- LINKS TABLES----*/
table.LinkTable
{
    BACKGROUND-COLOR: #CCCCCC;
    MARGIN-TOP: 8px;
    MARGIN-BOTTOM: 8px;
    BORDER-TOP: 2px solid #0375BB
}

table thead.LinkTableHead
{}
table thead th.LinkTableHeadLeft
{
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #F69C60;
    COLOR: #FFFFFF;
    TEXT-ALIGN: left;
}
table thead th.LinkTableHeadRight
{
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #F69C60;
    COLOR: #FFFFFF;
    TEXT-ALIGN: left;
}
table tr.LinkTable
{}
table tr td.LinkTable
{
	BACKGROUND-COLOR: #FFFFFF;
	PADDING: 2px;
}
table tr td.LinkTableCopyLeft
{
    BACKGROUND-COLOR: #FFFFFF;
}
table tr td.LinkTableCopyRight
{
    BACKGROUND-COLOR: #FFFFFF;
}
/* LINKS MODULE */

/* PROFILE MODULE */
table.ProfileHomeTable
{
	width: 380px;
}
table.ProfileHomeTable tr td.ProfileHomeLeft
{
	width: 190px;
}
table.ProfileHomeTable tr td.ProfileHomeRight
{
	width: 190px;
}
#MyProfileHolder div.PhotoAlbumImageThumb
{
	padding: 2px;
	border: 1px solid #666666;	
}
P.BlogFunctions
{
   PADDING: 0px;
   MARGIN: 0px;
}
#UserMessages P.BlogFunctions
{
   PADDING: 4px;
   MARGIN-TOP: 4px;
   MARGIN-BOTTOM: 4px;
}
#MyProfileHolder
{
    BORDER: 1px solid #666666;
    PADDING: 4px;
    WIDTH: 100%;
    MARGIN-BOTTOM: 4px;
}
#MyProfilePromoHolder
{
    BORDER: 1px solid #666666;
    PADDING: 4px;
    WIDTH: 100%;
    MARGIN-BOTTOM: 4px;
}
#MyProfileHolder P, #MyMessagesHolder P, #MyUserNetworkHolder P, #MyCommunityNetworkHolder P,
#MyListingsHolder P
{
	MARGIN: 0px;
}
#MyProfile
{

}
#MyMessagesHolder
{
   BORDER: 1px solid #666666;
   PADDING: 4px;
   WIDTH: 100%;
   MARGIN-BOTTOM: 4px;
}
#MyMessages
{

}
#MyUserNetworkHolder
{
   BORDER: 1px solid #666666;
   PADDING: 4px;
   WIDTH: 100%;
   MARGIN-BOTTOM: 4px;
}
#MyUserNetwork
{
   HEIGHT: 200px;
   overflow: auto;
}
#MyCommunityNetworkHolder
{
   BORDER: 1px solid #666666;
   PADDING: 4px;
   WIDTH: 100%;
   MARGIN-BOTTOM: 4px;
}
#MyCommunityNetwork
{
   HEIGHT: 200px;
   overflow: auto;
}

#MyListingsHolder
{
   BORDER: 1px solid #666666;
   PADDING: 4px;
   WIDTH: 100%;
   MARGIN-BOTTOM: 4px;
}
#MyListings
{
	height: 400px;
	overflow: auto;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #0375BB;
	scrollbar-highlight-color: #0375BB;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #F3F3F3;
	scrollbar-arrow-color: #0375BB;
	scrollbar-base-color: #FFFFFF;
	background-color: transparent;
}
span.MessageBoxSelected
{
    BORDER: 1px solid #DC252A;
    PADDING: 4px;
    FONT-WEIGHT: bold;
}
table.MessageSummary
{
    PADDING: 0px;
    MARGIN: 0px;
}
table.MessageSummary tr td.MessageSummaryCopyLeft
{
    TEXT-ALIGN: left;
}
table.MessageSummary tr td.MessageSummaryCopyLeftBold
{
    TEXT-ALIGN: left;
    FONT-WEIGHT: bold;
}
table.MessageSummary tr td.MessageSummaryCopyRight
{
    TEXT-ALIGN: right;
}
table.MessageSummary tr td.MessageSummaryCopyRightBold
{
    TEXT-ALIGN: right;
    FONT-WEIGHT: bold;
}
table.MessageSummary tr td.MessageSummaryCopyCenter
{
    TEXT-ALIGN: center;
}
table.MessageSummary tr td.MessageSummaryCopyCenterBold
{
    TEXT-ALIGN: center;
    FONT-WEIGHT: bold;
}
#MyFavouritesHolder
{
   BORDER: 1px solid #666666;
   PADDING: 4px;
   WIDTH: 100%;
   MARGIN-BOTTOM: 4px;
}
#MyFavourites
{

}
#MyWeatherHolder
{
   BORDER: 1px solid #666666;
   PADDING: 4px;
   WIDTH: 100%;
   MARGIN-BOTTOM: 4px;
}
#MyWeather
{

}
#MyPhotosHolder
{
   BORDER: 1px solid #666666;
   PADDING: 4px;
   WIDTH: 100%;
   MARGIN-BOTTOM: 4px;
}
#MyPhotos
{

}
/* PROFILE MODULE */

/* ATTACHMENTS MODULE */
div.AttachmentCollection h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0375BB;
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}
/* ATTACHMENTS MODULE */

/* BLOG MODULE */
div.BlogContainer
{
	display: block;
	clear: both;
}
div.BlogContainer h2.BlogTitle,
div.BlogContainer h2.BlogTitle a
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 4px;
	margin: 0px;
}
div.BlogContainer p.BlogByLine
{
	color: #999999;
	padding-top: 0px;
	padding-bottom: 4px;
	margin: 0px;
}
/* BLOG MODULE */

/* GENERIC COMMENTS MODULE */
div.GenericComments
{
	display: block;
	clear: both;
}
/* GENERIC COMMENTS MODULE */

/* NEWSLETTER MODULE */
#PageWrapperHome #divNewslettersSignUp
{
	width: 380px;
	overflow: hidden;
}
/* NEWSLETTER MODULE */

/* Calendar MODULE */
table.CalendarTable
{
}
table thead.CalendarTable
{
    BACKGROUND-COLOR: #0375BB;
}
table thead th.CalendarTable
{
    BACKGROUND-COLOR: #0375BB;
    COLOR: #FFFFFF;
    TEXT-ALIGN: center;
}
table tr td.CalendarTableCopyLeft
{
}
table tr td.CalendarTableCopyCenter,
table tr td.CalendarTableCopyCenterRight,
table tr td.CalendarTableCopyRight
{
	BORDER: 1px solid #CCCCCC;
}
/* Calendar MODULE */
