@charset "UTF-8";

/* CSS Document */

a:link, a:visited, a:active {
	color: #6a8caf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0 0 0 0;
	background: #000;
}

hr {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: #ccc 1px solid;
}

#top-section {
	margin: 0 auto 0 auto;
	height: ;
	background: #000;
	color: #fff;
	overflow: hidden;
}

#top-section .inside-wrapper {
	width: 1025px;
	margin: 0 auto 0 auto;
}

#top-section .inside-wrapper #top-left {
	float: left;
	width: 300px;
	text-align: left;
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

img.logo {
	margin-top: 20px;
}

#top-section .inside-wrapper #top-right {
	float: right;
	width: 700px;
	text-align: right;
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
#top-section .inside-wrapper #top-right a, #top-section .inside-wrapper #top-left a {
	padding-left: 5px;
	padding-right: 5px;
	
}

#top-section .inside-wrapper #top-right img {
	margin-top: 10px;
	/*margin-left: -90px;*/
}

.inside-wrapper {
	width: 950px;
	margin: 0 auto 0 auto;
}

#middle-section {
	background: url(../images/bg.jpg) top center repeat-x;
}

#glow-bg {
	width: 1127px;
	background:url(../images/main-bg.jpg) top center no-repeat;
	margin: 0 auto 0 auto;
}

#ba-header {
	height: 166px;
	background: #082d59 url(../images/header-img.jpg) center no-repeat;
	width: 1027px;
	margin: 0 auto 0 auto;
	border-left: #6a8caf solid 1px;
	border-right: #6a8caf solid 1px;
}
#ba-header img {
	height: 166px;
	width: 1027px;

}

#ba-subsection {
	/*height: 50px;*/
	background: #1e5185 url(../images/subheader-bg.jpg) bottom center repeat-x;
	border: #6a8caf solid 1px;
	width: 1027px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	margin-top: 0;
	overflow: hidden;
}

#ba-subsection p {
	padding: 14px 0 14px 0;
	margin: 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#subsection-left {
	width: 380px;
	float: left;
}
#subsection-left p {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#subsection-right {
	width: 535px;
	float: right;
}
#subsection-right p {
	font-size: 14px;
	line-height: 18px;
	padding-top: 1px;
}
#subsection-right p.subsection-textstarter {
	/*font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.21em;*/
	padding-bottom: 2px;
	padding-top: 19px;
	/*border-bottom: 1px solid #94a2b0;*/
	font-size: 15px;
}

#main-content {
	background: #fff;
	width: 1027px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding-top: 15px;
	border-left: #6a8caf solid 1px;
	border-right: #6a8caf solid 1px;
	padding-bottom: 35px;
	
	
}

#left-column {
	float: left;
	width: 600px;
}
#left-column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#right-column {
	float: right;
	width: 275px;
	text-align: left;
}

#right-column .moduletable {
	margin-bottom: 10px;
}

.moduletabletopratings, .moduletablemodelday {
	font-family: Arial, Helvetica, sans-serif;
	background: #182C54 url(../images/rightmodule_bg.jpg) top center repeat-x;
	padding: 1px 15px 5px 15px;
	border: #2E4975 1px solid;
	margin-bottom: 10px;
	
}
.moduletablemodelday a:link, .moduletablemodelday a:visited, .moduletablemodelday a:active {
	color: #fff;
	font-weight: bold;
}

.moduletablemodelday img {
	width: 243px;
	border: 1px solid #2E4975;
}

.moduletablemodelday p {
	font-size: 12px;
	color: #fff;
}
.moduletabletopratings h3, .moduletablemodelday h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin-top: 10px;
	border-bottom: 1px solid #2E4975;
}

.moduletabletopratings ul li {
	font-size: 15px;
	list-style: square;
	color: #99B3C6;
	margin-bottom: 7px;
	margin-left: -15px;
}

.moduletabletopratings ul li a:link, .moduletabletopratings ul li a:active, .moduletabletopratings ul li a:visited {
	color: #99B3C6;
}

.top {
	width: 600px;
}

.left {
	width: 368px;
	height: auto;
	overflow: hidden;
	margin-top: -50px;
	
}


.left img.mainpicture {
	width: 368px;
	height: auto;
	border: #999 1px solid;
	/*margin-top: -25px;*/
	margin-bottom: 10px;
	
}

img.modelthumb {
	width: 70px;
	height: 100px;
	border: 1px #999 solid;
	margin-right: 5px;
}

.right {
	width: 260px;
	height: 400px;
	padding-left: 20px;
	overflow: hidden;
	z-index: 45;
	color
}

h1.modelname {
	margin-top: 0; /*was on 50px for top nav - or set to 0 if top nav not working*/
	padding-top: 50px;
	margin-bottom: 3px;
	font-size: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6a8caf;
	width: 260px;
}

h2.modellocation {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

p.modeldesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer {
	background: #000;
	padding-top: 0;
}

#footer p {
	padding: 0 0 5px 0;
	margin: 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
}

#footer .inside-wrapper .moduletable {
	padding-top: 0;
}

table.blog img.modelthumb_start {
	visibility: visible;
	width: 70px;
	height: 100px;
	text-align: center;
}

img.modelthumb_start {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.pagenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

span.pagenav {
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#pagenavdiv {
	margin-right: -23px;/*margin-top: -175px;*/
	margin-left: 385px;
	margin-top: 0;	
	z-index: 100;	
	padding-top: 0px;
	width: 265px;
	position: absolute;
	
}

table.pagenav {
	padding-top: 3px;
}

table.pagenav tr {
	padding: 0;
}

th.pagenav_prev {
	background: url(http://www.bleueblood.com/bleueangels/images/prev_notext.jpg) no-repeat center;
	height: 50px;
	width: 120px;
	padding-left: 20px;
}

th.pagenav_next {
	background: url(http://www.bleueblood.com/bleueangels/images/next_notext.jpg) no-repeat center;
	height: 50px;
	width: 120px;
	padding-right: 20px;
}

th.pagenav_next a:link, th.pagenav_next a:visited, th.pagenav_next a:active, th.pagenav_prev a:link, th.pagenav_prev a:active, th.pagenav_prev a:visited {
	color: #fff;
}

table.allmodelstable {
	margin-top: -20px;
	margin-left: -17px;
}

table.allmodelstable tr td {
	width: 125px;
	height: 150px;
	font-size: 12px;
}

table.allmodelstable tr td img {
	margin-bottom: 6px;
	border: 1px #999 solid;
}

table.allmodelstable tr td a:hover {
	text-decoration: none;
}

.moduletable_menu {
	margin-bottom: 7px;
}

#right-column .moduletable .bannergroup .banneritem img {
	width: 275px;
	border: none;
}
span.clickstar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a8caf;
}
img.sm-icons {
	width: 24px;
	height: 24px;
	border: none;
	margin-left: -5px;
}

.componentheading, .componentheadingregister-form {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	text-decoration: underline;
}
.moduletableinline-login {
	
}

ul.login-registerinfo li {
	display: inline;
	margin-left: 20px;
}
table.contentpane {
	width: 575px;
}
.message {
	width: 575px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 12px;
}
table.contentpaneregister-form {
	width: 600px;
	
}
#left-column .alpharegistration2, #left-column .alpharegistration3 {
	width: 600px;	
}
#left-column .alpharegistration2 p, #left-column .alpharegistration3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#left-column #com-form-login {
	width: 600px;
}
.bannerheader {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
#main-content .inside-wrapper #left-column td.right p.modelnumber {
	padding-bottom:0;
	margin-top: 40px;
	margin-bottom: -40px;
	text-align: center;
	font-size: 10px;
	color: #777;
}

