﻿ a,body{
 	text-decoration: none;
 	font-size: 16px;
 }
 #th1 {
 	font-size: 16px;
 	color: 	#FF8000;
 	background: url('../images/table_top_bg.jpg');
 }
 #th2 {
  	background: url('../images/table_bottom_bg.jpg');
 }
 th {
 	background: url('../images/table_ht_bg.jpg');
 	color:#0C8787;
 }
 table {
	border-color:#00A4AB;
	border-width:1px;
	border-style:solid;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #191919;
    -webkit-box-shadow: 1px 1px 1px #191919;
    box-shadow: 1px 1px 1px #191919;
 }
 td {
 	border-width:1px 0 0 1px;
 	border-style:solid;
 	border-color:#a0a0a0;
 }
 tr {
 	background: #e9f4f5;
 }
 .row2 {
 	background:#FFFFFF;
 }
  #focus {
 	border: 1px solid #4a3115; 
 	background: #EB8887 url(../lib/jquery-ui/css/custom-theme/images/ui-bg_highlight-hard_100_f5d361_1x100.png) 50% 50% repeat-x; 
 	font-weight: bold; 
 	color: #402a12;
 	text-decoration: none;
 }