body {
	background-color: rgb(255,255,255);
	background-image: url('gfx/bg.png');
	background-position: top center;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
  line-height: 1.4em;
}

#column_left {
  width: 420px;
}

#column_right {
  width: 560px;
}

a {
	color: rgb(0,0,0);
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: rgb(162,32,30);
	font-size: 12px;
	text-decoration: underline;
}

.message {
	font-size: 13px;
	color: rgb(237,27,36);
	text-decoration: none;
	text-align: center;		
}

a.message {
	font-weight: bold;
	font-size: 13px;
	color: rgb(243,0,64);
	text-decoration: none;
	text-align: center;		
}

.bt-0 {
	background-color: #FFFFFF;
}

.bt-1 {
	background-color: rgb(229,229,229);
}

.bt-2 {
	background-color: rgb(204,204,204);
}

.date {
  color: rgb(10,80,130);
  font-size: 9px;
}

.error {
  color: #f00;
}

.login_input {
  width: 200px;
  border: 1px solid #ccc;
}

#footer {
  margin: auto;
  width: 980px;
  border-top: 1px solid rgb(235,235,235);
  font-size: 11px;
  color: #696969;
  padding-top: 3px;
}

a.footer2, a.footer2:hover, .footer2 {
  font-size: 9px;
  color: #696969;
}

a.black, a.black:hover, .black {\
  color: #000;
}

a.link_upper, a.link_upper:hover {
  text-transform: uppercase;
  padding-right: 15px;
  font-size: 11px;
  color: #000;
}

input.input_button {
  background: transparent;
  background-image: url('gfx/button_bg.png');
  border: 0px;
  width: 129px;
  height: 36px;
  color: #fff;
  font-family: Tahoma;
  font-size: 11px;
  text-align: center;
  padding: 2px 0px 0px 17px;
}

#box_1 {
  background-image: url('gfx/box_bg.jpg');
  background-position: center;
}

#box_2 {
  background-color: rgba(255,255,255,0.6);
  text-align: justify;
  padding: 5px;
  min-height: 330px;
  /*filter: alpha (opacity=80);
  opacity: 0.5;
	-moz-opacity: 0.5;*/
}

#box_3 {
	padding: 20px;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

table.TableClass {
  border: 0px;
}

td.TableClass1 {
  height: 25px;
  padding-top: 3px;
  background-color: #e5e5e5;
}

td.TableClass2 {
  height: 25px;
  padding-top: 3px;
  background-color: #ccc;
}

td.TableClass1_empty {
  background-color: #e5e5e5;
}

td.TableClass2_empty {
  background-color: #ccc;
}

tr.TableClassHd {
  color: rgb(10,80,130);
  font-size: 11px;
  font-weight: bold;
}

.headerLinks, a.headerLinks, a.headerLinks:hover {
  color: #696969;
  font-size: 11px;
}

.errorBG {
  background-color: rgb(255,51,51);
  color: #fff;
}

select.select_sort {
  width: 150px;
  font-size: 9px;
  border: 1px solid #000;
}

input.file {
  font-size: 10px;
  border: 1px solid #666;
}

table.last_log {
  background-color: rgb(240,240,240);
  border: 1px solid rgb(208,208,208);
  width: 100%;
	font-family: Tahoma;
	color: #333333;
	font-size: 11px;
}

#log {
  font-size: 10px;
}

#log a, #log a:hover {
  font-size: 10px;
  color: rgb(117,4,4);
  font-weight: bold;
}


.file_input_textbox
{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.file_input_div
{
	position: relative; 
	width: 130px; 
	height: 37px; 
	overflow: hidden;
}

.file_input_hidden
{
	position: absolute; 
	right: 0px; 
	top: 0px; 
	font-size: 45px; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}

