.date-form { margin: 10px; }
label.control-label span { cursor: pointer; }

#widget-content-bulletin{
    text-align: left;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;

    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    border: 1px solid #eee;
}

#content_bulletin{
    text-align: justify;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#widget-title-bulletin {
    font-weight: bold;
    background-color: #eee;
    height: 34px;
    border:1px outset #E9F8FD;
}

#template-title-bulletin {
    font-weight: bold;
    background-color: #eee;
    height: 32px;
    border:1px outset #E9F8FD;
    margin-bottom: 10px;
}

.type-bulletin {
    font-size: 11px;
    font-weight: bold;
}

.template-posted-bulletin {
    font-weight: bold;
    text-align: right;
}

.left {float:left; margin-left:0; margin-right:10px; margin-bottom:5px;}

label {
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
}

input, textarea {
    border: 1px solid #CCC;
    box-shadow: inset 2px 2px 2px #EEE;
    font-size: 0.9em;
    padding: 2px 5px;
}

.button-bulletin {
    background-color: #E5E5E5;
    background-image: linear-gradient(top, #FFF, #E5E5E5);
    border: 1px solid #AAA;
    border-radius: 3px;
    color: #000;
    font-size: 0.8em;
    font-weight: bold;
    padding: 5px 10px;
}

.button-bulletin:hover {
    background-color: #285582;
    background-image: linear-gradient(top, #3775B3, #285582);
    border-color: #204569;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 3px #3775B3;
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.6);
}

.button-bulletin:active {
    background-color: #204569;
    background-image: none;
    border-color: #1A3754;
    box-shadow: inset 0 2px 1px rgba(0,0,0, 0.15);
}

.border-template-bulletin-form{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    background-color: #eee;
}

.background-template-bulletin{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}


