html { height: 100%; }

body {
	font-family: Verdana; 
	font-size: 11px;
	font-weight: normal;  
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: auto; 
    margin-bottom: auto;  
	background-color : #fff;
	min-height: 100%; 
	height: 100%;
}

td, div {
	font-family: Verdana; 
	font-size: 11px;
}

a:active, a:link, a:visited {
	text-decoration: none; 
	color:#0000FF;
}
a:hover {
  	text-decoration: underline;  
	color:#000000;
}

img { border: 0; }

.button_s {
  font-family      : Verdana;
  font-style       : normal;
  font-size        : 11px;
  color            : #000000;
  background       : #99CCFF;
  border           : 1px ridge #006699;
  padding-top      : 2px;
  padding-bottom   : 2px;
  cursor		   : hand;
}

.warning {
	color:#E5342B;
	background-color:#FCF2FA;
	border: 1px solid #E5342B;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
.good {
	color:#528925;
	background-color:#CAE6B3;
	border: 1px solid #528925;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.std {
	color:#254394;
	background-color:#E6F0FF;
	border: 1px solid #254394;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}


.warning {
	color:#E5342B;
	background-color:#FCF2FA;
	border: 1px solid #E5342B;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
.good {
	color:#528925;
	background-color:#CAE6B3;
	border: 1px solid #528925;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.std {
	color:#254394;
	background-color:#E6F0FF;
	border: 1px solid #254394;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.form_field {
	background-color: #D3E2F7;
}
.form_field2 {
	background-color: #FFCCFF;
}


/* BUTTONS */
.buttons a, .buttons button{
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* PAGINATION */
div.pagination {
	padding: 3px 0 3px 0;
	margin: 0;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
/* PAGINATION */
.fieldset {
	border: 1px solid #cccccc;
	padding: 5px;
}

ul.prod_folder{
	padding-left: 10px;
	margin:0;
	list-style-image: url(images/folder.png);
}
ul.prod{
	padding-left: 10px;
	margin:0;
	list-style-image: url(images/article_text.png);
}
li.prod, li.prod_folder {
	padding: 0;
	margin:0;
	line-height: 140%;
	/* list-style-type:none; */
}

.jin_crud_table {
	width: 100%;
	/* border: 1px solid #c2e1ef; */
	margin: 0px;
	padding: 0px;
}
.jin_crud_th {
	background-color:#dff4ff;
	border-bottom: 1px solid #c2e1ef;
	border-right: 1px solid #ccc;
	text-align: left;
	padding-left: 2px;
	font-size: 11px;
}
.jin_crud_td {
	border-bottom: 1px solid #ccc;
	padding-left: 2px;
}

.small {
	font-size: 9px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.number {
	text-align: right;
	white-space: nowrap;
	width: 30px;
	padding-right: 5px;
}

/* ROUND BY JIN */
.ba1h, .ba2h, .ba3h, .ba4h, .ba2bh, .ba3bh, .ba4bh{font-size:1px; overflow:hidden; display:block;}
.ba1h {height:1px; background:#000099; margin:0 5px;}
.ba2h, .ba2bh {height:1px; background:#000099; border-right:2px solid #000099; border-left:2px solid #000099; margin:0 3px;}
.ba3h, .ba3bh {height:1px; background:#000099; border-right:1px solid #000099; border-left:1px solid #000099; margin:0 2px;}
.ba4h, .ba4bh {height:2px; background:#000099; border-right:1px solid #000099; border-left:1px solid #000099; margin:0 1px;}
.ba2bh, .ba3bh, .ba4bh {background: #fff;}
.headha {background: #000099; border-right:1px solid #000099; border-left:1px solid #000099;}
.headha h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px; font-weight: normal; font-size: 12px; color: white}
.contentha {background: #fff; border-right:1px solid #000099; border-left:1px solid #000099;}
.content_inha {padding-top: 2px; padding-right: 5px; padding-left: 5px;}
/* END - ROUND BY JIN */

h2 {
	margin: 0;
	padding: 0;
}

.inputboxsearch_detail {
	width: 145px;
	line-height: 25px;
	height: 25px;
	margin: 0 0 0 0;
	padding: 0;
	border: 1px solid #ddd;
	background:#fff url(images/magnifier.png) no-repeat left center;
	padding-left:20px;
	font-size:15px;
}

.inputboxsearch_home {
	width: 200px;
	line-height: 25px;
	height: 25px;
	margin: 0 0 0 0;
	padding: 0;
	border: 1px solid #ddd;
	background:#fff url(images/magnifier.png) no-repeat left center;
	padding-left:20px;
	font-size:15px;
}