#sidebar {
	width: 150px;
	margin: 0px;
	padding: 10px;
}

#sidebar h2 {
	color: #042F5C;
	font-weight : bold;
	margin-top : 2pt;
	margin-bottom : 2pt;
}

#sidebar ul {
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

#sidebar a {
	font-weight : bold;
	color: #042F5C;
}


#sidebar li {
	margin: 2px 0px 2px 16px;
	padding: 0px;
	line-height: 150%;
	font-size: 8pt;
}

#sidebar td {
	font-size: 8pt;
}

#sidebar p {
	margin-top : 2pt;
	margin-bottom : 2pt;
}

.testaccount {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #042F5C;
	font-weight : bold;
	margin-top : 4pt;
	margin-bottom : 6pt;

}

/*BUTTON*/


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	font: normal 12px arial, sans-serif;
	color: #666!important;
	text-decoration: none;
	display: block;
	float: left;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	background-color: transparent;
	background-image: url(../images/bg_button_a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.button:hover {
color: #042F5C!important;
text-decoration: none;
}

a.button span {
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
	background-color: transparent;
	background-image: url(../images/bg_button_div.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
}

a.button:active span {
    background-position: bottom left;
	color: #042F5C!important;
    padding: 6px 0 4px 18px; /* push text down 1px */
	text-decoration: none;
}

