﻿*
{
    margin: 0px;
	padding: 0px;
	font-family:tahoma;
	font-size: 8.5pt;	
}

img, input { vertical-align:middle;}

body
{
	 background:#eaeaea;
}
.logo
{
	position:relative;
	background-image:url(../Images/logo.jpg);
	background-repeat:no-repeat;
	height:50px;
	margin-left:76%;
	margin-right:auto;
	top:20px;
}
.Div_Header{
	position:relative;
	height:auto;
	width: 100%;
	top:0;
}
.WFHeader
{
    background:white;
	position:relative;
	height: 90px;
	width: 100%;
	right:0;
	top:0;
}
.WFFooter
{
	position:relative;
	right:0;
	height: 42px;
	background:url(../Images/footer_bg_repeat.png) repeat-x;
	right:0;
	top:inherit;
	width:100%;
}
.WFFrame
{
	color: white;
	vertical-align: middle;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
     /*	background-color:#2984BC; */
     /*	background-repeat:repeat;  */	
}
.MainMenuSeparator
{
	position:relative;
	height: 29px;
	background-image:url(../Images/main_menu_seprator.png);
	background-repeat:no-repeat;
	color: white;
}

.WFAboutIcon
{
	background-image:url(../Images/about_us.png);
	background-repeat:no-repeat;
	width:40px;
	height:19px;
	position:absolute;
	left: 25px;
	top: 10px;
	color: white;
	vertical-align: middle;
	text-align: center;
}
.WFCssIcon
{
	background-image:url(../Images/CSS_valid.png);
	background-repeat:no-repeat;
	width:40px;
	height:19px;
	position:absolute;
	left: 75px;
	top:10px;
	color: white;
	vertical-align: middle;
	text-align: center;
}
.Arm
{
	position:relative;
	color: white;
	top:10px;
	vertical-align: middle;
	text-align: center;
	margin-bottom:auto;
	margin-top:auto;
}
.WhiteFont
{	
	vertical-align: middle;
	text-align: center;
	color:#190D4E;
    font-size:15pt;
    font-family:Arial;
    font-weight:bold;
    margin-top: 20px;
}
.WFMainArea
{	
    height:auto;
    margin-right:35px;
    width:95%;
    position: relative;
    margin-top:10px;
    
}
.WFSteps
{	
	position:relative;
	color: #000000;
/*	background-color:#aacfdb; */
	font-size:9.5pt;
	width:85%;
	height:auto;
	margin: 5px auto;
	padding:5px;
	text-align:center;
/*	background-image:url(../Images/main_bg_fix_repeat.png);
	background-repeat:repeat; */
}
.CurrentStep
{
    color:#000600;
    font-weight:bold;
}
.WFDescription
{
/*	background:#317EB4 url(../Images/bg_info_mainPage1.png) no-repeat  scroll center 0;
	background-repeat:repeat; */
	line-height: 2em;
    margin: 15px auto;
    padding:10px;
    text-align:justify;
    width:80%;
 /*   border:1px solid #265D89; */
	color:#000000;
}

/*
.WFList
{
	background:url(../Images/bg_list_proccess.png) no-repeat  fixed center 0;
	background-repeat:repeat;
	width:85%;
	height:100%;
	vertical-align: middle;
	text-align: center;
	color: white;
}
.Proccesses
{
	width:100%;
	height:100%;
	vertical-align: middle;
	text-align: center;
	color: white;	
}
*/
.FixMsg {
    background: none repeat scroll 0 0 #CBE087;
    margin: 0;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 110;
}

#TopMenu {
    position:relative;
	background-image:url(../Images/main_menu_bg_repeat.png);
	width:100%;
	height: 42px;
	text-align:center;
	vertical-align:middle;
	color: black;
	overflow: hidden;
	border:0;
}
#TopMenu div {
    margin: auto;
    text-align: right;
    padding:15px;
    width: 95%;
}
#TopMenu div a {
    color: #264079;
    text-decoration: none;
    padding: 4px;
}
#TopMenu div a:hover {
    color: #c37360;
    padding-top: 15px;
}