/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		Atlas
Filename:		layout_home.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	9/10/07		PG			added fixed height to signpost
1	17/7/07		PG			taken from atlas

*/

.homeRow{
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.inter{
	position: relative;
	background: transparent url('/images/home/interactive_content.gif') no-repeat top left;
	width: 711px;
	height: 155px;
}

.interContent{
	position: absolute;
	top: 70px;
	left: 10px;
}

.interContent a {
	float:left;
}

.areaPanel {
	float: left;
	width: 228px;
	margin-right: 14px;
	position: relative;
	height: 130px;
}

.areaPanel a {
	float: left;
}

.promoHolder {
	float: left;
	width: 339px;
	height: 245px;
	margin-right: 27px;
}

.panel_body_content{
	min-height:13em;
  	height:auto !important;
  	height:13em;
}

.text_top{
	width: 711px;
	height: 8px;
	background: transparent url('/images/home/text_top.gif') no-repeat top left;
	overflow: hidden;
}


.text_content{
	width: 711px;
	background:transparent url('/images/home/text_content.gif') repeat-y top left;
	float:left;
}

.text_bottom{
	width: 711px;
	height: 34px;
	background: transparent url('/images/home/text_bottom.gif') no-repeat top left;
	float: left;
	overflow: hidden;
}

.text_content_body {
	padding: 5px 35px 5px 10px;
}

.text_content_body h1 {
	font-weight: normal;
	font-size: 1.8em;
	
	padding: 12px 0 6px 0px;
}

.text_content_body h5 {
	font-weight: normal;
}


.homeRow .panelMasker{
	position:absolute;
/*	height:209px;*/
	height: 225px;
	width:100%;
	z-index:1000;
	display:block;
}

.homeRow .panelMasker a{
	display:block;
	width:100%; height:100%;
}
.homeRow .panelMasker img{
	display:block;
	width:100%; height:100%;
}

.homeRow .panel_content{
	overflow:hidden;
}














.homeRow .panel_body_content .image .imageFrame {
	width: 204px;
	height: 147px;
	background: transparent url('/res/coArticleSignpost/images/signpost_image_mask.png') no-repeat top left;
	z-index: 222;
	position: absolute;
	overflow: hidden;
	display: block;
}

* html .homeRow .panel_body_content .image .imageFrame {	
	background-image:none;	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/coArticleSignpost/images/signpost_image_mask.png', sizingMethod='crop');
}


.homeRow .panel_body_content .image img {
	z-index: 1;
	width: 204px;
	height: 147px;
}



























.homeRow .panel_inner {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	width: 339px;
}

#user_console {	
	width: 773px;
    margin-top: 10px;
    font-size: 0.9em;
	padding-bottom: 10px;
}

.addthis_links {
    float: left;
    margin-right: 30px;
    vertical-align: top;
}

.plusButton {
    background-image: url("/images/home/plusButton.gif");
    display: block;
    float: left;
    height: 16px;
    margin-right: 4px;
    margin-top: 2px;
    width: 16px;
}
.addthisTwitter {
    background-image: url("/images/home/twitterButton.gif");
    cursor: pointer;
    display: block;
    float: left;
    height: 16px;
    margin-right: 2px;
    margin-top: 2px;
    width: 16px;
}
.addthisLinkedin {
    background-image: url("/images/home/linkedInButton.gif");
    cursor: pointer;
    display: block;
    float: left;
    height: 16px;
    margin-top: 2px;
    width: 16px;
}

.print_link {
	
}

.print_link img {
	width: 20px;
	height: 20px;
    margin-top: 2px;
    margin-right: 2px;
	float: left;
}








