/* CSS Document */		

/* BUTTONS */

.buttons a, .buttons input, .buttons button{
    display:block;
    float:left;
    margin:0 5px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    FONT-FAMILY:Microsoft Sans Serif ,Arial;
    font-size:13px;
    line-height:120%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 5px 5px 5px; /* Links */
}

.buttons a{ text-align:center;}

.buttons a:hover {
	FONT-SIZE: 13px; 
	COLOR: #ff6600; 
	FONT-FAMILY:Microsoft Sans Serif ,Arial;
	TEXT-DECORATION: underline;
}

.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 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:14px;
}

.buttons input{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
	min-width:90px;
}

.buttons input.bt_edit{
	background-image:url(../images/bt_edit.png) ;
	background-position:left;
	background-repeat:no-repeat ;
	background-origin:padding-box;
	vertical-align:central;
}

.buttons input.bt_cancel, .buttons input.bt_delete{
	background-image:url(../images/bt_cross.png) ;
	background-position:left;
	background-repeat:no-repeat ;
	background-origin:padding-box;
	vertical-align:central;
}

.buttons input.bt_submit, .buttons input.bt_save{
	background-image:url(../images/bt_save.png) ;
	background-position:left;
	background-repeat:no-repeat ;
	background-origin:padding-box;
	vertical-align:central;
}

.buttons input.bt_img, .buttons input.bt_image{
	background-image:url(../images/bt_image.png) ;
	background-position:left;
	background-repeat:no-repeat ;
	background-origin:padding-box;
	vertical-align:central;
}

.buttons input[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

/* STANDARD */

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

/* POSITIVE */

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

/* NEGATIVE */

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

/* REGULAR */

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

/* ORANGE */

.buttons a.bt_orange,  .buttons input.bt_orange, button.bt_orange{
    color:#FE9400;
}
.buttons a.bt_orange:hover,  .buttons input.bt_orange:hover, button.bt_orange:hover{
    background:#FFF1DF;
    border:1px solid #FFDDAE;
    color:#F56B12;
}
.buttons a.bt_orange:active{
    background-color:#d12f19;
    border:1px solid #FE9400;
    color:#fff;
}
