﻿
@IMPORT "local-hero.css";
@IMPORT "upcoming-events.css";

/*override standard spacing */
div.center {padding-top:0px;}

#Dialogue
{
	clear:both;
}

div#DivWeather
{
	margin-top:15px;
}

a.MeetTheTeam
{
	margin-top:15px;
}

div.quote { display:block; height:160px; background: transparent url("i/quote_bg.png") no-repeat left bottom; margin-top:10px;}
 

div.quote img.man     { 	display:inline-block; float:left; margin:0px 15px 5px 5px; }
div.quote img.openquote { 	display:inline-block; float:left; margin: 10px 5px 10px 0px; }
div.quote span.HeaderText 
{
	display:inline-block;
	width:410px;
	float:left;
	font-size:11px;
	margin: 0px;
	margin-top:20px;
	color:#404040; /* tbodarkergray */

}
div.quote span.HeaderText p {	margin: 0px 0px 0px 0px;  }
div.quote img.closequote { 	display:inline-block; float:left; margin:80px 0px 0px 0px; }

div.quote input.PlayVideo { display:block; float:left; border:none; background:none; background-image:url(i/watch_button.png);  width:242px; height:50px; margin: 0px 0px 0px 15px; cursor:pointer;}


div.DIV_Video a.Video2Link { float:right; clear:right;display:block;  width:144px; height:66px; cursor:pointer; margin-top:30px; background-image:url(i/wheel.png);}
div.DIV_Video a.Video3Link {float:right; clear:right; display:block; width:144px; height:66px; cursor:pointer; margin-top:20px; background-image:url(i/ear.png);}
div.DIV_Video input.CloseVideo {float:left; clear:right; display:block; width:121px; height:27px; cursor:pointer; margin-top:40px; background:none; border:none; background-image:url(i/close_vdo_button.png);}

div.DIV_Video div#video { display:block; border:solid 1px #cccccc; margin-top:10px; }
div.DIV_Video div#video div.GetSilverlight{display:block; width:320px; height:180px; }
div.DIV_Video div#video div.GetSilverlight a { display:block; width:320px; height:180px; cursor:pointer; background-image:url(i/install_Silverlight.png); background-position:top left;}





/*N.Gabbidon - 09/09/09 - Authentication style for twitter */
.Twitter_Canvas
{
 background: url('i/twittercanvas.jpg') center center no-repeat;
 width: 400px;
 height: 400px;
  text-align: center;
  margin: auto auto;
    padding: auto auto;
color: #ffffff;
font-size: 1.2em;

}

.Twitter_Canvas p#thanks
{
   text-align: center; 
    font-size: 1.5em;
}

.Twitter_Canvas p
{
    
    padding: 10px 10px;
    margin: auto 5px;
    text-align: left;
}



