/************* Table of Contents ************
File Name: center.css

Basic (-)
Classes (>)
IDs (+)

+ centerBody
	+ centerRow
		+ westTable
			- ul
				- li
			- h2
				- a
			- li
				- li
					- a
						> selected
						> selected:hover
					- a:hover
		+ centerTable
		+ eastTable
		+ errorMessage
********************************************/
	#westTable, 
	#wrapper,
	#centerTable, 
	#eastTable { 
		margin: 0;
		text-align: left;}
		#westTable 	{	
					padding: 0;
					float: left;
					width: 105px;
					margin-left: -100%;}
		#wrapper { 	
					float: 		left;
					width: 		100%;}
			#centerTable { margin: 0 255px 0 139px; display: block;}
		#eastTable 	{ 
					float: right;
					width: 185px; 
					margin-left: -195px;}
		

		#westTable {margin-top: 11px;}
			#westTable ul, 
			#westTable h2, 
			#westTable h2 a, 
			#westTable ul li{
				border: 0;
				margin: 0; 
				padding: 0;}
		
			#westTable ul:first-child>li{
				border: 1px solid black;
				margin-bottom: 15px;
			}
			#westTable ul {
				list-style: none;
				width: 100px;}
		
				#westTable h2,
				#westTable h2 a {
					background-color: #bdf;
					margin-left: -1px;
					letter-spacing: .125mm;
					font-size: 8pt;
					border: 1px solid black;
					padding: 2px 0 2px 2px;
					text-align: left;
					width: 100%;
				}
			
					#westTable li li {
						display: block;
						font: bold 11px/16px arial, helvetica, sans-serif;
						margin: 0;
						text-decoration: none;
						width: 98%;}
		
						#westTable li li a {
							display: block;
							font: bold 11px/16px arial, helvetica, sans-serif;
							margin: 0;
							padding: 2px 0 2px 9px;
							width: 80%;}
						#westTable li li{background-color: #def;}

						#westTable li li .selected, 
						#westTable li li .selected:hover {
							cursor: default;
							color: black;}
							
		#centerTable #ajaxContainer {border: 1px solid #888; margin-top: -1px; padding: 10px; padding-right: 100px;}
		#ajaxContainer #ajaxContainer {border: 0; padding: 0;}
		

		#eastTable { 
			border-left: 1px solid #444;
			border-collapse: collapse; 
			margin-top: 11px; }

		#errorMessage {
			background-color: #051005;
			margin: 10px 50px 10px 50px;
			padding: 10px;
			border: 1px solid #787;
			color: #fff;
			font-weight: bold; }

			#errorMessage li {
				color: #ccc;
				font-weight: normal; }