﻿/* -------------- PROCESS CONTROL --------------- */

/* ---- Process Tabs ------ */

/* -- Spacers */
.processtab_vertical_spacer { background-color: #FFFFFF; height:1px; } 
.processtab_horiz_spacer {background-color: #FFFFFF; width:1px; }

/* -- Normal Tab */

/* Colours */
.processtab_left_top {background: url(../images/cr1grey.gif); height:6px; width:6px;}
.processtab_right_top {background: url(../images/cr2grey.gif); height:6px; width:6px;}

/* Padding */
.processtab_middle_middle, .processtab_middle_middle_active {padding: 0px 2px 0px 3px; width:115px; }

/* Text */
.processtab_text, .processtab_text_active {
	color:black;
	font-family:verdana,tahoma,arial;
	font-size:8pt;
	text-decoration:none;
}

.processtab_stepname, .processtab_steptext { font-weight:bold;}
	
a.processtab_text {font-family:"MS sans serif",tahoma,arial;}
a.processtab_text:hover {text-decoration:underline;color:Black;}
span.processtab_text {color:#494949;}

.processtab_middle_middle_hover, .processtab_middle_middle{
	background:url(../images/FM_new/Steps_inactive.gif) no-repeat 0% 0%;
	color:gray;
	height:25px;
	background-color:#e3e3e3;
	font-weight:bold;
}

/* -- Active Tab */
.processtab_left_top_active, .processtab_right_top_active {display:none;}

.processtab_text_active {color:White;font-family:tahoma, Arial;}

.processtab_middle_middle_active{
	background:url(../images/FM_new/Steps_active.gif) no-repeat 0% 0%;
	color:white;
	height:25px;
	font-weight:bold;
	background-color:#5f79c2;
}

/* Process Step */

.processstep_left_top, .processstep_middle_top, .processstep_right_top {background:url(../images/bluelinetop.gif);height:1px;}

.processstep_left_middle {background: url(../images/bluesideleft.gif);width:6px;}
.processstep_middle_middle {background-color: #DBE4F5;}
.processstep_right_middle {background: url(../images/bluesideright.gif) right;width:6px;}

.processstep_left_bottom {background: url(../images/cr3blue.gif);height:6px;width:6px;}
.processstep_middle_bottom {background: url(../images/bluelinebottom.gif);height:6px;}
.processstep_right_bottom {background: url(../images/cr4blue.gif) right;height:6px;width:6px;}

span.process_steps_text 
{
	font-family:tahoma,arial; font-size:8pt; color:#000000;	
}
div.process_steps_text 
{
	height:100%;
	padding-top:5px;
}

div.process_steps_nextbutton_wrapper {margin-left:10px;float:right;}

div.process_steps_nextbutton_popup_wrapper {margin-left:10px;margin-top: 10px;float:left;}

div.process_steps_backbutton_popup_wrapper {margin-left:25px;margin-top: 10px;float:left;}