/* BUTTONS */

.newbuttons a, .newbuttons button, .noresultsfound a, .noresultsfound button {
    display: block;
    float:left;
    white-space: nowrap;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #a7a7a7;
    border-top:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#3d4e6d;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.progressbuttons {
		
		text-align: center;
		width: 150px;
		margin: 0 auto;
	}
.progressbuttons button {
	display: inline-block;
    float: none;
    
    white-space: nowrap;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #a7a7a7;
    border-top:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#3d4e6d;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	}
.noresultsfound a, .noresultsfound button {
	float: right;
	display: inline;
	margin-left:5px;
	margin-right: 0;
	
	/*position: absolute;
	bottom: 10px;
	right: 10px;*/
	}
.newbuttons button, .noresultsfound button, .progressbuttons button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.newbuttons button[type], .noresultsfound button[type],.progressbuttons button[type] {
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.newbuttons button img, .newbuttons a img, .noresultsfound button img, .noresultsfound a img, .progressbuttons button img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.newbuttons button:hover, .newbuttons a:hover, .noresultsfound a:hover, .noresultsfound button:hover, .progressbuttons button:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.newbuttons a:active, .noresultsfound a:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .newbuttons a.positive{
    color:#529214;
}
.newbuttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.newbuttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.newbuttons a.negative, button.negative{
    color:#d12f19;
}
.newbuttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.newbuttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


/* SWITCH */

.newbuttons a.switch, button.switch{
    color:#666666;
    border: 1px solid #f2f2f2;
    display: none;
}
.newbuttons a.switch:hover, button.switch:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.newbuttons a.switch:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

