/* Temp Dojo Dialog */
.dijitDialog {
	position: absolute;
	z-index: 999;
	padding: 1px;
}

.dijitDialogUnderlayWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 998;
	display: none;
	background: transparent;
}

.dijitDialogUnderlay {
	background: #eee;
	opacity: 0.5;
}

.dj_ie .dijitDialogUnderlay {
	filter: alpha(opacity=50);
}
.dijitDialog .closeText {
	display:none;
	position:absolute;
}
.tundra .dijitDialog {
	background: #eee;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 5px 10px #adadad;
}

.tundra .dijitDialog .dijitDialogTitle {
	border-top: none;
	border-left: none;
	border-right: none;
}

.tundra .dijitDialog .dijitDialogPaneContent {
	background: #ffffff;
	border:none;
	border-top: 1px solid #ccc; /* #cddde9;	/* w/out this, an <h1> on the top line causes a gap between the .content and .label */
	padding:10px;

}

.tundra .dijitDialogTitleBar {
	/* outer container for the titlebar of the dialog */
	background: #fafafa url("/static/js/dojo_0_9/dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left;
	/* border: 1px solid #bfbfbf; */
	padding: 6px 8px 6px 4px;
	cursor: move;
	outline:0; /* remove this line if keyboard focus on dialog startup is an issue. tab still takes you to first focusable element */
}

.tundra .dijitDialogTitle {
	/* typography and styling of the dialog title */
	font-weight: bold;
	padding: 8px 12px 8px 12px;
	outline:0;
}

.tundra .dijitDialogCloseIcon {
	/* the default close icon for the dialog */
	background : url("/static/js/dojo_0_9/dijit/themes/tundra/images/tabClose.png") no-repeat right top;
	float: right;
	position: absolute;
	vertical-align: middle;
	right: 7px;
	top: 8px;
	height: 22px;
	width: 22px;
	cursor: pointer;
}
.dj_ie6 .tundra .dijitDialogCloseIcon {
	background-image: url("/static/js/dojo_0_9/dijit/themes/tundra/images/tabClose.gif");
}

.tundra .dijitDialogContent {
	/* the body of the dialog */
	padding: 8px;
}
/* end Temp Dojo Dialog */


.gr-promo {
	width: 610px;
	position: relative;
	float: left;
}

.review-internal {
	width: 560px;
	padding-bottom: 12px;
	margin: 0px auto;
	top: 0px;
	position: relative;
}

* html .review-internal {
	padding-bottom: 3px;
}

.recent-internal {
	width: 568px;
	padding-left: 20px;
	padding-bottom: 12px
}

* html .review-internal {
	padding-top: 0px;
	font-size: 7px;
}

* html .recent-internal {
	font-size: 6px;
	padding-top: 0px;
}

* html .recent-promo {
	margin-top: 10px;
}

.gr-promo-tc-title {
	background-image: url("../images/game-review-internal-tc.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 1px;
	height: 3px;
	width: 610px;
}

.review-internal-tc-title {
	background-image: url("../images/game-review-internal-white-tc.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 3px;
	width: 560px;
}

.gr-promo-title {
	background-color: #b4c9d4;
	height: 45px;
	text-align: left;
	position: relative;
	width: 610px;
}

.gr-promo-title span.gr-title {
	color: #333;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	left: 30px;
	position: absolute;
	top: 14px;
	width: 274px;
}

.gr-promo-cc {
	text-align: left;
	background-color: #b4c9d4;
	border-left: 1px solid #b4c9d4;
	border-right: 1px solid #b4c9d4;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	left: 0px;
	position: relative;
	width:608px;
}

.review-internal-cc {
	background-color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	left: 0px;
	position: relative;
	width: 558px;
	text-align: left;
}

.gr-promo-cc a {
	color: #333;
}

.gr-promo-bc {
	background-image: url("../images/game-review-internal-bc.png");
	background-repeat: no-repeat;
	background-position: top center;
	clear: both;
	font-size: 1px;
	height: 3px;
	margin-bottom: 15px;
	width: 610px;
}

.review-internal-bc {
	background-image: url("../images/game-review-internal-white-bc.png");
	background-repeat: no-repeat;
	background-position: top center;
	clear: both;
	font-size: 1px;
	height: 3px;
	width: 560px;
}

.by {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

.ir-createdby {
    float:left;
    margin-left:10px;
    font-weight: bold;
    padding:10px 0 5px 0;
	width: 300px;
}
.ir-profilePic,.ir-profilePic img{
    height:72px;
    width:56px;
}
.ir-profilePic{
    padding:10px 0 10px 10px;
    float:left;
}
.ir-content{
    position:relative;
    margin-left:10px;
    float:left;
}
.ir-text{
    padding-left:28px;
}
.ir-comments {
	padding-left: 0px;
	padding-top: 5px;
	width: 435px;
    word-wrap:break-word;
}

.ir-flag {
	left: 479px;
	position: absolute;
	top: 10px;
}

* html body .ir-flag {
	top: 11px;
}

*:first-child+html .ir-flag {
	top: 11px;
}

.ir-thumb {
   display:block;
   position:relative;
   margin-right:10px;
   top:3px;
   float:left;
}
/* thumbs up and down images */
.ir-text .rating-thumb-up,
.ir-text .rating-thumb-down {
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
    position:relative;
}

.ir-report {
	left: 494px;
	top: 10px;
	position: absolute;
}

.ir-delete {
	left: 495px;
	position: absolute;
	top: 35px;
}

.ir-delete .delete-x {
	top: -1px;
	left: -20px;
	position: absolute;
	height: 15px;
	width: 15px;
}

* html .ir-delete .delete-x {
	left: -21px;
}

.ir-delete .delete-text {
	left: 0px;
	position: absolute;
	top: 0px;
}

.ir-created-time {
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 0px;
	width: 323px;
}

.ir-approved {
	padding-bottom: 8px;
	padding-left: 40px;
	width: 323px;
}

.review-pagination {
	padding-left: 262px;
	padding-bottom: 7px;
}

/* for posting and posted button states */
.review-captcha-submit input {
	border: none;
	outline: none;
	height: 25px !important;
	background: transparent url(../images/review-captcha-submit.png) no-repeat scroll 0% !important;
	width: 89px !important;
    margin-top:5px;
}
* html .review-captcha-submit input {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/review-captcha-submit.png', sizingMethod='scale');
}

.review-post input,
.review-posting input,
.review-posted input {
	border: none;
	outline: none;
	height: 25px !important;
}
.review-posting input {
	background: transparent url(../images/review-posting.png) no-repeat scroll 0% !important;
	width: 143px !important;
}
.review-posted input {
	background: transparent url(../images/review-posted.png) no-repeat scroll 0% !important;
	width: 143px !important;
}
.review-submit .validation-message {
	color: #cc3300;
	padding: 10 0 0 0px;
	text-align: center;
}
.review-post input {
	background: transparent url(../images/review-post.png) no-repeat;
	width: 96px;
}
textarea.disabled {
	background-color: #ebebeb;
}
* html .review-post input {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/review-post.png', sizingMethod='scale');
}
* html .review-posting input {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/review-posting.png', sizingMethod='scale');
}
* html .review-posted input {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/review-posted.png', sizingMethod='scale');
}

.review-cancel input {
	background: transparent url(../images/review-cancel.png) no-repeat;
	border: none;
	height: 25px;
	width: 96px;
}

* html .review-cancel input {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/review-cancel.png', sizingMethod='scale');
}

.review-inputs {
	display: block;
	padding: 0px 0px 10px 0px;
}

* html body .review-inputs {
	
}

*:first-child+html .review-inputs {
	
}

.review-captcha {
	background-image: url('../images/review-captcha-box-white.png');
	background-repeat: no-repeat;
	display: none;
	height: 200px;
	position: relative;
	left: 20px;
	margin: 10 0 0 0px;
	padding: 0 0 10 0px;
}

.gr-top-review .review-captcha {
	background-image: url('../images/review-captcha-box-blue.png');
}

.review-captcha-image {
	left: 314px;
	position: absolute;
	top: 66px;
	border: 1px solid #000;
}

.review-captcha #recaptcha_div_review {
    position:relative;
    left:20px;
    top:45px;
}

#reviewCaptchaError {
    color:#CC3300;
    font-weight:bold;
}

.review-captcha-input {
	left: 20px;
	position: absolute;
	top: 108px;
	font-size: 14px;
	width: 100px;
	padding: 2px;
}

.review-captcha-message {
	left: 21px;
	position: absolute;
	top: 48px;
}

.review-captcha .validation-message {
	color: #cc0100;
	padding: 0px;
}

.review-captcha-heading {
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 12px;
	left: 12px;
}

.review-captcha-text {
	color: #676767;
	left: 350px;
	position: absolute;
	top: 60px;
	text-align: left;
}

.review-submit form {
	width: 560px;
	margin: 0px auto;
	padding-top: 16px;
	text-align: right;
}

.review-submit textarea {
	width: 560px;
	height: 66px;
	margin-bottom: 8px;
	font-family: "Arial";
	font-size: 12px;
}

* html body textarea {
	margin-bottom: 0px !important;
}

*:first-child+html textarea {
	margin-bottom: 0px !important;
}

.review-submit-title {
	color: #333;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
	text-align: left;
}

.reviews-rating .rating-alreadyrated {
	background-image: none;
	height: 25px;
	left: 20px;
	font-family: Arial;
	font-weight: bold;
	position: relative;
	text-align: left;
	width: 499px;
}

.reviews-rating .rating-rateit {
	background-image: none;
	height: 25px;
	left: 23px;
	position: relative;
	width: 499px;
}

.reviews-rating .your-rating,
.reviews-rating .you-rated,
.reviews-rating .change,
.reviews-rating .rateit-good,
.reviews-rating .rateit-bad {
	top: 0px;
}


.reviews-rating .rateit-good-text,
.reviews-rating .rateit-bad-text {
	top: 3px;
}

.reviews-rating .your-rating {
	top: -2px;
}

.reviews-rating .change {
	top: 2px;
}

.reviews-rating .rateit-title,
.reviews-rating .rated-img,
.reviews-rating .rated-title {
	display: none;
}

.first-to-review {
	color: #333;
	clear: both;
	display: block;
	font-family: "Arial";
	font-size: 12px;
	text-align: center;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

.first-to-review a {
	color: #333;
	font-weight: bold
}

.you-rated {
	color: #333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.review-post {
	margin-right: 10px;
}

.gr-write-review-pencil {
	left: 466px;
	position: absolute;
	top: 12px;
}

.gr-write-review {
	left: 489px;
	position: absolute;
	top: 15px;
}

#review-it-span {
	color: #999;
	display: none;
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
}

.gr-write-review a {
	color: #333;
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
}

.gr-you-rated {
	text-align: left;
}

* html .gr-you-rated {
	text-align: left;
}

.gr-review-pagination {
	color: #333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.comments-more {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}

.gamereviewpanel {
	clear: both;
	float: left;
	width: 610px;
}

