@charset "utf-8";
/* CSS Document */

/* --- HOME --- */
#media_press_wrapper_body{
	position:relative;
	z-index:1;
}

#media_press_splash{
	position:relative;
	z-index:1;
	background-color: #F5F5EC;
}



#media_press_content{
	position:relative;
	z-index:1;
	margin-top: 20px;

}
#media_press_submenu{
	position:relative;
	z-index:1;
	width: 270px;
	float: left;

}

#media_press_content_text{
	position:relative;
	z-index:1;
	width: 630px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 50px;

	padding-bottom: 20px;
}

#media_press_spacer{
	clear: both;
	width: 100%;
	height: 20px;
	
}

#press-table-a
{
	font-size: 13px;
	width: 629px;
	text-align: left;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}
#press-table-a th
{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background: #676761;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#press-table-a td
{
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	background: #F9F9F9;
	border-bottom: 1px solid #fff;
	color: #666660;
	border-top: 1px solid transparent;
	vertical-align: middle;
}
#press-table-a tr:hover td
{
	background: #EBEBDA;
	color: #676761;
}



/* --- END HOME --- */