@CHARSET "UTF-8";

label,input {
    display: block;
    width: 100px;
    float: left;
    #margin-bottom: 10px;
}

label {
    text-align: right;
    width: 120px;
    padding-right: 10px;
    margin-top: 7px;
}

br {
    clear: left;
}


p + p {
    text-indent: 0em;
}

.error, .notice, .success {
	border:2px solid #DDDDDD;
	margin-bottom:-1em;
	padding:0.8em;
}

th, td {
    border: 1px outset #C3D9FF ;  #C3D9FF
    border-collapse: collapse;
}

table{
	border: 1px inset #C3D9FF ;  #C3D9FF
	border-collapse: collapse;
	empty-cells: show;
}

td {
    background-color: beige;	
}

fieldset{
    background-color: beige;
}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}


/*--- DATE PICKER ----*/
.ui-datepicker-days-cell{
    padding: 0;
    text-align: right;
}
.ui-datepicker-today{
    font-weight: bold;
    font-size: 1.1em;
}
.ui-datepicker-current-day{
    font-weight: bold;
    font-style: italic;
}