/*edit */
#header {
	/*
	height: 60px;	
	position: relative; */
	background-image:url("images/TopTile1.png");
	background-position:center top;
	background-repeat:repeat-x;
	height:60px;
	margin:0 0 5px;
	padding:0;
		
}

#header .Logo
{
    /*float: left;*/
    position: absolute;
    /*mod by vrugaya was  
    height: 80px;
    width: 280px;*/
    height: 60px;
    width: 210px;
    background-image: url('images/SMF_Logo.png');
    /*background-repeat:no-repeat; /*add by vrugaya was 80 */
}

#header .ApplicationLogo 
{
    margin: 0; padding: 0;
    float: right;
    height: 60px;
    width: 100%;
    background-image: url('images/banner-performance.png');
    background-repeat: no-repeat;
    background-position: right;
}

#header .UserInfo
{
    margin: 0;
    float: right;
    padding: 0 5px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
    padding-bottom: 0;
    padding-left: 0;
    color: #808080;
}

#MenuTab .ApplicationFlow 
{
    margin: 0; padding: 0;
    float: right;
    height: 60px;
    width: 1300px;
    background-image: url('images/FlowDiagramPQM.png');
    background-repeat: no-repeat;
    background-position: right;
}

#LayoutFooter{
	clear: left;
	width: 100%;
	height: 50px;
	background-image: url(images/BottomTile.png);
	background-repeat: repeat-x;
	background-position: bottom;
	/*background: #eef;*/
    font-family: Arial, Sans-Serif;
    font-size: 8pt;
    color: #666;
	text-align: left;
}
#LayoutFooter .LeftBox 
{
    width: 280px;
	height: 50px;
    background-image: url(images/FooterLeft.png);
	background-repeat: no-repeat;
	background-position: left;
}
#LayoutFooter .Copyright 
{
	padding: 10px;
}


.loginx{		    		
	padding: 8px;
	background: lightgreen;
	width: 100%;	
	
}