/** Template.css **/
/** Copyright (c) 2010 Cnawlece Incorporated **/


/** General HTML Objects **/

		* {
		padding: 0;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		border-spacing: 0; 
		}
		
		body {
			background-color: #FFFFFF;
		}
		
		p {
			padding-top: 5px;
			padding-bottom: 5px;
			font-size: 12px;
		}
		
		td, th {
			vertical-align:top;
			padding-bottom: 2px;
			padding-right: 4px;
			font-size: 12px;
			text-decoration: none;
			font-weight: normal;
			text-align: left;
		}
		
		h1 {
			padding-top: 20px;
			font-size: 20px;
			text-decoration: none;
			color: #333333;
			border-bottom: #CCCCCC dotted 1px;
		}
		
		h2 {
			padding-top: 20px;
			padding-bottom: 0px;
			font-size: 16px;
			text-decoration: none;
			color: #454545;
		}
		
		h3 {
			padding-top: 20px;
			padding-bottom: 0px;
			font-size: 14px;
			text-decoration: none;
			color: #385A7F;
		}
		
		h4 {
			padding-top: 10px;
			padding-bottom: 0px;
			font-size: 13px;
			text-decoration: none;
			color: #707070;
		}
		
		h5 {
			padding-top: 10px;
			padding-bottom: 0px;
			font-size: 12px;
			text-decoration: none;
			color: #707070;
		}
		
		h6 {
			padding-top: 10px;
			padding-bottom: 0px;
			font-size: 11px;
			text-decoration: none;
			color: #707070;
		}
		
		a {
			text-decoration: none;
			color: #385A7F;
		}
		
		a:hover {
			text-decoration: underline;
		}
		
		cite, abbr, acronym {
			border-bottom: 1px dotted;
		}
		
		blockquote {
			margin-left: 30px;
		}
		
		ul {
			margin-left: 30px;
		}
		
		ol {
			margin-left: 30px;
		}
		
		li {
			margin-left: 30px;
		}
		
		pre {
			font-family: monospace;
		}
		
		input {
			width: 300px;
			height: 16px;
			border: 1px solid #385A7F;
			border-radius: 5px;
			box-shadow: 3px 3px 3px #DEDEDE;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 4px;
			padding-right: 4px;
		}
		
		select {
			width: auto;
			height: 20px;
			border: 1px solid #385A7F;
			border-radius: 5px;
			box-shadow: 3px 3px 3px #DEDEDE;
			padding-top: 1px;
			padding-bottom: 1px;
			padding-left: 4px;
			padding-right: 4px;
		}
		
		textarea {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			width: 300px;
			height: 150px;
			border: 1px solid #385A7F;
			border-radius: 5px;
			box-shadow: 3px 3px 3px #DEDEDE;
			padding-top: 4px;
			padding-bottom: 4px;
			padding-left: 4px;
			padding-right: 4px;
			resize: both;
		}
		
		
/** Globally Used **/
		
		#label {
			font-weight: bold;
			width: 120px;
			padding-bottom: 5px;
		}
		
		#control {
			width: 310px;
			padding-bottom: 5px;
		}
		
		#note {
			font-size: 11px;
			font-style: italic;
			width: 150px;
			padding-left: 5px;
			padding-bottom: 5px;
		}
		
		#othernote {
			font-size: 11px;
			font-style: italic;
		}
		
		#button {
			width: auto;
			height: auto;
			margin-bottom: 10px;
		}
		
		.tableheader {
			color: #ffffff;
			background-color: #385A7F;
			border-left: 1px #FFFFFF solid;
			padding: 2px;
		}
		
		.tablerow1 td {
			background-color: #DFDFDF;
			border-left: 1px #FFFFFF solid;
			padding: 2px;
		}
		
		.tablerow2 td {
			background-color: #EDEDED;
			border-left: 1px #FFFFFF solid;
			padding: 2px;
		}
		
		#groupseparator {
			
		}
		
		#grouptotal {
			font-weight: bold;	
		}
		
		.mceEditor {
			width: 100%;
			height: 400px;
		}
		
		.PageBreak {
			color: transparent;
		}
		
/** Side Form **/
	
	.SideForm table {
		background: url("/Templates/Default/Images/MainLeftBG.gif") left repeat-y !important;
	}
	
	.SideForm td {
		background: none !important;
		color: #707070;
	}
	
	.SideForm input {
		width: 144px;
		padding-left: 6px;
		height: 27px;
		background: url("/Templates/Default/Images/InputBG.png") no-repeat;
		border: 0px;
	}
	
	.SideForm textarea {
		width: 100px;
	}
	
	.SideForm #button {
		width: 92px;
		height: 38px;
		background: url("/Templates/Default/Images/ButtonBG.png") no-repeat;
	}
	
	
	.SideForm #button:hover {
		width: 92px;
		height: 38px;
		background: url("/Templates/Default/Images/ButtonHoverBG.png") no-repeat;
	}
		
/** Visual Structures **/
		
		.Crown {
			width: 100%;
			height: 27px;
			background: url("/Templates/Default/Images/CrownBG.gif") repeat-x;
		}
		
		.BannerBG {
			width: 100%;
			height: 93px;
			background: url("/Templates/Default/Images/BannerBG.gif") repeat-x;
		}
		
		.Banner {
			text-align: right;
			width: 960px;
			height: 93px;
		}
		
		.BannerText {
			width: 460px;
			padding-top: 30px;
			padding-left: 20px;
		}
		
		.Icons {
			padding-top: 25px;
			width: 480px;
		}
		
		.Icons img {
			padding: 5px;
		}


/** Top Bar **/

		.TopBarBG {
			width: 100%;
			height: 71px;
			background: url("/Templates/Default/Images/TopBarBG.gif") repeat-x;
		}

		.TopBar {
			width: 960px;
			height: 71px;
			background: url("/Templates/Default/Images/TopBar.jpg");
		}
		
		.TopTable {
			width: 940px;
			height: 71px;
			color: #8F9F3A;
			padding: 1px;
		}
		
		.TopTableLeft {
			padding: 0px;
			margin: 0px;
		}
		
		.TopTableLeft td {
			font-size: 14px;
			text-align: left;
			line-height: 16px;
			margin-left: 0px;
			padding-top: 27px;
			padding-left: 8px;
			padding-right: 18px;
			white-space: nowrap;
		}
		
		.TopTableLeft a {
			color: #ffffff;
		}
		
		.TopTableLeft #active_menu {
			color: #99CCCC;
			text-decoration: none;
		}
		
		.TopTableLeft a:hover {
			color: #99CCCC;
			text-decoration: none;
		}
		
		.TopTableRight {
			text-align: right;
		}
		
		.SearchBoxDiv input {
			margin-top: 19px;
			padding-left: 10px;
			padding-bottom: 0px;
			padding-right: 0px;
			width: 200px;
			height: 32px;
			border: 0px;
			border-radius: 0px;
			box-shadow: none;
			background: url("/Templates/Default/Images/SearchboxBG.png") no-repeat;
			color: #ffffff;
		}


/** Main **/

		.MainDiv {
			width: 960px;
			background: url("/Templates/Default/Images/BackgroundBG.gif") repeat-y; 
		}
		
		.ExtendedBody {
			width: 500px;
			overflow: auto;	
		}
		
		/** Main Left **/
		
				.MainLeft {
					width: 286px;
					vertical-align:top;
					font-size: 14px;
					color: #8F9F3A;
					background: url("/Templates/Default/Images/MainLeftBG.gif") left repeat-y;
				}
				
				.MainLeft table {
					width: 281px;
					padding-left: 56px;
				}
				 
				.MainLeft th {
					text-align: left;
					font-style: italic;
					font-size: 19px;
					height: 30px;
					width: 281px;
					padding-bottom: 25px;
					color: #707070;
					font-weight: bold;
					background: url("/Templates/Default/Images/MainLeftTitle.jpg") no-repeat bottom right;
				}
				
				.MainLeft td {
					list-style: none; 
					text-align: left;
					vertical-align:top;
					width: 209px;
					padding-top: 10px;
					padding-bottom: 10px;
					padding-left: 7px;
					font-size: 14px;
					background: url("/Templates/Default/Images/MainLeftTDBG.gif") no-repeat bottom left;
				}
				
				.MainLeft a {
					color: #454545;
					font-size: 12px;
				}
				
				.MainLeft a:hover {
					color: #0066CC;
					text-decoration: none;
				}
				
				.MainLeft #active_menu {
					font-weight: bold;
					text-decoration: none;
				}
						
		/** Main Center **/
		
				.MainCenter {
					width: 654px;
					padding-right: 10px;
					padding-top: 10px;
					text-align: left;
					vertical-align: top;
					font-size: 12px;
					background: url("/Templates/Default/Images/MainCenterBG.gif") repeat-y left;  
				}
				
				.MainBody {
					padding-left: 41px;
					width: 500px; 
				}
				
				.MainBody img{
					padding: 5px;
				}
				
				.MainCenterBottom {
					height: 2px;
					background: url("/Templates/Default/Images/MainCenterBottomBG.gif") no-repeat bottom left;
				}
				
				.MainCenterTop {
					width: 500px;
					height: 2px;
					background: url("/Templates/Default/Images/MainCenterTopBG.gif") no-repeat bottom left;
				}
				
				.MainTitle {
					padding-left: 41px;
					padding-top: 5px;
					font-size: 32px;
					color: #333333;
					width: 500px;
					height: 37px;
					background: url("/Templates/Default/Images/MainTitleBG.jpg") no-repeat left;
				}
				
				.MainErrors {
					padding-left: 41px;
					color: #800000;
				}
				
				.AddContentMain {
					width: 654px;
					padding-left: 31px;	
					background: url("/Templates/Default/Images/ContentMainBG.gif") repeat-y left; 
				}
				
				.ContentMain {
					width: 500px;;	
				}
				
				.ContentMainBotBG {
					height: 2px;
					background: url("/Templates/Default/Images/MainCenterBottomBG.gif") no-repeat bottom left;
				}
				
				.AddContent {
					width: 270px;
					padding-left: 31px;	
					background: #ffffff url("/Templates/Default/Images/ContentBG.gif") repeat-y right; 
				}
				
				.Content {
					width: 250px;;	
				}
				
				.ContentBotBG {
					height: 2px;
					background: url("/Templates/Default/Images/MainCenterBottomBG.gif") no-repeat bottom left;
				}

/** Footer **/
		
		.FooterBG { 
			width: 100%;
			height: 67px;
			background: url("/Templates/Default/Images/footerBG.gif") repeat-x;
		}
		
		.Footer {
			width: 960px;
			height: 67px;
			font-size:11px;
			padding-top: 13px;
			color: #ffffff;
			background: url("/Templates/Default/Images/footer.jpg") no-repeat;
		}
		
		.Footer a {
			color: #99CCCC;
		}
		
		
/** SlideShow **/
		
		.slideshowContainer {
			border: none;
			width: 920px;
			height: 270px;
			margin: 0px;
			padding: 0px;
		}
		
		.slideshowThumbnail {
			outline: none;
		}
		
		.slideshowThumbnail img {
			padding: 4px;
		}
		
		a:hover.slideshowThumbnail img {
			padding: 4px;
		}
		
		.current img {
			border: 1px solid red;
			padding: 2px;
		}
		
		.outline {
			border: 1px solid #590b00;
			z-index: 0;
			position: absolute;
		}
		
		#thumbnails {
			position: absolute;
			bottom: 5px;
			right: 4px;
			float: left;
			padding: 5px 0px 5px 0px;
		}

		#slideshowContainer img {
			width: 920px;
			height: 270px;
		}
		
		.loading {
			background: url(/Templates/Home/Images/loading.gif) center no-repeat;
		}
		
		.current img {
			padding: 2px;
		}
		
		.outline {
			border: 1px solid #590b00;
			position: absolute;
		}
		
		.ImageShadow {
			width: 920px;
			height: 25px;	
		}
