/* this is the css for containers extracted from the previous version layout.css */
/* as the new css do not have the formating info */


/* Containers and Faux columns
----------------------------------------------- */
.faux-column-container {
	background-image: url(http://www.traintogain.gov.uk/LSCGOVUK/images/TTGMarketing/px_d7d4c4.gif);
	background-position: 50% 0;
	background-repeat: repeat-y;
	height: 100%;
	width: auto;
}
.faux-column-containerAlt {
	height: 100%;
	width: auto;
}
.faux-col {
	float: left;
	position: relative;
	width: 49.9%;
}
/* Holly Hack - Rules for WIN/IE */
* html .short {
	width: 49%;
}
.container-type-one, .faux-column-container {
	margin-left: 2px;
}
/* Holly Hack - Rules for WIN/IE */
* html .container-type-one {
	margin-right: 1px;
}
.container-type-one, .container-type-two {
	background-color: #fff;
	border-color: #d7d4c4;
	border-style: solid;
	border-width: 1px 0;
	padding: 0.5em 1em 0.5em 1em;
}
.container-type-one {
	border-width: 1px 0 1px 0;
	padding: 0.5em 1em 0 1em;
}
.container-type-one:after {
	clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .container-type-one {height: 1%;}
.container-type-one {display: block;}
/* End hide from IE-mac */
.container-type-two {
	border-width: 1px;
	padding: .75em;
}

.callout {
	background-color: #fff;
	border-color: #d7d4c4;
	border-style: solid;
	border-width: 1px;
	padding: 0 .65em;
}
