/*PRESETS*/
* {
	margin:0;
	padding:0;
}

body {
	font-family:arial, helvetica, sans-serif;
	/*set 1em = ~13px*/
	font-size:.81em;
	color:#555;
	text-align:center;
}

a {
	color: #006dab;
}

a:hover {
	color: #155182;
}

a:focus {
	outline-style: none;
}

p {
	line-height:1.2em;
	margin: 0 0 1em;
}

ul,dl {
	list-style:none;
}

ol {
	padding-left: 2em;
}


img {
	border:0;
}

iframe { border: none; padding: 0px; margin: 0px; overflow: auto; overflow-x: hidden; overflow-y: auto; }

/*titles*/
h1,h2,h3,h4 {
	color:#333;
}

h1 {
	font-size:1.77em;
	line-height:1.1em;
	font-weight:normal;
}

h2 {
	font-size:1.46em;
	line-height:1.1em;
}

h3 {
	font-size:1.23em;
	line-height:1.1em;
	margin: 0 0 .2em;
}

h4 {
	font-size:1em;
	line-height:1.2em;
	margin: 0 0 .2em;
}

h5, h6 {
	font-size:.85em;
	line-height:1.3em;
	font-weight:normal;
	color:#919191;
}

small {
	font-size:.85em;
}

/*FLOAT CLEARERS*/
#popupWrap:after, #popupHdrInner:after, #popupBodyInner:after, #popupFtrInner:after, #popupContent:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div, fieldset, ul, dl {
	zoom:1;
}

/*TEXT-IMAGE REPLACEMENTS*/
#popupHdr h1 {
	display:block;
	text-indent:-9999px;
	font-size:1px;
	line-height:0;
	background-repeat:no-repeat;
	background-position: 0 0;
	border:0;
}

/*PAGE STRUCTURE*/
body {
	background-color:#b4b4b4;
}

#popupWrap {
	text-align:left;
}

#popupHdr {
	background:#2b3d54 url(../images/popup/bg_popup_hdr.png) repeat-x bottom;
	border-bottom:3px solid #f3b132;
	color: #fff;
}

	#popupHdrInner {
		position:relative;
		padding: 0 0 0 20px;
		min-height:75px;
	}
	
#popupBody {
	background-color:#fff;
}

	#popupBodyInner {
		padding:20px;
	}

#popupFtr {
	background:url(../images/popup/bg_popup_ftr.png) no-repeat right top;
	padding: 0 20px 0 0;
}

	#popupFtrInner {
		background:url(../images/popup/bg_popup_ftr.png) no-repeat 0 0;
		padding: 26px 0 10px;
		font-size:.77em;
		color:#fff;
		text-align:center;
	}
	
/*Popup Header*/
#popupHdr h1 {
	/*VAR*/background:url(../images/popup/logo_popup_mathzone.png) no-repeat 0 0;
	/*VAR*/width:119px;
	/*VAR*/height:38px;
	/*VAR*/margin: 6px 20px 0 0;
	float:right;
	display:inline;
}

	* html #popupHdr h1 {
		background-image:none;
		/*VAR*/filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/popup/logo_popup_mathzone.png', sizingMethod='crop');
	}

#popupHdr h2 {
	float:left;
	display:inline;
	margin: 16px 0 0;
	font-size: 1.61em;
	white-space:nowrap;
	color:#fff;
}

#popupMeta {
	text-align:right;
	padding:4px 10px 0 0;
	font-size:.85em;
}

	#popupMeta a {
		color:#a9a9a9;
	}

/*Plug-in Checker*/
#contentAleks iframe {
	display:block;
}

#contentResults {
	clear:both;
	font-family:arial, helvetica, sans-serif;
	color:#000;
}

#contentResults a {
	color:#000;
}

/*Registration Code*/
