﻿html {
	background:#e8eaec;
}

form
{
	padding: 10px 20px 10px 20px; 
/*	background-color: #F4F4F3; */
	background-color: #E9E9E6;
	margin: 0 10px 10px 0;
}

form td
{
	padding: 0px 0px 10px 0px;
}



/* YUI Customization */
#doc {
   text-align:left;

	margin:20px auto;
	padding:1px 0;
	background:#ffffff;
	color:#303030;
	border:2px solid #a0a0a0;
}

#doc2 {
   text-align:left;

	margin: 20px auto;
	padding:1px 0;
	background:#ffffff;
	color:#303030;
	border:2px solid #a0a0a0;
}
/* YUI Customization */



/* BP */
#bp-body { 
	color: #333; 
	background: #83A4C4; 
	cursor: default;
	
	color:#303030;
	background:#e8eaec;
}


/* Masthead */
#mh { 
	background-color: #83A4C4;
	background-image: url(/images/header.jpg);
	background-repeat: repeat-x;
	height: 55px; 
	margin:0 1px 1px 1px;
}

/* BidPro Plus Logo */
#bp-logo {
	float: left;
}
#bp-logo h1 {
	text-indent: -9000px;
}
#bp-logo a {
	background: url(/images/bp.gif) no-repeat;
	z-index: 2;
	display: block; 
	height: 55px; 
	width: 300px;
	!important; 

	margin-left: 0px;	
	margin-top: 0px;
}

#bp-logosmall h1 {
	text-indent: -9000px;
}
#bp-logosmall a {
	background: url(/images/bpsmall.png) no-repeat;
	z-index: 2;
	display: block; 
	height: 30px; 
	width: 145px;
	!important; 
}


/* xxx Airlines Logo */
#xx-logo {
	float: right;
}
#xx-logo h1 {
	text-indent: -9000px;
}
#xx-logo a {
	z-index: 1;
	display: block; 
	!important; 
}

/* AirTran Airways Logo */
#xx-logo.fl-logo a {
	background: url(/images/FL.png) no-repeat;
	height: 55px; 
	width: 140px;
	margin-right: 0px;	
	margin-top: 0px;
}

/* Alaska Airlines Logo */
#xx-logo.as-logo a {
	background: url(/images/AS.gif) no-repeat;
	height: 55px; 
	width: 200px;
	margin-right: 0px;	
	margin-top: 10px;
}

/* American Airlines Logo */
#xx-logo.aa-logo a {
/*	background: url(/images/AA.png) no-repeat; */
	height: 55px; 
	width: 65px;
	margin-right: 0px;	
	margin-top: 0px;
}
/* xxx Airlines Logo */

/* ExpressJet Logo */
#xx-logo.xj-logo a {
	background: url(/images/XJ.gif) no-repeat;
	height: 55px; 
	width: 250px;
	margin-right: 0px;	
	margin-top: 0px;
}
/* Masthead */

/* index page */
#bp-index {
	padding: 10px 10px 5px 10px;
}

#bp-index h1 {
	font-size: 129%;
	font-weight: bold;
}

#bp-index h2 {
	font-size: 114%;
	padding-top: 10px;
	font-weight: bold;
}

#bp-index h4 {
	font-size: 77%;
	padding-top: 1px;
	font-weight: bold;
}

#bp-index p {
	padding: 5px 0 5px;
	line-height: 150%;
}

#bp-index blockquote {
	margin-left: 25px;
}

#bp-index li {
	margin-left: 30px;
	padding-bottom: 2px;
	list-style-type: square;
}
/* index page */


/* highlight box */
.bp-highlight {
	padding: 5px 10px 20px 10px;
	border: 1px solid #D8D900;
	background: #FFFFCA;
	margin-bottom: 10px;
}

.bp-highlight a {
	display:block;
	margin: 5px;
	font-weight:bold;
	font-size: 92%;
	text-decoration:none;
	text-align: center;
	color: #101010;

	height:2.2em;
	line-height:2.2em;

	background-color:#80b0da;
	border-top:1px solid #9bbdde;
 	border-left:1px solid #9bbdde;
	border-right:1px solid #668aaa;
 	border-bottom:1px solid #668aaa;
}

.bp-highlight a:hover,
.bp-highlight a.active {
 	background-color:#BBD5EE;
}

.bp-highlight a.soon {
 	background-color: #DFD09E;
 	border-top:1px solid #ded19b;
 	border-left:1px solid #ded19b;
 	border-right:1px solid #aa9c6b;
 	border-bottom:1px solid #aa9c6b;
	
	color: #4F4F4F;
}
/* highlight box */


/* Main site footer */
#bp-ft {
	padding: 3px 0 3px;
	margin:0 1px;
	color: #8B0000;
	background: #B0CEE8;
}

#bp-ft p {
	padding: 2px 2px 2px 2px; 
	margin:0; 
	text-align:center;
}

#bp-ft a {
	color: #0002B7;
	background-color:inherit; 
}

#bp-ft a:hover {
	color:#000000; 
	background-color:inherit; 
	text-decoration: none;
}
/* Main site footer */

/* Common content */
#bp-content {
	padding: 10px 10px 5px 10px;
}

#bp-content h1 {
	font-size: 129%;
	font-weight: bold;
}

#bp-content h2 {
	font-size: 114%;
	padding-top: 10px;
	font-weight: bold;
}

#bp-content h4 {
	font-size: 77%;
	padding-top: 1px;
	font-weight: bold;
}

#bp-content img {
	padding: 0 10px 0 0;
}

#bp-content p {
	padding: 5px 0 5px;
	line-height: 150%;
}

#bp-content strong {
	font-weight: bold;
}

#bp-content td
{
	padding: 0px 0px 10px 0px; 
}
/* Common content */

#bp-login {
	border-collapse:collapse; 

	padding: 0px 10px 10px 10px;

/*	background-color: #83A4C4;  */
}
/* login */

#bp-login .err {
	background-color: transparent;
	border: 0px;
	color: Black;

	font-weight: normal;
	text-align: center;
	font-style: italic;
}

#bp-login .err strong {
	border-collapse: separate; 

	border: 2px solid Maroon;
	background-color: #FFC0CB;

	padding: 8px 10px 8px 10px; 
 
	font-weight: bold;
	text-align: center;
}

#bp-login .err-box {
	margin: 0px 10px 10px 0px; 
	border-collapse: separate; 

	border: 2px solid Maroon;
	background-color: #FFC0CB;

	padding: 8px 10px 8px 10px; 

	text-align: left;
}


.center {
	text-align:center;
}

.gallery {
	font-size: 85%;
	margin: 0 20px 0 20px;
	text-align:center;
}

.gallery a {
	padding-left: 10px;
	text-decoration:none;
}

.note {
	font-size: 85%;
	margin: 0 20px 0 20px;
}

.note .info {
	background: transparent url(/images/silk/information.png) no-repeat center left;
	padding-left: 20px;
}



.large .disabled {
	font-size: 122%;
	font-weight: bold;
	background: #eee;
	border: 1px solid #ccc;
	color: #666;
	padding: 2px;
}

.large .text-input {
	font-size: 122%;
	font-weight: bold;
	background: #FFFADB url(/images/form-back.gif) repeat-x;
	border: 1px solid #7B7B7B;
	color: #393939;
	padding: 2px;
}

.large .disclaimer {
	font-size: 100%;
	background: #FFFADB url(/images/form-back.gif) repeat-x;
	border: 1px solid #7B7B7B;
	color: #393939;
	padding: 2px;
}

.large .button-input {
	font-size: 136%;
	margin-top: 2px;
	padding: 0px 5px 0px 5px;
}

.large strong {
	font-size: 122%;
	font-weight: bold;
	color: #393939;
	padding: 2px 0px 2px 0px;
}

.large small {
	font-size: 92%;
	padding: 2px;
}


.starlist li {
	background-image: url(/images/silk/bullet_star.png);
	background-repeat: no-repeat;
	padding-left: 20px;	
}

