/* --------------------------------------- */
/* step_style.css */
/* --------------------------------------- */


/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

#contentcorner
	{
	position: relative;
	background-image: url(/grfx/routescornerbar.png);
	_background-image: url(/grfx/routescornerbar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 	-moz-opacity: 0.7;
 	opacity:0.7;
	width: 684px;
	height: 19px;
	z-index: 0;
	}

div#contentunderlay
	{
	position: absolute;
	background: #fff;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 	-moz-opacity: 0.7;
 	opacity:0.7;
	width: 99%;
	_width: 99.5%;
	height: auto;
	_height: 400px;
	min-height: 400px;
	margin: 0px;
	}

.steps_count
	{
	position: relative;
	border: 1px solid #00f;
	width:  150px;
	}

/* Steps */

#breadcrumb_steps
	{
	border: dotted #40403e;
	border-width: 1px 0px 1px 0px;
	font-weight: bold;
	font-size: 0.85em;
	color: #000;
	padding: 2px;
	height: 20px;
	margin-bottom: 10px;
	}

#steps_found
	{
	font-size: 1em;
	width: 200px;
	float: left;
	}

#steps_navigation
	{
	position: relative;
	height: auto;
	_height: 20px;
	min-height: 20px;
	text-align: right;
	margin: 0px;
	}

#steps_pagesize
	{
	position: relative;
	height: auto;
	_height: 20px;
	min-height: 20px;
	margin: 0px;
	margin-right: 130px;
	}

#steps_prev-next
	{
	position: relative;
	width: 130px;
	margin: 0px;
	float: right;
	}

#steps_wrapper				{ position: relative; }

#steps_wrapper_steps
	{
	width: 26%;
	float: left;
	font-size: 0.9em;
	}

#steps_wrapper_steps h6
	{
	background-color: #40403e;
	font-weight: bold;
	font-size: 0.95em;
	color: #fff;
	display: block;
	padding: 3px 0px 4px 4px;
	margin: 0px 0px 2px 0px;
	}

#steps_wrapper_steps a		{ text-decoration: none; }

.step_link
	{
	font-size: 0.95em;
	float: left;
	width: 144px;
	display: block;
	padding: 0px 0px 4px 0px;
	}

.step_count
	{
	float: right;
	font-size: 0.8em;
	color:#b2b2b2;
	display: block;
	}

.step_more
	{
	font-weight: bold;
	padding-left: 4px;
	text-decoration: none;
	}

#steps_wrapper_results
	{
	width: 72%;
	float: right;
	}

#steps_wrapper_results h2
	{
	background-color: #f28e00;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	padding: 4px;
	margin: 6px 0px 6px 0px;
	}

/* ======================================= */

/* --------------------------------------- */
/* BROWSE */
/* --------------------------------------- */

.browse_subject
	{
	background-color: #40403e;
	font-weight: bold;
	vertical-align: top;
	}

#content .browse_desc0		{ font-size: 0.85em; color: #fff; padding: 4px; width: 20%; }
#content .browse_desc1		{ font-size: 0.85em; color: #fff; padding: 4px; }
#content .browse_desc2		{ font-size: 0.85em; color: #fff; padding: 4px; width: 25%; }

#content .browse_data		{ font-size: 0.85em; padding: 4px; }

#content .browse_data img
	{
	margin-bottom: 2px;
	}

/* ======================================= */
/* ======================================= */
/* ======================================= */

