/*a.btnRound, span.btnRound, del.btnRound{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    

	background-position:0 0;
	background-repeat:no-repeat;
	height:19px;
	text-decoration:none;

	font-style:normal;
	margin:0 9px 0px 0;
	padding:0 0px 0 0;	
	vertical-align:middle;	
	
    padding-top:0px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;

}




a.btnRound, span.btnRound, del.btnRound,
a.btnRound span, span.btnRound btnRound, span.btnRound input, del.btnRound span{
    background-image:url(../buttons/round_btn.gif);
    _background-image:url(../buttons/round_btn.gif);
}


a.btnRound span, span.btnRound btnRound, span.btnRound input, del.btnRound span{
	
	white-space:nowrap;
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	line-height:13px;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:11px !important;
    font-style:normal;
    font-weight: bold;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:19px;
	padding: 2px 15px 0px 4px;
	margin:0 -5px 0 10px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
	
}


span.btnRound btnRound{
   line-height:2.5; 
}

html.safari a.btnRound span, 
html.safari del.btnRound span{
  line-height:1.3;
}

html.safari span.btnRound btnRound{
  line-height:2.6;
}

html.safari a.btnRound:focus,
html.safari span.btnRound btnRound:focus{
    outline:none;
}



span.btnRound btnRound, span.btnRound input{
	padding-top:0px;
	line-height:2.5; 
}



*/

a.btnRound { font-family: Arial; font-weight: bold; font-size: 14px; text-decoration: underline; }


/* NEW ROUND BUTTONS */










div.ribbonbar{
    background:url(../roundButtons/ventitre.gif);
    text-align:left;
    background-color:GrayText;
    float:none;
    padding:10px;
    padding-left:100px;
}
div.ribbonbar1{
    text-align:left;
    background-color:darkred;
    float:none;
    padding:10px;
    padding-left:100px;
}
div.ribbonbar2{
    text-align:left;
    background-color:orangered;
    float:none;
    padding:10px;
    padding-left:100px;
}
div.ribbonbar3{
    text-align:left;
    background-color:teal;
    float:none;
    padding:10px;
    padding-left:100px;
}

.spacer{
    width:20px;
    display:inline-block;
    cursor:default;
}
a.ButtonParent {
    background-color:transparent;
    background-image: url('../roundButtons/default/btn_right.png');
    background-repeat:no-repeat ;
    background-position:top right;
    color: #fff;
    display:inline-block;
    /*font: bold 12px arial, sans-serif;*/
    font: normal 13px arial, sans-serif;
    height: 32px;
    margin-right: 0px;
    padding-right: 10px;
    text-decoration: none;
    
    display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box; /*ff*/
}

a.ButtonParent span {
    background-color:transparent;
    background-image: url('../roundButtons/default/btn.png');
    background-repeat:no-repeat ;
    display: block;
    line-height: 21px;
    padding: 3px 0 8px 10px;
}

a.ButtonParent span img{
    margin-left:-5px;
    margin-top:-2px;
    padding-right:5px;
}

/*HOVER*/
a.ButtonParent:hover {
    background-image: url('../roundButtons/default/btn_hover_right.png');
    color: #fff;
    outline: none;
}

a.ButtonParent:hover span {
    background-image:url('../roundButtons/default/btn_hover.png');
}

/*SPECIAL*/
a.specialButton {
    background-image: url('../roundButtons/special/btn_right.png');
}
a.specialButton span {
    background-image: url('../roundButtons/special/btn.png');
}

a.specialButton:hover {
    background-image: url('../roundButtons/special/btn_hover_right.png');
}
a.specialButton:hover span {
    background-image: url('../roundButtons/special/btn_hover.png');
}
/*ORANGE*/
a.orangeButton {
    background-image: url('../roundButtons/orange/btn_right.png');
}
a.orangeButton span {
    background-image: url('../roundButtons/orange/btn.png');
}

a.orangeButton:hover {
    background-image: url('../roundButtons/orange/btn_hover_right.png');
}
a.orangeButton:hover span {
    background-image: url('../roundButtons/orange/btn_hover.png');
}




/**************************************************/
/* COLORS     
a.btnRound span, span.btnRound btnRound, span.btnRound input, del.btnRound span { color:#222; }                          
/**************************************************/



div.ribbonbar{ background-color:GrayText; }
div.ribbonbar1 { background-color:darkred; }
div.ribbonbar2 { background-color:orangered; }
div.ribbonbar3 { background-color:teal; }

a.ButtonParent { color: #fff;}

/*HOVER*/
a.ButtonParent:hover { color: #fff; }
