/* CSS Document */

div.events
{
	position:relative;
}

div.events #detaiEventImage{
	margin-bottom:30px;
}

div.events .eventMoreInformation{
	margin-top:15px;
	float:left;
}

div.events p.divider
{
	display:block;
	background:url("/themes/default/graphics/site/oliverwight-english/body/story-divider.png") 0 4px no-repeat;
	width:100%;
	height:9px;
	margin-bottom:15px;
}

div.events .eventsMarginLeft{
	margin-left:15px;
}
div.events .ulMarginBottom{
	margin-bottom:10px;
}
div.events .ulMarginTop{
	margin-top:10px;
}
div.events .marginBottomZero{
	margin-bottom:0;
}
div.events .date{
	font-style:italic;
}

/* for form job application style */


div.events form .formEventApplication div{
	margin-bottom:10px;
	display:inline-block;
	position: relative;
	width:100%;
}
div.events form .formEventApplication div div{
	width:auto;
}

div.events form .formEventApplication #delegateDetailsHolder div{
	width:100%;
}

div.events form .formEventApplication div label, div.events form .formEventApplication div input
{
	display:block;
}

div.events form .formEventApplication div#termsAndConditionsDiv{
	width:auto;
}

div.events form .formEventApplication div label
{
	width:150px;
	float:left;
}

div.events form .formEventApplication div label.extraSpace
{
	width:370px;
}

div.events form .formEventApplication div input.lessSpace
{
	width:50px;
	float:left;
	margin-top:-1px;
	border:0;
}

div.events form .formEventApplication div input[type=radio],
div.events form .formEventApplication div input[type=checkbox]{
	border:none;
}

div.events form .formEventApplication div input
{
	width:250px;
	border: 1px solid #6D6F71;
	background:white;	
}
div.events form .formEventApplication div .submitButton
{
	width:120px;
	color:#B5101A;
	margin:0px 0px 0px 150px;
}

#bundleLink{
	float: left;
	margin: 5px 0 0 10px;
}
#bundleExplanation{
	display: none;
	position: absolute;
	z-index: 3;
	right: 87px;
    top: -9px;
	background-color: #cdebf6;
	padding: 10px;
	border-radius: 15px;
	width: 238px;
}
#bundleExplanation h2{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 1px;
}
#bundleExplanation p{
	font-size:11px;
}


div.events form div.error
{
    margin:0px 0px 0px 150px;
}

div.events form div.error p
{
    margin-bottom:2px;
}

.h2events{
	font-size:12px;
	font-weight:bold;	
}

.grayOut
{
	color:#adb0b3;
}

.eventsHaveRightColumn{
	width:580px;
	position:relative;
}

#backEvents{
    float:left;
    width:100%;
}