/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
  SECURE PAGE
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body {
	background:url(../images/body/background_body.gif) top center;
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
}

.imgIdea {
	border:0; position:absolute;
}

#monthlyIdea {
	width:980px;
	position:absolute;
	margin:0 0 0 -475px;
	left:50%;
	background-color:#fff;
	background:url(../images/body/background_page.gif) top left repeat-y;
}

.header {
	width:958px;
	margin-left:10px;
}

.row {
	width:958px;
	height:178px;
	margin-left:10px;
}

.tile {
	width:173px;
	height:173px;
	border:1px solid #cccccc;
	overflow:hidden;
	position:relative;
}

.tileL { margin:10px 20px 5px 0; float:left;}
.tileL1 { margin:10px 21px 5px 0; float:left;}
.tileR { margin:10px 0; float:right; }

.tileLogo { 
	width:370px;
	height:173px;
	border:1px solid #cccccc;
	margin:10px 20px 5px 0;
	overflow:hidden;
	position:relative;
	float:left;
}

.glowColor {
	text-align:center;
	width:173px;
	height:173px;
	background:url(../assets/front/color.png) top left repeat;
	color:#fff;
	position:absolute;
	left:0;
	display:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:1.0; 
}

.title {
	font-size:20px;
	font-weight:bold;
	position:relative;
	top:30%;
	text-decoration:none;
	color:#fff;
	padding:5px;
	display:block;
}

.subtitle {
	font-size:16px;
	font-weight:normal;
}

.terms {
	width:958px;
	margin-left:10px;
	color:#063;
	font-size:13px;
	font-weight:normal;
}