/* @override http://app.mobilyzr.com/stylesheets/main.css */

@import url('common.css');
#main_wrapper {
	width: 754px;
	margin: 0 auto;
	border-color: #5197b8;
	border-left: 1px solid;
	border-right: 1px solid;
	overflow: hidden;
}
	#header, #main_content, #main_menu {
		width: 754px;
		position: relative;
	}
	#header {
		height: 67px;
		background-color: #f6f9fd;
		color: #2d89bc;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#main_menu {
		background-color: #f6f9fd;
	}
	#main_content {
		background: #FFF url(../images/background_cont.jpg) top left repeat-x;
		min-height: 551px;
		padding-top: 10px;
	}
		#content_left {
			float: left;
			width: 453px;
			padding: 9px 20px 0 27px;
		}
		
		#content_left_wide { /* lww */
		float: left;
		width: 679px;
		padding: 9px 20px 0 27px;
		}

		#content_right {
			float: right;
			width: 226px;
			padding: 14px 24px 0 0;
		}
	#footer_menu {
		width: 754px;
	}
	#footer {
		clear: both;
		position: relative;
		margin: 5px 100px;
	}

	.list_table td {
		font-size: 13px !important;
		line-height: 20px !important;
		cursor: default !important;
	}
	
		.list_table td a { text-decoration: underline; color:#1E5694; cursor: pointer; }
		.list_table td a.exp { background-color:#A9B794; padding: 2px; color: #fff; text-decoration: none; line-height: 10px;}
		.list_table td a.exp_level2 { background-color:#A9B794; padding: 2px; color: #fff; text-decoration: none; line-height: 10px; float:left; margin:3px 10px 0 3px;font-weight:normal;}		
		.list_table td a.exp:hover { background-color:#8B927A; }
		.list_table td a.exp_level2:hover { background-color:#8B927A; }

/*
		.list_table td div { text-decoration: underline; display: block; color:#1E5694; cursor: pointer; }
*/
		.list_table td div { display: block; color:#1E5694; cursor: pointer; }
		.list_table td div.exp { background-color:#A9B794; padding: 2px; color: #fff; text-decoration: none; line-height: 10px;}
		.list_table td div.exp_level2 { background-color:#A9B794; padding: 2px; color: #fff; text-decoration: none; line-height: 10px; float:left; margin:3px 10px 0 3px;font-weight:normal;}		
		.list_table td div.exp:hover { background-color:#8B927A; }
		.list_table td div.exp_level2:hover { background-color:#8B927A; }
	
	#tab_head th {
		font-size: 13px !important;
		line-height: 20px;
	}
	
	.activation_link {
		background-color:#9BB1CA;
		padding: 2px 5px;
		color:#20547C;
		font-size: 0.8em;
	}
		.activation_link:hover {
			background-color:#659FCD;
		}
		
		.survey {
			font-size: 1.5em;
		}
		
			.survey a {  }


/* styles needed for mootools tip Larry W */
.tool-tip {
	color: #000;
	width: 400px;
	z-index: 13000;
	font-size:10px;
}
.tool-title {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	color: #ffffff;
	padding: 8px 8px 4px;
	background: #000000;
}
.tool-text {
	font-size: 14px;
	padding: 4px 8px 8px;
	background: #cccccc;

}


/*===[MISC FIXES]===*/
	/*
	P.I.E. FLOAT CLEARING
	See http://www.positioniseverything.net/easyclearing.html 
	--------------------- */

	.clearfix:after {
	  content: ".";
	  clear: both;
	  height: 0;
	  visibility: hidden;
	  display: block;
	}
	.clearfix {
	  display: inline-block; /* Fixes IE/Mac */
	}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */	

	.clearer {clear:both;}