/*
 
Copyright (c) Enigma Interactive 2007

SOM2
Project:		Atlas
Filename:		coArticleSignpost.css
Description:	
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	17/7/07		PG			taken from atlas

*/



.panel{
	position:relative;
	width:100%;
}


.panelMasker{
	display:none;
}

.panel_inner{
	width:100%;
	overflow:hidden;
	position:relative;

}

.panel_inner h2{
	margin:0;
	padding:0.2em 0em;
	font-size:1.3em;
}
.panel_inner h2 a{
	color:#fff;
	text-decoration:none;
}

.panel_inner h3{
	color:#666;
	margin:0;
	padding:0.2em 0em;
}

.panel_inner p{
	margin:0;
	padding:0.5em 0em 0.5em 0em;
}

.panel_top{
	background:#006AC2 url('/res/coArticleSignpost/images/top_repeat.gif') repeat-x top left;
	float:left;
	width:100%;
	position:relative;
}

.panel_top .tl{
	height:18px;
	width:16px;
	background:transparent url('/res/coArticleSignpost/images/top_left.gif') no-repeat top left;
	float:left;
}

.panel_top .tr{
	height:18px;
	width:16px;
	background:transparent url('/res/coArticleSignpost/images/top_right.gif') no-repeat top left;
	float:right;
}

.panel_top .title{
	float:left;
	margin-left:-5px;
}

.panel_top .top_container{
	width:100%;
	overflow:hidden;
	background:transparent url('/res/coArticleSignpost/images/top_right_repeat.gif') repeat-y top right;	
}

.panel_content{
	background:transparent url('/res/coArticleSignpost/images/left_repeat.gif') repeat-y top left;	
	overflow:hidden;
	float:left;
	width:100%;
	position:relative;
	z-index:100;
	margin-bottom:-10px;
}

.panel_content .panel_body{
	background:transparent url('/res/coArticleSignpost/images/right_repeat.gif') repeat-y top right;
	padding:0em 1em;	
}


.panel_content .panel_body .panel_body_content{
	padding:0.5em 0em;
	overflow:hidden;
	width:100%;
}

.panel_body_content .image{
	float:left;
	padding:5px 5px 0px 0px;
}

.panel_bottom{
	float:left;
	width:100%;
	height:18px;
	background:transparent url('/res/coArticleSignpost/images/bottom_repeat.gif') repeat-x bottom left;	
	position:relative;
	z-index:1000;
}


.panel_bottom .bl{
	float:left;
	width:16px;
	height:18px;
	background:transparent url('/res/coArticleSignpost/images/bottom_left.gif') no-repeat bottom left;	
}

.panel_bottom .br{
	float:right;
	width:16px;
	height:18px;
	background:transparent url('/res/coArticleSignpost/images/bottom_right.gif') no-repeat bottom left;	
}

.moduleDetails .panel h2{
	background:none;
}


.discovermore .image{
	padding:0;
	width:220px;
	height:152px;
	overflow:hidden;
}

.discovermore .text{
	width:95px;
	float:right;
	font-size:1em;
	color:#006AC2;
	font-weight:bold;
}

.discovermore p{
	padding:0px 0px 0px 5px;