/* ========================================================
  @ HTML Style 
======================================================== */
body{
	/*
	background-image: url(../../../WEB-PAGES/common/images/web/other/webBg.gif);
	background-repeat: repeat;
	background-position: top center;
	*/
	/**/
	background-color: #f0f6ff;
	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	height: 100%;
}

form{
	margin: 0px;
	padding: 0px;	
}

input,
select,
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
	border: 0px;	
}


/* ========================================================
  @ Common ATTRIBUTE
======================================================== */

.padding{
	padding: 10px 10px 0px 10px;
	_padding: 10px 9px 0px 9px;
}

.paddingH{
	padding: 0px 10px 0px 10px;
	_padding: 0px 9px 0px 9px;
}

.paddingV{
	padding: 10px 0px 10px 0px;
	_padding: 9x 0px 9px 0px;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}

.blank{
	overflow: hidden;
	height: 10px;
}

.dottedLine{
	border-top: 1px dotted #ccc;
	margin: 10px 0px 10px 0px;
	overflow: hidden;
	height: 0px;
}

.splitLine{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ddd;
	margin: 10px 0px 10px 0px;
	overflow: hidden;
	height: 0px;
}

.dottedLineV{
	border-right: 1px dotted #ccc;
	margin: 0px 5px 0px 5px;
	overflow: hidden;
	height: 10px;
}

.splitLineV{
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	margin: 0px 5px 0px 5px;
	overflow: hidden;
	height: 0px;
}


/* ========================================================
icon
======================================================== */
span.indicator{
	background-image: url(../../../WEB-PAGES/common/images/web/other/symbol/indicator.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

span.refresh{
	cursor: pointer;
	background-image: url(../../../WEB-PAGES/common/images/web/other/symbol/refresh.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

span.info{
	cursor: pointer;
	background-image: url(../../../WEB-PAGES/common/images/web/other/symbol/info.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

span.star{
	cursor: pointer;
	background-image: url(../../../WEB-PAGES/common/images/web/other/symbol/star.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

span.ok{
	background-image: url(../../../WEB-PAGES/common/images/web/other/symbol/ok.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

span.warning{
	background-image: url(../../../WEB-PAGES/common/images/web/other/symbol/warning.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

/* ========================================================
  @ Common Object Style
======================================================== */

div.emptyResult{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;	
	padding: 20px 0px 20px 0px;
	text-align: center;
	background: transparent;
	_height: 1%;
}

.loadingPanel{
	background-color: #f0f6ff;
	text-align: center;
	color: #666;
	padding: 20px 50px 20px 50px;
}


/* ========================================================
  @ Common Object Style
======================================================== */
a.buttonLink{
	display: inline-block;
	position: relative;
	text-decoration: none;
}

a.buttonLink span.buttonLeft{
	position: absolute;
	top: 0px;
	left: 0px;
	
	background-image: url(../../../WEB-PAGES/common/images/web/button/button.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	display: inline-block;
	height: 25px;
	width: 5px;
	overflow: hidden;
	cursor: pointer;
}

a.buttonLink span.buttonRight{
	position: absolute;
	top: 0px;
	right: 0px;	
	
	background-image: url(../../../WEB-PAGES/common/images/web/button/button.gif); 
	background-repeat: no-repeat;
	background-position: 0px -50px;
	
	display: inline-block;
	height: 25px;
	width: 5px;
	overflow: hidden;
	cursor: pointer;
}

a.buttonLink span.buttonContent{
	background-image: url(../../../WEB-PAGES/common/images/web/button/button.gif); 
	background-repeat: repeat-x;
	background-position: 0px -25px;
	
	display: inline-block;
	margin: 0px 5px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	cursor: pointer;
}