﻿/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Sans-serif;
	color: rgb(0,103,172);
	background: none;
	margin:0;
	padding: 0;
	height:100%
}

.hidden {
	display: none;
}

#pageBg {
	width:840px;
	height:auto;
	margin:auto;
	background:#FFFFFF url(../img/pageBg.jpg) center top repeat-y;
}

#pageContainer {
	margin-left:20px;
	margin-right:20px;
	width: 800px;
	min-height: 840px;
	text-align:left;
	background: none;
	background-position:fixed;
	padding-bottom: 10px;
	
}

* html #pageContainer {
	margin-left:20px;
	margin-right:20px;
	width: 800px;
	height: 840px;
	text-align:left;
	background: none;
	background-position:fixed;
	padding-bottom: 10px;
	
}

#header {
	height: 73px;
	background: none;
	margin: 0;
	margin-top: 0;
	padding-top: 0;
	width: 800px;
}

	.headerImg {
		width: 155px;
		height: 53px;		
		/*width:264px;
		height:32px;*/
		margin-top:10px;
		margin-right: 5px;
		margin-bottom: 10px;
		float:right;
		display:inline;
	}
	
	/*.searchBox {
		width: 160px;
		height: 18px;
		margin-top: 10px;
		margin-right: 10px;
		float: right;
		display: block;
	}

	.searchBox input{
		width: 130px;
		height: 14px;
		margin: 0 0 0 0;
		padding: 1px 0 1px 0;
		float: left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color: rgb(0,103,172);
		background-color: #FFFFFF;
		display:block;
	}
	
	.searchBox img {
		width:18px;
		height:18px;
		padding-top: 1px;
		margin: 0 0 0 0;
		float:left;
		padding-left: 5px;
		display:block;
	}*/

	#navBar {
		clear:both;
		height:22px;
		width: 798px;
		color: #ffffff;
		background: rgb(178,189,222);
		margin-left: 1px;
		margin-right: 1px;
		line-height:22px;
		height:22px;
		font-size: 12px;
		border-top: 1px solid rgb(0,103,172);
		border-bottom: 1px solid rgb(0,103,172);
	}
	
		#navSpacerTop{
			height:1px;
			background:#ffffff;
			width: 798px;
			margin:auto;
		}

		#navBarLeft {
			display: block;
			padding-left: 5px;
			float: left;
			text-align: left;
			color: rgb(0,103,172);
			width: auto;
			height:20px;
			font-weight:bold;
		}

			#navBarLeft ul {	
				margin: 0em;
				padding: 0em;
				list-style: none;
			}	
		
			#navBarLeft li {
				float: left;
				white-space: nowrap;
				padding-right: 2px;
				width: 70px;
			}
		
			#navBarLeft li a {
				font-family: Arial, Helvetica, sans-serif;
				font-weight:bold;
				display: block;
				padding: 0 25px 0 0;
				/* padding: 0 30px 0 0;*/
				background: none;	
				text-decoration: none;
				color: rgb(0,103,172);
			}
		
			#navBarLeft li a:hover {
				background: none;			
				text-decoration: none;
				color: #FF0000;
			}
		
			#navBarLeft li a.selected {
				background: none;	
				text-decoration: none;
				color: #FF0000;
			}	
			
		#navBarRight{
			float: right;
			display: block;
			text-align: right;
			width: auto;
			height: 20px;
			padding-right: 5px;
			font-weight:bold;
		}	

			#navBarRight ul {	
				margin: 0em;
				padding: 0em;
				list-style: none;
			}	
		
			#navBarRight li {
				float: left;
				white-space: nowrap;
				padding-right: 0px;
			}
		
			#navBarRight li a {
				font-family: Arial, Helvetica, sans-serif;
				font-weight:bold;
				display: block;
				padding: 0 0 0 30px;
				background: none;	
				text-decoration: none;
				color: rgb(0,103,172);
			}
		
			#navBarRight li a:hover {
				background: none;			
				text-decoration: none;
				color: #FF0000;
			}
		
			#navBarRight li a.selected {
				background: none;	
				text-decoration: none;
				color: #FF0000;
			}	

		#navSpacerBottom{
			height:1px;
			background:#ffffff;
			width: 798px;
			margin:auto;
			clear:both;
		}
		
#contentAdminHome {
	width: 780px;
	height: 700px; /* CHANGE THIS WHEN CONTENTS ADDED - back to Auto */
	margin: auto;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

	#contentAdminHomeContents {
		width: 600px;
		height: auto;
		margin: auto;
		padding: 0 0 0 0;
		clear:inherit;
	}

		#contentAdminHomeHeaderDkBlue {
			width: auto;
			line-height: 25px;
			height: 25px;
			font-size: 13px;
			font-weight: bold;
			color: rgb(0,103,172);
			background-color: #FFFFFF;
		}
	
	
		#oneCol {
			width: auto;
			height: auto;
			color: rgb(0,103,172);
			background-color: #FFFFFF;
			margin: 5px 0 5px 0;
			padding: 0 0 0 0;
			clear:left;
		}

			#oneCol p {
				width: auto;
				height: auto;
				color: rgb(0,103,172);
				background-color: #FFFFFF;
				margin: 2px 0 2px 0;
			}

			#oneCol p.error {
				width: auto;
				height: auto;
				font-size: 11px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #FF0000;
				background-color: #FFFFFF;
			}

			#oneCol input.button {
				height:22px;
				font-size: 11px;
				color: rgb(0,103,172);
				margin: auto;
			}

			#oneCol select {
				font-size:11px;
				color: rgb(0,103,172);
				font-family: Arial, Helvetica, sans-serif;
				margin: 0 0 5px 0 ;
				padding: 0 0 0 0;
			}


			#Breadcrumbs {
				background:none;
				color: rgb(172,189,222);
				font-size: 9px;
				font-weight: normal;
				padding-top: 5px;
				padding-bottom: 5px;
			}

			#Breadcrumbs a {
				background:none;
				color: rgb(172,189,222);
				font-size: 9px;
				font-weight: normal;
				text-decoration: none;
			}

			#Breadcrumbs a:hover {
				background:none;
				color: rgb(0,103,172);
				font-size: 9px;
				font-weight: normal;
				text-decoration: none;
			}
						
			#Breadcrumbs .grey {
				color:#333333;
			}

			#Breadcrumbs .dkBlueBold {
				color:rgb(0,103,172);
				font-weight:bold;
			}
		
		#paging {
			width: auto;
			height: auto;
			margin: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			color: rgb(0,103,172);
			font-size: 11px;
			background-color: #FFFFFF;
			border-top: 1px solid #999999;
			border-right: 1px solid #999999;
			border-bottom: 1px solid #999999;
			border-left: 1px solid #999999;
		}

			#paging  a {
				width: auto;
				height: 21px;
				font-size: 11px;
				line-height: 21px;
				color: rgb(0,103,172);
				font-size: 11px;
				background-color: #FFFFFF;
				text-decoration: none;
				font-weight: normal;
			}
					
			#paging  a:hover {
				color: rgb(172,189,222);
				background-color: #FFFFFF;
				text-decoration: none;
				font-weight: normal;
			}

			#paging .disabled {
				color: #999999;
			}	

			#paging .onPage {
				color: rgb(0,103,172);
				font-weight: bold;
			}	

		#oneLeftCol {
			width: 370px;
			height: auto;
			float: left;
			display: block;
			margin: 0 0 10px 0;
			padding: 0 0 0 0;
		}
	
			#oneLeftColRow {
				width: auto;
				height: 30px;
				padding: 0 0 0 0;
				margin: 10px 0 10px 0;
				background-color: #FFFFFF;
			}
			
				#oneLeftColRowLeftItem {
					width: 100px;
					height: 22px;
					float: left;
					display: block;
					margin: 0 0 0 0;
					padding: 0 0 0 0;
					color: rgb(0,103,172);
					background: rgb(234,241,248) url(../img/ltBlueButtonBg.jpg) repeat-x bottom;
				}

					#oneLeftColRowLeftItem a {
						height:22px;
						width: auto;
						line-height:22px;
						font-size: 14px;
						color: rgb(0,103,172);
						background: none;
						padding-left: 5px;
						text-decoration: none;
					}
			
					#oneLeftColRowLeftItem a:hover {
						color: rgb(0,103,172);
						text-decoration: none;
						font-weight: bold;
						background: none;
					}
			
					#oneLeftColRowLeftItem a:visited {
						color: rgb(0,103,172);
						text-decoration: none;
					}
		
				#oneLeftColRowLeftLabel {
					width: 100px;
					height: 22px;
					line-height: 22px;
					font-size: 11px;
					font-weight: normal;
					float: left;
					display: block;
					margin: 0 0 0 0;
					padding: 0 0 0 0;
					color: rgb(0,103,172);
					background: #FFFFFF;
				}

				#oneLeftColRowRightItem {
					width: 150px;
					height: 22px;
					float: right;
					display: block;
					margin: 0 0 0 0;
					padding: 0 0 0 0;
				}

					#oneLeftColRowRightItem input.button {
						height:22px;
						font-size: 11px;
						color: rgb(0,103,172);
						margin-left: 20px;
					}

					#oneLeftColRowRightItem select {
						font-size:11px;
						color: rgb(0,103,172);
						font-family: Arial, Helvetica, sans-serif;
						margin: 0 0 0 0 ;
						padding: 0 0 0 0;
					}
	
					#oneLeftColRowRightItem input.text {
						font-size:11px;
						color: rgb(0,103,172);
						font-family: Arial, Helvetica, sans-serif;
						margin: 0 0 0 0 ;
						padding: 0 0 0 0;
					}

					#oneLeftColRowRightItem input.radio {
						vertical-align: middle;
					}


					#oneLeftColRowRightItem input.checkBox {
						vertical-align: middle;
					}


		#oneRightCol {
			width: 370px;
			height: auto;
			float: right;
			display: block;
			margin: 0 0 10px 0;
			padding: 0 0 0 0;
		}
	
			#oneRightColRow {
				width: auto;
				height: 30px;
				padding: 0 0 0 0;
				margin: 10px 0 10px 0;
				background-color: #FFFFFF;
			}
	
				#oneRightColRowLeftItem {
					width: 100px;
					height: 22px;
					float: left;
					display: block;
					margin: 0 0 0 0;
					padding: 0 0 0 0;
					color: rgb(0,103,172);
					background: rgb(234,241,248) url(../img/ltBlueButtonBg.jpg) repeat-x bottom;
				}

					#oneRightColRowLeftItem a {
						height:22px;
						width: auto;
						line-height:22px;
						font-size: 14px;
						color: rgb(0,103,172);
						background: none;
						padding-left: 5px;
						text-decoration: none;
					}
			
					#oneRightColRowLeftItem a:hover {
						color: rgb(0,103,172);
						text-decoration: none;
						font-weight: bold;
						background: none;
					}
			
					#oneRightColRowLeftItem a:visited {
						color: rgb(0,103,172);
						text-decoration: none;
					}

				#oneRightColRowLeftLabel {
					width: 100px;
					height: 22px;
					line-height: 22px;
					font-size: 11px;
					font-weight: normal;
					float: left;
					display: block;
					margin: 0 0 0 0;
					padding: 0 0 0 0;
					color: rgb(0,103,172);
					background: #FFFFFF;
				}
				
				#oneRightColRowRightItem {
					width: 150px;
					height: 22px;
					float: right;
					display: block;
					margin: 0 0 0 0;
					padding: 0 0 0 0;
				}

					#oneRightColRowRightItem input.button {
						height:22px;
						font-size: 11px;
						color: rgb(0,103,172);
						margin-left: 20px;
					}

					#oneRightColRowRightItem select {
						font-size:11px;
						color: rgb(0,103,172);
						font-family: Arial, Helvetica, sans-serif;
						margin: 0 0 0 0 ;
						padding: 0 0 0 0;
					}
	
					#oneRightColRowRightItem input.text {
						font-size:11px;
						color: rgb(0,103,172);
						font-family: Arial, Helvetica, sans-serif;
						margin: 0 0 0 0 ;
						padding: 0 0 0 0;
					}

					#oneRightColRowRightItem input.radio {
						vertical-align: middle;
					}


					#oneRightColRowRightItem input.checkBox {
						vertical-align: middle;
					}

		
		#oneColHR {
			width: auto;
			height: 2px;
			color: rgb(0,103,172);
			margin-top: 5px;
			margin-bottom: 5px;
			background-color: #FFFFFF;
			border-top: 1px solid rgb(0,103,172);
			clear:both;
		}

		/* Mods added for admin home page*/

		#homeLeftCol {
			width: 300px;
			height: auto;
			float: left;
			display: block;
			margin: 10px 0 10px 0;
			padding: 5px 0 5px 0;
			clear:inherit;
			background: #FFFFFF;
		}
	
			#homeLeftColRow {
				width: auto;
				height: auto;
				padding: 0 0 0 0;
				margin: 5px 5px 5px 0px;
				clear:both;
				background-color: #FFFFFF;
			}
			
				#homeLeftColRowLeftItem {
					width: 100px;
					height: auto;
					float: left;
					display: block;
					margin: 1px 1px 1px 1px;
					padding: 1px 1px 1px 1px;
					color: rgb(0,103,172);
					background: rgb(234,241,248) url(../img/ltBlueButtonBg.jpg) repeat-x bottom;
					/*background: rgb(172,189,222) url(../img/ltBlueButtonOff.jpg) repeat-x bottom;*/
				}

					#homeLeftColRowLeftItem a {
						height:auto;
						width: auto;
						line-height:20px;
						font-size: 14px;
						color: rgb(0,103,172);
						background: none;
						padding-left: 5px;
						text-decoration: none;
					}
			
					#homeLeftColRowLeftItem a:hover {
						color: rgb(0,103,172);
						text-decoration: none;
						font-weight: bold;
						background: none;
					}
			
					#homeLeftColRowLeftItem a:visited {
						color: rgb(0,103,172);
						text-decoration: none;
					}
				#homeLeftColRowRightItem {
					width: auto;
					height: auto;
					line-height: 20px;
					font-size: 11px;
					font-weight: normal;
					float: left;
					display: block;
					margin: 1px 1px 1px 1px;
					padding: 1px 1px 1px 1px;					
					/*margin: 0 0 0 0;
					padding: 2px 2px 2px 2px;*/
					background: #FFFFFF;
				}

					#homeLeftColRowRightItem.strong {
						font-weight: bold;
						background: #FFFFFF;
					}


					#homeLeftColRowRightItem input.button {
						height:auto;
						/*height:22px;*/
						width:auto;
						font-size: 11px;
						color: rgb(0,103,172);
						margin-left: 50px;
						vertical-align: middle:
					}

		#homeRightCol {
			width: 300px;
			height: auto;
			float: right;
			display: block;
			margin: 10px 0 10px 0;
			padding: 5px 0 5px 0;
			clear:inherit;
			background: #FFFFFF;
		}
	
			#homeRightColRow {
				width: auto;
				height: auto;
				padding: 0 0 0 0;
				margin: 5px 5px 5px 0px;
				clear:both;
				background-color: #FFFFFF;
			}
			
				#homeRightColRowLeftItem {
					width: 100px;
					height: auto;
					float: left;
					display: block;
					margin: 1px 1px 1px 1px;
					padding: 1px 1px 1px 1px;
					color: rgb(0,103,172);
					background: rgb(234,241,248) url(../img/ltBlueButtonBg.jpg) repeat-x bottom;
				}

					#homeRightColRowLeftItem a {
						height:auto;
						width: auto;
						line-height:20px;
						font-size: 14px;
						color: rgb(0,103,172);
						background: none;
						padding-left: 5px;
						text-decoration: none;
					}
			
					#homeRightColRowLeftItem a:hover {
						color: rgb(0,103,172);
						text-decoration: none;
						font-weight: bold;
						background: none;
					}
			
					#homeRightColRowLeftItem a:visited {
						color: rgb(0,103,172);
						text-decoration: none;
					}
		
				#homeRightColRowRightItem {
					width: auto;
					height: auto;
					line-height: 20px;
					font-size: 11px;
					font-weight: normal;
					float: left;
					display: block;
					margin: 1px 1px 1px 1px;
					padding: 1px 1px 1px 1px;					
					/*margin: 0 0 0 0;
					padding: 2px 2px 2px 2px;*/
					background: #FFFFFF;
				}

					#homeRightColRowRightItem.strong {
						font-weight: bold;
						background: #FFFFFF;
					}


					#homeRightColRowRightItem input.button {
						height:auto;
						/*height:22px;*/
						width:auto;
						font-size: 11px;
						color: rgb(0,103,172);
						margin-left: 50px;
						vertical-align: middle:
					}

		/* End of homepage mods */
	
		#leftCol {
			width: auto;
			height: auto;
			float: left;
			display: block;
			margin: 5px 0 5px 0;
			padding: 5px 0 5px 0;
			clear:inherit;
			background: #FFFFFF;
		}
	
			#leftColRow {
				width: auto;
				height: auto;
				padding: 0 0 0 0;
				margin: 5px 5px 5px 0px;
				clear:both;
				background-color: #FFFFFF;
			}
			
				#leftColRowLeftItem {
					width: 260px;
					height: auto;
					float: left;
					display: block;
					margin: 1px 1px 1px 1px;
					padding: 1px 1px 1px 1px;
					color: rgb(0,103,172);
					background: none;
					/*background: rgb(234,241,248) url(../img/ltBlueButtonBg.jpg) repeat-x bottom;*/
					/*background: rgb(172,189,222) url(../img/ltBlueButtonOff.jpg) repeat-x bottom;*/
				}

					#leftColRowLeftItem a {
						height:auto;
						width: auto;
						line-height:20px;
						font-size: 14px;
						color: rgb(0,103,172);
						background: none;
						padding-left: 5px;
						text-decoration: none;
					}
			
					#leftColRowLeftItem a:hover {
						color: rgb(0,103,172);
						text-decoration: none;
						font-weight: bold;
						background: none;
					}
			
					#leftColRowLeftItem a:visited {
						color: rgb(0,103,172);
						text-decoration: none;
					}
		
				#leftColRowLeftLabel {
					width: 160px;
					height: auto;
					line-height: 20px;
					font-size: 11px;
					font-weight: normal;
					float: left;
					display: block;
					margin: 1px 1px 1px 1px;
					padding: 1px 1px 1px 1px;					
					/*margin: 0 0 0 0;
					padding: 2px 2px 2px 2px;*/
					color: rgb(0,103,172);
					background: #FFFFFF;
				}

				#leftColRowRightItem {
					width: auto;
					height: auto;
					line-height: 20px;
					font-size: 11px;
					font-weight: normal;
					float: left;
					display: block;
					margin: 1px 1px 1px 1px;
					padding: 1px 1px 1px 1px;					
					/*margin: 0 0 0 0;
					padding: 2px 2px 2px 2px;*/
					background: #FFFFFF;
				}

					#leftColRowRightItem.strong {
						font-weight: bold;
						background: #FFFFFF;
					}


					#leftColRowRightItem input.button {
						height:auto;
						/*height:22px;*/
						width:auto;
						font-size: 11px;
						color: rgb(0,103,172);
						margin-left: 50px;
						vertical-align: middle:
					}

					#leftColRowRightItem select {
						font-size:11px;
						color: rgb(0,103,172);
						height: 20px;
						width:200px;
						font-family: Arial, Helvetica, sans-serif;
						margin: 0 0 0 0 ;
						padding: 0 0 2px 0;
						background: rgb(172,189,222);
					}
	
					#leftColRowRightItem input.text {
						font-size:11px;
						color: rgb(0,103,172);
						font-family: Arial, Helvetica, sans-serif;
						margin: 0 0 0 0 ;
						padding: 0 0 2px 0;
						background: rgb(172,189,222);
					}

					#leftColRowRightItem textarea {
						font-size:11px;
						width: 160px;
						height: 100px;
						color: rgb(0,103,172);
						font-family: Arial, Helvetica, sans-serif;
						margin: 0 0 0 0 ;
						padding: 0 0 2px 0;
						background: rgb(172,189,222);
					}

					#leftColRowRightItem input.file {
						font-size:11px;
						height:20px;
						width: 160px;
						color: rgb(0,103,172);
						font-family: Arial, Helvetica, sans-serif;
						margin: 0 0 0 0 ;
						padding: 0 0 0 0;
						background: #FFFFFF;
					}

					#leftColRowRightItem input.radio {
						vertical-align: middle;
					}


					#leftColRowRightItem input.checkBox {
						vertical-align: middle;
					}

		.checkBoxLabel {
			font-size: 11px;
			color: rgb(0,103,172);
		}

		.radioLabel {
			font-size: 11px;
			color: rgb(0,103,172);
		}

		#rightCol {
			width: auto;
			height: auto;
			float: left;
			display: block;
			margin: 5px 0 5px 0;
			padding: 5px 0 5px 0;
			clear:inherit;
			background: #FFFFFF;
		}
	
			#rightColRow {
				width: auto;
				height: auto;
				padding: 0 0 0 0;
				margin: 5px 5px 5px 0px;
				clear:both;
				background-color: #FFFFFF;
			}
			
				#rightColRowLeftItem {
					width: 260px;
					height: auto;
					float: left;
					display: block;
					margin: 1px 1px 1px 1px;
					padding: 1px 1px 1px 1px;
					color: rgb(0,103,172);
					background: none;			
				}

					#rightColRowLeftItem a {
						height:auto;
						width: auto;
						line-height:20px;
						font-size: 14px;
						color: rgb(0,103,172);
						background: none;
						padding-left: 5px;
						text-decoration: none;
					}
			
					#rightColRowLeftItem a:hover {
						color: rgb(0,103,172);
						text-decoration: none;
						font-weight: bold;
						background: none;
					}
			
					#rightColRowLeftItem a:visited {
						color: rgb(0,103,172);
						text-decoration: none;
					}
		
				#rightColRowLeftLabel {
					width: 110px;
					height: auto;
					line-height: 20px;
					font-size: 11px;
					font-weight: normal;
					float: left;
					display: block;
					margin: 1px 1px 1px 1px;
					padding: 1px 1px 1px 1px;					
					/*margin: 0 0 0 0;
					padding: 2px 2px 2px 2px;*/
					color: rgb(0,103,172);
					background: #FFFFFF;
				}

				#rightColRowRightItem {
					width: auto;
					height: auto;
					line-height: 20px;
					font-size: 11px;
					font-weight: normal;
					float: left;
					display: block;
					margin: 1px 1px 1px 1px;
					padding: 1px 1px 1px 1px;					
					/*margin: 0 0 0 0;
					padding: 2px 2px 2px 2px;*/
					background: #FFFFFF;
				}

					#rightColRowRightItem.strong {
						font-weight: bold;
						background: #FFFFFF;
					}


					#rightColRowRightItem input.button {
						height:auto;
						/*height:22px;*/
						width:auto;
						font-size: 11px;
						color: rgb(0,103,172);
						margin-left: 50px;
						vertical-align: middle:
					}

					#rightColRowRightItem select {
						font-size:11px;
						color: rgb(0,103,172);
						height: 20px;
						font-family: Arial, Helvetica, sans-serif;
						margin: 0 0 0 0 ;
						padding: 0 0 2px 0;
						background: rgb(172,189,222);
					}
	
					#rightColRowRightItem input.text {
						font-size:11px;
						color: rgb(0,103,172);
						font-family: Arial, Helvetica, sans-serif;
						margin: 0 0 0 0 ;
						padding: 0 0 2px 0;
						background: rgb(172,189,222);
					}

					#rightColRowRightItem textarea {
						font-size:11px;
						width: 160px;
						height: 100px;
						color: rgb(0,103,172);
						font-family: Arial, Helvetica, sans-serif;
						margin: 0 0 0 0 ;
						padding: 0 0 2px 0;
						background: rgb(172,189,222);
					}

					#rightColRowRightItem input.file {
						font-size:11px;
						height:20px;
						width: 160px;
						color: rgb(0,103,172);
						font-family: Arial, Helvetica, sans-serif;
						margin: 0 0 0 0 ;
						padding: 0 0 0 0;
						background: #FFFFFF;
					}

					#rightColRowRightItem input.radio {
						vertical-align: middle;
					}


					#rightColRowRightItem input.checkBox {
						vertical-align: middle;
					}

		
		#headerGrey {
			width: auto;
			line-height: 25px;
			height: 25px;
			font-size: 13px;
			font-weight: bold;
			color: rgb(0,103,172);
			background-color: #999999;
		}
					


#contentAdminMain {
	width: 780px;
	height: 300px;
	margin: auto;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

	#contentAdminMainContents {
		width: auto;
		height: auto;
		margin: auto;
		padding: 0 0 0 0;
		clear:inherit;
	}

		#headerDkBlue {
			width: auto;
			line-height: 25px;
			height: 25px;
			font-size: 13px;
			font-weight: bold;
			color: rgb(0,103,172);
			background-color: #FFFFFF;
		}

		#headerLtBlue {
			width: auto;
			line-height: 22px;
			height: 22px;
			font-size: 12px;
			font-weight: bold;
			color: rgb(172,189,222);
			background-color: #FFFFFF;
			margin: 10px 0px 10px 0;
			clear: left;
		}

			#headerLtBlue p {
				width: 40px;
				line-height: 22px;
				height: 22px;
				font-size: 12px;
				font-weight: bold;
				padding: 0 0 0 0;
				margin: 10px 0px 10px 0;
				color: rgb(172,189,222);
				background-color: #999999;
			}


	
	#columnBackground {
		width: auto;
		height: auto;
		margin: auto;
		color: rgb(0,103,172);
		background: #FFFFFF;
		/*border-top: 1px solid #999999;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;*/
		clear:inherit;
		overflow:hidden;
	}	
		
		#column {
			width: auto;
			height: auto;
			margin: 5px 0 5px 0;
			padding: 0 0 0 0;
			float: left;
			display: block;
			border-top: 1px solid #999999;
			border-right: 1px solid #999999;
			border-bottom: 1px solid #999999;
			border-left: 1px solid #999999;

		}
		
			/*#column select{
				font-size:11px;
				color: rgb(0,103,172);
				font-family: Arial, Helvetica, sans-serif;
				margin: 0 5px 0 5px;
				padding: 0 0 0 0;
			}*/

			/*#column p {
				font-size: 11px;
				font-weight: normal;
				height: 25px;
				color: rgb(0,103,172);
				background: #FFFFFF;
				padding: 0 0 0 0 ;
				margin: 1px 5px 1px 5px;
				clear:inherit;
			}*/

			#column p {
				font-size: 11px;
				font-weight: normal;
				height: auto;
				width:auto;
				white-space:nowrap;
				color: rgb(0,103,172);
				background: #FFFFFF;
				padding: 0 0 0 0;
				margin: 1px 5px 1px 5px;
			}


			#column p.columnHeader {
				font-size: 12px;
				font-weight: bold;
				height: auto;
				color: rgb(0,103,172);
				margin-bottom: 10px;
				padding: 0 0 0 0;
				background: #FFFFFF;
			}
			
			#column p.columnContents {
				font-size: 11px;
				font-weight: normal;
				height: 25px;
				line-height:25px;
				width:140px;
				white-space:nowrap;
				overflow:hidden;
				color: rgb(0,103,172);
				background: #FFFFFF;
				padding: 0 0 0 0 ;
				margin: 1px 5px 1px 5px;
				clear:inherit;
			}
				
				#column form select.columnContentsSelect {
					height: 21px;
					font-size:11px;
					float:left;
					color: rgb(0,103,172);
					font-family: Arial, Helvetica, sans-serif;
					margin: 0 0 0 0;
					padding: 0 0 0 0;
				}

				#column form input.columnContentsSelectButton {
					height:21px;
					font-size: 11px;
					color: rgb(0,103,172);
					margin: auto;
					float:left;
					display:block;
					vertical-align: middle;
				}


			#column p.columnContents strong{
				font-size: 11px;
				font-weight: bold;
			}

			#columnBox {
				width: auto;
				height: 25px;
				background: #FFFFFF;
				clear: left;
				padding: 0 0 0 0;
				margin: 1px 5px 1px 5px;

			}
			
			
			#selectBox {
				width: auto;
				float: left;
				display: block;
				height: 25px;
				color: rgb(0,103,172);
				background: #FFFFFF;
				padding: 0 0 0 0;
				margin: 0 0 0 0;
			}

				#selectBox select.columnContentsSelect {
					height: 20px;
					font-size:11px;
					color: rgb(0,103,172);
					font-family: Arial, Helvetica, sans-serif;
					margin: 0 0 0 0;
					padding: 0 0 0 0;
					vertical-align: middle;
				}


			#buttonBox {
				width: auto;
				float: left;
				display: block;
				height: 25px;
				font-size: 11px;
				font-weight: normal;
				height: auto;
				color: rgb(0,103,172);
				background: #FFFFFF;
				padding: 0 0 0 0;
				margin: 0 0 0 3px;
				
			}
				#buttonBox form input.columnContentsSelectButton {
					height:20px;
					font-size: 11px;
					color: rgb(0,103,172);
					margin: auto;
					vertical-align: middle;
				}



		#columnNoBorder {
			width: auto;
			height: auto;
			margin: 5px 0 5px 0;
			padding: 0 0 0 0;
			float: left;
			display: block;
		}
		
			#columnNoBorder select{
				font-size:11px;
				color: rgb(0,103,172);
				font-family: Arial, Helvetica, sans-serif;
				margin: 5px 5px 5px 5px;
				padding: 0 0 0 0;
			}

			#columnNoBorder p {
				font-size: 11px;
				font-weight: normal;
				height: auto;
				color: rgb(0,103,172);
				background: #FFFFFF;
				padding: 0 0 0 0;
				margin: 1px 5px 1px 5px;
			}


			#columnNoBorder p.columnHeader {
				font-size: 12px;
				font-weight: bold;
				height: auto;
				color: rgb(0,103,172);
				margin-bottom: 10px;
				padding: 0 0 0 0;
				background: #FFFFFF;
			}
			
			#columnNoBorder p.columnContents {
				font-size: 11px;
				font-weight: normal;
				height: 25px;
				line-height:25px;
				color: rgb(0,103,172);
				background: #FFFFFF;
				padding: 0 0 0 0 ;
				margin: 1px 5px 1px 5px;
			}

			#columnNoBorder p.columnContents strong{
				font-size: 11px;
				font-weight: bold;
			}


		#columnContent {
			width:auto;
			height:30px;
			background-color: #FFFFFF;
			padding-top: 5px;
			padding-left: 5px;
		}
			
			#columnContent ul {	
				margin: 0em;
				padding: 0em;
				list-style: none;
			}	
		
			#columnContent li {
				white-space: nowrap;
				width: auto;
				background-image: url(../img/right_arrow_img.jpg);
				background-repeat: no-repeat;
				background-position: left center;
				padding-left: 10px;
				padding-right: 10px;
			}
		
			#columnContent li a {
				font-family: Arial, Helvetica, sans-serif;
				font-weight:normal;
				font-size: 11px;
				line-height:16px;
				height:16px;
				width: auto;
				padding-left: 4px;
				background-color: #FFFFFF;	
				text-decoration: none;
				color: rgb(0,103,172);
				
			}
		
			#columnContent a:hover {
				background-color: #FFFFFF;			
				text-decoration: none;
				color: rgb(172,189,222);
			}
		
			#columnContent li a.selected{
				font-weight:bold;
			}




	.oneColButton {
		height:22px;
		font-size: 11px;
		color: rgb(0,103,172);
		margin: 0 10px 0 0;
	}
	
	.columnButton {
		height:21px;
		font-size: 11px;
		color: rgb(0,103,172);
		margin: auto;
		vertical-align: middle;
	}

#footer {
	background: #ACBDDE;
	margin-left:21px;
	margin-right:21px;
	margin-top: 0;
	margin-bottom: 0px;
	width:798px;
	height:20px;
	clear:both;
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 11px;
	color: rgb(0,103,172);
	line-height: 20px;
	border-top: 1px solid rgb(0,103,172);
	border-bottom: 1px solid rgb(0,103,172);
}

	#footerSpacerTop{
		height:1px;
		background:#ffffff;
		width: 798px;
		margin:auto;
	}

	#footer a {
		color: rgb(0,103,172);
		text-decoration: none;
		text-transform: none;
		font-weight:bold;
	}

	#footer a:hover {
		color: rgb(136,179,218);
		text-decoration:none;
	}

	#footer #copyright {
		display: block;
		padding-left: 5px;
		float: left;
		text-align: left;
		color: rgb(0,103,172);
		width: auto;
		height:18px;
		font-weight:bold;
	}
	
	#footer #altnav {
		float: right;
		display: block;
		text-align: right;
		width: auto;
		height: 18px;
		padding-right: 5px;
		margin: 0 0 0 5px;
		font-weight:bold;
	}
	
	#footerSpacerBottom{
		height:1px;
		background:#ffffff;
		width: 798px;
		margin:auto;
		clear: both;
	}
