@charset "utf-8";
/* CSS Document */

/* Body and Container */
body{margin: 5px; padding: 0px; background-color: #ffffff; font-family:Garamond; font-size: 14px; color: #333;}
#container {margin: auto; padding: 5px; width: 100%; background-color: #fff;}

/* Background Border
#background_border{background: url(images/bg_image.jpg) no-repeat;}
 */

/* Header */
#header {margin: auto; width: 100%; height: 140px; background: url(logo/jata.gif) no-repeat;height:70px;  background-size: Auto 70px; 20px; background-color: #37352b; border: 1px solid #862209;}

/* Nav */
#nav{margin: auto; width:100%; height:45px; background-color: #F5F5F5; color:#000; border: 1px solid #000;}
#nav ul {}
#nav ul li{display: inline-block; height: 8px; padding: 8px 25px;}
#nav ul li a {text-decoration: none; color: #000; font-weight: bold;}
#nav ul li a:hover {text-decoration: none; color: #F60; font-weight: bold;}

/*#slideshow{margin: auto; width: 100%; height: 1200px; border: 1px solid #333; background: url(/../img/header.png) no-repeat; background-size: 100% 20px;}*/
/* Clear Float */
.clear-fix { clear: both; line-height: 1px;}


.right_header {
color: #fff;
float: right;
margin-top:10px;
padding-right:5px;
}

.left_header {
margin-top:10px;
margin-left:100px;
font-weight:bold;
color: #fff;
float: left;
}

table {
 border-collapse:collapse;
 border:solid black 1px;
 font:0.9em Helvetica;
 margin-left:auto; 
 margin-right:auto;
 width:100%;
 }

td, th {
 text-align:center;
 padding: 5px;
 border-left:solid black 1px;
 border-top:solid black 1px;
 vertical-align: top;
}

td.left {
 text-align:left;
}

td.right {
 text-align:right;
}
th {
 font-size:1em;
 font-weight:normal;
 color:white;
 background-color:#66CCFF;
 }

td:first-child {
 border-left: none;
 }

tr:nth-child(even)
{  background:#eff4ff;
 }

tr:hover td { background-color: #FFFFE0;}

#txtArea {
 width:98%;
 border:1px solid #999999;
 padding:1px;
 font-family: Arial, Sans-Serif;
 font-weight: normal;
 font-size:1em;
 position:relative;
}

/* #Blue Flat Button */
.btn {
  position: relative;
  vertical-align: top;
  width: 10%;
  height: 25px;
  padding: 0;
  font-size: 15px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #3498db;
  border: 0;
  border-bottom: 2px solid #2a8bcc;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
  box-shadow: inset 0 -2px #2a8bcc;
}
.btn:hover {
    border: none;
    background:red;
    box-shadow: 0px 0px 1px #777;
}

input:not([type=submit]):not([type=button]):not([type=radio]) {
text-align:left;
font-size:1em;
width:50px;
padding-left:5px;
}

#txtbox { font-size:1em; width:520px;
text-align:left;
padding-left:5px;
}

//#tick-box { 
// width:50px;
 
// line-height: 13px /*to enclose 13px font, override this if needed*/;
// height: 13px /*to enclose 13px font, override this if needed*/;
//  /*Padding is needed to avoid giant cursor in webkit, which we get if
//  height = line-height = 20px.*/
//  padding: 6px 6px;
//}
#tick-box { 
 width:11px;
  padding: 1px 0px;
 -ms-transform: scale(2); /* IE */
 -moz-transform: scale(2); /* FF */
 -webkit-transform: scale(2); /* Safari and Chrome */
 -o-transform: scale(2); /* Opera */
}   

#textarea {
 padding: 5px;
 width: 520px;
 font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
 font-size:1em;
 }


input:checked {
    height: 50px;
    width: 50px;
}
