h2.border {
	font-size: 17px;
	color: #55bdca;
	padding-bottom: 5px;
	background: url(/img/structure/border_light_grey.gif) repeat-x 0 bottom;
	margin-bottom: 15px;
}

img.info {
	padding: 5px;

}

a.btn, a.btn:active, a.btn:visited {
	width: 182px;
	height: 27px;
	color: #ffffff!important;
	font-weight: bold;
	padding: 11px 0 0 11px;
	background: url(/img/content/tool/btn_bg.gif) no-repeat 0 0;
	display: block;
	float: right;
	text-decoration: none!important;
}

a.btn:hover {
	background: url(/img/content/tool/btn_bg_hover.gif) no-repeat 0 0;
	text-decoration: none;
}

#container a, #container a:active, #container a:visited {
	color: #acd113;
	text-decoration: underline;
}

#container a:hover {
	color: #ba5094;
}

.tool_title {
	width: 317px;
	position: absolute;
	right: 0;
	top: -49px;
}

.tool_title h1 {
	font-size: 22px;
	color: #b8cbd9;
	background: url(/img/structure/border_light_grey.gif) repeat-x 0 bottom;
}

#tool_leftcolumn {
	float: left;
	width: 603px;
}

#tool_rightcolumn {
	float: right;
	width: 317px;
}
.tool_leftcolumn {
	float: left;
	width: 635px;
	margin-top:32px;
}

.tool_rightcolumn {
	float: right;
	width: 317px;
	margin-top:32px;
}

#tool_rightcolumn p {
	line-height: 19px;
	padding-bottom: 18px;
	margin-bottom: 0;
	font-size: 12px;
	color: #b8cbd9;
}

#steps, #steps_small {
	margin-bottom: 45px;
}

#steps .step {
	width: 125px;
	background: url(/img/content/tool/step_bg.gif) repeat-y 0 0;
	padding: 13px 0 12px 13px;
	font-weight: bold;
	color: #fff;
	position: relative;
	float: left;
	margin-right: 11px;
}

#steps .step span, #steps_small .step span  {
	position: absolute;
	right: 17px;
	font-size: 16px;
	color: #425666;
}

#steps .active {
	background: url(/img/content/tool/step_bg_act.gif) repeat-y 0 0;
}

#steps .active span, #steps_small .active span {
	color: #55bdca;
}

#steps_small .step {
	width: 140px;
	background: url(/img/content/tool/step_bg_small.gif) repeat-y 0 0;
	padding: 13px 0 12px 13px;
	font-weight: bold;
	color: #fff;
	position: relative;
	float: left;
	margin-right: 11px;
}

#steps_small .active {
	background: url(/img/content/tool/step_bg_small_act.gif) repeat-y 0 0;
}

#steps_small .last {
	margin-right: 0;
}

.lineheight_large {
	line-height: 25px;
}

table.t_overview {
	width: 100%;
}

table.t_overview tr {
	vertical-align: top;
}


table.t_overview td {
	text-align: left;
	padding: 7px 14px 7px 4px;
}




table.overview tr {
	text-align: center;
}

table.overview td {
	padding: 7px 7px 7px 2px;
	text-align: left;
}

.footer_steps {
	margin-top: 8px;
	background: url(/img/structure/border_light_grey.gif) repeat-x 0 top;
	padding-top: 8px;
}

.footer_steps a, .footer_steps a:visited {
	display: block;
	width: 185px;
	height: 24px;
	padding: 14px 0 0 12px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.footer_steps a:hover {
	text-decoration: none;
}

.footer_steps .forward 
{
    border:0px;
	background: url(/img/content/tool/step_forward.gif) no-repeat 0 0;
	float: right;
	color:#ffffff!important;
	text-decoration:none!important;
}

.footer_steps .forward:hover {
	background: url(/img/content/tool/step_forward_hover.gif) no-repeat 0 0;
	color:#ffffff!important;
	text-decoration:none!important;	
}
.footer_steps .forward2 
{
    border:0px;
	background: url(/img/content/tool/step_redo.gif) repeat-x 0 0;
	float: right;
	color:#ffffff!important;
	text-decoration:none!important;
}

.footer_steps .forward2:hover {
	background: url(/img/content/tool/step_redo_hover.gif) repeat-x 0 0;
	color:#ffffff!important;
	text-decoration:none!important;	
}

.redo 
{
    float: right;
    display: block;
	width: 185px;
	height: 24px;
	padding: 14px 0 0 0px;
	color: #fff!important;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none!important;
    border:0px;
    text-align:center;
	background: url(/img/content/tool/step_redo.gif) repeat-x 0 0;
}

.redo:hover {
	background: url(/img/content/tool/step_redo_hover.gif) repeat-x 0 0;
	color:#ffffff!important;
	text-decoration:none!important;	
}

.footer_steps .back 
{
    border:0px;
	background: url(/img/content/tool/step_back.gif) no-repeat 0 0;
	float: left;
	text-align: right;
	padding: 14px 12px 0 0!important;
	color:#ffffff!important;
	text-decoration:none!important;	
	
}

.footer_steps .back:hover {
	background: url(/img/content/tool/step_back_hover.gif) no-repeat 0 0;
    color:#ffffff!important;
	text-decoration:none!important;	
}
.footer_steps .back2 
{
    border:0px;
	background: url(/img/content/tool/step_redo.gif) repeat-x 0 0;
	float: left;
	text-align: right;
	padding: 14px 12px 0 0!important;
	color:#ffffff!important;
	text-decoration:none!important;	
	
}

.footer_steps .back2:hover {
	background: url(/img/content/tool/step_redo_hover.gif) repeat-x 0 0;
    color:#ffffff!important;
	text-decoration:none!important;	
}