/*************************************************************
 * CSS Styles shared with other parts of the site. - Ex: news and blogs
 *************************************************************/
.top-bar-left li .button{
	 font-size: 15px;
    padding: 5px 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.top-bar-left li .button.hollow.green {
      border-color: #73bc44;
      color: #73bc44; }
.top-bar-left li .button.hollow.green:hover, 
.top-bar-left li .button.hollow.green:focus {
        background-color: #73bc44;
        color: #fff; 
}
		  
.top-bar-left li .button.hollow.red {
      border-color:#E45F4E;
      color: #E45F4E; }
.top-bar-left li .button.hollow.red:hover, 
.top-bar-left li .button.hollow.red:focus {
        background-color: #E45F4E;
        color: #fff; 
}

.top-bar-left li .button.hollow.orange {
      border-color:#EEBE42;
      color: #EEBE42; }
.top-bar-left li .button.hollow.orange:hover, 
.top-bar-left li .button.hollow.orange:focus {
        background-color: #EEBE42;
        color: #fff; 
}

.top-bar-left li .button.hollow.blue {
      border-color:#2CAFC8;
      color: #2CAFC8; }
.top-bar-left li .button.hollow.blue:hover, 
.top-bar-left li .button.hollow.blue:focus {
        background-color: #2CAFC8;
        color: #fff; 
}

.top-bar-left li .button.hollow.purple {
      border-color:#69537B;
      color: #69537B; }
.top-bar-left li .button.hollow.purple:hover, 
.top-bar-left li .button.hollow.purple:focus {
        background-color: #69537B;
        color: #fff; 
}
/*css for test pages */

