﻿
/*=========================================
		MENU
=========================================*/

/*=========================================
		WELLCOME
=========================================*/
.br_welc_left_bg
{
	background:url('/lib/static/images/default/bg_welcome_left.gif') no-repeat;
	width:8px;
	height:50px;
	float:left;
	}
.br_welc_center_bg
{
	background:url('/lib/static/images/default/bg_welcome_center.gif') repeat-x;
	width:200px;
	height:40px;
	vertical-align:middle;
	padding-top:10px;
	float:left;
	line-height:15px;
	}
.br_welc_right_bg
{
	background:url('/lib/static/images/default/bg_welcome_right.gif') no-repeat;
	width:65px;
	height:40px;
	position:relative; 
	float:left; 
	text-align:center;
	vertical-align:middle;
	color:Red;
	padding-top:10px;
	float:left;
	}
#wellcomeArea_right .hpl_logout
{
	text-decoration:none;
	font-weight:bold;
	color:#727272;
	}