/** reviews/tips panel **/
.tip-light-bulb, .review-pencil {
	vertical-align: bottom;
	margin: 0px 5px 0px 0px;
}
a.tip-submit, a.review-write {
	color: #333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.tip-review-span {
	float: left;
}
.tip-review-disabled {
	color:#999999;
	font-family:"Arial";
	font-size:12px;
	font-weight:bold;
}
div.reviews-tips-links span {
	margin: 0px 10px 0px 0px;
}
div.submit-pagination a {
	color: #333;
}

/** tip panel **/
.tip-panel {
	width: 608px;
	background-color: #B4C9D4;
	border-left: 1px solid #B4C9D4;
	border-right: 1px solid #B4C9D4;
	font-family: arial;
}
div.tip-panel-tc, div.tip-panel-bc {
	background-repeat: no-repeat;
	height: 3px;
	width: 610px;
	font-size: 1px;
}
div.tip-panel-tc {
	background-image: url(/static/images/game-review-internal-tc.png);
	background-position: center bottom;
}
div.tip-panel-bc {
	background-image: url(/static/images/game-review-internal-bc.png);
	background-position: center top;
	clear: both;
	margin-bottom: 15px;
}

.reviews-tips-panel {
	float: left;
	margin-top: 15px;
	text-align: left;
	width: 608px;
}
.reviews-tips-links {
	float: right;
}
.submit-input-row {
	width: 560px;
	text-align: center;
	margin: 0px auto;
}
#tip-input {
	width: 560px;
	height: 75px;
	font-family: Arial;
	font-size: 12px;
}
.submit-pagination {
	text-align: center;
	padding: 0px 0px 5px;
}

.tip-inputs {
	margin: 10px 0px;
	text-align: right;
	width: 560px;
}

.tip-submit-title, .tips-and-walkthroughs, .tip-page-title-popular, .tip-page-title-recent {
	font-weight: bold;
	font-size: 13px;
	width: 560px;
	margin: 0px auto;
	padding: 0px 0px 10px;
}
.tips-and-walkthroughs {
	color: #333;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 14px;
	margin-left: 30px;
}
.tip-submit-title {
	color: #333;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 0px;
	padding-top: 5px;
}
.tip-page-title-popular {
	color: #FA6B02;	
}
.tip-page-title-recent {
	color: #FFF;
}
.tip-more-popular {
	width: 560px;
	text-align: right;
	margin: 0px auto;
}
.tip-more-popular a {
	font-size: 12px;
	color: #333;
}
.tip-more-divider {
	border-bottom: 1px solid #D3E0E6;
	border-top: 1px solid #95B2C2;	
	font-size: 1px;
	height: 0px;
	margin: 10px 0px;
	width: 608px;
}

.tip-input-post {
	background: transparent url("../images/review-post.png") no-repeat scroll 0% !important;
	border: none;
	cursor: pointer;
	height: 25px !important;
	margin-right: 10px;
	outline: none;
	width: 96px !important;
}

.tip-input-post.submitWaiting {
	background: transparent url("../images/review-posting.png") no-repeat scroll 0% !important;
	cursor: default;
	width: 136px !important;
}

.tip-input-post.submitSuccess {
	background: transparent url(../images/review-posted.png) no-repeat scroll 0% !important;
	cursor: default;
	width: 136px !important;
}

.tip-input-cancel {
	background: transparent url("../images/review-cancel.png") no-repeat scroll 0% !important;
	border: none;
	cursor: pointer;
	height: 25px;
	outline: none;
	width: 96px;
}

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


.tip-panel .tip-captcha {
	background-image: url('../images/review-captcha-box-blue.png') !important;
	margin: 0 0 10 0px !important;
}
.tip-captcha-image {
	border: 1px solid #000;
	left: 314px;
	position: absolute;
	top: 66px;
}

.tip-captcha #recaptcha_div_tip {
    position:relative;
    left:20px;
    top:45px;
}

.tip-captcha-input {
	font-size: 14px;
	left: 20px;
	padding: 2px;
	position: absolute;
	top: 108px;
	width: 100px;
}
.tip-captcha-heading {
	color: #FFF;
	font-size: 16px;
	left: 12px;
	position: absolute;
	top: 12px;
}
.tips-captcha-message {
	left: 21px;
	position: absolute;
	top: 48px;
}
.tip-captcha-text {
    color: #676767;
    left: 350px;
    position: absolute;
    top: 60px;
    text-align: left;
}
.tip-captcha-submit {
	background: transparent url(../images/review-captcha-submit.png) no-repeat scroll 0% 50% !important;
	border: medium none;
	height: 25px !important;
	width: 89px !important;
    margin-top:5px;
    cursor:pointer;
}

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

div.submit-input-row div.validation-message {
	color: #CC3300;
	padding: 0 0 10 0px;
}
div.tip-no-tips {
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

/** individual tip **/
.tip {
	margin: 0px auto;
	padding: 0px 0px 10px;
	width: 560px;
	position: relative;
}
.tip-cc {
	background-color: #FFF;
	width: 560px;
	float: left;
}

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

.tip-createdby {
	color: #343434;
	font-weight: bold;
	text-decoration: underline;
    float:left;
    margin-left:10px;
    padding:10px 0 5px 0;
    width: 300px;
}
.tip-profilePic,.tip-profilePic img{
    height:72px;
    width:56px;
}
.tip-profilePic{
    padding:10px 0 10px 10px;
    float:left;
}
.tip-text-container{
    position:relative;
    margin-left:10px;
    float:left;
    padding:0;
}
.tip-star {
	background-image: url(/static/images/star.jpg);
	height: 19px;
	top: 3px;
	width: 20px;
    margin-right:10px;
    float:left;
}

.tip-content {
	padding-top: 0px;
	margin-left: 0px;
	width: 300px;
	color: #333;
    word-wrap:break-word;
}
.tip-text{
    float:left;
}
.tip-created-time {
	color: #626262;
	margin-left: 0;
	width: 323px;
    padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 0px;
}

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

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


.tip-report a,
.tip-report a:hover {
	color: #323232;
	text-decoration: underline;
}

.delete-tip {
	left: 495px;
	position: absolute;
	top: 35px;
}
.delete-x {
	position: absolute;
    left:-22px;
    top:-1px;
}
.delete-text {
	left: 0px;
	position: absolute;
	top: 0px;
}
.delete-text a {
	color: #333;
}

.tip-divider {
	border-top: 1px solid #ccc;
	font-size: 1px;
	margin-left: 0px;
	margin-top: 19px;
	width: 415px;
}

.tip-helpful {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 8px;
}

.tip-helpful a {
	color: #1e1e1e;
}

.tip-helpful a:hover {
	text-decoration: underline;
}

.tip-helpful span {
	font-style: italic;
	color: #333;
}

.tip-yes-no {
	margin-left: 45px;
	font-style: normal !important;
}

.tip-yes-no a {
	padding-right: 56px;
	color: #333;
}

div.tip-cc span.comments-more a {
	color: #333;
	font-size: 12px;
	font-weight: normal;
}
	

/** tip popups **/
.dijitDialogTitleBar {
	background: #6f90a2 !important;
}
.dijitDialogPaneContent {
	width: auto !important;
}
.dijitDialog {
	width: 300px;
}
#flag-tip-yes-no, #tip-vote-result {
 text-align: center;
 margin-top: 15px;
}
#flag-tip-yes-no a, #okay-button a {
 color: #333;
 margin: 0 7px;
}
div#okay-button {
	padding: 10px 0px 0px;
}

/** more popular tips page **/
div.more-popular-cc {
	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;
	text-align: left;
	width: 608px;
}
div.more-popular-game-title, div.more-popular-game-title a {
	color: #003366;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial;
	padding: 16px 0px;
	width: 560px;
	text-align: left;
}
div.more-popular-tc, div.more-popular-bc {
	background-repeat: no-repeat;
	height: 3px;
	width: 610px;
}
div.more-popular-tc {
	background-image: url(/static/images/game-review-internal-tc.png);
	background-position: center bottom;
}
div.more-popular-bc {
	background-image: url(/static/images/game-review-internal-bc.png);
	background-position: center top;
	clear: both;
}
div.more-popular-cc div.tip-page-title-popular {
	padding: 10px 0px;
}

/** tabs styles **/
ul.reviews-tips-buttons {
	margin-left: 0px;
	padding-left: 0px;
}
.reviews-tips-buttons li {
	float: left;
	height: 22px;
	list-style-type: none;
}
.reviews-tips-buttons li.reviews {
	background-image: url('/static/images/whatshot-menu-inactive.png');
	width: 108px;
	margin: 0px 0px 0px -1px;
}
.reviews-tips-buttons li.reviews.selected {
	background-image: url('/static/images/whatshot-menu-active.png');
}
.reviews-tips-buttons li.tips {
	background-image: url('/static/images/tips-menu-inactive.png');
	width: 186px;
}
.reviews-tips-buttons li.tips.selected {
	background-image: url('/static/images/tips-menu-active.png');
}
.reviews-tips-buttons a {
	color: #FFFFFF;
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
	line-height: 1.5em !important;
}
.reviews-tips-buttons li.selected a {
	color: #202E36;
}

