﻿
@charset "utf-8";
/* CSS Document */

* html img,
* html .png{
    			position:relative;
    			behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        			this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        			this.src = "/Style%20Library/Polaris/VRA/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        			this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        			this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    			);
}

body {
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.vraContent {
	margin:15px 0px 15px 0px;
}

#followVRATable {
	border:solid 5px #ccc;
	padding:3px;
}

HR.article {
	color:#ccc;
	background-color:#ccc;
}

.Layout-BuzzContainer{
				vertical-align:top
}
.Layout-FeaturedContainer{
				vertical-align:top;
}
.Layout-FeaturedContainer div
{
	text-align:left;
}
.OutsideBorder {
                padding:0px;
                border-color:#b5b6b5;
				border-left-style: solid;
				border-left-width: 3px;
				border-top-style: solid;
				border-top-width: 3px;
				border-bottom-style: solid;
				border-bottom-width: 3px;
				border-right-style: solid;
				border-right-width: 3px;
				background-color:white;
}
.borderLeftTop{
				width:200px

}
.ArticleTitle{
	font-size:8;
	font-weight:bold;
	text-align:left;
	padding-left: 5px;
}
.ArticleTeaser{
	text-align:left;
	padding-left: 5px;
}
.ArticleLink{
	color: rgb(209,58,63);
	padding-left: 5px;
}

.FeaturedHeader{
				
				background-image:url(/_layouts/Images/Polaris.VRA.Web/FeaturedHeader.png);
				vertical-align:bottom;
				background-repeat:no-repeat;
				height:30px;
}
.ArticleHeader{
				
				background-image:url(/_layouts/Images/Polaris.VRA.Web/BuzzHeader.gif);
				vertical-align:bottom;
				background-repeat:no-repeat;
				height:30px;

}
.AwardsHeader{
				
				background-image:url(/_layouts/Images/Polaris.VRA.Web/AwardsHeader.gif);
				vertical-align:bottom;
				background-repeat:no-repeat;
				height:30px;
}

.AwardsList2 {
				margin: 0;
				padding: 0;
				background-color: white;
				border: 4px solid gray;
				width:100%;
				
}
.AwardsItem {
				float: left;
				margin: 0;
				padding: 0;
				list-style: none;
				background-color: white;
}

.AwardsList {
				float: left;
				margin: 0;
				padding: 0;
				background-color: white;
				border: 4px solid gray;
}

.VideoThumbLink {
				position: relative; 
				display: block;				
}

.VideoThumbOverlay {
				position: absolute;
				z-index: 3;
				top: 0px;
				left: 0px;
				width: 217px;
				height: 141px;
				border: none;
}

.VideoThumbOverlaySmall {
				position: absolute;
				z-index: 3;
				top: 0px;
				left: 0px;
				width: 100px;
				height: 75px;
				border: none;
}

.VideoThumb {
				position: relative;
				top: 0px;
				left: 0px;
				width: 217px;
				height: 141px;
				border: none;
}

.VideoTitle{
				font-size:8pt;
				font-weight:bold;
}
.VideoLinks{
				vertical-align:middle;
				color:#d63842;
}

.videoItem {
				margin: 0;
				padding: 0;
				background-color: white;
				border: 5px solid #b5b6b5;
				text-align: left;							
}

.VideoSortLink {
				 color: #b11322;
}

.videoItemPadding {
				padding-bottom: 4px;
				padding-right: 2px;
				padding-left: 0px;
				width: 30%;
}
.videoItemAlternatePadding {
				padding-bottom: 4px;
				padding-right: 0px;
				padding-left: 2px;
				/*width: 50%;*/
}

.articleMain {
				padding-bottom:5px;
				padding-right:5px;
}

.videoItemContent {
				padding-left: 7px;
}
    
.videosList {
				float: left;
				margin: 0;
				padding: 0;
				list-style: none;
				background-color: white;
				padding-bottom: 10px;				
}

.communityVideo {
				float: left;
				margin: 0;
				padding: 0;
				margin: 2px 2px 2px 2px;
				background-color: rgb(230,230,230);
}

.communityVideoList {
				float: left;
				margin: 0;
				padding: 0;
				list-style: none;
				background-color: rgb(230,230,230);
				padding-bottom: 10px;
}

.communityFacebook {
				vertical-align: top;
				/*border: solid 4px rgb(181,181,181);*/
				background-color: rgb(230,230,230);
				width:250px;
}

.communityYouTube {
				vertical-align: top;
				/*border: solid 4px rgb(181,181,181);*/
				background-color: rgb(230,230,230);
}

.photoItem {
	/*margin-bottom:20px;	*/
	background-color: white;
	border: 5px solid #b5b6b5;
	text-align: center;
	height:140px;
	width:140px;
	overflow:hidden;
}

.awardItem{ width:130px;}

.featuredItem{ width:100%;}


/* Article Style */
#articleTitle {
	font-size:20px;
}

.articleImage {
	border:solid 5px #ccc;
}

.articleContent {
	border-left:solid 5px #ccc;
	border-right:solid 5px #ccc;
	border-bottom:solid 5px #ccc;
}

.articleShare {
	float:left;
	clear:left;
	height:50px;
	width:175px;
	margin-top:10px;
}
.ShareOutsideBorder {
                padding:0px;
                border-color:#b5b6b5;
				border-left-style: solid;
				border-left-width: 1px;
				border-top-style: solid;
				border-top-width: 1px;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				border-right-style: solid;
				border-right-width: 1px;
				background-color:white;
				
}
.ShareItem{
                width: 15px; 
                height: 10px;
                cursor:pointer;
                cursor:hand;  
}

.ShareIcons{
	width:10px;
	height:10px;
	padding:0px;
}
.ShareText{
				letter-spacing:1px;
				width:65px;
				white-space: nowrap;
}

.TARTText {
				font-family: Arial;
				color: #4B4B4B;
}

.WhoWeAreContainerBorder
{
				 padding:0px;
				 border-color:#b5b6b5;
				border-left-style: solid;
				border-left-width: 5px;
				border-top-style: solid;
				border-top-width: 5px;
				border-bottom-style: solid;
				border-bottom-width: 5px;
				border-right-style: solid;
				border-right-width: 5px;
				background-color:white;

}
.WhoWeAreContainerBorderBottom{
			border-bottom-style: solid;
				border-bottom-width: 5px;
				 border-color:#b5b6b5;
				 vertical-align:top;

	
}
.WhoWeAreContainerBorderTopRow{
				border-top-style:none;
				border-top-width: 0px;
}

.welcome-box{margin-left:35px;}
.welcome-box-label{	white-space:nowrap; width:97px; overflow:hidden;}
.welcome-box-spacer{width:4px;}
.welcome-box-hyperlink{white-space:nowrap; width:80px; overflow:hidden;}
.welcome-box a:link, .welcome-box a:visited, .welcome-box a:active
{	
	color:#000;
	text-decoration:none;
}
.welcome-box a:hover{color: #bc0103;}

.shareBorderTop {background: url(/_layouts/images/Polaris.VRA.Web/share/dot.gif) 0 0 repeat-x;}
.shareBorderBottom {background: url(/_layouts/images/Polaris.VRA.Web/share/dot.gif) 0 100% repeat-x}
.shareBorderLeft {background: url(/_layouts/images/Polaris.VRA.Web/share/dot.gif) 0 0 repeat-y}
.shareBorderRight {background: url(/_layouts/images/Polaris.VRA.Web/share/dot.gif) 100% 0 repeat-y}
.shareBorderBottomLeft {background: url(/_layouts/images/Polaris.VRA.Web/share/lower-left.gif) 0 100% no-repeat}
.shareBorderBottomRight {background: url(/_layouts/images/Polaris.VRA.Web/share/lower-right.gif) 100% 100% no-repeat}
.shareBorderTopLeft {background: url(/_layouts/images/Polaris.VRA.Web/share/upper-left.gif) 0 0 no-repeat}
.shareBorderTopRight {background: url(/_layouts/images/Polaris.VRA.Web/share/upper-right.gif) 100% 0 no-repeat;}

.creedBulletList {
				margin-left: 0;
				padding-left: 0;
				list-style: none;
}

.creedBulletList li {
				vertical-align: bottom;
				height: 30px;
				padding-left: 50px;
				padding-top: 10px;
				background-image: url(/Style%20Library/Polaris/VRA/images/shield_bullet.jpg);
				background-repeat: no-repeat;
				background-position:left;
}

.DemoEventListTitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	text-transform:uppercase;
}

.EventListHeader
{
	text-transform:uppercase;
	color:#777;
	border-bottom:solid 1px #b5b6b5;
	border-right:solid 1px #b5b6b5;
}

.EventListHeaderLastColumn
{
	text-transform:uppercase;
	color:#777;
	border-bottom:solid 1px #b5b6b5;
}

.EventListHeaderMiddle
{
	text-transform:uppercase;
	color:#777;
	border-bottom:solid 1px #b5b6b5;
	border-right:solid 1px #b5b6b5;
	padding-left:5px;
}

.EventListBorder
{
	border-bottom:solid 1px #b5b6b5;
	border-right:solid 1px #b5b6b5;
}

.EventListBorderLastColumn
{
	border-bottom:solid 1px #b5b6b5;
	padding-left:5px;
}

.EventListBorderMiddle
{
	border-bottom:solid 1px #b5b6b5;
	border-right:solid 1px #b5b6b5;
	padding-left:5px;
}

.DemoRideSecondaryNav
{
	border-left:solid 5px #b5b6b5;
	border-top:solid 5px #b5b6b5;
	border-right:solid 5px #b5b6b5;
}

/* --------------------------------*/
/* Image overlay buttons
/* --------------------------------*/
.rsvp{
	position: relative;
	left: 50%;
	margin-top:-138px;
	margin-left:-451px;
	background-image:url(_layouts/images/Polaris.Victory/Demo/btnRSVPAnEventWhite.gif);
	height: 113px;
	width: 158px;
	cursor:pointer;
}

.rsvp:hover{
	background-image:url(_layouts/images/Polaris.Victory/Demo/btnRSVPAnEvent.gif);
}

.scheduleride{
	position: relative;
	left: 50%;
	margin-top:-138px;
	margin-left:-451px;
	background-image:url(_layouts/images/Polaris.Victory/Demo/btnScheduleTestRideWhite.gif);
	height: 113px;
	width: 158px;
	cursor:pointer;

}

.scheduleride:hover{
	background-image:url(_layouts/images/Polaris.Victory/Demo/btnScheduleTestRide.gif);
}

.testride{
	position: relative;
	left: 50%;
	margin-top:-113px;
	margin-left:-295px;	
	background-image:url(_layouts/images/Polaris.Victory/Demo/btnScheduleTestRideWhite.gif);
	height: 113px;
	width: 158px;
	cursor:pointer;
}

.testride:hover{
	background-image:url(_layouts/images/Polaris.Victory/Demo/btnScheduleTestRide.gif);
}

#PhotoAlbumHeader
{
	background-image:url(_layouts/images/Polaris.Victory/Demo/tabLatestPhotos.gif);
	height:30px;
	width:211px;
}

#DemoVideosHeader
{
	background-image:url(_layouts/images/Polaris.Victory/Demo/tabVictoryDemoVideos.gif);
	height:30px;
	width:240px;
}

.testridelist>li
{
	list-style-type:decimal;
}

.pager a:link, .pager a:visited {
	color:#a70a15;
	text-decoration:none;
}

.pager a:hover {
	text-decoration:underline;
}

.PagerCurrentPage {
	font-weight:bold;
}

.ArticleBody {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}

.ArticleBody a:link, .ArticleBody a:visited{
	text-decoration:none;
	color:#a70a15;
}

.ArticleBody a:hover{
	text-decoration:underline;
}
