/*Typical text styles*/

body {
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width:800px;
	max-width:1200px;
	background-image: url(../images/background_navbar.gif);
	background-repeat: repeat-x;
}

p  {
	color: #FFFFFF;
	margin-top: 0px;
	font-size: 75%;	
}
ul {
	padding-left: 15px;
}
li  {
	color: #FFFFFF;
	margin-top: 0px;
	font-size: 75%;	
}
h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #D71411;	
}

h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFFFFF;
	margin-bottom: 8px;
	margin-top: 0px;	
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a {
	color: #FFFFFF;
	text-decoration: underline;	
}

/*divs used for positioning*/

#topNav  {
	height: 25px;
	width: 800px;	
}

#wrapper   {
	width: 85%;
	min-width:800px;
	background-color: #000000;
	background-image: url(../images/background_wrapper2.gif);
	background-repeat: repeat-y;
	
}

#sideTitle  {
	width: 59px;
	float: left;	
}

#content  { /*use this for all secondary pages except the review page*/
	background-color: #000000;
	left: 60px;
	margin-left: 60px;
	padding-left: 20px;
	padding-bottom: 20px;	
}

#contentReviews  { /*needed to be slightly different for the reviews page*/
	background-color: #000000;
	left: 60px;
	margin-left: 60px;
	min-height:535px;
}

#bottomWrapper  {
	background-color: #D71411;
	margin-top: 0px;
	width: 100%;
}

#bottomInfo  {
	background-color: #D71411;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	margin-top: 0px;
	margin-left: 59px;
	height: 500px;
}

#bottomInfo p {
	font-size: 65%;	
}

#bottomInfo a:link  {
	color: #FFFFFF;
	text-decoration: underline;	
}

#bottomInfo a:visited  {
	color: #FFFFFF;
	text-decoration: underline;	
}

.clearit  {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 0px;
}


.backgroundPicture  { /*use this one to style the bakcground picture on the review page*/
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: right;
}

.backgroundPictureNegMargin  { /*use this one to style the bakcground picture any other secondary pages*/
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: right;
	margin-left: -20px;	
}

.logoPara   { /*put the image of logo in these at the top of every secondary page*/
	padding-bottom: 20px;
	padding-left: 40px;
	padding-top: 15px;
}

#reviewDiv  { /*each review needs to sit in its own little div and is classed with .points where necessary*/
	padding-left: 40px;
	padding-top: 0px;
	margin-left: 40px;
	margin-bottom: 20px;
	padding-left: 40px;
	
}
#reviewDivTop  { /*the first couple of reviews have to be styled with this style or they don't
show the points image for some reason*/
	padding-left: 40px;
	padding-top: 0px;
	margin-left: 340px;
	margin-bottom: 20px;	
}

#reviewDivTitle { /*use this for divs that just have magazine and author in them*/
	padding-left: 40px;
	padding-top: 0px;
	margin-bottom: 25px;
	display: block;
}
	

#reviewDivTitle h1{
	margin-top: 0px;
	margin-bottom: 0px;
	
}

/*These divs will style the individual reviews. Just class #reviewDiv or #reviewDivTop with one of
these points classes and it will put the image of the number of points in the background
of the div. I didn't think you'd need any more images than this, but if you do, let me know
and I'll make up more*/
.point86  {
	background-image: url(../images/points_circle_86.gif);
	background-repeat: no-repeat;	
}
.point87  {
	background-image: url(../images/points_circle_87.gif);
	background-repeat: no-repeat;	
}	

.point88  {
	background-image: url(../images/points_circle_88.gif);
	background-repeat: no-repeat;
}
.point89  {
	background-image: url(../images/points_circle_89.gif);
	background-repeat: no-repeat;	
}	

.point90  {
	background-image: url(../images/points_circle_90.gif);
	background-repeat: no-repeat;
}
.point91  {
	background-image: url(../images/points_circle_91.gif);
	background-repeat: no-repeat;	
}	

.point92  {
	background-image: url(../images/points_circle_92.gif);
	background-repeat: no-repeat;
}
.point93  {
	background-image: url(../images/points_circle_93.gif);
	background-repeat: no-repeat;
}
.point94  {
	background-image: url(../images/points_circle_94.gif);
	background-repeat: no-repeat;
}
.point95  {
	background-image: url(../images/points_circle_95.gif);
	background-repeat: no-repeat;
}
.point96  {
	background-image: url(../images/points_circle_96.gif);
	background-repeat: no-repeat;
}
.required {
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
}
p.analyses {
	margin-top: -8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 340px; 
}

@media print { 
@page {
 	size: 8.5in 11in; 
 	margin: 0;
}}
@media print { body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: none;
	color: #000000;
	line-height: 130%;
	width: auto;
	text-align: left;
	float: left;
}}
@media print { a:link, a:visited {
	color: black;
	font-weight: normal;
	text-decoration: none;
}}

/*These next two styles are needed to position the text over the
background image. If the text changes we may need to adjust these a bit*/

@media print { .backgroundPictureNegMargin  { 
	display: none;	
}}
@media print { .backgroundPicture  { 
	display: none;	
}}
@media print { .reviewDivTitle {
	padding-left: 40px;
	padding-top: 0px;
	margin-bottom: 25px;
	display: block;
}}	
@media print { #reviewDivTop {
	padding-left: 40px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}}
@media print { #reviewDiv  {
	padding-left: 40px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}} 

@media print { p.analyses {
	margin-top: -8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:  0px; 
}}
@media print { .noprint {
	display: none;
}}

@media print { .signature {
	display: none;
}}
/*These divs for position. A few are the same in the second page .css, but some are different
so I decided to keep them all in this top style sheet*/

@media print { #topNav  { 
	display: none;
}}

@media print { #topWrapper   {
	width: 7in;
	background-color: #FFFFFF;
	background-image: none; 
}}

@media print { #sideTitle  {
	display: none;
}}

@media print { #topContent  {
	background-image: none; 
	width: 8in; 
	background-color: #FFFFFF;
	padding-bottom: 10px;
	text-align: left;	
}}


@media print { #bottomInfo  {
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #000000;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	margin-top: 0px; 
	float: left;
	text-align: left;	
}}

@media print { #bottomInfo p {
	font-size: 65%;
	line-height: 150%;
	text-align: left;
	margin-left: -.3in; 	
}}

@media print { #bottomInfo a:link  {
	color: #000000;
	text-decoration: none;
	
}}

@media print { #bottomInfo a:visited  {
	color: #000000;
	text-decoration: none;
	
}
} 


