body {
	margin: 20px 0px 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.page {
	text-align: left;
	padding: 0px;
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

	.header {
		height: 88px;
		background-color: #B9CCDB;
		background-image: url(bg_header.png);
		background-repeat: repeat-x;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-color: #DBE2E8;
		border-bottom-color: #DBE2E8;
		border-left-color: #DBE2E8;
		margin-bottom: 10px;
	}

	.logo {
		float: left;
		margin-top:12px;
		background-image: url(railwayclub-logo.png);
		background-repeat: no-repeat;
		width:185px;
		height:69px;
	}

	.banner {
		float: right;
	}

	.menu {
		width: 20%;
		min-height: 550px;
		float: left;
		background-color: #FFFFFF;
		background-image: url(bg_menu.png);
		background-repeat: repeat-x;
		background-position: top;
		border: 1px solid #B0BEC7;
		padding: 12px;
		margin-bottom: 10px;
	}

		.menu ul{
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}

		.menu_item {
			margin-top: 5px;
			margin-bottom: 5px;
		}

			.menu_item a{
				background-color: #D8E1E7;
				font-size: 11px;
				font-weight: bold;
				color: #16387C;
				text-decoration: none;
				padding: 6px;
				display: block;
			}

			.menu_item a:hover{
				display: block;
				background-color: #778A98;
				font-size: 11px;
				font-weight: bold;
				color: #FFFFFF;
				text-decoration: none;
				padding: 6px;
			}

	.menu_title {
			margin-top: 5px;
			background-color: #D8E1E7;
			font-size: 11px;
			font-weight: bold;
			color: #16387C;
			text-decoration: none;
			padding: 6px;
			display: block;
		}

		.sub_menu_item {
			margin-top: 1px;
			margin-bottom: 1px;
		}

			.sub_menu_item a{
				background-color: #EAF3F9;
				font-size: 11px;
				font-weight: normal;
				color: #16387C;
				text-decoration: none;
				padding: 1px;
				display: block;
			}

			.sub_menu_item a:hover{
				display: block;
				background-color: #DFE9EF;
				font-size: 11px;
				font-weight: normal;
				color: #000000;
				text-decoration: none;
				padding: 1px;
			}


.content {
	float: right;
	width: 75%;
	/*border: 1px solid #B0BEC7;*/
	margin-bottom: 10px;
}

	.form, .listing, .filter, .messages {
		/*background-color: #dde3e7;
		padding: 10px;*/
		margin-bottom: 10px;
		width: 100%;
	}

	.form_title, .listing_title, .filter_title, .messages_title {
		padding: 8px 0px 7px 6px;
		font-size: 14px;
		color: #333333;
		font-weight: bold;
		text-decoration: none;
		background-color: #DAE4E5;
		background-image: url(bg_content_title.gif);
		background-position: top;
		border: 1px solid #B0BEC7;
		text-align: left;
	}

	.messages_title, .filter_title {
		padding: 4px 0px 4px 6px;
		font-size: 10px;
	}

	.messages {
		border-bottom: 1px solid red;
		margin-bottom: 20px;
		display:;
	}

		.message {
			color: red;
		}

	.field_label {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		background-color: #F1F4F6;
		color: #333333;
		text-align: right;
		vertical-align: top;
		width:20%;
	}

	.required {
		color: red;
		font-weight: bold;
	}

	.field {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		background-color: white;
	}

		.field_text{
			font-size: 10px;
		}

		.help{
			font-size: 9px;
			cursor: help;
		}

		.text, .password, .textarea, .checkbox, .radio, .select, .file{
			border: 1px solid #B0BEC7;
		}

		.text:focus, .password:focus, .textarea:focus, .checkbox:focus, .radio:focus, .select:focus, .file:focus{
			border: 1px dashed #B0BEC7;
		}

	.pagination {
		border-top: 1px dashed #91A7B4;
		padding-bottom: 5px;
		text-align: right;
	}

	.form_action {
		text-align: right;
		border-top: 2px solid #B0BEC7;
		padding-top: 5px;
	}

		.button {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #003366;
			border: 1px solid #B0BEC7;
			cursor: pointer;
			min-width: 70px;
			padding: 3px 10px 3px 10px;
			text-align: center;
			/*background-image: url(bg_content_title.gif);*/
			background-image: url(bg_menu.png);
		}
		.button1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #003366;
			border: 1px solid #B0BEC7;
			cursor: pointer;
			padding: 3px 3px 3px 3px;
			text-align: center;
			/*background-image: url(bg_content_title.gif);*/
			background-image: url(bg_menu.png);
		}

.footer {
	clear: both;
	border-top: 1px solid #91A7B4;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}

.listing_header {
	background-color: #778A98;
}

.listing_row_0 {
	background-color: #DAE4E5;
}

.listing_row_1 {
	background-color: white;
}

.link_internal {
	text-decoration: none;
	color: red;
}

.link_internal:hover{
	text-decoration: underline;
}

.link_external {
	text-decoration: none;
	color: red;
}