@charset "utf-8";
.resultsTableCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FDF7E1;
	background-color: #E96D32;
	margin-bottom: 2px;
	font-weight: bold;
	padding: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FDF7E1;
	border-right-color: #FDF7E1;
	border-bottom-color: #FDF7E1;
	border-left-color: #FDF7E1;
}

.totalAmountText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FDF7E1;
	background-color: #E96D32;
	margin-bottom: 2px;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FDF7E1;
	border-right-color: #FDF7E1;
	border-bottom-color: #FDF7E1;
	border-left-color: #FDF7E1;
}


/* CSS Document */



html,body {
height: 100%;
}
/* These are the links*/
a:link              {
	color:#6f2f01;
	text-decoration:underline;
	font-weight: bold;
}
a:visited           {
	color:#6f2f01;
	text-decoration:underline;
	font-weight: bold;
}
a:hover             {
	color:#669900;
	text-decoration:underline;
	font-weight: bold;
}
a:active            {
	color:#6f2f01;
	text-decoration:underline;
	font-weight: bold;
}
.class2 A:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B39573;
	font-weight: bold;
	padding-left: 10px;
}
.class2 A:visited {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B39573;
	font-weight: bold;
	padding-left: 10px;
}
.class2 A:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B39573;
	font-weight: bold;
	padding-left: 10px;
}
.class2 A:hover {
	text-decoration: underline;
	color: #FDF7E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-left: 10px;
}

.class3 A:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #351C06;
	font-weight: bold;
}
.class3 A:visited {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FDF7E1;
	font-weight: bold;
}
.class3 A:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #351C06;
	font-weight: bold;
}
.class3 A:hover {
	text-decoration: underline;
	color: #FDF7E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}


/* These are the Home Page Table Classes */
.flashTable{
	background-image: url(../images/backgrounds/bg_cardboardSides.jpg);
	width: 984px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #230505;
	border-left-color: #230505;
	}
	
.textTables{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #582A09;
	padding-bottom: 17px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	}
.boxBorders {
	border: 1px solid #897056;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d2f0b;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(../images/admin/formBoxBG.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.boxBorders10pt {
	border: 1px solid #897056;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d2f0b;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(../images/admin/formBoxBG.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.boxBordersDropDowns11pt {
	border: 1px solid #897056;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d2f0b;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FEF4E8;
}

.boxBordersDropDowns {
	border: 1px solid #897056;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d2f0b;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FEF4E8;
}
.boxBorderAdminResults {
	border: 2px solid #FDF7E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d2f0b;
	padding: 3px;
	margin-bottom: 2px;
	text-align: left;
	background-color: #FDF7E1;
}


.textTablesCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #582A09;
	padding-bottom: 17px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: left;
}

.photoMargins{
	padding-right: 10px;
	}
		
.headerTables{
	color: #582A09;
	padding-top: 20px;
	padding-left: 10px;
	text-align: left;
	}
.dashedLine {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000000;
}
.dottedLineVert{
	border-left-style: dotted;
	border-left-color: #999999;
	border-left-width: 1px;
}
.navigationColumn{
	text-align: left;
	width: 230px;
	vertical-align: top;
	}
.contentColumn{
	width: 742px;
	height: 100%;

	}
.contentContainer{
	width: 972px;

	}
.mainContentTable{
	width: 710px;
	background-image: url(../images/subpages/backgrounds/main_content_bg.jpg);
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #764032;
	border-right-color: #764032;
	border-left-color: #764032;
	margin-top: 17px;
	margin-right: 17px;
	margin-left: 17px;
	}
	.bottomContentTable{
	width: 710px;
	background-image: url(../images/subpages/backgrounds/bg_cardboard_black.jpg);
	background-position: center center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #764032;
	border-left-color: #764032;
	border-bottom-color: #764032;
	margin-right: 17px;
	margin-bottom: 17px;
	margin-left: 17px;
	}
.mainTable {
	background-image: url(../images/subpages/backgrounds/bg_ropeSides.jpg);
	width: 1002px;
}
.horizLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.tableStretcher{
	height:100%;
}

/* These are the fonts */
.generalText10pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #5d2f0b;
}
.generalText10ptBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #5d2f0b;
	font-weight: normal;
}

.generalText12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #5d2f0b;
}
.generalText12pt-LINETHRU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #5d2f0b;
	text-decoration: line-through;
}
.generalText12pt_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #351C06;
}
.generalText14ptBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #351C06;
	text-transform: none;
}

.instructorInfoBG {
	background-image: url(../images/subpages/instruction/graphics/instructorInfoBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 475px;
	margin-right: 20px;
	margin-left: 20px;
}

.subTableSpacers {
	padding-right: 5px;
	padding-left: 5px;
	border-right-style: none;
}
.subTableSpacers_noline {
	padding-right: 5px;
	padding-left: 5px;
}
.subTD_topBotPad {
	padding-top: 1px;
	padding-bottom: 1px;
}


.loadedDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.searchTable {
	margin-left: 12px;
}
.instructorNames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5C1C06;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
}
.instructorNames2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:s none;
	color: #5C1C06;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
}
.shootNames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #5C1C06;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
}
.shootNames2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5C1C06;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
}
.dashedHorizLine {
	height: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #954C3D;
}
.spacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	width: 131px;
	background-image: url(../images/global/formfieldBG.jpg);
	background-position: left center;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #666666;
	padding-top: 2px;
	background-repeat: no-repeat;
}
.10pxVerticalspacing {
	height: 10px;
}
.divPusher {
	padding-left: 10px;
}
.tooltipFormat {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px dashed #5A2008;
	padding-top: 10px;
	background-color: #FEF8E2;
}
.tooltipBG {
	background-image: url(http://www.moorenmoore.com/images/subpages/spryGraphics/tooltipBG.png);
	height: 164px;
	width: 347px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
.TestimonialColumn {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #063;
	text-align: left;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	margin-right: 10px;
}

.testimonialBG {
	background-image: url(../images/subpages/instruction/tableBG/tableBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 17px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.divBG {
	background-image: url(../images/backgrounds/bigbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.photoWrap {
	padding: 5px;
	border: 1px dashed #333;
}

