
/*  Share Detail Styles */

body {
	background: url(../../images/layout/bg-pages/turquoise.gif) repeat-x;
	}
	
#main-image {
	background: url(../../images/main-images/home.jpg) no-repeat;
	}
	
#menu-strip {
	background: url(../../images/layout/bg-menu/turquoise.jpg) no-repeat;
	}
	
#menu-strip #pic {
	background: url(../../images/main-images/home-box.jpg) no-repeat;
	}
	
h2#share-detail { 
	background: url(../../images/page-headings/detailed-share-price.gif) no-repeat;
}

h2#news-detail { 
	background: url(../../images/page-headings/stock-exchange-news.gif) no-repeat;
}

caption {
	font-weight: bold;
	text-align: left;
	background-color: #EDFAFD;
	padding: 4px 4px 4px 6px;
	}
	
th, td {
	text-align: center;
	border: 1px solid #DFECEF;
	}

table {
	margin: 0 0 10px 0;
	}
	

/* Sub Menu Headings */
	
#sub-menu-heading.stock-exchange {	
	background: url(../../images/sub-menu-headings/stock-exchange-news.gif) no-repeat;
}


