@charset "UTF-8";
/* 3.0 */

.header{
	width:100%;
	height:66px;
	position:absolute;
  	top:0;
  	left:0;
	background-image:url(../bg/bg-bar.jpg);
	background-repeat: repeat-x;
}

.header-holder{
	width:730px;
	height:61px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
}

.logo{
	width:193px;
	height:22px;
	margin-top: 20px;
	float:left;
}

.logged-in{
	width:350px;
	height:38px;
	margin-top: 13px;
	float:right;
	text-align: right;
}

.name{
	width:280px;
	font-size:14px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	color: #F2F2F2;
}

.apps{
	width:340px;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	color: #F2F2F2;
	margin-top: 5px;
}


a.app:hover, a.app:active { outline: none; }

a.app, a.app:active, a.app:visited {
	color: #F2F2F2;
	text-decoration: none;

}
a.app:hover {
	color: #F2F2F2;
	text-decoration: none;

}


a.new-app:hover, a.new-app:active { outline: none; }

a.new-app, a.new-app:active, a.new-app:visited {
	color: #FFCC33;
	text-decoration: none;

}
a.new-app:hover {
	color: #FFCC33;
	text-decoration: none;

}


