/* Colors:
 * DHL yellow: #ffcc00
 * DHL red:    #cc0000
 * DHL gray:   #e6e6e6
 * gray input border: #999999
 */

/*
* {
    font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
    margin:0;
    padding:0;
}

img,body,html {
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal;
    font-weight:normal;
}

ol,ul {
    list-style:none;
}

caption,th { 
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
}

q:before,q:after {
    content:'';
}

body {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px;
    background-color: white;
}

.dct-white {
    background-color: white;
}

.dct-red {
    background-color: #cc0000;
 }


.dct-yellow {
    background-color: #ffcc00;
 }

.dct-gray {
    background-color: #e6e6e6;
}

.dct-gray2{
   
   background-color: #a8a8a8
}

.dct-blue{
	background-color: #0039e6;
 
}

.dct-okdetail{
	background-color: #ffcc00;
	width: 50px;
    height: 32px;

}

.dct-warning-button{
	width: 84px;
    height: 32px;
    white-space: normal;
    background-color: #ffcc00 !important;
    cursor: pointer;

}

.dct-warning{
	 margin:10px;
	 white-space: normal;
	 font-size: 12pt; 
	 
}

.dct-image{
	cursor:pointer;
	hover:{border-top: 1px solid black; border-left: 1px solid black; border-bottom: 1px solid white; border-right: 1px solid white;};
	
}

.dct-bold{
	font-weight:bold;
}

.dct-bold2{
	font-weight:bold;
	text-align: right;
}

.dct-redpanel{
	background-color: #cc0000;
	text-align:left; 
	font-size:14pt; 
	font-weight:bold; color:#ffffff;

}

.dct-header {
    background-color: #ffcc00;
}

.dct-navigation {
    background-color: #ffcc00;
}

.dct-header-panel {
    border-right: 1px solid white;
}

.dct-header-text {
    font-weight: bold; 
    color: #FFFFFF;
    font-size: 16pt;
    padding: 10px 0px 0px 10px;
    white-space:nowrap;
}

.dct-details{
     background: url(../img/arrow_down.GIF); 
     background-repeat: no-repeat;
     background-color: #ffcc00;
     width: 10px;
     height: 5px;
     
    
 }
 
 .dct-white-space{
 
   white-space: pre;
   text-align: right;
 }

.x-table-layout-cell {
    padding: 0px 0px 0px 0px;
}

.x-panel-body {
    border-top:0 none;
    overflow:hidden;
    position:relative;
}

.dct-error-panel {
    background-color: #F39896;
    border: 1px solid #CC0000;
    color:  #303030;
    padding: 5px;
}


.dct-error-message {
	 
     
 }
 
 .dct-right{
 
   text-align: right;
 }
 
 


.dct-error-field {
    background-color: #F39896 !important;
}

.dct-no-matches {
    border: 1px solid #cc0000 !important;
}

.dct-footnote {
    font-size: 9px;
}

.dct-form-heading {
    font-weight: bold;
}

.dct-vert-spacer {
    height: 6px;
}

.dct-field-label {
    padding: 5px 0px 2px 5px;
}

.dct-field-label-vert {
    padding: 5px 0px 5px 0px;
}

.dct-field-panel {
    padding: 2px 0px 2px 0px;
}

.dct-date-trigger {
    background-image: url(../img/date-trigger.gif);
    cursor:pointer;
}

.dct-mandatory-symbol {
    color: #cc0000;    
}

.dct-mandatory-footnote {
    font-weight: bold;
    color: #cc0000;
}

.dct-date-picker-panel{
    position: absolute;
    left: 287px;
    top: 100px;
}


