/*************************************
 * TITLE: AviationReviews.com Screen *
 * MODIF: 2007-May-31 07:31 -0600    *
 *************************************/

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(240,240,240);
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
	border-bottom: 1px dotted Gray;
	cursor: help;
	margin: 0;
	padding: 0 0 0.4px 0;
}

.button {
background-color: #dddddd;
border: 1px solid #0000ff;
font-size: 10pt;
font-family: Tahoma;
font-weight: bold;
}

.doNotDisplay {
  display: none;
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}

.hide {
  color: white;
}

.red {
 color: Red;
}

.rjust {
  clear: right;
  color: white;
  background-color: transparent;
  font-weight: bold;
  float: right;
  margin: -1.7em 1em 0 0;
  background: none;
  padding-right: 0;
}

.sf {
	font-size : 11px;
}

h5	{
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color : #6666CC;
}

.search {		/* 11/16/2006 9:28PM - Searching */
  float: right;
  padding: 0.9mm;
  font-size: 88%;
}

.floatleft {
 float: left;
 text-align: left;
 margin: 22px 2px 2px 0px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 90%;  /* Enables font size scaling in MSIE */
}

.floatright {
 float: right;
 text-align: center;
 margin: 10px 4px 8px 15px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 90%;  /* Enables font size scaling in MSIE */
}

.floatcenter {
/* float: middle; 2008-03 */
 text-align: center;
 margin: 10px;
}

img {
	border: none;
}

.image {
	border: 2px solid #999;
}

.blogimage {
	float: left;
	border: solid 1px silver;
	padding: 5px;
	margin-right: 10px;
}
.caption {
	font-size: 86%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: gray;
}
                  
.banner {
	border: 2px solid #000;
	margin: 0 0 0 10%;
}

#wm {
	font-weight: bold;
}

/* sorted table styles */
table {
  margin: 2em 0 0 0;
  width: 96%;
}

thead th { 
border-bottom : 2px solid #000;
font-size : 10pt;
} 
.odd td { 
background-color : white;
} 
.even td { 
background-color : #dde5eb;
} 
.hover td { 
background-color : #a5b3c9;
} 
.sortedminus { 
background-color : #ecc;
} 
.sortedplus { 
background-color : #cec;
} 
.selrow td { 
background-color : #879ab7;
} 


/* ##### Header ##### */

.superHeader {
  color: white;
  background-color: rgb(100,135,220);
  height: 2em;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 98%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .ul {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader {
  color: rgb(39,78,144);
  background-color: white;
}

.midHeader form {
	margin-bottom:0; 
	display: inline;
}

.midHeader p {
	margin-bottom:0; 
	display: inline;
}

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
  background-color: white;
}

.subHeader {
  color: white;
  background-color: rgb(0,51,153);
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  font-weight: bold;
  background-color: transparent;
}

/* ##### Side Bar ##### */

#side-bar {
  width: 15em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
}

#side-bar div {
	border-bottom: 1px solid rgb(153,153,153);
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 5mm;
  display: block;
}

.thisPage {
	color: Black;
	background-color: white;
	padding-left: 4mm;
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
}

#side-bar a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.3ex 0 2.1mm;
  display: block;
}

#side-bar .sideBarText a {
	text-decoration: underline;
	padding: 0.2em;
	padding-top: 1em;
	font-size: 102%;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}

/* ##### Main Copy ##### */

#main-copy h1 {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0.4ex 0 0.4ex 1ex;
  clear: right;
}

#main-copy h2 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: small;
  padding: 0.9mm;
}

#main-copy h3 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: small;
  padding: 0.9mm;
}

#main-copy h4 {
  color: white;
  background-color: #000;
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0.4ex 0 0.4ex 1ex;
  clear: right;
}

#main-copy .rating {
	display: none;
}


#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 15em;
  padding: 0.5mm 5mm 5mm 3mm;
  border-left: 1px solid rgb(153,153,153);
}

#main-copy .news {
	color: #fff;
	background-color: #00309c;
	font-weight : bold;
}

#main-copy p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:visited {
	color: Navy;
	padding-right: 13px;
	background: url(Images/visited.gif) no-repeat 100% 50%;
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}

.blog {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: small;
}

/* ##### Footer ##### */

#footer {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a {
  color: white;
  text-decoration: underline;
}

#footer a:visited {
	color: #DCDCDC;
	padding-right: 13px;
	background: url(Images/visited.gif) no-repeat 100% 50%;
}


/* #### Round Box #### */
.rbroundbox {
	background: url(Images/nt.gif) repeat;
}
.rbtop div {
	background: url(Images/tl.gif) no-repeat top left;
}
.rbtop {
	background: url(Images/tr.gif) no-repeat top right;
}
.rbbot div {
	background: url(Images/bl.gif) no-repeat bottom left;
}
.rbbot {
	background: url(Images/br.gif) no-repeat bottom right;
}
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent {
	margin: 0 7px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	font-size: 14pt;
	color: #fff;
}
.rbroundbox {
	width: 98%;
}

/* #### Section Boxes #### */
#leftSide {
	float: left;
	margin: 10px 1% 20px 0.5%;
	background-color: rgb(240,240,240);
	border: 1px solid #000;
	font-size: 1em;
	font-weight: normal;
	width: 240px; /* ie5win fudge begins */
/*
2008-03
voice-family: "\";
\"";
*/
	voice-family:inherit;
	width: 240px;
	}

#leftSide p {
  text-align: center;
}

#leftSide h2 {
	margin: 0;
	font-size: 1em;
	letter-spacing:.1em;
	background-color: #6386de;
	color: #fff;
	font-weight: bold;
}

#leftSide .strike { text-decoration: line-through; }

html>body #leftSide {
	width: 240px; /* ie5win fudge ends */
	}

#news {
	float: right;
	margin: 10px 1% 20px 0.5%;
	background-color: rgb(240,240,240);
	border: 1px solid #000;
	font-size: 1em;
	font-weight: normal;
	width: 50%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 46%;
	}

#news h2 {
	margin: 0;
	font-size: 1em;
	letter-spacing: .1em;
	background-color: #6386de;
	color: #fff;
	font-weight: bold;
}

#news li {
	padding: 0 2em 0 0;
}

html>body #news {
	width: 55%; /* ie5win fudge ends */
}

#enews {
	float: right;
	margin: 10px 1% 20px 0.5%;
	background-color: rgb(240,240,240);
	border: 1px solid #000;
	font-size: 1em;
	font-weight: normal;
	width: 50%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 42%;
}

#enews h2 {
	margin: 0;
	font-size: 1em;
	letter-spacing: .1em;
	background-color: #6386de;
	color: #fff;
	font-weight: bold;
}

#enews p {
	padding: .5em .5em 0 .5em;
}

html>body #enews {
	width: 55%; /* ie5win fudge ends */
}

#popular {
	float: right;
	margin: 10px 1% 20px 0.5%;
	background-color: rgb(240,240,240);
	border: 1px solid #000;
	font-size: 1em;
	font-weight: normal;
	width: 50%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 42%;
	}

#popular h2 {
	margin: 0;
	font-size: 1em;
	letter-spacing: .1em;
	background-color: #6386de;
	color: #fff;
	font-weight: bold;
}

#popular p {
	padding: .5em .5em 0 .5em;
}

html>body #popular {
	width: 55%; /* ie5win fudge ends */
}

/* #### Forms #### */

form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #DDD 1px solid;
}

form legend {
	font-weight: bold;
	color: #666;
}

fieldset label, fieldset span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}

fieldset input, fieldset textarea, fieldset select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.controlset label, div.form-container div.controlset input {
	display: inline;
	float: none;
}

div.form-container div.controlset div { margin-left: 170px; }

div.buttonrow { text-align: center; }
fieldset .required { font-weight: bold; }

.yad	{ border:1px solid gold; padding:10px; }



