/*--------------------------------------------------*/
/*- General, All-Purpose Styles                    -*/
/*--------------------------------------------------*/
html, body {
	background-color:#fff;
	border:1px solid #fff;
	height:575px;
}

form {
	margin:0;
	padding:0;
}

.context-note {
	font-size: 9.5px;
}

h1 {
	font-size:15px;
}

h2 {
	font-size:14px;
}

#hd {
	padding-bottom:12px;
}

/*------------------------------------------------------------------*/
/*- Styles used in emailforms: ReportAbuseForm and CustomerService -*/
/*------------------------------------------------------------------*/

#emailformbg {
	margin:0 auto;
	width:460px;
	height:290px;
	padding:80px 20px 30px;
	position:relative;
}

#emailformbg #buttonswrapper {
	position:absolute;
	top:350px;
	left:0;
	width:500px;
	text-align:center;
}

#emailformbg form {
	text-align:left;
	padding-left:20px;
}

#emailformbg label {
	display:block;
	font-weight:bold;
	padding-top:10px;
}

#emailformbg #clearbtn {
	margin-right:75px;
}

#emailformbg .message {
	text-align:center;
	font-size:13px;
	font-weight:bold;
	padding:20px 75px;
}

/*--------------------------------------------------*/
/*- General Components                             -*/
/*--------------------------------------------------*/


/*--------------------------------------------------*/
/*- General Components: Forms                      -*/
/*--------------------------------------------------*/

/* not sure what these are for; keeping them for 
 * the moment.... -PAM 3/6/07                     */

.fieldMissing {
	background: #bedef4;
}

.fieldInvalid {
	background: #ffaf7e;
	font-weight: bold;
}

.missingList, .invalidList {
	padding-bottom: 0.6em;
	padding-top: 0.2em;
	padding-left:0.1em;	
	padding-right:0.2em;
	margin: 0;
}

.missingList {
	border-top: 4px solid #bedef4;
}

.invalidList {
	 border-top: 4px solid #ffaf7e;
}

.missingList li, .invalidList li {
	list-style:none;
	font-style:italic;
}

label, .inp {
	font-size: 8pt;
}

.pager {
	text-align: center;
}

.pager .total {
	float:right; 
	font-size:smaller;
	margin-top:3px;
}	
	
/*--------------------------------------------------*/
/*- General Components: Alerts                     -*/
/*--------------------------------------------------*/


.alertButton {
	width: auto;
	border: none;
	background-color: #699ED9;
	color: #fff;
	padding: 0.1em;
	border-bottom: 1px solid #5885b6 !important;
	border-right: 1px solid #5885b6 !important;
	border-top: 1px solid #92b8e2 !important;
	border-left: 1px solid #92b8e2 !important;
	cursor: pointer;
}

.alertDialog {
	width: 30em;
	border: 2px solid #ff2200;
	padding: 1em;
	background: #ffffff;
	-moz-border-radius: 10px;
}

.alertContent .alertButton {
	float:right;
	position:relative;
	bottom:1em;
}

/*--------------------------------------------------*/
/*- General Components: Banners                    -*/
/*--------------------------------------------------*/

.bzbanner {
	display: none;
}

.p9banner {
	position:absolute;
	left:473px;
	top:11px;
	color:white;
	font-size: 14pt;
}

/*--------------------------------------------------*/
/*- used in player/message                     		-*/
/*--------------------------------------------------*/

.membermessage {
	padding-top:2em;
	width:717px;
	font-size:15px;
	text-align:left;
	margin:0px auto;
}

.membermessage p {
	padding-bottom:.7em;
}

.expired {
	color:#f00;
	font-weight:bold;
}

.continuebtn img, .imgbutton img {
	border:none;
}

#startplaying {
	display:block;
	float:right;
}

/*------------------------------------------------------------------*/
/* Styles used in LoginBorder, for flash login iframe				*/
/*------------------------------------------------------------------*/

html, body {
	background:transparent;
	border:0 none;
	position:absolute;
	margin:0;
}

#logindoc_wc {
	width:702px;
	position:relative;
	text-align:left;
}

#logindoc_wc #bd_small {
	width:696px;
	border:3px solid #333333;
	border-top:0 none;
	background-color:#ffffff;
}

#logindoc {
	width:800px;
	margin:25px auto;
}

#hd_small img {
	display:block;
}

#flashclosebox {
	position:absolute;
	top:6px;
	right:10px;
	border:0 none;
}
