/*
 * Styles that apply to the contents of the tabs and are currently cross-theme
 */
ol.step_container
{
	margin: 0;
	padding: 0;
}

ol.step_container li.step
{
	display: block;
	padding: 8px;
	overflow: hidden;
	clear: both;
}

.step
{
	border: 2px solid black;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

ol.step_container li.step ul
{
	display: block;
	font-weight: bold;
}

ol.step_container li.step ul li
{
	list-style-position: inside;
	float: left;
	padding-left: 0.5em;
}

.step { background-color: #fffce5 }
.step.major { background-color: #c0cdd5 }
.step.entry { background-color: #5cd698 }

ol.step_container li.arrow { display: block; margin: 2px 0; }
ol.step_container li.arrow img { display: block; margin: 0 auto; }

div.key span
{
	display: inline-block;
	border: 2px solid black;
	padding: 8px;
}

div.key { margin-bottom: 1em }

p.dep_nationality_msg
{
	font-weight: bold;
	color: blue;
	background-color: #ddd;
	padding: 0.5em;
}

.dependent_can { background-color: #acffaa; }
.dependent_cannot { background-color: #ffaacd; }
.dependent_maybe { background-color: #ffc8aa; }
