html, body {
    height: 100%;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/j12009/bg3.jpg);
	background-repeat: repeat-x;
	background-position: 768px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5E0077;
	font-size:11px;
}
img{
border:none;
}
.mainholder{
	min-height:100%;
	position: relative;
	background-image: url(images/j12009/bggirls.gif);
	background-repeat: no-repeat;
	background-position: center 211px;
	width:768px;
} 
*html .mainholder {
	height:100%;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5E0077;
	padding-bottom:125px;
	position: relative;
}
.top img{
	float: left;
	display:block;
	margin:0;
	padding:0;
	position:relative;
}
.top .stack{
	float:left;
}
.top .stack img{
	float:none;
}
.clearer{
	clear:both;
}
.footer {
	position: relative;
	bottom: 0px;
	height: 125px;
	width: 100%;
	margin-top:-125px;
	background-image: url(images/j12009/footerbg_19.gif);
	background-repeat: repeat-x;
}
.footer img{
	display:block;
	position:absolute;
	right:34px;
	top:41px;
}
.footer p{
position:absolute;
padding:0;
margin:0;
top:100px;
left:15px;
}
a:link {
	color:#2AABFF;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#2AABFF;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color:#2AABFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

.footer a{
color:#ffffff;
text-decoration:none;
font-weight:bold;
}
.footer a:hover{
color:#000000;
}
.flash {
	position: absolute;
	left: 0px;
	top: 0px;
}
/*.................................................from admin stylesheet....................................................*/
div.doc {
	text-align:left;
}
div.header {
	width:770px;
	padding:20px;
	margin-bottom:5px;
	border:none 1px black;
	color:#ff6600;
	text-align:center;
	font-weight:bold;
	font-size: 24px;
}

div.header_popup {
	width:100%;
	padding:20px;
	margin-bottom:5px;
	border:none 1px black;
	color:#ff6600;
	text-align:center;
	font-weight:bold;
	font-size: 24px;
}

div.navbar {
    padding:10px;
	margin-bottom:5px;
    border-bottom:dashed 1px #cccccc;
    font-weight:bold;
	margin-left:38px;
}

div.main {
	margin-left:38px;
}

.flightslisting td{
	padding-right:5px;
	border-right:solid 1px #cccccc;
	margin:0;
}
.flightslisting th{
padding-right:5px;
	border-right:solid 1px #cccccc;
	font-weight: bold;
	background-image: url(../images/bg3.gif);
	background-repeat: repeat;
	color: #FF6600;
}
.flightslisting .shadedrow{
	background-color: #dddddd;
	color: #FF6600;
}
/* used in the product_suggestions script to display the products in a smart way */
div.display_unit_holder_holder {
    background-color:#eeeeee;
    width:800px;
    float:left;
}

div.holder_small {
    background-color:#dddddd;
    border:solid 1px darkgray;
    width:20%;
    float:left;
    margin:10px;
    
    min-height:80px;
}
div.display_unit_holder {
    background-color:#dddddd;
    border:solid 1px darkgray;
    margin:10px;    
    width:370px;   
    float:left;
    min-height:80px;
}
div.holder_large {
    background-color:#dddddd;
    border:solid 1px darkgray;
    width:65%;
    float:left;
    margin:10px;
    min-height:80px;
}




div.display_unit_holder_xlarge {
    background-color:#dddddd;
    border:solid 1px darkgray;
    float:left;
    margin:10px;
    min-height:80px;
}


div.display_unit_header {
    text-align:center;
    background-color:#000000;
    color:#ffffff;
    font-weight:bold;
    padding:2px;
}


div.display_unit_small {
    text-align:center;
    font-size:x-small;
    padding-right:10px #eeeeee;    
    width:75px;
    float:left;
    background-color:#dddddd;
    margin:5px;
    min-height:80px;
    padding:5px;
}
div.display_unit {
    text-align:center;
    font-size:small;
    padding-right:10px #eeeeee;    
    width:160px;
    float:left;
    min-height:200px;
    background-color:#dddddd;
    margin:10px;
}
div.display_unit_large {
    text-align:center;
    font-size:small;
    padding-right:10px #eeeeee;    
    width:350px;
    float:left;
    background-color:#dddddd;
    margin:10px;
    min-height:250px;
}
/* a tweek for IE */
*html .display_unit_large { height:250px; }

/* hide from non printing pages */
.receipt_header{display:none}

/*..............................................from new style.................................................*/


table.content { padding:5px; margin:20px; }


/* defining the widths of the columns in a table */
th.xxnarrow { width:50px; }
th.xnarrow { width:80px; }
th.narrow { width:110px; }
th.medium { width:140px; }
th.wide { width:170px; }
th.xwide { width:200px; }
th.xxwide { width:230px; }


/* defining the alignment of the columns in a table */
th.center { vertical-align:top; text-align:center; padding:5px; font-size:small; }
th.left { vertical-align:top; text-align:left; padding:5px; font-size:small; }
th.right { vertical-align:top; text-align:right; padding:5px; font-size:small; }


/* defining the alignment of the data cells in a row */
td.center { vertical-align:top; text-align:center; padding:5px; }
td.left { vertical-align:top; text-align:left; padding:5px; }
td.right { vertical-align:top; text-align:right; padding:5px; }


/* defining the size of content in a data cell */
td.xsmall { font-size:x-small; padding:5px; }


/* default rendering of the widgets */
input { width:170px; padding:3px; }
textarea { padding:3px; }

input.nonedit { background-color: #eeeeee; }
input.long { width:300px; }
input.extra_long { width:600px; } 
select.small { width:150px; padding:1px; }

/* the special case for buttons and submits  */
.clicker { width:90px; }

.header_tiny { width:70px; }
.header_dates { width:160px; }
.header_actions { width:200px; }
.header_titles { width:200px; }
.spread { width:100%; }


/* used in edit pages to size the columns  */
.edit_headers { width:125px; }
.edit_widgets { width:600px; }


/* general centering  */ 
.centered { text-align:center; vertical-align:center; }


/* style applied to all links */

body.popup{
	background-color: #eeeeee;
	font-family:Verdana;
	color:#000000;
	font-weight:bold;
	font-size: 12px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	padding:10px;
	margin-bottom:5px;
    border-bottom:dashed 1px #cccccc;
}
.tooltip{
cursor: pointer;
	cursor: hand;
	margin-right:10px;
}
.orange{
color:#ff0000;
}
.ds2019{
border:dashed 1px #cccccc;
padding:5px;
}
.choice{
width:auto;
margin-right:5px;
margin-left:5px;
}
.sublinks {
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #CC0000;

}
.sublinks a:link {
	font-weight: bold;
	color: #1140CE;
	text-decoration: none;
}
.sublinks a:visited {

	font-weight: bold;
	color: #1140CE;
	text-decoration: none;
}
.sublinks a:active {


	font-weight: bold;
	color: #1140CE;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
.sublinks a:hover {
	font-weight: bold;
	color: #1140CE;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
.midinnercontent {
	/*background-image: url(images/midsectioninner_12.gif);
	background-repeat: repeat-y;
	width: 527px;
	padding-left: 29px;*/
	margin-top: 16px;
	padding-right: 9px;
	min-height:300px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	line-height: normal;
}
*html .midinnercontent{
height:300px;
}
.midinnercontent h1 {
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	margin: 5px 0px;
	padding: 0px;
	border:none;
}
.midinnercontent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	margin: 5px 0px 0px;
	padding: 0px;
	border:none;
}
.midinnercontent h3 {
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 0px;
	padding: 3px;
	background-image: url(images/headerbg_10.gif);
	color: #FF0000;
	border:none;
}
.midinnercontent p {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}