.table1 {background-color: silver;}
.table2 {background-color: white;}
.table3 {background-color: #F5F5F5;}
.table4 {border-bottom: 1px solid #EEEEEE;}

.font1 {font-family: Tahoma;}

.input1 {
color: red;
font-family: Arial;
font-size: 13px;
}

.link1 {
 text-decoration: none;
  text-align: center;
  font-family: Tahoma;
  font-size: 13px;
  color:   black;
}

.link2 {
 text-decoration: none;
  font-family: Tahoma;
  font-size: 11px;
  color: red;
}

.link2:hover {
 text-decoration: underline;
}

.link3 {
 text-decoration: none;
  font-family: Tahoma;
  font-size: 11px;
  color: #236B8E;
}

.link3:hover {
 text-decoration: underline;
}

.link4 {
text-decoration: none;
  font-family: Verdana;
  font-size: 13px;
  color: black;
}

.link4:hover {
color:red;
}  

.link5 {
 text-decoration: none;
  font-family: Tahoma;
  font-size: 12px;
  color: red;
}

.link5:hover {
 text-decoration: underline;
}

.link6 {
 text-decoration: none;
  font-family: Tahoma;
  font-size: 12px;
  color: #236B8E;
}

.link6:hover {
 text-decoration: underline;
}

.link7 {
color: white;
text-decoration: none;
}

.link7:hover {
color: white;
text-decoration: none;
}

div.sample_attach
{
  display: block;
  width:   100%;

  border:  none;
  padding: 2px 5px;

  background: none;

  text-decoration: none;
  text-align: center;
  font-family: Tahoma;
  font-size: 13px;
  color:   black;
}

div.sample_attach:hover {
color: red;
}

a.sample_attach, a.sample_attach:visited
{
  display: block;
  width:   120px;
  
  border: 1px solid black;
  padding: 2px 5px;

  background: white;

  text-decoration: none;
  text-align: center;
  font-family: Verdana, Sans-Sherif;
  font-size: 12px;
  color: black;
}

a.sample_attach:hover
 {
color: red;
}
div.sample_attach:hover {
text-decoration: none;
}

a.sample_attach, a.sample_attach:visited { border-bottom: none; }
div#sample_attach_menu_child2 {border-bottom: 1px solid black;}
div#sample_attach_menu_child3 {border-bottom: 1px solid black;}
div#sample_attach_menu_child6 {border-bottom: 1px solid black;}
div#sample_attach_menu_child7 {border-bottom: 1px solid black;}
div#sample_attach_menu_child8 {border-bottom: 1px solid black;}
div#sample_attach_menu_child9 {border-bottom: 1px solid black;}

.pagination {
	padding: 1px;
	margin: 1px;
	text-align:center;
}

.pagination a {
	padding: 1px 1px 1px 1px;
	margin: 2px;
	border: 1px solid #EEE;
	text-decoration: none; /* no underline */
	color: #036CB4;
}

.pagination a:hover,
.pagination a:active {
	border: 1px solid #999;
	color: #666;
}
.pagination .current {
	padding: 1px 1px 1px 1px;
	margin: 2px;
	border: 1px solid #036CB4;
	background-color: #036CB4;
	color: #FFF;
}
.pagination .disabled {
	padding: 1px 1px 1px 1px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
