/** Template.css **/
/** Copyright (c) 2010 Cnawlece Incorporated **/


/** General HTML Objects **/

		* {
		padding: 0;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		}
		
		body {
			background-color: #FFFFFF;
		}
		
		p {
			padding-top: 5px;
			padding-bottom: 5px;
			font-size: 12px;
		}
		
		td, th {
			font-size: 12px;
		}
		
		h1 {
			padding-top: 10px;
			padding-bottom: 5px;
			font-size: 18px;
			border-bottom: solid 1px;
		}
		
		h2 {
			padding-top: 10px;
			padding-bottom: 5px;
			font-size: 16px;
		}
		
		h3 {
			padding-top: 10px;
			padding-bottom: 5px;
			font-size: 15px;
		}
		
		h4 {
			padding-top: 10px;
			padding-bottom: 5px;
			font-size: 14px;
		}
		
		h5 {
			padding-top: 10px;
			padding-bottom: 5px;
			font-size: 13px;
		}
		
		h6 {
			padding-top: 10px;
			padding-bottom: 5px;
			font-size: 12px;
		}
		
		a {
			text-decoration: none;
			color: #0a4d98;
		}
		
		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;
		}
		
		hr {
			border: none;
		    background-color: #ccc;
		    color: #ccc;
		    height: 1px;
		}
		
		pre {
			font-family: monospace;
		}
		
		input {
			width: 300px;
			height: 16px;
			border: 1px solid #451106;
			border-radius: 5px;
			box-shadow: 3px 3px 3px #DCD7C1;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 4px;
			padding-right: 4px;
		}
		
		select {
			width: auto;
			height: 20px;
			border: 1px solid #451106;
			border-radius: 5px;
			box-shadow: 3px 3px 3px #DCD7C1;
			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 #451106;
			border-radius: 5px;
			box-shadow: 3px 3px 3px #DCD7C1;
			padding-top: 4px;
			padding-bottom: 4px;
			padding-left: 4px;
			padding-right: 4px;
			resize: both;
		}
		
		
/** Globally Used **/
		
		#label {
			font-weight: bold;
			width: 120px;
		}
		
		#control {
			width: 310px;
		}
		
		#note {
			font-size: 11px;
			font-style: italic;
			width: 150px;
		}
		
		#othernote {
			font-size: 11px;
			font-style: italic;
		}
		
		#button {
			width: auto !important;
			height: auto;
		}
		
		.tableheader {
			color: #ffffff;
			background-color: #343735;
			border-left: 1px solid #ffffff; 
		}
		
		.tablerow1 td {
			background-color: #fafafa;
		}
		
		.tablerow2 td {
			background-color: #ffffff;
		}
		
		#groupseparator {
			
		}
		
		#grouptotal {
			font-weight: bold;	
		}
		
		.mceEditor {
			width: 100%;
			height: 400px;
		}
		
		.PageBreak {
			color: transparent;
		}
				
/** Forms **/
		
		.inputbox {
			font-size: 12px;
			width: 250px;
			height: 20px;
		}
		
		.button {
			width: auto;
			height: auto;
		}
		
		.textbox {
			font-size: 12px;
			width: 250px;
			height: 150px;
		}
		
		.FormHead1 {
			border-bottom: 1px solid #343735;
		}
		
		.FormHead1 p {
			font-size: 15px;
			padding-top: 0px;
			padding-bottom: 0px;
			color: #343735;
		}
		
		.FormHead2 {
			/**  border-bottom: 1px solid #666666; **/
		}
		
		.FormHead2 p {
			font-size: 13px;
			padding-top: 0px;
			padding-bottom: 0px;
			color: #555555;
		}

/** Visual Structures **/

		.Crown {
			height: 31px;
			width: 960px;
			color: #FFFFFF;
			background: transparent url('/Templates/Default/Images/bg_topbar.gif') repeat-x;	
		}
		
		.Crown p {
			font-size: 11px;	
			text-align: left;
			padding-top: 10px;
			padding-left: 10px;	
		}
		
		.Banner {
			width: 960px;
			height: 164px;
			background: transparent url('/Templates/Default/Images/Banner.jpg') no-repeat;
		}

/* Side Form */
	
	.SideForm table {
			
	}
	
	.SideForm td {
		padding: 2px !important;
		background-color: transparent !important;
		border-bottom: none !important;
	}
	
	.SideForm input {
		width: 100px;
	}
	
	.SideForm #control {
		width: auto !important;
	}
	
	.SideForm #label {
		width: 0px !important;
	}
	
	.SideForm #note {
		width: 0px !important;
	}
	
	.SideForm #button {
		width: auto !important;
	}
	
	.SideForm textarea {
		width: 100px;
	}


/** Top Bar **/

		.TopBar {
			width: 960px;
			height: 26px;
			background: transparent;
			padding-top: 8px;
		}
		
		.TopTable {
			width: 940px;
			background: transparent;
			color: #FFFFFF;
			border-bottom-style: solid;
			border-bottom-width: 3px;
			border-bottom-color: #343735;
			
		}
		
		.TopTableLeft td {
			font-size: 13px;
			font-family: "myriad pro", "arial", sans-serif;
			font-weight: bold;
			line-height: 18px;
			list-style: none;
			text-transform: uppercase;
			float: left;
			width: auto;
			padding-left: 25px;
			white-space: nowrap;
		}
		
		.TopTableLeft a {
			color: #343735;
		}
		
		.TopTableLeft #active_menu {
			text-decoration: none;
			color: #0a4d98;
		}
		
		.TopTableLeft a:hover {
			text-decoration: none;
			color: #0a4d98;
		}
		
		.TopTableRight {
			text-align: right;
		}
		
		.searchbox {
			width: 160px;
			height: 16px;
			padding: 0px;
			padding-left: 2px;
			border: 1px solid #451106;
			border-radius: 5px;
			box-shadow: 3px 3px 3px #DCD7C1;
		}


/** Main **/

		.MainDiv {
			width: 960px;
			background: #FBF0C4 url('/Templates/Default/Images/bg_content.png') repeat-x;
		}
		
		.ExtendedBody {
			width: 760px;
			overflow: auto;	
			text-align: left;
		}
		
		/** Main Left **/
		
				.MainLeft {
					width: 150px;
					padding-left: 10px;
					padding-right: 10px;
					vertical-align:top;
					font-size: 14px;
					color: #000000;
					background: transparent;
				}
				
				.MainLeft th {
					text-align: left;
					font-size: 16px;
					color: #343735;
					background: transparent;
				}
				
				.MainLeft td {
					list-style: none;
					text-align: left;
					vertical-align:top;
					padding-top: 6px;
					padding-bottom: 2px;
					font-size: 12px;
					background: transparent;
				}
				
				.TrailsLeft td {
					white-space: normal !important;
				}
				
				.MainLeft a {
					color: #343735;
				}
				
				.MainLeft a:hover {
					text-decoration: none;
					color: #0a4d98;
				}
				
				.MainLeft #active_menu {
					text-decoration: none;
					color: #0a4d98;
				}
		
		
		/** Main Center **/
		
				.MainCenter {
					padding-left: 10px;
					padding-right: 10px;
					text-align: left;
					vertical-align: top;
					background: transparent;
					font-size: 12px;
				}
				
				.MainTitle {
					font-weight: bold;
					font-size: 24px;
					text-align: left;
					padding-top: 85px;
					padding-left: 300px;
					color: #FFFFFF;
				}
				
				.MainErrors {
					color: #800000;
				}
				
				.MainBody {
					
				}
				
				.MainBody img {
					padding: 5px;
				}
				
				.MainBody td {
					vertical-align:top;
					padding-bottom: 2px;
					padding-right: 4px;
					font-size: 12px;
				}
				
				.sectiontableheader {
					color: #FFFFFF;
					background-color: #343735;
					border-left: 1Px solid #FFFFFF; 
				}
				
				.sectiontableentry1 {
					background-color: #FBF0C4;
				}
				
				.sectiontableentry2 {
					background-color: #E7DCB0;
				}
				
		
		/** Main Right **/
		
				.MainRight {
					width: 150px;
					padding-left: 10px;
					padding-right: 10px;
					vertical-align:top;
					font-size: 14px;
					color: #000000;
					background: transparent;
				}
				
				.MainRight th {
					text-align: left;
					font-size: 16px;
					color: #343735;
					background: transparent;
				}
				
				.MainRight td {
					list-style: square;
					text-align: left;
					vertical-align: top;
					padding-top: 10px;
					padding-bottom: 4px;
					padding-left: 10px;
					padding-right: 10px;
					color: #000000;
					background: transparent;
					border-bottom: 1px dotted #999999;
				}
				
				.MainRight a {
					font-weight: bold;
				}
				
				.MainRight a:hover {
					
				}
				
				.MainRight #active_menu {
					text-decoration: underline;
				}
				

/** Footer **/

		.Footer {
			width: 960px;
			background: transparent;
			font-size:11px;
		}
		

