/*
 * @version 1.0.0
 * @package WWZ General
 * @copyright Copyright (C) 2003 - 2012 Webwise Workz Pte Ltd. All rights reserved.
 * @license GNU General Public License version 2 or later.
*/
/*
 * DO NOT ADD COMPONENT SPECIFIC CLASSES / FUNCTIONS IN THIS FILE.
 * CREATE NEW FILE AND INCLUDE IN component_name.php
*/

.WWZFullWidth {
    width: 680px;
    padding: 10px;
}
.WWZFullWidth H3 {
    color: white;
    margin-top: -3px;
    margin-bottom: 10px;
}
.WWZFullWidth form table, #RegistrationForm {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
}
.WWZFullWidth form table th, .WWZFullWidth table th {
    background-color: #c6e2a6;
    color: black;
    height: 15px;
    padding: 5px;
    border: 1px solid white;
}
.WWZFullWidth form table tfoot tr, .WWZFullWidth table tfoot tr {
    background: #efefef;
}
.WWZFullWidth form table tr, .WWZFullWidth table tr  {
    background-color: #eeeeee;
    height: 30px;
}
.WWZFullWidth form table tr.evenrowsbg, .WWZFullWidth table tr.evenrowsbg {
    background-color: #e5e5e5 !important;
}
.WWZFullWidth form table td, .WWZFullWidth table td {
    border: 1px solid white !important;
    padding: 5px;
}
.WWZFullWidth form table th a, .WWZFullWidth form table th a:visited, .WWZFullWidth form table th a:hover {
    text-transform: none;
    text-decoration: none;
    color: black;
}

div.WWWZView {
    min-height: 30px;
    display: block;
}
div.WWZFullWidth label {
    font-weight: bold;
    width: 180px;
    float: left;
}

form.WWZForm div div {
    min-height: 30px;
}
form.WWZForm div div label {
    /*clear: left;*/
    float: left;
    width: 180px;
}
form.WWZForm .datalabel {
    width: 500px;
    font-weight: normal;
}
form.WWZForm div div span, form.WWZForm div div img, form.WWZForm div div input, form.WWZForm div div select, form.WWZForm div div textarea {
    float: left;
    border: 1px solid #dddddd;
}
#limit {
    float: none;
}
form.WWZForm div div textarea {
    font-family: arial;
    font-size: 12px;
    width: 325px;
    height: 100px;
}
form.WWZForm #confirmation_form div label {
    clear: none;
}

#confirmation_form {
    display: none;
}
#entry_form {
    display: block;
}

form.WWZForm .required {
    border-width: 2px;
}

form.WWZForm .invalid {
    border-color: orange;
}

form.WWZForm .clear-div, .clear-div {
    clear: both;
    height: 0px;
}

#form-validate-message {
    display: none;
    width: 310px;
    height: auto;
    color: red;
    border: 1px solid orange;
    background-color: #eee;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

#ajaxstatus_user, #ajaxstatus_email {
    display: none;
}

#ComponentMessage {
    position: fixed;
    right: 5px;
    top: 5px;
    width: 22px; /* IE 7 */
    background-color: black;
    opacity: 0.75;
    filter: alpha(opacity=75); /* IE */
    display: none;
}
#ComponentMessageMessages {
    padding: 10px;
    padding-top: 20px;
    display: none;
    color: white;
    font-size: 12px;
}
#ComponentMessageMessages A, #ComponentMessageMessages A:Link, #ComponentMessageMessages A:visited {
    text-decoration: none;
    color: white;
}
#ComponentMessageControl {
    float: right;
    color: yellow;
    cursor: pointer;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}