
#Notice {
    border: 1px solid;
    padding: 10px;
    border-color: red;
    /*box-shadow: 5px 10px red;*/
}

hr
{
    border: none;
    height: 1px;
    background: #BBB;
    width: 100%;
}

/* Styles for basic forms
-----------------------------------------------------------*/

form li
{
    padding-bottom: 0.5em;
}

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.4em;
    font-weight: normal;
}

label
{
    display: inline;
    float: left;
    width: 150px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1em;
    margin-top: 0.15em;
}

label:after
{
    content: ":"
}

input, textarea, select
{
    border: 1px solid #CBCCBF;
    padding: 0.15em 0 0 0 ;
    border-radius: 3px;
    
}

input[type=text], 
input[type=password], 
select
{
    width: 125px;
}


textarea
{
    width: 300px;
    height: 10em;
    vertical-align: text-top;
    resize: vertical;   
    
}

div.control-box
{
    border-top: 2px solid #eee;
    padding: 1em 0 0 10em;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    border: 1px solid #CD0A0A;
    background-color: #FEF1EC;
    color: #CD0A0A;
    padding: 0.25em;
    border-radius: 3px;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #CD0A0A;
    background-color: #FEF1EC;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Status Messages
-----------------------------------------------------------*/

#status-message
{
    font-weight: bold;
    line-height: 1em;
    margin: 1em auto;
    padding: 0.5em;
    text-align: center;
    width: 20em;
    position: absolute;
    display: none;
    clear: both;
}

#status-message.success
{
    background-color: #C8FFC8;
    border: 1px solid green;
}

#status-message.error
{
    background-color: #FEF1EC;
    border: 1px solid #CD0A0A;
    color: #CD0A0A;
}

 #status-message.warning
    {
        background-color: #C8FFC8;
        border: 1px solid yellow;
    }

/* Display Issue
-----------------------------------------------------------*/
div.bug-details
{
    padding: 1em;
}

div.bug-details label
{
    width: auto;
    text-align: left;
    font-weight: bold;
    display: block;
    margin-top: 1em;
}

div.bug-details label:first-child
{
    margin-top: 0;
}

div.bug-notes
{
    background-color: #eee;
    padding: 1em;
}

div.bug-notes h4
{
    margin-bottom: 1em;
    font-size: 110%;
}

div.bug-notes div
{
}

/* Display Issue
-----------------------------------------------------------*/
div.dialog
{
    display: none;
}

searchButton
{
    background: url('images/find.jpg');
    display: block;
    width: 22px;
    height: 22px;
    text-indent: -9999px; /* hides the link text */
}

.validateTips
{
    display:none;
}

.ui-state-text
{
    border: 1px transparent solid;
    display:block;
    color: #cd0a0a;
    padding: .3em;
}
