﻿body {
}


.arrowDown_gray
{
    height:6px; width:7px;
    background-image:url(../Images/global_elements/arrowDown_gray.gif);
    background-repeat:no-repeat;
    display:inline-block;
    background-position:0px 0px;
}


/***********************************************************/
/*                          Formular                       */
/***********************************************************/

span.formular
{
        
}

span.formular label
{
    text-transform:none;
    
    font-size:xx-small;
    margin:-1px 0px 0px 0px;
    
}

span.formular input
{
    display:block;
    margin:0px;
}

span.formular .validationMessage
{
    visibility:hidden;
    font-size:xx-small;
}

.link
{
    color:inherit;
    text-decoration:none;  
    font-size:x-small;
    letter-spacing:0.1em;
    color:#898989;
}
.link:hover
{
    color:#003d6f;
    cursor:pointer;
}

.pnl_locationSelect
{
    position:absolute; right:0px; top:10px;
    border:1px solid black;
    padding:5px; width:200px;
    
}

/***********************************************************/
/*                    Error Messages                       */
/***********************************************************/


.error_head
{
    font-size:large;
    color:red;
}

.error_type
{
font-size:large;
 font-style:italic;
}

.error_description
{
}

.error_details
{
}

.error_sourceFile
{
}

.error_stackTrace
{
     background-color:#f2f2f2;
}
