/* CSS Document */

.pop_container {
	width: 400px;
}

.pop_body {
	margin: 8px;
}

.pop_column_content {
	width: 400px;
}

.pop_caption {
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 0 0 10px;
}

/* Pop Close */

.pop_close {
	background-color: #807977;
	width: 131px;
	height: 25px;
	float: right
}

.pop_nav_cell_close {
	width: 131px;
	height: 25px;
}

/* Pop Nav */

.pop_nav_box {
	background-color: #807977;
}

.pop_nav_cell {
	width: 65px;
	height: 25px;
}

.pop_nav_cell a:link, .pop_nav_cell a:active, .pop_nav_cell a:visited, .pop_nav_cell a:hover {
	color: #FFFFFF;
	display: block;
	padding: 4px 0 4px 0;
	text-decoration: none;
	font-weight: bold;
	width: 65px;
}

.pop_nav_cell_close a:link, .pop_nav_cell_close a:active, .pop_nav_cell_close a:visited, .pop_nav_cell_close a:hover {
	color: #FFFFFF;
	display: block;
	padding: 4px 0 4px 0;
	text-decoration: none;
	font-weight: bold;
	width: 131px;
}

.pop_nav_cell a:hover, .pop_nav_cell_close a:hover {
	background-color: #6C6462;
}
