@import url(../../base/css/general.css);

div.sys_main_logo {
background-color:#f6f6f6;
height:100px;
}

.mainLogo {
		margin: 12px 0px;
		background-image:url(../images/logo.png);
	}
.bottomCopyright {
		color:#fff;
    	background-image:url(../images/footer.png);
    	
    	margin:6px auto 0px;
	}
	.bottomCopyright .bottomCpr {
    	float: right;
    	padding-right:10px;
    	color:#fff;
    	font-weight:normal;
    	font-size:11px;
    	padding-top:7px;
	}
	
	/* Extra top menu */

	div.extra_top_menu {
		text-align:center;
		width:100%;
		display:none;
        min-width:600px;
	}
.bottomCopyright A:link {color: #fff; text-decoration: none;}
	.bottomCopyright A:visited {color: #fff; text-decoration: none;}
	.bottomCopyright A:active {color: #fff; text-decoration: none;}
	.bottomCopyright A:hover {color: #fff; text-decoration: underline; color: red;}

	/* Extra top menu */

	div.extra_top_menu {
		text-align:center;
		width:100%;
		display:none;
        min-width:600px;
	}
    div.extra_top_menu div#primary_menu_section{
        float:left;
    }

    div.extra_top_menu div#extra_menu_section{
        float:right;
    }

    div.extra_top_menu table.fixed_menu {
        width:98%;
        min-width:600px;
        border: 1px solid #799DC8;
        height:27px;
        margin:0 auto;
	}
    
    div.extra_top_menu table.fixed_menu td
    {
        border-top: 1px solid #799DC8;
    }

    div.extra_top_menu table.fixed_menu table td {
        border:0;
    }
	div.extra_top_menu table.fixed_menu div.popup_html img
    {
        vertical-align:middle;
    }

    div.extra_top_menu table.fixed_menu div.popup_html div.devider img
    {
        width:0px;
        height:25px;
    }
	
	.sys_msg_pending_approval {
		background-color:#D9DFEB; 
		line-height:30px; 
		text-align:center; 
		margin:0 0 10px 0;
        min-width:600px;
    }
