body
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #333333;
    padding: 0;
    margin: 0;
}

form
{
    margin: 0;
    padding: 0;
}

*html *
{
    margin: 0;
    padding: 0;
}

th
{
    text-align: center;
    background-color: #7EC0EE;
    color: #FFFAFA;
}

h1
{
   font-family: Tahoma;
   font-size: 14pt;
}

.hpad
{
    padding: 0 5px;
}

.clearing
{
    clear: both;
    height: 0;
    line-height: 0;
}

.clearing2
{
    clear: both;
}

a,
a:visited,
a:active
{
    color: #2c88d6;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: none;
    float: none;
}

input, textarea
{
	width: 300px;
}

input.button
{
	width: auto;
}

input.modified
{
    border-color: #77aa55;
}

#wrapper
{
    width: 100%;
}

#container
{
    width: 80%;
    margin: 0 auto;
}

#header,
#footer
{
    background: #eeefef;
}

/* Particular styles */

.highlight,
.error
{
    color: #ff0000 !important;
}

.success
{
    color: #00ff00 !important;
}

.message
{
    border: 2px inset #777777;
    width: 400px;
}

.edit-header
{
	background: #eeefef;
}

.notification
{
    
}

.notification span
{
    display: none;
}

input.cancelled
{
    border-color: #ff9900 !important;
}

div.status-message
{
    background: #eeffaa;
    font-style: italic;
    font-size: 12px;
    height: 50px;
    width: 300px;
    margin: 0 auto;
}

li.cancelled
{
    color: #ff9900;
    list-style: square;
}

li.modified
{
    color: #77aa55;
    list-style: square;
}

li.success
{
    color: #00ff00; /* This style is overriden by .success color, but this style is necessary because of color declaration consistency */
    list-style: square;
}

li.error
{
    color: #ff0000;
    list-style: square;
}

.hpad
{
    padding: 0 5px;
}