@charset "utf-8";
body
{
background-color:#e5a043;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:15px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
}
a:link
{
text-decoration:none;
}
a:hover
{
text-decoration:none;
}
a:visited
{
text-decoration:none;
}

.project a {
font-family:Arial;
font-size:11px;
font-weight:normal;
line-height:20px;
text-decoration:none;
color:#FFFFFF;
}

.project a:hover {
font-family:Arial;
font-size:11px;
font-weight:normal;
line-height:20px;
text-decoration:none;
color:#FFFFFF;
}

.project-visited {
font-family:Arial;
font-size:11px;
font-weight:normal;
line-height:20px;
text-decoration:none;
color:#FFFFFF;
background:#047340;
}

.project-visited:hover {
font-family:Arial;
font-size:11px;
font-weight:normal;
line-height:20px;
text-decoration:none;
color:#FFFFFF;
background:#047340;
}

.project {
font-family:Arial;
font-size:11px;
font-weight:normal;
line-height:20px;
text-decoration:none;
color:#003300;
background:url(images/bgmenutop.jpg)
}

.project:hover {
font-family:Arial;
font-size:11px;
font-weight:normal;
line-height:20px;
text-decoration:none;
color:#FF6600;
background:#047340;
}

.projectMB {
font-family:Arial;
font-size:12px;
font-weight:bold;
line-height:20px;
text-decoration:none;
color:#003300;
}

.projectMB:hover {
font-family:Arial;
font-size:12px;
font-weight:bold;
line-height:20px;
text-decoration:none;
color:#FF6600;
}

.text-menu
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}
.text-menu1
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}
.text-menu-over
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF0000;
font-weight:bold;
text-decoration:underline;
}
.text-menu a {
	color: #ffffff;
	text-decoration: none;
}
.text-menu a:hover {
	color: #ff0000;
	text-decoration:underline;
}
.text-top
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#125f3f;
line-height:15px;
}
.text-top2
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0f9147;
line-height:15px;
}
.text-top1
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#125f3f;
line-height:15px;
text-transform:uppercase;
}
.text-bottom
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}
.text-bottom-over
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF0000;
line-height:15px;
}
.text-right
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
line-height:15px;
padding-left:10px;
padding-right:5px;
}
.text-title
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#e5a043;
font-weight:bold;
line-height:15px;
padding-left:5px;
padding-right:5px;
}
.text-tieude-right
{
font-family:Arial;
font-size:15px;
font-weight:bold;
color:#125f3f;
line-height:20px;
text-transform:uppercase;
}
.text-tieude-left
{
font-family:Arial;
font-size:12px;
color:#000000;
font-weight:bold;
line-height:16px;
}
.text-tieude-left1
{
font-family:Arial;
font-size:12px;
color:#000000;
font-weight:bold;
line-height:16px;
text-transform:uppercase;
padding-left:5px;
}
.text-tieude-over
{
font-family:Arial;
font-size:12px;
color:#FF0000;
font-weight:bold;
line-height:16px;
}
.text-tuan
{
font-family:Arial;
font-size:16px;
color:#92131a;
font-weight:bold;
line-height:16px;
}
.text-main
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:17px;
padding-left:10px;
padding-right:5px;
}
.text-main1
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:15px;
}
.text-main-bold
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-weight:bold;
}
.text-button
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
line-height:25px;
font-weight:bold;
background-color:#066136;
border:none;
height:25px;
}
.button_search
{
background-image:url(images/iconsearch.jpg);
width:31px;
height:30px;
border:none;
}

.img-thumbnail{
position: relative;
z-index: 0;
}

.img-thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.img-thumbnail span{
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px solid #000;
visibility: hidden;
color: black;
text-decoration: none;
}

.img-thumbnail span img{
border-width: 0;
padding: 2px;
}

.img-thumbnail:hover span{
visibility: visible;
top: -100px;
left:100px;
