.image_head {
	height: 200px;
	border-bottom: 10px solid #fafafa;
	position: relative;
	z-index: 1;
	background: url(/web_contents/texture/cream_pixels.png);
}
.image_head_cont {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.text_cont {
	left: 0;
	position: absolute;
	font-family: 'alegreya', sans-serif;
	width: 100%;
	bottom:50px;
	z-index: 3;
}
.text_cont h2 span {
	background-color: white;
	padding: 2px 10px 6px 10px;
}
h1 {
	font-size: 5.2em;
	font-weight: 200;
	margin: 0;
	line-height: 1em;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	text-transform: capitalize;
}

h2{
	font-size: 1.8em;
	font-weight: 300;
	height: 40px;
	line-height: 35px;
	margin: 10px 0px -20px;
	text-align: center;
	text-transform: capitalize;
}
h1 {
	color: #333;
}
h2 {
	color: black;
}

/* CSV Table Classes */

.table_left {
	width: 48%;
	margin-right: 3.5%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.table_right {
	width: 48%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.table_left h2, .table_right h2 {
	font-size: 1.4em;
	font-weight: 300;
	text-align: center;
	color: #666;
	text-transform: none;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


TABLE.CSVTable {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
TABLE.CSVTable img {
	height: 30px;
	margin-bottom: -10px;
}

/* Header */
TABLE.CSVTable THEAD TR {
	background: #ddd;
	text-transform: uppercase;
}

/* Table Cells */
TABLE.CSVTable TD, TABLE.CSVTable TH {
	padding: 10px;
	text-align: center;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #ddd;
}
.cell_medium {
	width:180px;
	color: #666;
	font-size: .8em;
}
.cell_date {
	width: 100px;
	color: #666;
	font-size: .8em;
}
.cell_small {
	width:40px;
}
.cell_big i {
	font-size: .8em;
	color: #666;
	display: block;
}
.cell_small:hover {
	background-color:#ccc;
}
/* Default background color for rows */
TABLE.CSVTable TR.even {
	background: #F9f9f9;
}
/* Background color for odd rows */
TABLE.CSVTable TR.odd {
	background: #F3f3f3;
}