
html, body
{
	width: 100%;
	height: 100%; 
	border: 0;
	margin: 0;
	padding: 0;
	background-color:#333333;
	font-family: helvetica nueue, helvetica, arial, sans serif; 
	color: #FFF;
}

#flash-wrapper, 
#flash-site, 
embed, 
object {
	min-width: 960px; 
	width: 100%;
	min-height: 680px;
	height: 100%; 
}

#errors {
	padding-top: 50px;
	margin-top: 50px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	text-align: left;
}

#errors p {
	color: #CCC;
}

#errors p a {
	color: #FFF;
}




/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #FFF;
    color: #333;
    padding: 0;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

      

/*** FB MODAL ***/

#modalWindow {
	background-color: #FFF;
	width: 400px;
	border: solid 10px #ccc;
	font-family: Lucida Grande, Arial, Helvetica, Sans Serif;
}

#modalWindow div {
	float: left;
}

#jqmTitle {
	border: solid 1px #3b5998;
	background-color: #6d84b4;
	padding: 5px;
	color: #FFF;
	font-size: 0.9em;
	width: 390px;
	height: 20px;
}

#jqmTitle button {
	float: right;
}

#jqmCloseX {
	color: #FFF;
	background-color: #6d84b4;
	border: solid 0px #6d84b4;
	font-weight: bold;
	font-size: 1.0em;
	outline: none;
}

#jqmTitleText {
	float: left;
}

#modalWindow button {
	display: block;
}

#jqmContentHead {
	padding: 6px;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;
}

#jqmContentHead button {
	display: inline;
}

#jqmContentHead p {
	font-size: 0.8em;
}

#jqmContentHead p {
	border-bottom: solid 1px #CCC;
	padding-bottom: 5px;
	padding: 5px;
	width: 378px;
}

#jqmContent {
	border-top: solid 0px #FFF;
	border-bottom: solid 0px #FFF;
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;
	background-color: #FFF;
	height: 390px;
	width: 400px;
	margin: 0;
	padding: 0;
}

#jqmFooter {
	padding: 6px;
	width: 388px;
	height: 25px;
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;
	border-bottom: solid 1px #555555;
	background-color: #f2f2f2;
}

#jqmFooter button {
	float: right;
}

#modalWindow button {
	cursor: pointer;
	padding: 2px;
}

#jqmSelect {
	color: #FFF;
	margin-right: 5px;
	background-color: #3b5998;
	border-top: solid 1px #d9dfea;
	border-left: solid 1px #d9dfea;
	border-right: solid 1px #0e1f5b;
	border-bottom: solid 1px #0e1f5b; 
}

#jqmCloseButton, #jqmPost {
	background-color: #cccccc;
	border-top: solid 1px #e7e7e7;
	border-left: solid 1px #e7e7e7;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969; 
}

#friendcounter {
	line-height: 25px;
	font-size: 0.7em;
	margin-left: 3px;
}

#jqmFooter .error {
	color: #F06;
}
