@charset "windows-874";
 body {
	background-color: #FFF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
}

tr ,td,th{
	font-size:12px;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#F00;
	text-decoration:underline;
}

a:visited{
	color:#000;
	text-decoration:none;
}

#mainTable{
	width:991px;
}
#Header{
	width:991px;
	height:80px;
	background:url(../images/head.jpg);
	background-repeat:no-repeat;
}
.Menu{
	width:991px;
	background:url(../images/bg_menu.jpg);
	background-repeat:repeat-x;
	border: 1px solid #999;
}
.settable{
	margin-top:5px;
	width:100%;
}
.BG_bar{
	background:url(../images/bg_bar.gif);
	background-repeat:repeat-x;
	height:24px;
	border:#CCC solid 1px;
	border-bottom:none;
}
.detail{
	background-color:#FFF;
	vertical-align:top;
	height:120px;
	border:#CCC solid 1px;
	border-top:none;
	font-size:12px;
}
.barRed{
	background:url(../images/bg_red.gif);
	background-repeat:repeat-x;
	height:24px;
	border:#CCC solid 1px;
	border-bottom:none;
}
.detailRed{
	background-color:#FFF;
	vertical-align:top;
	height:50px;
	border:#CCC solid 1px;
	border-top:none;
}
.detailSU{
	background-color:#FFF;
	vertical-align:top;
	height:50px;
	border:#CCC solid 1px;
	border-right:none
}
#Footer {
	width:100%;
	color:#000;
	font-size:1em;
	border:#999 solid 1px;
	border-top:none;
} 

#logoFooter{
	padding: 10px;
}

#txtFooter{
	width:100%;
}

#txtFooter tr td{
	font-size:10px;
	color:#666;
}


.borderLeft{
	border-left:#999 solid 1px;
}

#visitor{
	padding:10px;
}

.uiLabel{
	font-size:0.9em;
	color:#F00;
	font-weight:bold;
}

.ui{
	font-size:0.9em;
	color:#F00;
} 
.bgBarBsLogin{
	background:url(../images/bg_bar_red_b.gif);
	background-repeat:repeat-x;
	height:50px;
}

#topSearch{
	padding-top:5px;
	padding-right:20px;
}

#topMenu{
	padding-top:5px;
	padding-right:50px;
}

.tableRight{
	margin-top:5px;
	margin-left:5px;
	width:97%;

}


.title{
	font-weight:bold;
	font-size:11px;
}

.titleTable{
	background-color:#C33;
	color:#FFF;
}

.fontBlue {
	color:#00C;
}

.subtitle{
	font-size:11px;
	padding-top:5px;
}

.highlightResult{
	color:#F00;
	font-weight:bold;
}
a.button, .button {
	margin:3px;
	padding-left:3px;
	display:block;
	line-height:25px;
	text-decoration:none;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:11px;
	font-weight:bold;
	box-shadow:2px 2px 2px #CACACA;
	text-align:left;
	cursor:pointer;
}
.btnAddSupplier {
	background:#DCEAA3;
	border:1px solid #B9C979;
	color:#666;
	width:140px;
}
.btnAddSupplier:hover{
	background-color:#B9C979;
}
.btnAddProduct {
	background:#F7D5B3;
	border:1px solid #EDA55C;
	color:#666;
	width:140px;
}
.btnAddProduct:hover {
	background-color:#EDA55C;
	color:#666;
}
.btnAddProject {
	background:#CAE4FF;
	border:1px solid #91C8FF;
	color:#666;
	width:140px;
}
.btnAddProject:hover {
	background-color:#91C8FF;
	color:#666;
}
.btnMakeRfi {
	background:#FFFFD2;
	border:1px solid #FFFF80;
	color:#666;
	width:140px;
}
.btnMakeRfi:hover {
	background-color:#FFFF80;
	color:#666;
}