@media screen {

  body {
    margin:             0px;
    padding:            0px;
    font-family:        sans-serif;
    font-size:          0.8em;
    background-color:   #ECECEC;
    height:             100%;        
    width:              100%;
    border:             none;
  }
  
  .buttonForm {
    color:#ffffff;
    background-color:#3498DB;
    border:1px;
    border-radius: 3px;
  }

  form {
    display:            inline;
  }

  input[type='text'] {
    border: 1px solid #C0C0C0;
  }

  input[type='password'] {
    border: 1px solid #C0C0C0;
  }

  textarea {
    font-family:        sans-serif;
    font-size:          1.1em;
    border: 1px solid #C0C0C0;
  }

  select {
    border: 1px solid #C0C0C0;
  }

  input[type='text']:hover, input[type='password']:hover, textarea:hover, select:hover {
    background-color: #FFDD55;
  }

  input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
    background-color: #FFDD55;
  }

  legend {
    background-color:   #003c6e;
    color:              #FFFFFF;
    font-size:          0.85em;
    font-weight:        bold;
    padding:            3px 5px 3px 5px;
  }

  /* Span Block */

  #span_1 {
    font-weight:        bold;
    color:              #808080;
  }

  /* Image Block */


  /* DIV Block */

  #div_1 {
    position:           absolute;
    top:                0px;
    left:               0px;
    display:            none;
    color:              #808080;
  }
		
		#dt_container {
    margin:  10px 15px 10px 15px;
  }

  /* TD Block */

  #td_1 {
    width:              1px;
    height:             80px;
    vertical-align:     middle;
  }

  #td_2 {
    width:              60px;
    height:             80px;
    vertical-align:     middle;
    text-align:         center;
  }

  #td_3 {
    height:             80px;
    text-align:         right;
    vertical-align:     top;
  }

  #td_4 {
    text-align:         right;
    vertical-align:     top;
  }

  #td_5 {
    text-align:         right;
  }

  .td_6 {
    width:              3%;
    background-color:   #F3F3F3;
    color:              #000000;
    text-align:         center;
    cursor:             pointer;
  }

  .td_7 {
    width:              3%;
    background-color:   #990000;
    color:              #FFFFFF;
    text-align:         center;
    cursor:             pointer;
  }

  .td_8 {
    padding:            4px 0px 0px 5px;
  }

  .td_9 {
    padding:            2px 5px 2px 5px;
  }

  .td_10 {
    padding:            3px;
  }

  .td_11 {
    background-color:   #003c6e;
    color:              #FFFFFF;
    padding:            5px 10px 5px 10px;
    width:              20%;
    border-bottom:      2px solid #003c6e;
  }

  .td_12 {
    border-bottom:      2px solid #003c6e;
    background-color:   #ECECEC;
    vertical-align:     middle;
  }

  .panel_icons {
    padding:            15px;
  }
		
	.td_center {
    text-align: center;
  }
  
  .td_left {
    text-align: left;
  }
  
  .td_right {
    text-align: right;
  }
  
  .td_bold {
    font-weight: bold;
  }

  /* TR Block*/

  .tr_1 {
    background-color:   #CCCCCC;
  }

  /* TABLE Block*/

  #table_1 {
    padding:            5px 15px 5px 5px;
  }

  #table_2 {
    padding: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #808080;
    background-color: #E6E6E6;
    border: 2px solid #B3B3B3;
    text-align: center;
  }

  #table_3 {
    position:           absolute;
    display:            none;
  }

  #table_4 {
    margin-top:         10px;
  }

  #table_5 {
    background-color:   #ECECEC;
    margin-bottom:      3px;
    height:             35px;
  }

  .table_6 {
    background-color:   #FFFFCC;
    margin-bottom:      3px;
    padding:            0px;
  }

  .table_7 {
    background-color:   transparent;
    margin-bottom:      10px;
  }

  .table_8 {
    background-color:   transparent;
    margin-bottom:      0px;
    padding:            0px;
  }

  .table_9 {
    background-color:   #DCDCDC;
    margin-bottom:      0px;
  }

  .table_10 {
    background-color:   #ECECEC;
    margin-bottom:      0px;
  }

  .table_11 {
    background-color:   #ECECEC;
    margin-bottom:      10px;
  }

  .table_12 {
    background-color:   #ECECEC;
    margin-bottom:      5px;
  }

  /* CLASSES Block */

  .inputText {
    border:             1px solid #C0C0C0;
  }

  .imgBut {
    cursor:             pointer;
  }

	.loading {
    padding:50px;
    background-color:#FFFFFF;
    border:2px solid #7F7F7F;
    text-align:center;
    visibility: hidden;
  }

}
