
/* CSS Document */

/*----------Copyright 2013 Life Incorporated---------------*/

.Overflow {
	overflow: hidden;
}

p {
	margin: 3px 0px 12px 0px;
}

a,
.a {
	color: #138c1e;
	text-decoration: none;
	background:none;
	border:none;
}

	a:hover,
	a:active,
	.a:hover,
	.a:active {
		color: #138c1e;
		text-decoration: underline;
	}

.a {
	cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
	vertical-align: text-bottom;
}

	input[type=checkbox] + label,
	input[type=radio] + label {
		padding-left: 5px;
		vertical-align: middle;
	}

.instructions,
.EventInfoWrapper,
.DescriptionContainer {
	font-size: 12px;
	margin-bottom: 3px;
}

.spacer {
	border-bottom: 1px dashed #c2bebb;
	margin: 10px 0px;
}

.clear {
	clear: both;
}

.Red,label.error {
	color: #F00;
}

.Green {
	color: #138c1e;
}

#ContentContainer ul,
ol {
	margin-left: 30px;
}

	#ContentContainer ul li,
	ol li {
		padding: 3px 0px;
	}

	#ContentContainer ul.ArrowUL {
		list-style-image: url(../Images/greenArrow.png);
	}
	
.RatingWrapper ul{
	margin-left: 0px !important;	
}

/*-----Titles-------*/

h1 {
	color: #781b0d;
	font-size: 40px;
	font-weight: normal;
	margin: 10px 0px;
}

h2 {
	color: #781b0d;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0px;
}

h3 {
	font-weight: normal;
	color: #0a3a51;
	font-size: 20px;
	margin: 10px 0px 5px 0px;
}

	h3 span {
		font-weight: bold;
		font-size: 12px;
	}

.Employment_h3 {
	float: left;
	width: 800px;
}

/*------------------*/

.prevButton,
.nextButton{
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin: 1px 2px 0px 2px;
}
	
	.prevButton{
		background: url(../Images/Buttons/Previous_left.png) top center no-repeat;
	}
	
	.nextButton{
		background: url(../Images/Buttons/Previous_right.png) top center no-repeat;		
	}

		.prevButton:first-child,
		.nextButton:last-child{
			width: 25px;
		}
		
			.prevButton:first-child{
				background: url(../Images/Buttons/Last_left.png) top center no-repeat;
			}
			
			.nextButton:last-child{
				background: url(../Images/Buttons/Last_right.png) top center no-repeat;
			}
		
				.prevButton:hover,
				.prevButton:active,
				.nextButton:hover,
				.nextButton:active{
					background-position: bottom center;
				}
	
	
.number{
	padding: 1px;
	border: 1px solid #fff;
	margin: 0px 1px;
	display: block;
	float: left;		
}
	
	.number:hover,
	.number:active,
	.selected{
		background-color: #f2fafa;
		padding: 1px;
		border: 1px solid #d9eed9;
		margin: 0px 1px;
		display: block;
		float: left;
		text-decoration: none;	
	}
	
		.selected{
			font-weight: bold;
			color: #060;	
		}

/*-------*/

.BackLink {
	float: right;
	font-size: 12px;
	text-align: right;
}

.CompleteText {
	margin-top: 20px;
	font-style: italic;
}

	.CompleteText span {
		font-size: 30px;
		color: #781b0d;
	}

.EmploymentDescriptionWrapper,
.EmploymentQualificationWrapper {
	float: left;
	width: 430px;
}

.EmploymentDescriptionWrapper {
	margin-right: 40px;
}

.EHwrapper {
	padding: 5px;
	background-color: #f2fafa;
	border-radius: 5px;
	margin-bottom: 3px;
}

.TakeNote {
	background: url("../Images/TakeNote_icon.png") no-repeat scroll 10px 10px #f2fafa;
	border: 1px solid #f2fafa;
	border-radius: 5px;
	padding: 10px 10px 10px 50px;
	margin-bottom: 20px;
}
	
.EmploymentButton,
.CustomButton {
	border-radius: 5px;
	background-color: #ac2411;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	-webkit-text-shadow: black 0.1em 0.1em 0.2em;
	text-shadow: black 0.1em 0.1em 0.2em;
	border: none;
	cursor: pointer;
}

	.EmploymentButton {
		float: right;
		font-size: 30px;
		padding: 10px 40px;
	}

	.EmploymentButton:hover,
	.EmploymentButton:active,
	.CustomButton:hover,
	.CustomButton:active {
		background-color: #63170b;
		color: #fff;
		text-decoration: none;
		-webkit-text-shadow: black 0.1em 0.1em 0.2em;
		text-shadow: black 0.1em 0.1em 0.2em;
		border: none;
	}

.TopButton {
	margin-bottom: 5px;
}

.TableWrapper {
	border: 1px solid #c5902d;
	border-radius: 5px 5px 0px 0px;
	margin: 10px 0px;
}

.TableFormatting {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	*border-collapse: collapse;
}

	.TableFormatting th,
	.TableFormatting td {
		padding: 3px;
		vertical-align: top;
	}

	.TableFormatting th {
		font-size: 13px;
		color: #fff;
		text-align: left;
		font-weight: bold;
		border-bottom: 1px solid #c5902d;
		background-color: #c5902d;
	}

.AltRow {
	background-color: #f2fafa;
}

.TableFormatting td.AddEditModes {
	border-bottom: 1px solid #bc9c6b;
	background-color: #f2fafa;
	padding: 5px;
	overflow: hidden;
}

.AddEdit_links {
	padding-top: 20px;
	font-size: 12px;
}

.ModifyDelete_links {
	text-align: right;
	white-space: nowrap;
}

.SelectorWrapper {
	width: 420px;
	height: 90px;
	background: #fff;
	padding: 3px 18px 3px 3px;
	border: 1px solid #e2efef;
	overflow: auto;
}

.LoginWrapper {
	width: 380px;
	border: 2px solid #f2fafa;
	padding: 5px;
	border-radius: 5px;
	margin: 40px auto 80px auto;
}

.LoginContainer {
	padding: 10px 20px 20px 20px;
	background-color: #f2fafa;
	border-radius: 5px;
}

.MapWrapper {
	background: url(../Images/MapBackground.png) center center no-repeat;
	width: 450px;
	height: 383px;
	float: right;
	text-align: center;
	padding-top: 33px;
	margin-left: 30px;
}

.Quote,
.IndexMainContent,
.EventContainer,
.EventWrapper div,
.EventWrapperIndex div,
.FloatingDivs div,
.LeftGuts,
.MiddleGuts,
.RightGuts {
	float: left;
}

	.FloatingDivs div {
		margin-bottom: 3px;
	}

.Quote {
	width: 333px;
	background: url(../images/Quote.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 200px;
	margin-top: 30px;
}


.IndexMainContent {
	width: 301px;
}

.EventContainer {
	width: 316px;
	background: url(../images/Events_background.png) top left repeat-y;
}

.EventTop,
.EventBottom {
	width: 315px;
	height: 55px;
}

.EventTop {
	background: url(../images/Event_top.png) top left no-repeat;
	overflow: hidden;
}

	.EventTop h2 {
		float: left;
		width: 200px;
		margin: 10px 0px 0px 35px;
	}

	.EventTop a,
	.EventInfoWrapper a {
		background: url(../images/greenArrow.png) center right no-repeat;
		display: block;
		color: #138c1e;
		text-decoration: none;
		padding-right: 10px;
	}

	.EventTop a {
		float: right;
		margin: 20px 10px 0px 0px;
	}

.Event_descriptionWrapper a {
	float: left;
}

	.EventTop a:hover,
	.EventTop a:active,
	.Event_descriptionWrapper a:hover,
	.Event_descriptionWrapper a:active {
		text-decoration: underline;
	}

.EventMiddle {
	min-height: 155px;
	padding: 0px 10px 0px 40px;
}

.EventWrapper,
.EventWrapperIndex,
.IndexAltRow,
.AltRow {
	border-top: 1px dashed #c2bebb;
	padding: 5px 0px;
}

.EventWrapperIndex,
.IndexAltRow {
	width: 265px;
}

.IndexAltRow,
.AltRow {
	background-color: #f2fafa;
}

.Event_dateBoxIndex,
.Event_dateBox {
	width: 48px;
	height: 48px;
	background: url(../images/Event_dateBox.png) top left no-repeat;
	color: #fff;
	text-align: center;
	padding-top: 2px;
	margin: 3px 10px 0px 5px;
	text-decoration: none;
}

.Event_dateBoxIndex {
	display: block;
	float: left;
	text-decoration: none;
}

	.Event_dateBoxIndex:hover,
	.Event_dateBoxIndex:active {
		text-decoration: none;
		color: #fff;
	}

	.Event_dateBox span,
	.Event_dateBoxIndex span {
		font-size: 24px;
	}

.Event_descriptionWrapperIndex {
	width: 200px;
}

.EventTitle,
.EventTitleiIndex,
.ServieTitle {
	color: #138c1e;
	font-size: 18px;
	text-decoration: none;
}

.EventBottom {
	background: url(../images/Event_bottom.png) top left no-repeat;
}

.EventInfoWrapper {
	margin: 3px 40px 0px 0px;
	width: 250px;
}

	.EventInfoWrapper a {
		margin-top: 5px;
	}

.DescriptionContainer {
	width: 545px;
	margin-top: 3px;
}

.RowPlaceholder,
.highlight{
	background-color: #d9eed9;
}

.grip{
	background: url('../images/drag.gif') center no-repeat;
	cursor: ns-resize;
	width: 10px;
}

.ui-sortable-helper{
	padding:0 5px;
	background: #f2fafa;
	width: auto !important;
	border: 0px;
}
	.ui-sortable-helper td:first-child {
		padding:0 5px;
		border: 0px;
	}
	.ui-sortable-helper td:nth-child(n+3) {
		display: none;
		border: 0px;
	}