/* Messages */

div.message-confirmation, div.message-feedback, div.message-warning, div.message-error, div.warning
{
    margin: 0 0 10px 0!important;
    padding: 0 !important;
    border: 0 !important;
    background-color: #fff !important;
    clear: both;
}

div.message-confirmation h2, div.message-feedback h2, div.message-warning h2, div.message-error h2, div.warning h2
{
    margin: 0 0 8px 0;
    padding: 0;
}

div.message-feedback
{
    border: 0 !important;
}

div.message-warning, div.warning
{
    border: 0 !important;
}

div.message-error
{
    border: 0 !important;
}

/* Login */

.user-login .halfbox {
    width: 250px;
}

.user-login label {
    font-weight: bold;
}

.user-login .block {
    clear: both;
    padding-bottom: 10px;
}

/* Additional */

.searchPaging {
    clear: both;
}

.clearboth {
    clear: both;
}

.styledForm label {
    font-weight: normal !important;
}

hr {
    height:2px;
    border: 0;
    border-bottom: 2px dotted #E5D8BB;
    padding-bottom: 4px;
}

/* Table */

table.list /* Standard class usable for most regular tables presenting lists, with additional related styles */
{
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
}

table.list th, table.list td
{
    padding: 0.5em;
    border-right: 1px solid #ffffff;
    border-bottom: none;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
    background-image: url(../images/th_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

table.list td
{
    border-top: 1px solid #f8f8f8;
    font-weight: normal;
}

table.list th:first-child, table.list td:first-child
{
    border-left: 1px solid #ffffff;
}

table.list tr.bglight
{
    background-color: #F1F1ED;
}

table.list tr.bgdark
{
    background-color: #EAE9E1;
}

table.list tr.bglight:hover, table.list tr.bgdark:hover /* This has no effect in IE6 and below */
{
    background-color: #ffffff;
}

table.list tr.bglight:hover td, table.list tr.bgdark:hover td
{
    border-color: #ffffff;
}

table.list a
{
    border-bottom-color: #EAE9E1;
}

table.list img
{
    vertical-align: middle;
}

th.tight, td.tight
{
    width: 1%;
}

td.nowrap
{
    white-space: nowrap;
}

td.number
{
    text-align: right;
}

/* Object floats */

div.object-left /* Used for floating images and other content elements to the left inside other content */
{
    float: left;
}

div.object-right /* Used for floating images and other content elements to the right inside other content */
{
    float: right;
}