/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:	STYLE SHEET
Filename:	css/print/article_generic.css (Global)
Description:Generic article page print classes 
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
12	24Aug05		MS			Fixed problem where blank pages were being added to beginning/end of a page
11	24Aug05		MS			Fixed some of the print-display problems
10	15Aug05		MS			Added MORE formatting to make the pages printer-friendly
9	15Aug05		MS			Added formatting to make the printing stuff print lovlier
8	10Aug05		MS			Added formatting to make the printing stuff print lovlier
7	15/7/05		PG			Text highlight styles print formatting
6	21Apr05		CT			Updated article_promo
5	14Apr05		CT			Updated for HR Team and Training pages 
4	14Apr05		CT			Updated so that Management Structure and Why work for Esh pages 
							display correctly in print format
3	13Apr05		CT			Added article_roll_print_header
2	12Apr05		CT			Removed article_promo
1	11Apr05		CT			Created
2.0.0
*/

.article_content  {
	background: transparent none;
	float: none !important;
   	color: black;
	width: auto;
	margin: 0;
   	padding: 0;
	overflow: visible;
}

.article_html  {
	background: transparent none;
	float: none !important;
   	color: black;
	width: 80%;
   	margin: 0px;
	padding: 1px;
	overflow: visible;
}

.article_roll_link, .article_roll_contact, .article_roll_download, .man_padder, .rowbottom, .man_padder, .managment_box, .groupContainer  {
	background: transparent none;
	float: none !important;
   	color: black;
	width: 100%;
}

.article_promo  {
	background: transparent none;
	float: right;
   	color: black;
	width: 20%;
   	padding: 1;
}

.man_container, .rowtop {
	background: transparent none;
	float: none !important;
   	color: black;
	width: auto;
	min-height: 200px; /* required by Firefox */
	margin-bottom: 20px;
}

.boxwrap, .boxtop, .boxHorizontalBorder, .boxbottom {
	background: transparent none;
	float: none !important;
   	color: black;
	width: auto;
	clear: both;
}

.rowLayoutBox {
	position:relative;
	float: left;
   	color: black;
	margin-bottom: 20px;
	clear: both;
	overflow: visible;
}

.rowLayoutBox_text {
	padding:0px 0px;
	text-align: left;
	width: auto;
	float: left;
	clear: left;
}

.rowLayoutBox_Image {
	float:right;
	clear: right;
}

.managment_box {
 	width: 80%;
}

.man_container .twoBoxRowSpacer {
	width: 50%;
}

.man_container .threeBoxRowSpacer {
	width: 33%;
}

.man_container .fourBoxRowSpacer {
	width: 25%;
}

.article_roll_print_header {
	display: block;
}


.textHighlightStyle1,
.textHighlightStyle1Small{
	 position: relative;
	 width:auto;
	 padding:5px 0px;
}

.textHighlightStyle1Text{
	 position:relative;
	 text-align:center;
	 padding: 0px 0px;
	 font-size: small;
	 font-weight: bold;
}

.textHighlightStyle2{
	text-align: justify; /*width:350px;*/
	font-size: small;
	font-weight: bold;
	padding:5px 0px;
}

.boxleft, .boxright  { 
	width: auto;
	float: left; 
}

.text_box {
	/* position : relative; */
	padding : 10px 10px;
	test-align: left;
	width: 600px;
}

.text_box img {
	float : left;
	margin-right : 10px;
}