﻿.simple_menu_ul li a, .simple_menu_ul_vertical li a { /*background:#000 url(../images/fleche1.gif) no-repeat 10px 50%;*/
	color:#fff;
    background-color: #000;
}

.form_button_submit { /*background-image:url(../images/input_button_bk2.gif);*/
    background-color: #590000;
}


#bar_red p {
    margin: 0;
    font-size: 11px;
    color: #979797;
    margin-top: 0;
}

i.red{
    color:#ff0000;
}

i.bright_green{
    color:#4cff00;
}

i.orange{
    color:#FF9900;
}

i.gray{
    color:#696969;
}

table a.icon_edit_css, 
table a.icon_edit_css:hover,
table a.icon_save_css:hover,
table a.icon_delete_css, 
table a.icon_delete_css:hover, 
a.icon_delete_css,
a.icon_add_css,
a.icon_edit_css
{
    color:#fff;
}

table a.icon_save_css{
    color:#000;
}

a.icon_edit_css,
a.icon_save_css,
a.icon_delete_css,
a.icon_add_css {
	height: 13px;
    width: 13px;
    border-radius: 13px;
    border:1px #fff;
    display:inline-block;
    font-size:.7em;
    text-align:center;
    line-height:13px;
}

a.icon_edit_css:hover, a.icon_save_css:hover, a.icon_delete_css:hover, a.icon_add_css:hover {
	background:#000;
}

a.icon_edit_css {
  background: -webkit-linear-gradient(#F3A90B, #D45905); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#F3A90B, #D45905); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#F3A90B, #D45905); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#F3A90B, #D45905); /* Standard syntax */
}

a.icon_save_css {
  background: -webkit-linear-gradient(#F5F541, #D4D423); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#F5F541, #D4D423); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#F5F541, #D4D423); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#F5F541, #D4D423); /* Standard syntax */
}

a.icon_delete_css {
  background: -webkit-linear-gradient(#FF0000, #892A2A); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#FF0000, #892A2A); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#FF0000, #892A2A); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#FF0000, #892A2A); /* Standard syntax */
}

a.icon_add_css {
  background: -webkit-linear-gradient(#5FA45F, #035803); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#5FA45F, #035803); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#5FA45F, #035803); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#5FA45F, #035803); /* Standard syntax */
}


a.open_punch i, a.close_punch:hover i{
    color:#006600;
}

a.close_punch i, a.open_punch:hover i{
    color:#CC0000;
}

#bar_red {
   background: -webkit-linear-gradient(#740000, #4c0000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#740000, #4c0000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#740000, #4c0000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#740000, #4c0000); /* Standard syntax (must be last) */
}

.ui-widget-header
{
	background: -webkit-linear-gradient(#740000, #4c0000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#740000, #4c0000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#740000, #4c0000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#740000, #4c0000); /* Standard syntax (must be last) */
}