/* CSS Document */

body {
    margin: 0;
}


.table_layout{
    width:97%;
    margin:20px auto 0;
    line-height:20px;
    font:normal 12px Tahoma;
    color:#666;
    /*padding:10px 0 10px 10px;*/
}

.table_layout_innertabs{
    left:11px;
    float:left;
    width:100%;
    line-height: 18px;
    margin:15px 0 0 0;
}

.TextField {
    width: 70px;
    height: 18px;
    font: normal 12px Tahoma;
    color: #555;
    border: 2px solid #CCC;
    background-color: #FFF;
}

select.TextField {
    height:18px;
}


.button_submit {
    border:0;
    margin:10px 0 0 10px;
    padding:0 0 2px 0;
    width:65px;
    height:20px;
    background:url(../images/submit_button.gif) top left no-repeat;
    text-align:center;
    font:bold 11px verdana;
    color:#FFFFFF;
}

.error {
    color : darkred;
    font-weight: bold;
    font-style: italic;
    font-size: 1em;
}


.pagenum {
    font: normal 12px Tahoma;
    margin-bottom:17pt;
}

.heading {
    font: normal 14px Tahoma;
    margin-bottom:20pt;
}

.hint {
    font: normal 12px Tahoma;
    margin-top:15pt;
    margin-bottom:15pt;
}

.label {
    font-weight:bold;
    padding-right:10pt
}

.info {
    font: normal 13px Tahoma;
    margin-top:11pt;
    margin-bottom:11pt;
}

.detail {
    font: normal 13px Tahoma;
    font-weight:bold;
}

/*______________________________________________________________*/
/*Messages style sheet customized

/* This is the style for the informational messages presented to the user */

div.error, div.message {
    /*	position:relative;
        left:13px;*/
    padding:5px;
    vertical-align: bottom;
    font:normal 11px Tahoma;
    color: #000;
    background-color:#DBEEEE;
    border:1px solid #82A0B1;
    width:270pt;
    margin: 20px auto 10px 0;
}

/* use a different color for the errors */
div.error {
    border: 1px solid red;
}

img.validationWarning, div.errors img.icon, div.messages img.icon {
    border: 0;
    width: 14px;
    height: 13px;
    vertical-align: top;
}

div.message a {
    background: transparent;
    color: #0000FF;
}

div.message a:visited {
    background: transparent;
    color: #0000FF;
}

div.message a:hover {
    background: transparent;
    color: #008000;
}

div.message a:active {
    text-decoration: underline overline;
}

div.message img.icon {
    vertical-align: middle;
}

span.fieldError {
    background-color: yellow;
    color: red;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;

}
span.specialFieldError{
    position:relative;
    left:13px;
    background-color: #DBEEEE;
    border: 1px solid #000;
    color: #000000;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 20px auto;
    padding: 3px;
    text-align: left;
    vertical-align: bottom;

}
