@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);
html 
{
	background: #73ADD7 url(../images/gradient.gif) repeat-x;
}
body
{
	/*background: url('../images/background.png') repeat-x;*/
	font: 12pt arial, helvetica, sans-serif;
	color: #FFF;
	line-height:18pt;
	padding: 0;
	margin: 0;
	background: url(../images/sky.jpg) no-repeat center top;
	width: 100%;
	display: table;
}
input.button 
{
   margin:0.25em 0;
   margin-right:0.25em;
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 1px 10px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 9pt;
   font-weight:bold;
   font-family: arial,helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   }
input.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
input.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
input[type='text'], textarea, input[type="password"]
{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
}   
.hyperLinkButton 
{
   margin:0.25em 0;
   margin-right:0.25em;
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 1px 10px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 9pt;
   font-weight:bold;
   font-family: arial,helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   }
.hyperLinkButton:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.hyperLinkButton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
ul>li 
{
	list-style-image:url('../images/star.png');
}
h1
{
font-size:28pt;
padding-top:-1em;
}
h2
{
color:#D4AF37;
-webkit-text-stroke:1px black;
line-height:1.5em;
}
h3
{
    font-size:9pt;
    margin-top:0;
    color:#D4AF37;
}
h3 a:hover
{
    color:#D4AF37;
}

hr
{
	margin-left:1em;
	margin-right:1em;
}
a
{
	text-decoration:none;
	color:#5185C4;
	font-weight:bold;
	font-size:10pt
}
a:hover
{
	color:#D4AF37;
	text-decoration:none;
}

img
{
	border:none;
}
img.floatleft
{
	float:left;
	margin:10px;
	margin-top:0;
	margin-left:0
}
img.floatright
{
	float:right;
	margin:10px;
	margin-top:0;
	margin-left:1em;
}
/*Header*/
#Container
{
	width: 900px;
	border:solid 1px black;
	margin: 50px auto;
	line-height: 130%;
	background-color:#5185C4;
}
#DateContent
{
	/*border: 1px solid #D4AF37;*/
	background-color: #fff;
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    padding-top:0.5em;
    opacity: 0.8;
    color:#fff;
    font-weight:bold;
    line-height:10pt;
    font-size:8pt;
    text-align:center;
    
    border-radius:8px;
    -moz-border-radius:8px;
    -moz-box-shadow: 4px 4px 5px #999;
	-webkit-box-shadow: 4px 4px 5px #999;
	box-shadow: 4px 4px 5px #999;
	width:250px;
	height:200px;
	z-index:2;
	position:relative;
    top:-15.5em;
}
#defaultCountdown
{
    width: 275px;
    height: 100px;
    padding-top:4em;
    position:relative;
    left:6.75em;
    z-index:89;
}
#countdownText
{
    z-index:99;
    font-weight:bold;
	line-height:20pt;
    color:#000;
    text-align:center;
    font-size:14pt;
    position:relative;
    top:0.15em;
    left:0;
}
#navigation
{
display:table;    
margin:0 auto;
position:relative;
z-index:99;
}
#navigation a
{
	text-decoration:underline;
	color:#D4AF37;
	font-weight:bold;
	font-size:8pt
}
#navigation a:hover
{
	color:#D4AF37;
	text-decoration:none;
}
#navigation h3
{
    font:bold 10pt arial,helvetica,sans-serif;
    color:Blue;
}

#navigation ul
{
	margin:0px; 
	padding:0px;
}

#navigation ul > li
{
	display:inline-block;  
	float:left; 
	list-style:none;
	padding-top:0.5em;
	padding-right:1em;
	border-right:dotted 1px white;
	margin:0 1em;
	position:relative;
}
#navigation li a
{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

#navigation li a:hover
{
	color:#D4AF37;
	
}

#navigation li ul
{ 
	margin:0px;
	padding:0px;
	display:none;
	position:absolute;
	left:-1em;
	top:2.35em;
	filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
	
}

#navigation li:hover ul
{ 
	display:block;
	width:200px;
	border:solid 1px #5185C4;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	-webkit-border-bottom-left-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	-moz-border-bottom-left-radius:25px;
	-mozborder-bottom-right-radius:25px;
	background-color:#fff;
	padding-top:1em;
}

#navigation li li
{
	list-style:none;
    height:30px;
	display:list-item;
	margin-left:1.5em;
	margin-right:1.5em;
	margin-top:-0.25em;
	margin-bottom:-0.25em;
	width:150px;
}

#navigation li li a
{
	color:#5185C4;
	display:list-item;
	font-size:7.5pt;
	font-family:Verdana;
	text-decoration:none;
}

#navigation li li a:hover
{
	/*color:#D4AF37; */
	color:#5185C4;
	font-size:7.5pt;
	text-decoration:underline;
}

ul#navlistSponsors
{
padding: 0;
list-style-type: none;
float: left;
font:8pt arial;
text-align: center;
margin:10px 2.5em;
}
ul#navlistSponsors li  
{
	display: inline;
}

ul#navlistSponsors li a
{
float: left;
margin:0 1.25em;
font: bold 11pt arial,helvetica,sans-serif;
color:#fff;
}
#Header
{
    padding-bottom:0;
    height:288px;
}
#Logo
{
	background: url('../images/balloonLogo.png') no-repeat;
	float:left;
	top:0.5em;
	left:0;
	width:212px;
	height:271px;
	position:relative;
	z-index:1;
}
#Logo span
{
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}
#HeaderBackground
{
	height:225px;
	width:900px;
	float:left;
	background: url('../images/headerPhoto3.jpg');
}
#headerRightBalloons
{
	width:175px;
	height:175px;
    left:15em;
	z-index:1;
    position:relative;
    top:-2em;
	background: url('../images/balloons3.png') no-repeat right;
}
#headerRightBalloons2
{
	height:175px;
	width:180px;
	left:-2.5em;
	top:0;
	position:relative;
	z-index:1;
	float:left;
	background: url('../images/balloons.png') no-repeat;
}
#Charities
{
	height:75px;
	position:relative;
	left:0;
	top:1em;
	float:left;
}
#CharityText
{
	height:75px;
	position:relative;
	right:0;
	top:11em;
	left:3em;
	text-align:center;
	font-size:8pt;
	line-height:8pt;
	float:left;
}
#CharityText a
{
	font-size:8pt;
	color:#000;
}
#CharityHeader
{
	color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 42px;
    font-weight: bold;
    left: -2.65em;
    margin-bottom: 0.5em;
    position: relative;
    text-align: center;
    text-shadow: 3px 3px 10px #fff;
    top: -7.85em;
}
#CharityHeader > img 
{
	visibility: hidden;
}
#CharityHeader > span
{
	color:#004c92;
}
.woundedWarriors
{
	/*background: url('../images/charities/uso.gif') no-repeat;*/
	float:left;
	width:100px;
	height:87px;
	z-index:99;
	margin-left:0.5em;
	margin-top:-2em;
}
.mayor
{
	/*background: url('../images/charities/mayor2.png') no-repeat;*/
	float:left;
	width:198px;
	height:75px;
	margin-top:-1em;
	margin-left:-2em;
}
.harvesters
{
	/*background: url('../images/charities/harvesters.png') no-repeat;*/
	float:left;
	margin-left:1em;
	width:100px;
	height:65px;
	margin-top:-0.75em;
}
#harvesters span, #uso span, #mayor span
{
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}
.headerDate
{
	color:#D4AF37;
	height:25px;
	font-size:20pt;
	position:relative;
	top:-6.5em;
	text-align:center;
	left:0;
	/*background:url('../images/headerDate.png') no-repeat;*/
	z-index:99;
}

#HeaderText
{
	float:right;
	margin-right:1.5em;
	margin-top:0.5em;
	width:575px;
	color:#000;
}
#locationHeader
{
    background:url('../images/location.png') no-repeat;
    width:125px;
    height:21px;
    margin-top:1em;
    margin-left:7em;
}
#Tickets
{
    height:75px;
    width:123px;
    background:url('../images/tickets.png') no-repeat;
    float:right;
    margin-right:9em;
}
#TagLine
{
	float:left;
	margin-top:3.5em;
	margin-left:0.25em;
	/*background:url('../images/tagline2.png') no-repeat top;*/
	width:360px;
	height:124px;
	position:relative;
	z-index:97;
}
#BuyTickets
{
	float:left;
	margin-top:11em;
	margin-left:-1em;
	background:url('../images/buyTickets.png') no-repeat top;
	width:100px;
	height:85px;
	position:relative;
	z-index:99;
}
#SocialMedia
{
	height: 65px;
    left: 0;
    position: relative;
    text-align: center;
    top: 1.5em;
    width: 250px;
    z-index: 99;
}

#SocialMedia img {width:40px;}

#ThankYou  
{
    width: 320px; 
    height: 50px; 
    float:right;
	border: 1px solid #D4AF37;
	background-color: #012A41;
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    padding:0.5em;
    padding-bottom:0.75em;
    opacity: 0.7;
    color:#fff;
    margin-top:7.25em;
    font-size:8pt;
    border-radius:8px;
    -moz-border-radius:8px;
}
#photoContest
{
    border: 1px solid #D4AF37;
	background-color: #012A41;
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    padding-top:0.5em;
    opacity: 0.7;
    color:#fff;
    font-weight:bold;
    font-size:8pt;
    border-radius:8px;
    -moz-border-radius:8px;
    text-align:center;
    float:left;
    margin-top:16.75em;
    padding-left:1em;
	margin-left:-34.5em;
	width:235px;
	height:35px;
	position:relative;
	z-index:99;
}
#FestivalPhotos
{
    border: 1px solid #D4AF37;
	background-color: #012A41;
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    padding-top:0.5em;
    padding-bottom:0.5em;
    opacity: 0.7;
    color:#fff;
    font-weight:bold;
    font-size:8pt;
    border-radius:8px;
    -moz-border-radius:8px;
    float:left;
    margin-top:16em;
    padding-left:1em;
	margin-left:-28.25em;
	width:175px;
	height:35px;
	position:relative;
	z-index:99;
	-moz-box-shadow: 4px 4px 5px #999;
	-webkit-box-shadow: 4px 4px 5px #999;
	box-shadow: 4px 4px 5px #999;
}
#photoContest a
{
    font-size:8pt;
}
#LostFound
{
    border: 1px solid #D4AF37;
	background-color: #012A41;
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    padding-top:0.5em;
    opacity: 0.7;
    color:#fff;
    font-size:8pt;
    border-radius:8px;
    -moz-border-radius:8px;
    float:left;
    margin-top:-8.75em;
    padding:0.5em;
	margin-left:-1.25em;
	width:245px;
	height:50px;
	position:relative;
	z-index:99;
}
#photoResults
{
    color:#012A41;
    font-size:8pt;
    float:left;
    margin-top:-8.75em;
	margin-left:-1.25em;
	width:225px;
	position:relative;
	z-index:99;
}
#photoResults a
{
    color:#012A41
}

#BalloonFederation
{
	float:right;
	margin-left:2em;
	margin-top:-0.25em;
	background:url('../images/bfa.png') no-repeat top;
	width:210px;
	height:50px;
	position:relative;
	z-index:99;
}
#middleHeader
{
	position:relative;
	top:-3em;
	left:1em;
}
#rightHeader
{
	width:30%;
	margin-right:2em;
	margin-top:-0.5em;
	float:right;
}
#middleHeaderBalloons
{
	position:relative;
	top:-1em;
	left:5em;
    float:right;
}
#MiddleHeaderBalloons1
{
	float:left;
	background:url('../images/balloonsHeaderMiddle1.png') no-repeat top;
	width:81px;
	top:1em;
	height:100px;
	position:relative;
	z-index:1;
}
#MiddleHeaderBalloons2
{
	float:left;
	background:url('../images/balloonsHeaderMiddle3.png') no-repeat top;
	width:125px;
	height:160px;
	position:relative;
	top:-0.5em;
	left:-2em;
	z-index:1;
}
#MiddleHeaderBalloons3
{
	float:left;
	top:-0.25em;
	left:-1em;
	background:url('../images/balloonsHeaderMiddle4.png') no-repeat top;
	width:103px;
	height:125px;
	position:relative;
	z-index:1;
}
#LeftHeaderContent
{
	margin-top:6em;
	position:relative;
	z-index:0;
	margin-right:39.5em;
	float:right;
}
#GreatMall
{
	background:url('../images/greatMall.png') no-repeat;
	width:256px;
	height:49px;
}
#GreatMall span
{
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}
#Parking
{
    font-size:11pt;
    font-weight:bold;
    float:right;
    position:relative;
	z-index:99;
	text-align:center;
    margin-right:13.5em;
    margin-top:0.25em;
    width:250px;
    height:20px;
    color:#333333;
}
#Parking a
{
    font-size:11pt;
}

#SiteLocation
{
	margin-right:17.5em;
	float:right;
	width:150px;
	margin-top:-1em;
	padding-bottom:0;
	margin-bottom:-0.25em;
}
#SiteLocation h2
{
	margin:0;
	font-size:10pt;
}


/*Body*/

#BodyContent
{
    background: url('../images/balloonBackground.jpg') repeat-x left bottom;
	border-top:solid black 1px;
	background-color:#fff;
	padding:0.5em 4em;
	color:#000;
}
#BodyContent a
{
	font-size:12pt;
	text-decoration:none;
}
#BodyContainerBottom
{
	height:32px;
	background: url('../images/BodyContentBottom.png') no-repeat;
	margin-bottom:1em;
}
/*Three CTAs*/
#Welcome
{
	float:left;
	margin:1em 0 1em 3em;
	width:225px;
}

#GiveBack
{
	margin-left:320px;
	width:265px;
	margin-top:1em;
	margin-bottom:2em;
}
#Volunteers
{
	float:right;
	margin:1em;
	margin-right:3em;
	width:235px;
}
/*Sponsors*/
#sponsors
{
	background:#fff;
	margin-bottom:0.5em;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
	height:78px;
}
/*Footer*/
#Footer
{
}
#Copyright
{
	font:9pt arial,helvetica,sans-serif;
	margin:10px auto;
	text-align:center;
	color:#fff;
	width:750px;
}
#Copyright a
{
	color:#D4AF37;
	font-size:8pt;
}
.clear
{
	clear:both;
}
.clearLeft
{
	clear:left;
}
.CTAHeader
{
	font:bold 18pt arial,helvetica,sans-serif;
	margin:0 0 -0.25em 0;
}
.PageHeader
{
	font:bold 14pt arial,helvetica,sans-serif;
}
.watermarked
{
	padding-left:0.5em;
	color:Gray;
}
.unwatermarked
{
	padding-left:0.5em;
}
.SubmitButton
{
	margin-left:0.75em;
}
.CTALink
{
	margin-top:-0.5em;
	margin-left:0.15em;
	margin-bottom:0.5em;
}
.CTALink a
{
	font:bold 8pt arial,helvetica,sans-serif;
}
.linksEdit
{
	color:#5185C4;
}
.facebook
{
	margin-top:-0.75em;
}
.twitter
{
	margin-top:-0.75em;
	margin-left:0.5em;
}
.bold
{
	font-weight:bold;
}
.italic
{
	font-style:italic;
}
.photoLabel
{
	margin-top:-2em;
	margin-right:4em;
	float:right;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}
.fL
{
	float:left;
}
.fR
{
	float:right;
}
.mL
{
	margin-left:1em;
}
.mLBig
{
	margin-left:2em;
}
.mRBig
{
	margin-right:2em;
}
.mBNone
{
	margin-bottom:0;
}
.mTNone
{
	margin-top:0;
}
.mTNegative
{
	margin-top:-2em;
}
.width200
{
	width:200px;
}
.width300
{
	width:300px;
}
.width650
{
	width:650px;
}
.alignRight
{
	text-align:right;
}
.alignCenter
{
	text-align:center;
}
.cB
{
	clear:both;
}
.mT
{
	margin-top:1em;
}
.mB
{
	margin-bottom:1em;
}
.pB
{
	padding-bottom:1em;
}
.pT
{
	padding-top:1em;
}
.borderLeft
{
	border-left:dashed 1px black;
    padding-left:1em;
}
.borderBottom
{
	border-bottom:dashed 1px black;
}
.upper li
{
	text-transform:uppercase;
}
.red
{
	color:Red;
}
.blue
{
	color:#00ADEF;
}
.green
{
	color:Green;
}
.yellow
{
	color:Yellow;
}
.purple
{
	color:Purple;
}
.bold
{
	font-weight:bold;
}
#ComingSoon
{
	color:#D4AF37;
	margin-top:0.25em;
	margin-bottom:0;
	font-size:32pt;
}
.movieHeader
{
	color:#D4AF37;
	margin-top:0.25em;
	margin-bottom:0;
	font-size:18pt;
}
.modalPopup
{
	background: #fff url('../images/logoTrans.gif') no-repeat top left;
	padding: 20px;
	color: Black;
	width: 350px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
.modalPopupMovie
{
	background: #fff url('../images/logoTrans.gif') no-repeat top left;
	padding: 20px;
	color: Black;
	width: 400px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
.modalPopupBalloonRides
{
	background: #fff url('../images/logoTrans.gif') no-repeat top left;
	padding: 20px;
	color: Black;
	width: 335px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;
	box-shadow: 3px 3px 2px #888;
}
.modalPopupTickets
{
	background: #fff url('../images/logoTrans.gif') no-repeat top left;
	padding: 20px;
	color: Black;
	width: 625px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;
	box-shadow: 3px 3px 2px #888;
}
.ModalWindow
{
	border: solid 1px #c0c0c0;
	background: #f0f0f0;
	padding: 0px 10px 10px 10px;
}
.modalBackground
{
	background-color: #707070;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.mayorPanel
{
	font-size:8pt;
	margin-left:7.5em;
	margin-top:-2em;
	color:#000;
}
.usoPanel
{
	font-size:8pt;
	margin-left:6em;
	color:#000;
}
.harvestersPanel
{
	font-size:8pt;
	margin-left:5em;
	color:#000;
}
.timePanel
{
	font-size:8pt;
	margin-left:15em;
	margin-top:0.5em;
	color:#000;
}
.mayorPanel a, .harvestersPanel a, .usoPanel a, .timePanel a
{
	font-size:8pt;
	color:#5185C4;
}
.mTNone
{
	margin-top:0;
}
.mTBig
{
	margin-top:2em;
}
.mBNone
{
	margin-bottom:0;
}
.mR
{
    margin-right:1em;
}
.pTSmall
{
	padding-top:0.25em;
}
.uppercase
{
	text-transform:uppercase;
}
.marginMiddle
{
	margin-top:0.25em auto;
}
.black
{
	color:#000;
}
.borderTop
{
    border-top: solid 1px Red;
}
.borderTopBlack
{
    border-top: solid 1px #000;
}
.borderTopDashed
{
    border-top: dashed 1px #000;
}
.border
{
	border:solid 1px black;
}
.fontBigger
{
	font-size:14pt;
}
.fontSmall
{
	font-size:10pt;
}
.fontSmallest
{
	font-size:7pt;
	line-height:8pt;
}
.white
{
	color:#fff;
}
.orangeBorder
{
	background:url(  '../images/orangeBorder.jpg' ) no-repeat;
	width:900px;
	height:25px;
	text-align:center;
}
.testTable
{
    background-color: White;
    width: 100%;
    border-top: 1px solid #e5eff8;
    border-right: 1px solid #e5eff8;
    margin: 1em auto;
    border-collapse: collapse;
}

.testTable td
{
    color: #678197;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
    text-align: center;
}

.testTable a img
{
    cursor: pointer;
}
.testTable thead th
{
    background: #f4f9fe;
    text-align: center;
    font: bold 1.2em/2em "Century Gothic" , "Trebuchet MS" ,Arial,Helvetica,sans-serif;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    color: #66a3d3;
}
.testTable h2
{
    color:#000;
    font: bold 1.6em/2em "Century Gothic" , "Trebuchet MS" ,Arial,Helvetica,sans-serif;
}
.printWorkOrderHeader
{
    font: bold 1.2em/2em "Century Gothic" , "Trebuchet MS" ,Arial,Helvetica,sans-serif;
}
.buttonPrintNotes
{
    margin: 0.25em 0;
    margin-right: 0.25em;
    border-top: 1px solid #96d1f8;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    padding: 1px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 9pt;
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}
.buttonPrintNotes:hover
{
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}
.buttonPrintNotes:active
{
    border-top-color: #1b435e;
    background: #1b435e;
}
.accordionHeader
{
    background-image: url('images/arrow_expand.gif');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #dddddd;
    background-color: White;
    padding: 3px 3px 3px 18px;
    margin-top: 5px;
    cursor: pointer;
}
/*--------------FOR PRINTING---------------*/
@media print
{
    body
    {
        font-size:12pt !important;
    }
    .noPrint
    {
        display: none !important; 
    }
    /*cufon.cufon canvas
    {
        display:inline !important;
        color:#000000;
    }*/
}
#ctl00_BodyStuff_Imagegallery1_dlPictures img
{
	border:dotted 1px black;
}
.location
{
	font-size:18pt; 
	margin-top:1em
}

.buyButton 
{
	margin-top:-0.5em;
	text-transform:uppercase;
	-moz-box-shadow:inset 1px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 1px 1px 0px 0px #f5978e;
	box-shadow:inset 1px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:14px;
	-moz-border-radius-topleft:14px;
	border-top-left-radius:14px;
	-webkit-border-top-right-radius:14px;
	-moz-border-radius-topright:14px;
	border-top-right-radius:14px;
	-webkit-border-bottom-right-radius:14px;
	-moz-border-radius-bottomright:14px;
	border-bottom-right-radius:14px;
	-webkit-border-bottom-left-radius:14px;
	-moz-border-radius-bottomleft:14px;
	border-bottom-left-radius:14px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.buyButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}
.buyButton:active {
	position:relative;
	top:1px;
}
.buyText
{
	float:left;
	width:45%;
	color:#000;
    text-align:center;
	margin-top:1.75em;
}
.buyLeftRight
{
    display:table;
    color:#000;
    position:relative;
    margin:auto;
    top:0.5em;
    
}
.buyLeftText
{
    display:table-cell;
    width:50%;
    padding: 0.5em; 
    height: 42px; 
    vertical-align:middle;
    border-top: dashed 1px #999;
    border-bottom:dashed 1px #999;
}
.buyRightText
{
    display:table-cell;
    width:50%;
    vertical-align:middle;
    padding: 0.5em; 
    height: 42px; 
    border-top: dashed 1px #999;
    border-bottom:dashed 1px #999;
    border-left:dashed 1px #999;
    padding-left:1em;
}
.minHeight
{
    min-height:200px;
}
.location 
{
	font-size:12pt;
	width:75%;
	margin-left:5em;
	margin-top:1.5em
}
.location > span
{
	letter-spacing: 6px;
}
.entrance {
    font-size: 16pt;
    line-height: 20pt;
    margin-left: 0;
}
.entrance > span
{
	font-size: 10pt
}