/* ############################# CssObject [historyBack] ############################### */
#wdgHistoryBack {
/*color:#ffffff;
-webkit-border-radius:.5em; 
	-moz-border-radius:.5em; 
	border-radius: .5em; 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	padding: 0 5px 0px 5px;
	border: solid 1px #da7c0c;
	text-decoration: none;
	background: #d81b21;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	
*/
text-align:right;
line-height:24px;
height:24px;
text-transform:uppercase;
font-family: 'Ubuntu', sans-serif;	
}


.historyBackButton a{
color:#D8001D;
	
}

.historyBackButton a:hover{
color:#333333;
	
}
.historyBackButton:active {
 position: relative;
     top: 1px;
     
}

