body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0860b4;
	font-size: 12px;
}	

	#header {
		background-image: url(/admin/images/layout/header_bg.png);
		background-repeat: repeat-x;
		height: 23px;
		font-size: 18px;
		text-transform: uppercase;
		color: #01296e;
		padding-top: 15px;
		padding: 13px;
		white-space: nowrap;
	}
	
	#main {
		/*
		padding: 6px;
		*/
		padding-top: 6px;
		padding-bottom: 6px;
	}

		#sidebar {
			width: 200px;
			float: left;
			color: #666666;
		}
		
			.sidebar_title {
				padding: 5px;
				color: #0860b4;
				font-size: 14px;
				font-weight: bold;
				width: 190px;
				height: 14px;
				background-image: url(/admin/images/layout/sidebar_title_bg.png);
			}
			
			.sidebar_content {
				background-color: #ffffff;
				padding: 3px 6px 0px 6px;
				
			}
			
				.signed_in {
					color: #096ac1;
				}
				
				#edit_profile_sign_out {
					background-image: url(/admin/images/layout/edit_profile_sign_out_bg.png);
					background-repeat: no-repeat;
					width: 188px;
					height: 26px;
					margin-top: 6px;
					clear: both;
					line-height: 12px;
				}
				
					#edit_profile_sign_out a:link,
					#edit_profile_sign_out a:active,
					#edit_profile_sign_out a:visited {
						color: #ffffff;
						text-decoration: none;
					}
					
					#edit_profile_sign_out a:hover {
						color: #ff9900;
					}
				
					#edit_profile {
						padding-top: 7px;
						padding-left: 28px;
						width: 68px;
						height: 19px;
						float: left;
					}
					
					#sign_out {
						padding-top: 7px;
						padding-left: 31px;
						width: 61px;
						height: 19px;
						float: left;
					}
				
				.navigation {}
				
					.menu_divider {
						border-top: 1px dotted #bbbbbb;
						border-bottom-width: 0px;
						border-left-width: 0px;
						border-right-width: 0px;
						height: 0px;
					}
					
					.menu_divider img {
						display: none;
					}
				
					.navigation img {
						margin-right: 5px;
						vertical-align: text-top;
					}
					
					.menu1 {
						padding: 6px 0px 6px 0px;
					}
				
					.menu1 a:link,
					.menu1 a:active,
					.menu1 a:visited {
						display: block;
						text-decoration: none;
						font-size: 13px;
					}
					
					.menu1 a:hover {
						color: #ff9900;
					}
					
					.menu1_selected {
						padding: 6px 0px 6px 0px;
					}
					
					.menu1_selected a:link,
					.menu1_selected a:active,
					.menu1_selected a:visited,
					.menu1_selected a:hover {
						display: block;
						text-decoration: none;
						font-size: 13px;
						color: #ff9900;
					}
					
						.menu2 {
							padding: 0px;
						}
						
						.menu2_padding {
							padding-bottom: 7px;
						}						
					
						.menu2 a:link,
						.menu2 a:active,
						.menu2 a:visited {
							display: block;
							text-decoration: none;
							padding: 1px 0px 1px 21px;
							color: #096ac1;
							font-size: 12px;
						}
						
						.menu2 a:hover {
							color: #ff9900;
							font-size: 12px;
						}
						
						.menu2_selected {
							padding: 0px;
						}
						
						.menu2_selected a:link,
						.menu2_selected a:active,
						.menu2_selected a:visited,
						.menu2_selected a:hover {
							display: block;
							text-decoration: none;
							padding: 1px 0px 1px 21px;
							color: #ff9900;
							font-size: 12px;
						}
			
			.sidebar_bottom {
				width: 200px;
				height: 5px;
				background-image: url(/admin/images/layout/sidebar_bottom_bg.png);
				background-repeat: no-repeat;
				margin-bottom: 6px;
			}
			
		#not_signed_in_content {
			background-color: #ffffff;
			color: #666666;
		}
		
		#content {
			background-color: #ffffff;
			margin-left: 206px;
			color: #666666;
		}
			
				#message {
					margin: 10px 0px 10px 0px;
					font-weight: bold;
				}
				
					.success {
						color: #41611a;
						background-color: #a4d1a4;
						background-image: url(/admin/images/layout/message_success_background.gif);
						background-repeat: repeat-x;
					}
				
					.error {
						color: #990000;
						background-color: #D2A5A5;
						background-image: url(/admin/images/layout/message_error_background.gif);
						background-repeat: repeat-x;
					}
				
				#message_icon {
					float: left;
					margin: 1px 5px 1px 5px;
				}
				
				#message_text {
					margin-left: 26px;
					padding-top: 1px;
					margin-bottom: 2px;
				}
			
				#page_header {
					padding-right: 3px;
				}
				
					#page_icon {
						float: left;
						padding-right: 10px;
						background-color: #ffffff;
					}
					
					h1 {
						color: #ff9900;
						font-size: 19px;
						font-weight: normal;
						padding-top: 4px;
						padding-bottom: 2px;
						border-bottom: 1px dotted #ff9900;
					}
		
	#footer {
		clear: both;
	}
