/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/

/* POPUPS */

.popupsummary {
width: 391px;
color: #ffffff;
background : url(../NEWimages/list_popup_bgrd.gif) no-repeat left top;
font-size: 11px;
padding: 23px 20px 0px 20px;
display: block;
clear: both;
}
.popupsummary img {
padding: 0px 0px 0px 0px;
margin : 0px 0px 0px 0px;
}
.popupsummary_img {
float : left;
padding: 0px 0px 0px 0px;
margin : 0px 25px 0px 0px;
}
.popupsummary h3 {
color: #ffffff;
font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
height: 40px;
}
.popupsummary_text {
line-height: 21px;
}
.popupsummary_text img {
vertical-align: middle;
}
.popupsummary_extrainfo {
margin: 12px 0px 0px 0px;
text-align: left;
}

.popupscreenshots {
width: 489px;
height: 437px;
background : url(../NEWimages/screenshotpopup_bg.gif) no-repeat left top;
padding: 25px 15px 0px 22px;
display: block;
clear: both;
}
.popupscreenshots .shotlinks {
color: #333333;
font-size: 14px;
font-weight: bold;
margin: 0px 0px 10px 0px;
}
.popupscreenshots .shotlinks .nolink {
display: block;
color : #ffffff;
font-weight: bold;
text-decoration: underline;
padding: 0px 0px 0px 0px;
margin: 0px 10px 5px 0px;
}
.popupscreenshots .shotlinks a {
display: block;
color : #ff5a00;
font-weight: bold;
text-decoration: underline;
padding: 0px 0px 0px 0px;
margin: 0px 10px 5px 0px;
}
.popupscreenshots .shotlinks a.popup_bt_close {
display: block;
color : #ff5a00;
font-weight: bold;
text-decoration: underline;
background : url(../NEWimages/popup_bt_close.gif) no-repeat 0px 2px;
padding: 0px 0px 0px 18px;
margin: 0px 10px 5px 0px;
}

.popupreport {
width: 476px;
height: 442px;
font-size: 12px;
color: #ffffff;
background : url(../NEWimages/screenshotpopup_bg.gif) no-repeat left top;
padding: 30px 30px 0px 20px;
display: block;
clear: both;
}
.popupreport h3 {
color: #ffffff;
font-weight: bold;
margin: 15px 0px 10px 0px;
}

.popuppicturechooser {
width: 466px;
height: 482px;
font-size: 12px;
color: #ffffff;
background : url(../NEWimages/screenshotpopup_bg.gif) no-repeat left top;
padding: 10px 30px 0px 30px;
display: block;
clear: both;
}
.popuppicturechooser h3 {
color: #ffffff;
font-weight: bold;
margin: 15px 0px 10px 0px;
}

.popupmembersonly {
width: 391px;
height: 231px;
font-size: 11px;
color: #ffffff;
background : url(../NEWimages/membersonlypopup_bg.gif) no-repeat left top;
padding: 25px 20px 0px 20px;
display: block;
clear: both;
}
.popupmembersonly h3 {
color: #ffffff;
font-weight: bold;
}

.popupconfirm {
width: 391px;
height: 231px;
font-size: 11px;
color: #ffffff;
background : url(../NEWimages/membersonlypopup_bg.gif) no-repeat left top;
padding: 25px 20px 0px 20px;
display: block;
clear: both;
}
.popupconfirm h3 {
color: #ffffff;
font-weight: bold;
}

.popupawardchoose {
width: 257px;
height: 90px;
color: #ffffff;
background : url(../NEWimages/awardspopup_bg.gif) no-repeat left top;
font-size: 11px;
padding: 30px 20px 0px 20px;
display: block;
clear: both;
}
.popupawardchoose img {
padding: 0px 0px 0px 0px;
margin : 0px 0px 0px 0px;
}
.popupawardchoose_img {
float : left;
padding: 0px 0px 0px 0px;
margin : 0px 15px 0px 0px;
}
.popupawardchoose h3 {
color: #ffffff;
font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.yui-overlay {
	position:absolute;
	display:block;
}

.yui-tt {
	visibility:hidden;
	position:absolute;
	width:auto;
}

* html body.masked select {
	visibility:hidden;
}

* html div.yui-panel-container select {
	visibility:inherit;
}

* html div.drag select {
	visibility:hidden;
}

* html div.hide-select select {
	visibility:hidden;
}

.mask {
    z-index:0;
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
    background-color:#24489E;
}

.hide-scrollbars * {
	overflow:hidden;
}

.hide-scrollbars textarea, .hide-scrollbars select {
	overflow:hidden;
	display:none;
}

.show-scrollbars textarea, .show-scrollbars select {
	overflow:visible;
}

.yui-panel-container {
	position:absolute;
	background-color:transparent;
	z-index:6;
	visibility:hidden;
	overflow:visible;
	width:auto;
}

.yui-panel-container.focused {
}


.yui-panel-container.matte {
	padding:3px;
	background-color:#FFF;
}

.yui-panel-container.matte .underlay {
	display:none;
}

.yui-panel-container.shadow {
	padding:0px;
	background-color:transparent;
}

.yui-panel-container.shadow .underlay {
	visibility:inherit;
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
    -moz-opacity: 0.7;
    opacity:.70;
    filter:alpha(opacity=70);
	zoom:1;
}

.yui-panel {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;
	top:0px;
	z-index:1;
	overflow:hidden;
}

.yui-panel .hd {
	line-height:100%;
	overflow:hidden;
	padding:4px;
}

.yui-panel .bd {
	overflow:hidden;
	padding:4px;
}

.yui-panel .bd p {
	margin:0 0 1em;
}

.yui-panel .container-close {
	position:absolute;
	top:5px;
	right:4px;
	z-index:6;
	height:12px;
	width:12px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	visibility:inherit;
}

.yui-panel .ft {
	padding:4px;
	overflow:hidden;
}

/*
.yui-simple-dialog .bd .yui-icon {
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-right:10px;
	float:left;
}

.yui-simple-dialog .bd span.blckicon {
	background: url("blck16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.alrticon {
	background: url("alrt16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.hlpicon {
	background: url("hlp16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.infoicon {
	background: url("info16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.warnicon {
	background: url("warn16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.tipicon {
	background: url("tip16_1.gif") no-repeat;
}

.yui-dialog .ft, .simple-dialog .ft {
	padding-bottom:5px;
	padding-right:5px;
	text-align:right;
}

.yui-dialog form, .yui-simple-dialog form {
	margin:0;
}

.button-group button {
	font:100 76% verdana;
	text-decoration:none;
	background-color: #E4E4E4;
	color: #333;
	cursor: pointer;
	vertical-align: middle;
	border: 2px solid #797979;
	border-top-color:#FFF;
	border-left-color:#FFF;
	margin:2px;
	padding:2px;
}

.button-group button.default {
	font-weight:bold;
}

.button-group button:hover, .button-group button.hover {
	border:2px solid #90A029;
	background-color:#EBF09E;
	border-top-color:#FFF;
	border-left-color:#FFF;
}

.button-group button:active {
	border:2px solid #E4E4E4;
	background-color:#BBB;
	border-top-color:#333;
	border-left-color:#333;
}
*/