@import url("search-result.css");
/* General HTML elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	background: #c5c5c5 url(../images/bg-body.gif) repeat-x top left;
	color: #363636;
}

p,form,blockquote {
	padding: 0;
	margin: 0;
}

/*
 * duy.thanh add: fix issue #3335
 */
/*h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 12px;
}*/

/* end */

/*
 * duy.thanh add: fix issue #2799
 */
ul,ol,dl {
	padding: 0 0 0 16px;
	margin: 0;
}
/* end */

img {
	border: none;
}

a {
	outline: none;
}

/* 
  * duy.thanh add : fix issue #2912
  */
a:link {
	color: #0071A9;
}
/* end */

a:link,a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

fieldset {
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}

fieldset legend {
	display: none;
}

input,select,textarea {
	font: "Trebuchet MS", Arial, Verdana, Tahoma, Helvetica,
		sans-serif;
}

/* for modern browser */
input[type="image"],input[type="submit"] {
	outline: none;
}

/* input[checkbox] & input[radio] */
input {
	vertical-align: baseline;
	margin: -1px -2px;
}

/* Firefox */
html> body input {
	margin: 0px;
}

.ADP_Wrapper {
	overflow: visible;
	min-height: 1%;
}

html>body .ADP_Wrapper {
	overflow: hidden;
}

/* end */

object,embed {
	outline: none;
}

#adp_main {
	width: 971px;
	margin: 0px auto;
}

.ADP_MainInner {
	padding-top: 12px;
}

/*HEADER*/
#adp_header {
	min-height: 73px;
	width: 971px;
	background: url(../images/bg-header.gif) no-repeat top left;
	margin-bottom: 2px;
}

#adp_header h1 {
	width: 116px;
	float: left;
	padding-top: 7px;
	padding-left: 15px;
	margin: 0px;
}

#adp_header .ADP_HeaderRight {
	float: right;
	width: 840px;
}

#adp_header .ADP_HeaderRight .ADP_Block01 {
	float: left;
	min-height: 41px;
	width: 634px;
	margin-right: 15px;
	display: inline;
}

#adp_header .ADP_HeaderRight .ADP_Block02 {
	float: left;
	min-height: 41px;
	width: 180px;
}

#adp_header .ADP_HeaderRight .ADP_Block03 {
	float: left;
	min-height: 42px;
	width: 528px;
	display: inline;
}

/* 
 * duy.thanh add : fix issue #1984, #1985, change request #2398
*/
#adp_header .ADP_HeaderRight .ADP_Header_Block {
	float: left;
	min-height: 42px;
	width: 92px; 
	display: inline;
}
/* end */

/* 
 * duy.thanh add : fix issue #3048
*/
#adp_header .ADP_HeaderRight .ADP_Header_Block .Section6 {
	color:#252525;
	display:block;
	font-family:tahoma,arial;
	font-size:11px;
	font-weight:bold;
	letter-spacing:0.7px;
	padding: 8px 12px 0 8px;
	text-transform:uppercase;
	background:url("../images/mainnav-separator.gif") no-repeat scroll right 3px transparent;
	float:left;
}

#adp_header .ADP_HeaderRight .ADP_Header_Block .Section6 a:link, 
#adp_header .ADP_HeaderRight .ADP_Header_Block .Section6 a:visited {
	text-decoration: none;
	color: #252525;
	height: 24px;
	float: left;
}

#adp_header .ADP_HeaderRight .ADP_Header_Block .Section6.Active a,
#adp_header .ADP_HeaderRight .ADP_Header_Block .Section6 a:hover {
	background: url(../images/mnavitem-red.png) center bottom no-repeat;
}
/* end */

#adp_header .ADP_HeaderRight .ADP_Block04 {
	float: left;
	min-height: 42px;
	width: 177px; -
	-background-color: #ffe8bb;
}

#adp_header .ADP_HeaderRight .ADP_Block05 {
	float: left;
	width: 32px;
	min-height: 32px;
	margin-right: 10px;
	display: inline;
}

#adp_header .ADP_HeaderRight .ADP_Block05  img {
	margin-top: -7px;
}

/*CONTENT*/
#adp_content {
	background: #fff url(../images/bg-top-bd.gif) no-repeat top left;
	padding-top: 10px;
}

#adp_content .ADP_Inner {
	background: url(../images/bg-bottom-bd.gif) no-repeat bottom left;
	width: 971px;
}

/* 
 * duy.thanh add : fix issue #1974
*/
#adp_content .ADP_Inner p {
	padding-bottom: 5px;
}
/* end */

/*FOOTER*/
#adp_footer {
	padding-top: 6px;
}

.ADP_Style04 {
	margin: 0px 10px 6px 10px;
}

.ADP_Con01 {
	width: 951px;
	-background-color: #e6edf9;
	min-height: 26px;
}

.ADP_Column_Separate  {
	background: url(../images/row-separator.gif) repeat-y scroll right top transparent;
	padding: 0px 12px 0px 0px;
}

/*
	fix JIRA-180
*/
html > body .ADP_Wrapper div.t-error li {
	margin-left: 0;
}
