/** Template.css for VaultCanada.org **/
/** Based on Copyrighted Template.css by Cnawlece Incorporated **/


/** General HTML Objects **/

		* {
		padding: 0;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		}
		
		body {
			background-color: #890e06;
		}
		
		p {
			padding-top: 5px;
			padding-bottom: 5px;
			font-size: 12px;
		}
		
		td, th {
			vertical-align:top;
			text-align: left;
			padding-bottom: 2px;
			padding-right: 4px;
			font-size: 12px;
			text-decoration: none;
			font-weight: normal;
		}
		
		h1 {
			padding-top: 10px;
			padding-bottom: 0px;
			font-size: 15px;
			text-decoration: none;
			color: #890e06;
			border-bottom: solid 1px;
		}
		
		h2 {
			padding-top: 10px;
			padding-bottom: 0px;
			font-size: 14px;
			text-decoration: none;
			color: #890e06;
		}
		
		h3 {
			padding-top: 10px;
			padding-bottom: 0px;
			font-size: 13px;
			text-decoration: none;
			color: #890e06;
		}
		
		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: #890e06;
		}
		
		a:hover {
			color: #3D576D;
		}
		
		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: 18px;
		}
		
		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: #3d5864;
		}
		
		#tablerow1 {
			background-color: #dddddd;
		}
		
		#tablerow2 {
			background-color: #eeeeee;
		}
		
		#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: 18px;
		}
		
		.FirstBanner {
			width: 960px;
			height: 90px;
			background: #FFFFFF url('/Templates/Default/Images/Logo.gif') center top no-repeat;
		}
		
		.SearchDiv {
			float: right;
			padding-right: 15px;
			padding-top: 35px;
		}
		
		.SearchDiv input {
			width: 150px;
		}
		
		.SecondBanner {
			width: 960px;
			height: 166px;
			background: #FFFFFF;
		}


/** Top Bar **/

		.TopBar {
			width: 960px;
			height: 26px;
			background-color: #ffffff;
		}
		
		.TopTable {
			width: 933px;
			height: 26px;
			background-color: #000000;
			color: #ffffff;
			padding: 1px;
		}
		
		.TopTableLeft {
			padding: 0;
			margin: 0;
		}
		
		.TopTableLeft td {
			font-size: 12px;
			text-align: left;
			line-height: 16px;
			margin-left: 0px;
			padding-top: 1px;
			padding-left: 5px;
			padding-right: 15px;
			white-space: nowrap;
		}
		
		.TopTableLeft a {
			color: #d0d0d0;
		}
		
		.TopTableLeft #active_menu {
			color: #ffffff;
		}
		
		.TopTableLeft a:hover {
			color: #ffffff;
		}
		
		.TopTableRight {
			text-align: right;
		}
		
		.SearchBox {
			width: 160px;
			height: 20px;
			padding-top: 2px;
		}


/** Main **/

		.MainDiv {
			width: 960px;
			background-color: #FFFFFF;
		}
		
		.ExtendedBody {
			width: 770px;
			overflow: auto;	
		}
		
		/** Main Left **/
		
				.MainLeft {
					width: 150px;
					vertical-align:top;
					font-size: 14px;
					color: #000000;
					background-color: #FFFFFF;
				}
				
				.MainLeft table {
					background-color: #FFFFFF;
					width: 150px;
					margin-left: 10px;
				}
				
				.MainLeft th {
					text-align: left;
					font-size: 14px;
					color: #3D5864;
					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;
					white-space: nowrap;
					background-color: #FFFFFF;
					border-top: 0px;
					border-bottom: 1px #FFFFFF;
				}
				
				.MainLeft a {
					color: #000000;
					background-color: #FFFFFF;
					font-size: 12px;
				}
				
				.MainLeft a:hover {
					color: #890e06;
				}
				
				.MainLeft #active_menu {
					color: #890e06;
				}
				
		
		/** 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: #3D5864;
				}
				
				.MainErrors {
					color: #906000;
				}
				
				.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: #000000;
				}
				
				.MainRight a:hover {
					color: #890e06;
				}
				
				.MainRight #active_menu {
					color: #890e06;
				}

/** Footer **/

		.Footer {
			width: 960px;
			color: #FFFFFF;
			background-color: #000000;
			font-size:11px;
		}
		
