/* global */
body
{
	margin: 0px;
	text-align: center;
	background-image: url("../img/bg.gif");
	background-repeat: repeat-x;
	background-position: top center; 
	background-color: #ffffff;
	text-align: center;
	font-weight: normal; 
}

div, p, a, h1, h2, h3, span, ul, li, form, label, input, select, table, td
{
	margin:0px;
	padding:0px;
}

body, p, a, h1, h2, h3, li, label, input, option, td
{
	color: #fefdfd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

a
{
  text-decoration: underline;
  color: #b1c02f;
}

a:hover {text-decoration: underline;}

h1 { display: inline; font-weight: normal; font-size: 10px; }
h2 { display: inline; font-weight: normal; font-size: 10px; }
h3 { display: inline; font-weight: normal; font-size: 10px; }

#container {
  width: 850px;
	margin: 0px auto;
	text-align: left;
	color: #fefdfd;
}

.table-tab {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-collapse: collapse;
}

.th-tab {
  
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font: 12px Arial;
	background: url("../../fw_data/img/admin/bg2.gif");
	background-repeat:repeat-x;
	border: 1px solid #c3c3c3;
}


.td-tab {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #c3c3c3;
	height: 20px;
	color: black;
	background-color: white;
}

.td-tab-n {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #c3c3c3;
	background-color: #fbfee7;
	height: 20px;
	color: black;
}

.a-tab{
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: underline;
	line-height: 18px;
}

.a-tab-th{
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: underline;
	line-height: 18px;
}

.input-tab-yelow{
   background-color: red;
}

.cursRow {background: #aec623;}
.normRow {background: transparent;}
