#scrollbox {	
	height:100%;
	width:100%;
	overflow:auto;
}
a:link {
	color: #990000; text-decoration: none;
}
a:active {
	color: #990000; text-decoration: none;
}
a:visited {
	color: #990000; text-decoration: none;
}
a:hover {
	color: #990000; text-decoration: underline;
}

body {
	background-image:url("http://www.latetedestrains.com/design/carreaux.gif");
	margin-left: 50px;
	margin-right: 50px;
}

h1 {
	text-align: center;
	color: #FF8040;
	font-size: 36px;
	font-style: italic;
}
h2 {
	text-align: center;
	font-size: 18px;
	font-family: "Georgia";
	font-style: italic;
}

div.disclaimer {
	text-align: center;
	font-size: 16px;
	font-style: italic;
	/**color: #990000;**/
	color: #003300;
}

div.gallery {
	margin: 5px;
	border: 1px solid #ccc;
	float: left;
	width: 300px;

	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	font-size: 10px;
	color: #333;
	background-color: #eee;
	background-color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

div.gallery:hover {
	border: 1px solid #777;
}

div.date {
	padding: 10px;
	text-align: left;
	height: 20px;
	color: #CC3300; /**006600**   003300!**/
	overflow: hidden;
	text-transform: uppercase;
	font-size: 1.3em;
}

div.title {
	padding: 10px;
	text-align: left;
	height: 20px;
	color: #003300;
	overflow: hidden;
}

div.desc {
	padding: 10px;
	text-align: center;
	height: 20px;
	overflow: hidden;
}

div.thumb {
	width: 300px;
	height: 113px;
	text-align: center;
	overflow: hidden;
}
img.thumb {
	height: 100%;
	width: auto;
}

#content {
    position: relative;
    float: left;
    width: 900px;
    margin-right: 40px;
}

#details {
    float: left;
    width: 300px;
}

#event_description {
    position: relative;
    display: block;
    margin: 0 0 30px 0;
    padding: 20px 30px;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	min-height: 500px;
}

#event_title {
	display: block;
	font-family: Arial, Helvetica, serif;
	font-size: 2.4em;
	font-weight: bold;
	color: #003300;
}

.subtitle {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 20px;
}

.full {
    background-color: red;
    color: white;
}

.spacer {
	clear: both;
}

ul.breadcrumb {
	padding: 8px 16px;
	list-style: none;
	background-color: #eee;
	background-color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

ul.breadcrumb li {display: inline;}

ul.breadcrumb li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}

.pagination {
	display: inline-block;
}

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}

.pagination a.active {
	background-color: #4CAF50;
	color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

/*
font-family: "'Helvetica Neue'",Helvetica,Arial,Verdana,Geneva,sans-serif;
color: #333;
*/

.alert {
	padding: 20px;
	background-color: #f44336;
	color: white;
	font-weight: normal;
}

.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn:hover {
	color: black;
}
