
body
{
	height: 98%;
	width: 98%;
	text-align: center;
	font-family: arial, Verdana, helvetica;
	padding: 0px;
	margin: 2px;
	font-size: 17px;	
	/*background: #dae9f8 url(/images/bg.png) 0 0 repeat-x scroll;*/
}

.catSelect
{
	font-family: verdana, arial;
	font-size: 12px;
}

.catLongSelect
{
	border: 2px solid blue;
}


/* Smartphones */ 
@media (max-width: 480px) {
	div.mainOuter
	{
		width: 472px;
		text-align: left;
	}
	
	div.headerLinks
	{
		width: 460px;
		min-height: 27px; 
		vertical-align: middle;
	}
	
	div.mainContent
	{
		width: 455px;
		background-color: #fff;
		margin-top: 8px;
		border: 1px solid black;
	}
	
	.hide-sm
	{
		display:none;
	}
}

/* Smartphones to Tablets */ 
@media (min-width: 481px) and (max-width: 767px) {
	div.mainOuter
	{
		width: 757px;
		text-align: left;
	}
	
	div.headerLinks
	{
		width: 745px;
		min-height: 27px; 
		vertical-align: middle;
	}
	
	div.mainContent
	{
		width: 988px;
		background-color: #fff;
		margin-top: 8px;
		border: 1px solid black;
	}
}

/* Large Display */ 
@media (min-width: 768px) {
	div.mainOuter
	{
		width: 994px;
		text-align: left;
	}
	
	div.headerLinks
	{
		width: 982px;
		min-height: 27px; 
		vertical-align: middle;
	}
	
	div.mainContent
	{
		width: 988px;
		background: #fff url('/images/content-bg.png') repeat-y right top;
		margin-top: 8px;
		border: 1px solid black;
	}
}

div.headerLinks a
{
	text-align: center;	
	min-height: 25px;	
	padding-top: 3px;
	padding-bottom: 3px;	
	vertical-align: middle;
	width: 16%; 
	float: left;
}

a.focus-link
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 19px;
	text-shadow: #000 0.1em 0.1em 0.2em;
	/*filter: Shadow(Color=#000000, 	
			Direction=135, 
			Strength=5)*/
}

a.focus-link:hover
{
	text-decoration:underline;
	color: #fff;
}

.focus-text
{
	color: #002F9E;
    font-size: 20px;
    font-weight: bold;
}

a.black-hover-link
{
	text-decoration: none;	
}

a.black-hover-link:hover
{
	text-decoration: underline;
	color: #000;	
}

div.main-shadow 
{
	-moz-box-shadow: 0px 0px 4px 4px #333;
	-webkit-box-shadow: 0px 0px 4px 4px #333;
	box-shadow: 0px 0px 4px 4px #333;
	/* For IE 8 */
/*	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=-90, Color='#333333')
				 progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#333333');

	filter: 
		progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=-90, Color='#333333')
		progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#333333'); */
}

div.manualBox
{
	border: 2px dashed blue;
	padding: 8px;
	font-size: 110%;
}

.packageSpecial
{
	color: green;
	font-weight: bold;
}

table.partTable th.normal-header
{
	background-color: #002F9D;
}

table.partTable th.seat-covers-header
{
	background-color: #D50709;
	border: 2px solid #D50709;
}

table.partTable th.bottom-position
{
	background-color: #7E7E7E;
	border: 2px solid #7E7E7E;
}

#key-features .title
{
	color: #dd0000;
}

.picture-element
{
	padding-left: 22px;
	height: 22px;
	background: transparent url(/common/images/pictures-24.png) no-repeat top left;
}

.partTableHeader
{
	background-color: #111;	
}

table.partTable th
{
	background-color: #444;
    border: 2px solid #444;	
}

table.partTable th.normal-header
{
	background-color: #444;
    border: 2px solid #444;
}

.partTableSep
{
	background-color: #444;
}

.focusText
{
	color: black;
}

img.full-screen
{
	position:fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}