/*-------------------------------------------------------------------------------
	Logout
-------------------------------------------------------------------------------*/
#account { 
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 60px 0 0;
	font-size: 0.8em;
}

#account #loginname { 
	float: left;
	line-height: 20px;
	margin-right: 20px;
}

#account #logout { 
	float: left;
	background: url(../files/logout.png) no-repeat;
	height: 20px;
	width: 20px;
	padding-left: 25px;
	line-height: 20px;
}

/**************************************
	Left / Down Arrow for JQ Slide
/*************************************/
.icoLeftDown { 
	cursor: pointer;
}

.icoLeftDown div { 
	padding-top: 8px;
}

.icoLeftDown span { 
	float: left;
	width: 8px;
	height: 8px;
	margin-top: 7px;
	margin-right: 10px;
	background: url(../files/arrows.gif) no-repeat;
	background-position: -24px top;
}

.icoLeftDown.selected span { 
	background-position: -8px top;
}

.icoLeftDown h3 { 
	margin-top: 2px;
}

.printer { 
	background: url(../files/printer.png) no-repeat;
	padding-left: 20px;
}