﻿/** Global Styles **/

html
{
  background-color: #0D4595;
}

body
{
  line-height: 1.5em;
	font-family: arial, helvetica, sans-serif;
	background-image: url('../images/new_bg.png');
	background-repeat: repeat-x;
	font-size: 85%;
}

a
{
  font-weight: bold;
	color: #4A97EB;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	color: #4A97EB;
	text-decoration: none;
}

li
{
	list-style-type: disc;
	margin-left: 15px;
}

sub
{
	padding-top: 5px;
}

strong
{
	color: #4A97EB;
	font-weight:bold;
}

.layout
{
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;

}

/** End of global Styles **/

/** Banner **/

#headerwrapper
{
  background: #111111;
  width: 100%;
  padding-top: 20px;
}

#divHeader
{
  -moz-border-radius-topright: 1em;
  -moz-border-radius-topleft: 1em;
	font-family:Calibri;
	height:125px;
	padding-top:0px;
	background-image: url('../images/headerBack.png');
	background-repeat: repeat-x;
	color: white;
	line-height:2.2em;
}

#divHeader a
{
	color: White;
}

#divHeader a:hover
{
	color:White;
}

#divMenu
{
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 2px;
	top: 90px;
	position: absolute;
}

#divMenu a:hover
{
  color: White;
  text-decoration: underline;
}

#divMenu a
{
  color: #4A97EB;
}

#headertext
{
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 200%;
	letter-spacing: 1px;
}

/** Content area **/

#contentWrapper
{
  min-height: 750px;
  background-color: white;
  overflow:hidden;
}

#divContent
{
	float: left;
	width: 600px;
  padding-bottom: 20px;
  padding-top: 20px;
  min-height: 700px;

}

#divRight, #divRight2
{
	float: right;
	width: 200px;
  margin-right: 10px;
  margin-top: 15px;
  font-size: 85%;
}

ul#footerUl li, ul#mainMenu li
{
	display: inline-block;
	padding-right:20px;

}

ul#mainMenu li
{
  padding:15px;
}

#signup td
{
  text-align:left;
  padding: 2px;
}



/** Content End **/

#divFooter
{
  -moz-border-radius-bottomright: 1em;
  -moz-border-radius-bottomleft: 1em;
  padding-top: 10px;
	clear: both;
	text-align: center;
	background-color: #111111;
	height: 40px;
	font-weight: normal;

	margin-bottom: 30px;
}

table#contactTbl
{
  margin-left: 20%;
}

table#contactTbl td
{
	padding: 5px;
}

.padded
{
	padding: 10px;
}

.red
{
  color: Red; 
}

.center
{
  margin: 0 auto;
}

.butSignup{}

.title
{
  font-size: 130%;
  color: #111111;
}

.username
{
  color: #4A97EB;
}

.date
{
  font-style: italic;
}

.message
{
  border-bottom: 1px solid #111111;
}

.rating
{
  font-weight: bolder;
}

.showcomments
{
  font-size: 85%;
  background: transparent url(http://localhost:2538/ptreviews/images/arrow-right.gif) no-repeat scroll 0% 50%;
  padding-left: 10px;
}

.aboutreview
{
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 13px;
  font-size: 90%;
}

.ratingsummary
{
  
}

.alternateitem
{
  background-color: #dddddd;
}

.mainitem
{
  background-color: #e9e9e9;
}

a.help
{
  position:relative;
}

a.help span
{
  display: none;
}

a.help:hover
{
  cursor: help;
}

a.help:hover .infobox
{
  display: block;
  position: absolute;
  top: -30px;
  left: 45px;
  width: 205px;
  border: 1px solid #111111;
  background: #eeeeee;
  color: #111111;
  font-size: 80%;
  text-decoration: none;
  font-weight: normal;
  padding: 7px;
}

.ghettocenter
{
  margin-left:20%;
}

.blurb
{
  border-style: solid;
  border-color: #B5B5B5;
  border-width: 1px;
  padding: 10px;
  background-color: #e9e9e9;
  -moz-border-radius: 1em;
}

.indent
{
  margin-left: 30px;
}

.odd {background-color:  #dddddd;}
.even {background-color: #e9e9e9;}

.contrast-title 
{
  color: #8D0000;
  border-bottom: 2px dotted #111111;
  margin-bottom: 10px;
  font-size: 180%;
  font-family: Verdana;
  line-height: 1.2em;
}

.statustext
{
  padding-top: 120px;
  line-height:normal; 
  font-size: 120%
}

.blueback
{
  background-color: #4A97EB;
  padding: 40px;
  width: 300px;
}