﻿.green-tab
{
	font-family: georgia;
	margin-left: 5px;
}
.green-tab .review-tab
{
	background-image: url('images/gui/green-top-border.gif');
	background-repeat: no-repeat;
	width: 946px;
	height: 43px;
}
.green-tab .top-border
{
	background-image: url('images/gui/green-top-corner.gif');
	background-repeat: no-repeat;
	width: 946px;
	height: 11px;
}
.green-tab .center
{
	background-image: url('images/gui/green-border.gif');
	background-repeat: repeat-y;
	width: 946px;
	min-height: 370px;
	height: auto;
}
.green-tab .bottom
{
	background-image: url('images/gui/green-bottom-border.gif');
	background-repeat: no-repeat;
	height: 21px;
}
.gray-tab
{
	margin-left: 5px;
}
.gray-tab .review-tab
{
	background-image: url('images/gui/gray-top.gif');
	background-repeat: no-repeat;
	width: 946px;
	height: 43px;
}
.gray-tab .top-border
{
	background-image: url('images/gui/gray-top-corner.gif');
	background-repeat: no-repeat;
	width: 946px;
	height: 11px;
}
.gray-tab .center
{
	background-image: url('images/gui/gray-border1.gif');
	background-repeat: repeat-y;
	width: 946px;
	height: 370px;
}
.gray-tab .bottom
{
	background-image: url('images/gui/gray-bottom-border.gif');
	background-repeat: no-repeat;
	width: 946px;
	height: 21px;
}
/*insert review*/
.textarea-bg1
{
    border-style: none;
    border-width: 0px;
    background-color: #B7B7C3;/**/
    height: 110px;
    width: 900px;
    float: left;
}

.ta-left-border1
{
	background-position: 0%;
	float: left;
	width: 17px;
	height: 110px;
	background-image: url( 'images/interface/ta-left-border2.jpg' );
	background-repeat: no-repeat;
}
.ta-right-border1
{
    background-position: 0%;
    float: right;
    width: 17px;
    height: 110px;
    background-image: url( 'images/interface/ta-right-border2.jpg' );
    background-repeat: no-repeat;
}
.small-textbox2
{
    background-color: #B7B7C3;
    height: 24px;
    width: 437px;
    float: left;
    margin-right: 25px;
}
.small-textbox3
{
    background-color: #B7B7C3;
    height: 24px;
    width: 437px;
    float: left;
}

.textbox-bg2
{
    border-style: none;
    border-width: 0px;
    background-color: #B7B7C3;
    height: 24px;
    width: 900px;
   /*margin-bottom: 20px; */
    float: left;
}
.ratingStar {
    font-size: 0pt;
    width: 26px;
    height: 24px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/gui/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/gui/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/gui/SavedStar.png);
}
.button-cancel
{
	background-image: url( 'images/buttons/cancel.jpg' );
	border-style: none;
	border-width: 0px;
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #FFFFFF;
	width: 108px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
}
.button-cancel:hover
{
	background-image: url( 'images/buttons/cancel.jpg' );
	border-style: none;
	border-width: 0px;
	background-repeat: no-repeat;
	background-position: center -24px;
	color: #FFFFFF;
	width: 108px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
}.button-submit
{
	background-image: url( 'images/buttons/submit.jpg' );
	border-style: none;
	border-width: 0px;
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #FFFFFF;
	width: 108px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
}
.button-submit:hover
{
	background-image: url( 'images/buttons/submit.jpg' );
	border-style: none;
	border-width: 0px;
	background-repeat: no-repeat;
	background-position: center -24px;
	color: #FFFFFF;
	width: 108px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
}
.read-review
{}
.read-review-title
{
	font-family: Georgia;
	font-size: 24;
	margin-top: 5px;
	height: 22px;
}
.read-review-detail
{
	font-family: Arial;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.read-review-name-label
{
	float: left;
	height: 22px;
	font-family: Georgia;
	font-size: 18px;
}
