div.starry {
	width:auto;
	xfloat:left;
	margin: 0px;
	padding:5px;
	xborder:1px solid #ddd;
	width:auto;
}
div.standard_star {
	background-repeat: no-repeat;
	cursor:pointer;
	float:left;
	display:inline;
}
div.feedback {
	border:1px solid #ddd;
	padding:5px 3px 3px;
	display:inline;
}
.smallFont {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}
.carbonForm {
	margin: 0px auto 0px auto;
	width: 515px;
	padding: 0px;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	background-image: url(images/content_middle.gif);
	background-position: -150px 0px;
	/*background-color: #FFF;*/
	border-top: #999 2px solid;
	border-left: #999 2px solid;
	border-bottom: #666 3px solid;
	border-right: #666 3px solid;
}
.carbonForm #formTop {
	background-image: url(images/reportCardBG.png);
	background-position: -30px -20px;
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	padding: 0px 0px 3px 3px;
}
.carbonForm input[type=text], .carbonForm select, .carbonForm textarea {
	background-color:#DFD;
	color:#333;
	font-family: "Courier New", Courier, monospace;
	/*border-top: #063 2px solid;
	border-left: #063 2px solid;
	border-bottom: #030 2px solid;
	border-right: #030 2px solid;*/
	
}
.carbonForm input[type=text], .carbonForm select {
	width: 220px;
}
.carbonForm input[type=submit], .carbonForm input[type=reset] {
	width:auto;
	height: 30px;
	border-top: #030 2px solid;
	border-left: #030 2px solid;
	border-bottom: #000 2px solid;
	border-right: #000 2 px solid;
	background-image: url(images/greenButton.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-family: "Impact", sans-serif;
	cursor: pointer;
	cursor: hand; /*for IE 5.5*/
	margin-bottom: 30px;
}
.carbonForm input[type=submit]:hover, .carbonForm input[type=reset]:hover {
	border: #0F0 2px solid;
}
.carbonForm em {
	font-size:12px;
}
.starBG {
	width: 100px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/starBG.png);
	background-repeat: repeat-x;
}
#ownerRevTxt {
	float: right;
	width: 366px;
	height: 365px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline-block;
	font-size: 1em;
	text-align:justify;
}
.lW { float: left; clear: left; height: 16px; }
.rW { float: right; clear: right; height: 16px; }


#owner320 {
	float: left;
	margin: -400px 0px 0px 0px;
	padding: 0px;
}
/**********************************************************************
***********************************************************************/
/*these classes create a center column version of the 160 box*/
.box600 {
	margin: 0px;
	padding: 0px;
	width: 560px;
	display: inline-block;
}
.box600 .top {
	width: 560px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/600_box.png);
	background-position: left top;
	background-repeat:no-repeat;
	float:left;
}
.box600 .middle {
	width: 515px;
	height: auto;
	margin: 0px;
	padding: 5px 65px 0px 30px;
	background-image:url(images/600_box-middle.png);
	background-repeat:repeat-y;
	float:left;
}
.box600 .bottom {
	width: 560px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/600_box.png);
	background-position: left bottom;
	float:left;
}
.box600 h2 {
	display: block;
}

.revOwner img{
	margin: -190px auto 0px auto;
}
.rev {
	margin-top: 160px;
}
/*these classes govern the review report cards**********************************************
********************************************************************************************
********************************************************************************************/
.review {
	width: 600px;
	margin: 0px;
	padding: 0px;
	font-family:"Times New Roman", Times, serif;
}
.review .top {
	width: 515px;
	height: 40px;
	margin: 0px;
	padding: 25px 65px 10px 30px;
	background-image:url(images/reportCardBG.png);
	background-repeat:no-repeat;
	float:left;
	color:#FFF;
}
.review .middle {
	width: 515px;
	height: auto;
	margin: 0px;
	padding: 5px 65px 0px 30px;
	background-image:url(images/reportCardBG_middle.png);
	background-repeat:repeat-y;
	float:left;
}
.review h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	font-weight:bold;
	font-size:18px;
	margin: 0px;
}

.review .content {
	margin: -210px 0px 0px 0px;
}
.review .text {
	width: 495px;
	height: auto;
	padding: 0px 10px 10px 9px;
	background-color: #FFF;
	filter: alpha(opacity=80);
	opacity: 0.8;
	moz-opacity: 0.8;
	float: left;
	font-size:18px;
}
.review .logo {
	margin: 0px auto 0px auto;
}
.uline {
	background-image:url(images/uline.gif);
	font-family: "Courier New", Courier, monospace;
	font-size:16px;
	line-height: 16px;
	margin:10px 0px 0px 0px;
	word-wrap:break-word;
}
.review .stats {
	width: 485px;
	height:auto;
	float:left;
	margin: 0px 10px 5px 10px;
	padding: 5px;
	border:#6A9287 thin solid;
	background-color:#DFE7E5;
}
.review .bottom {
	width: 600px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/reportCardBG.png);
	background-position:bottom;
	float:left;
}
.review a {
	text-decoration:none;
}
/*while not a review, the employee ID badge is dispayed on a review page so it will be included in this section*/
.badge {
	width: 240px;
	height: 200px;
	background-image: url(images/badgeBG.png);
	background-repeat:no-repeat;
	padding: 250px 30px 25px 30px;
	margin: 0px;
	float: left;
}
.badge .right {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	width: 95px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	float:right;
}
.badge #techName {
	width: 230px;
	padding: 0px;
	margin: -7px 0px 0px 0px;
	display: inline-block;
}
.reviewSrcBox {
	display:inline-block;
	background-color:#fff;
	color:#000 !important;
	width:110px;
	height:36px;
	padding:2px 0px 0px 2px;
	margin:-2px -7px 5px 5px;
	float:right;
	border:1px #c0c0c0 solid;
	-khtml-box-shadow:rgba(192,192,192,1) 2px 2px 2px;
	-moz-box-shadow:rgba(192,192,192,1) 2px 2px 2px;
	box-shadow:rgba(192,192,192,0.9) 2px 2px 2px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:11px;
	cursor:pointer;
}
.questionMark {
	font-size:9px;
	color:#00f !important;
	text-decoration:underline;
	float:right;
}
.tooltip {
	background:#ccc;
	border:#000;
}
/*here's the pagination styles*/
.pagination {
	width: 550px; 
	margin: 0px auto 0px auto;
	font: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
}
.pagination .pages{
	width: 200px;
	float: left;
}
.pagination .controls{
	text-align: right;
	width: 350px;
	float: right;
	color: #86AC8A;
}
.pagination .controls a,.pagination .controls a:hover,.pagination .controls a:active,.pagination .controls a:visited {
	margin:1px;
	padding:0 2px;
	border:1px #86AC8A solid;
}
