/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#00B2C0;
    border:1px solid #009ba8;
    border-top:1px solid #009ba8;
    border-left:1px solid #009ba8;

    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    /*font-weight:bold;*/
    color:white;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html .buttons button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
    color:white;
}

/* STANDARD */

.buttons button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
    text-decoration: none;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

.buttons button.positive, .buttons a.positive{
    
}
.buttons a.positive:hover, .buttons button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}





/* NEGATIVE */

.buttons a.negative, .buttons button.negative{
    color:white;
}
.buttons a.negative:hover, .buttons button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


/*display steps*/

button.steps, .steps{
    background: #cbcbcb;
    color:#000000;
    border: 1px solid #666;
    height: 80%;
    /*width: 20em;*/
    font-size:1.2em;
    float: right;
    border-radius: 3px;
    text-shadow: 0 -1px 0 #000;
    box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);
    	    
}
a.steps:hover, .buttons button.steps:hover, .steps:hover{
    background-color:#E6EFC2;
    border:2px solid #C6D880;
    color:#529214;
	box-shadow: 0 0 9px black;	    
}
 a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
	box-shadow: 0 0 9px black;	    
}


button.newformat, .newformat{
    display:block;
    float:left;
	 font-size:12px; 
	 margin-left:1em;
	 margin-top:.4em;
	 margin-right:3em;
	padding:5px 10px 6px 7px; /* Links */	
    color:#000000;
    border: 1px solid #666;
    height:25px
    /*width: 20em;*/

    border-radius: 3px;
    /*text-shadow: 0 -1px 0 #000;*/
    box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);
    	    
}

.btn_pagination_active{
	background-color:#00B2C0 !important; 
	border-color: #00B2C0 !important;
}

.btn_pagination{
	background-color:#003E56 !important; 
	border-color: #003144 !important;
	
}
.btn_pagination:hover{
	background: rgba(0, 62, 86, 0.70) !important; 
	border-color: rgba(0, 62, 86, 0.90) !important;
	
}

.btn_avire{
	background-color:#00B2C0 !important; 
	border-color: #00a0ac !important;
	color:white !important;
	
	
}
.btn_avire:hover{
	background-color:#4cc9d2 !important; 
	border-color: #4cc9d2 !important;
	color: white !important;
}

._buttons{
	margin-bottom: 10px;
	color: white;
}
._buttons a:hover{	
	color: white;
}

.btn_avire_dark
{
	background-color:#003E56 !important; 
	border-color: #003E56 !important;
	color:white !important;
}

.btn_avire_dark:hover{
	background-color:#326477 !important; 
	border-color: #326477 !important;
	color: white !important;
}