/** Template.css **/
/** Copyright (c) 2010 Cnawlece Incorporated **/


/** General HTML Objects **/

		* {
		padding: 0;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		}
		
		body {
			background: #D9DEE1 url("/Templates/Default/Images/bk.jpg") repeat-x top;
		}
		
		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: 10px;
			padding-bottom: 0px;
			font-size: 15px;
			text-decoration: none;
			color: #868485;
			border-bottom: solid 1px;
		}
		
		h2 {
			padding-top: 10px;
			padding-bottom: 0px;
			font-size: 14px;
			text-decoration: none;
			color: #868485;
		}
		
		h3 {
			padding-top: 10px;
			padding-bottom: 0px;
			font-size: 13px;
			text-decoration: none;
			color: #868485;
		}
		
		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: #0A2D64;
		}
		
		a:hover {
			text-decoration: underline;
		}
		
		blockquote {
			margin-left: 30px;
		}
		
		li {
			margin-left: 30px;
		}
		
		pre {
			font-family: courier-new, sans-serif;
			font-size: 10px;
		}
		
		input {
			font-size: 12px;
			width: 300px;
			height: 20px;
		}
		
		select {
			font-size: 12px;
			width: auto;
			height: 20px;
		}
		
		textarea {
			font-size: 12px;
			width: 300px;
			height: 150px;
		}
		
		
/** Globally Used **/
		
		#label {
			font-weight: bold;
			width: 120px;
		}
		
		#control {
			width: 310px;
		}
		
		#note {
			font-size: 11px;
			font-style: italic;
			width: 150px;
		}
		
		#button {
			width: auto;
			height: auto;
		}
		
		#tableheader {
			color: #ffffff;
			background-color: #868485;
		}
		
		#tablerow1 {
			background-color: #dfdfdf;
		}
		
		#tablerow2 {
			background-color: #ededed;
		}
		
		#groupseparator {
			
		}
		
		#grouptotal {
			font-weight: bold;	
		}
		
/** Side Form **/
	
	.SideForm td {
		background-color: #FFFFFF !important;
	}
	
	.SideForm input {
		width: 100px;
	}
	
	.SideForm textarea {
		width: 100px;
	}

		
/** Visual Structures **/

		.Crown {
			width: 960px;
			height: 130px;
			padding-top: 3px;
			background: transparent url("/Templates/Default/Images/Logo.jpg") left bottom no-repeat;
			text-align: right;
		}
		
		.Banner {
			width: 960px;
			height: 175px;
		}
		

/** Top Bar **/

		.TopBar {
			width: 960px;
			height: 40px;
			background-color: transparent;
		}
		
		.TopTable {
			width: 940px;
			height: 40px;
			background-color: transparent;
			color: #8F9F3A;
			padding: 1px;
		}
		
		.TopTableLeft {
			padding: 0;
			margin: 0;
		}
		
		.TopTableLeft td {
			font-size: 12px;
			list-style: none;
			text-align: left;
			float: left;
			width: auto;
			line-height: 20px;
			margin-left: 0px;
			padding-top: 1px;
			padding-left: 5px;
			padding-right: 20px;
			white-space: nowrap;
		}
		
		.TopTableLeft a {
			font-weight: bold;
			color: #EDEDED;
		}
		
		.TopTableLeft #active_menu {
			text-decoration: underline;
		}
		
		.TopTableLeft a:hover {
			
		}
		
		.TopTableRight {
			text-align: right;
		}
		
		.SearchBoxDiv input {
			width: 160px;
			height: 16px;
			padding-top: 2px;
		}


/** Main **/
		
		.TopRound {
			width: 960px;
			height: 13px;
			background: transparent url("/Templates/Default/Images/TopRound.gif") no-repeat bottom center;
		}
		
		.MainDiv {
			width: 960px;
			background-color: #FFFFFF;
		}
		
		.ExtendedBody {
			width: 770px;
			overflow: auto;	
		}
		
		/** Main Left **/
		
				.MainLeft {
					width: 150px;
					vertical-align:top;
					font-size: 14px;
					color: #8F9F3A;
					background-color: #FFFFFF;
				}
				
				.MainLeft table {
					background-color: #FFFFFF;
					width: 150px;
					margin-left: 10px;
				}
				
				.MainLeft th {
					text-align: left;
					font-size: 14px;
					color: #707070;
					background-color: #FFFFFF;
					font-weight: bold;
				}
				
				.MainLeft td {
					list-style: none;
					text-align: left;
					vertical-align:top;
					padding-top: 4px;
					padding-bottom: 2px;
					padding-left: 10px;
					font-size: 12px;
					background-color: #EDEDED;
					border-top: 0px;
					border-bottom: 1px #FFFFFF;
				}
				
				.MainLeft a {
					color: #404040;
					background-color: #EDEDED;
					font-size: 12px;
				}
				
				.MainLeft a:hover {
					
				}
				
				.MainLeft #active_menu {
					text-decoration: underline;
				}
		
		
		/** Main Center **/
		
				.MainCenter {
					width: 620px;
					padding-left: 10px;
					padding-right: 10px;
					text-align: left;
					vertical-align: top;
					background-color: #FFFFFF;
					font-size: 12px;
				}
				
				.MainTitle {
					font-weight: bold;
					font-size: 14px;
					color: #707070;
				}
				
				.MainErrors {
					color: #800000;
				}
				
				.MainBody {
					
				}
				
		
		/** Main Right **/
		
				.MainRight {
					width: 150px;
					vertical-align:top;
					padding-right: 0px;
					color: #000000;
					background-color: #FFFFFF;
				}
				
				.MainRight table {
					width: 150px;
				}
				
				.MainRight th {
					font-size: 14px;
					text-align: right;
					color: #707070;
					background-color: #ffffff;
					font-weight: bold;
				}
				
				.MainRight td {
					list-style: none;
					text-align: left;
					vertical-align: top;
					padding-top: 4px;
					padding-bottom: 2px;
					padding-left: 10px;
					color: #000000;
					background-color: #EDEDED;
					border-bottom: 1px #999999;
				}
				
				.MainRight a {
					color: #30527F;
					background-color: #EDEDED;
					font-size: 12px;
				}
				
				.MainRight a:hover {
					
				}
				
				.MainRight #active_menu {
					color: #FFFFFF;
				}
				

/** Footer **/
		
		.Base {
			width: 960px;
			height: 18px;
			background: transparent url("/Templates/Default/Images/BottomRound.gif") no-repeat top center;
		}
		
		.Footer {
			width: 960px;
			background: transparent;
			font-size:11px;
		}
		
		.Footer a {
			color: #000000;
		}
		