@CHARSET "UTF-8";

#container #content {
    background: transparent;
    padding: 1px;
}

/* table container */

   div.table-container {
     border: 1px solid #000;
     width: 95%;
   }
    
   table.table-container {
        border: 1px solid #BB9236;
        border-collapse: separate;
        border-spacing: 0px;
        width: 100%
   }
   
      
   table.table-container th {
        background-color: #0C583E;
        color:  #F4C760;
        font-weight: bold;
/*        font-size: large;*/
   }
   
   
   table.table-container td, table.table-container th {
       padding: 3px;
       border-width: 1px;
       border-style: solid;
       text-align: center;
/*       font-size: large;*/
   }
   
   table.table-container td, table.table-container th {
		border-color:#875901 #BB9236 #BB9236 #875901;
   }

   table.table-container td.right, table.table-container th.right {
        border-right-color: #875901;
   }   

   table.table-container td.bottom, table.table-container th.bottom {
        border-bottom-color: #875901;
   }   
   
   table.table-container tr.cycle1 td {
    background-color: #276F5B;
   }
   
   table.table-container tr.cycle1 th {
    background-color: #18664C;
   }   
   
   table.table-container tr.cycle2 td {
    background-color: #256856;
   }
   
   
      div.table-container2 {
        border: 1px solid #000;
        width: 50%;
        border-spacing: 0;
   }

   div.table-container2 div {
        border: 1px solid #BB9236;
   }

   table.table-container2 {
        width: 100%;
        border: 1px solid #875901;
        border-collapse: separate;
   }

   table.table-container2 tr.head td,
   table.table-container2 tr.head th {
        border-bottom: 1px solid #BA9336;
   }
      
   table.table-container2 th {
        background-color: #0C583E;
        color:  #F4C760;
        font-weight: bold;
   }
   
   table.table-container2 td, 
   table.table-container2 th {
        border-collapse:collapse;
        margin: 0;
        padding: 5px;
        text-align: center;
   }
   
   table.table-container2 tr.cycle1 td {
    background-color: #276F5B;
   }
   
   table.table-container2 tr.cycle1 th {
      background-color: #18664C;
   }   
   
   table.table-container2 tr.cycle2 td {
      background-color: #256856;
   }

   table.table-container2 tr.bt th,
   table.table-container2 tr.bt td {
     border-top: 1px solid #875901;
   }

   table.table-container2 tr.cycle1.sep td,
   table.table-container2 tr.cycle1.sep th,
   table.table-container2 tr.cycle2.sep td,
   table.table-container2 tr.cycle2.sep th {
       border-bottom: 1px solid #004B2C;
   }

/* send button in support form */
#container #content #frmSupport .controls {
	text-align:center;
	height: 48px;
	width:430px;
	margin: 0 auto;
}

#container #content #frmSupport .controls button.submit {
	width: 121px;
	line-height:1px;
	height:40px;
	background: transparent none no-repeat;
	padding:20px;
	position: relative;
	left:0;
	bottom:0;
}
