@charset "utf-8";
/* CSS Document */

#Sidebar_HD {	/* for IE6 and lower */
	float:right;
	position: relative;
	left: -5px;
	width:140px;
	height: auto;
	padding-left:10px;
}

html>body #Sidebar_HD {  /* for IE7 and Firefox*/
	float:right;
	position: relative;
	left: -15px;
	width:140px;
	height: auto;
	padding-left:10px;
}

#Sidebar_Inside { /* for IE6 and lower */
	float:right;
	position: relative;
	left: 5px;
	width:140px;
	height: auto;
	padding-left:10px;
}

html>body #Sidebar_Inside { /* for IE7 and Firefox*/
	float:right;
	position: relative;
	left: -5px;
	width:140px;
	height: auto;
	padding-left:10px;
}

.Sidebar_Topbox_HD {
	background-color: #C0C8DB;
	margin: 0px;
	padding-left: 10px;
	width:140px;
	border-bottom: 1px solid #FFFFFF;
}

#Sidebar_Bottombox_HD {
	background-color: #C0C8DB;
	margin: 0px;
	padding-left: 10px;
	width:140px;
	background-image:url(/helpdesk/images/blue_curve.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}


/* Text Formatting */

div#Sidebar_HD h3 h4 {
	text-align:center;
	font-size:0.9em;
}

div#Sidebar_Inside h3 h4 {
	text-align:center;
	font-size:0.9em;
}

.Sidebar_Text{
	text-align:center;
	margin-bottom:0px;
	width: 9em;
	font-size: 10px;
	white-space: nowrap;
}

div.Sidebar_Topbox ul {list-style:none;margin:0px;padding:10px;font-size:0.8em;}
div.Sidebar_Topbox ul li {padding-bottom:4px;}

