@CHARSET "UTF-8";

body {
     height:100%;
     margin:0;
     padding:0;
}

#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
     opacity:0.3;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
     background-color:#000000;
}

#notifications-popup {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 2000;
     opacity: 1;
}

.popup-window {
	font-size: 13px;
	color: black;
}

#popup-title {
	text-align: left;
	font-weight: bold;	
	padding: 5px 10px;
}

#popup-description {
	text-align: left;
	padding: 5px 10px;
}

#popup-button-1 {
}

#popup-button-2 {
}

#popup-button-3 {
}

.popup-button {
	cursor: pointer;
	padding: 5px 10px;
}

.popup-button-left {
	background: transparent url(http://ttd.s3.amazonaws.com/images/new-ui/HeaderButtonLeft.png) no-repeat;
	width: 7px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.popup-button-center {
	background: transparent url(http://ttd.s3.amazonaws.com/images/new-ui/HeaderButtonBG.png) repeat-x;
	margin: 0px;
	padding: 0px;
	border: none;
	color: white;
	font-weight: bold;
	padding: 0px 5px;
}

.popup-button-right {
	background: transparent url(http://ttd.s3.amazonaws.com/images/new-ui/HeaderButtonRight.png) no-repeat;
	width: 7px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.popup-window-top-left {
	background: transparent url(http://ttd.s3.amazonaws.com/images/popup-window-left-top.png) no-repeat;
	width: 3px;
	height: 4px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.popup-window-top-center {
	background: transparent url(http://ttd.s3.amazonaws.com/images/popup-window-center-top.png) repeat-x;
	height: 4px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.popup-window-top-right {
	background: transparent url(http://ttd.s3.amazonaws.com/images/popup-window-right-top.png) no-repeat;
	width: 3px;
	height: 4px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.popup-window-center-left {
	background: transparent url(http://ttd.s3.amazonaws.com/images/popup-window-center-left.png) repeat-y;
	width: 3px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.popup-window-center {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	border: none;
}

.popup-window-center-right {
	background: transparent url(http://ttd.s3.amazonaws.com/images/popup-window-center-right.png) repeat-y;
	width: 3px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.popup-window-bottom-left {
	background: transparent url(http://ttd.s3.amazonaws.com/images/popup-window-left-bottom.png) no-repeat;
	width: 3px;
	height: 11px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.popup-window-bottom-center-arrow {
	background: transparent url(http://ttd.s3.amazonaws.com/images/popup-window-center-bottom-arrow.png) no-repeat;
	width: 35px;
	height: 11px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.popup-window-bottom-center {
	background: transparent url(http://ttd.s3.amazonaws.com/images/popup-window-center-bottom.png) repeat-x;
	height: 11px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.popup-window-bottom-right {
	background: transparent url(http://ttd.s3.amazonaws.com/images/popup-window-right-bottom.png) no-repeat;
	width: 3px;
	height: 11px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.contest-window {
	width: 405px;
	height: 444px;
}

.contest-window-panel .x-panel-body {
	background: transparent url(http://ttd.s3.amazonaws.com/contest/images/contest_window_bg.png) no-repeat;
	width: 405px;
	height: 444px;
	padding: 10px 0px 0px 30px;
	
}

.contest-window-panel-header .x-panel-body {
	background: transparent none;
	font-size: 25px;
	width: 345px;
	padding-left: 0px;
	padding-top: 20px;
	height: 170px;
}

.contest-window-panel-body .x-panel-body {
	background: transparent none;
	font-size: 13px;
	border-top: #cccdcf 1px solid;
	width: 345px;
	padding-left: 0px;
	height: 324px;
}

.contest-image {
	width: 127px;
	height: 153px;
	border: 1px #cccdcf solid;
}

.contest-header-text-panel .x-panel-body {
	width: 205px;
	height: 130px;
	padding-left: 5px;
}

.contest-header-text {
	
	font-size: 25px;
}

.contest-description-panel .x-panel-body {
	border: none;
	width: 343px;
	height: 110px;
	margin-bottom: 20px;
	padding-top: 0px;
}

.contest-description {
	font-size: 12px;
	color: #666666;
}

.contest-claim-text {
	font-size: 16px;
}

.contest_footer {
	margin-top: 20px;
	margin-left: 15px;
}

.or {
	font-size: 15px;
	color: #cccdcf;
	padding-top: 3px;
}

.cancel_close {
	font-size: 15px;
	cursor: pointer;
	color: #0c64c7 !important;
	padding-top: 3px;
}

.cancel_close_over {
	font-size: 15px;
	padding-top: 3px;
	cursor: pointer;
	color: #0c64c7 !important;
	text-decoration: underline !important;
}

.okay_btn {
	padding-left: 115px;
	cursor: pointer;
}

.contest-login-error .x-panel-body {
	background: #fcec62;
	width: 325px;
	height: 55px;
	position: absolute;
	top: 330px;
	left: 25px;
	z-index: 1000;
	padding-left: 30px;
}

.login_error_msg {
	font-size: 20px;
	color: red;
	position: relative;
	top: 15px;
	padding-left: 10px;
}

.email_sent_msg {
	font-size: 14px;
	color: #666666;
	position: relative;
	top: 10px;
	width: 240px;
}

.missing_credits_msg {
	font-size: 14px;
	color: red;
	position: relative;
	top: 20px;
	width: 240px;
}

.contest-terms-window-panel-body .x-panel-body {
	background: transparent none !important;
	font-size: 13px;
	border-top: #cccdcf 1px solid;
	width: 560px !important;
	padding-left: 0px !important;
	height: 250px !important;
	overflow: auto;
}

.contest_loading_image_hidden {
	background: none transparent;
	position: absolute;
	left: 0px;
	top: 203px;
	visibility: hidden !important;
}

.contest_loading_image {
	background: none transparent;
	position: absolute;
	left: 0px;
	top: 203px;
	visibility: visible !important;
}

