/*	-------------------------------------------------------------
	OOCL Mobile CSS Document
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Base setup styles
	Filename:		forMobileEn.css
	Version:		2.0
	Updated:		3 Dec 2010
	Updated by:  	Betty Fu
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Preface - COLORS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Body background: #D1D1D1
	Main Text:  
	Instruction: #a3a3a3
	Common link: #0099cc hover:#e6001d
	Label Text: #a86264
	-------------------------------------------------------------
	Preface - Font
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Main Text: 10px Verdana, Helvetica, 'Nokia Sans', Sans-serif
	-------------------------------------------------------------	*/

/*-------------------- Layout ------------------*/
body, div, dl, dt, dd, ol,ul, h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
	display:inline;
	font-weight:normal;
}
img {
	border:0
}
table {
	border:0;
	border-collapse:collapse;
	border-spacing:0;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	line-height:99%;
	font-size:108%;
}
a, a:visited, a:hover, a:active {
	color:inherit;
	text-decoration: underline;
}
body {
	background-color:#D1D1D1;
	font-size:11px;
	-webkit-text-size-adjust:none;
	font-family: Verdana, Helvetica, 'Nokia Sans', Sans-serif;
	border-collapse:collapse;
}
hr {
	border-color: 1px solid #cccccc;
}
.left, .right{
	float:left;	
}
.header {
	background-color:#FFF;
	height:42px;
}
.header .left {
	width:49%;
}
.header .right {
	padding:.6em 3px .4em 0;
	width:49.9%;
}
.content {
	background-color:#f6f6f6;
	clear:both;
	line-height: 1.8em;
}
.footer {
	clear:both;
	background-color:#D1D1D1;
	border-top: 1px solid #cccccc;
	padding: 0.4em 3px 0.8em 3px;
	color: #000000;
}
.footer a, .footer a:visited, .footer a:active {
	color: #404040;
	text-decoration:none; 
}
.footer a:hover {
	color: #e6001d;
	text-decoration: underline; 
}
/*Section Boxes*/
.section .hd, .search .hd {
	padding: 0.2em 3px 0.2em 3px;
	font-weight: bold;
	color: #404040;
	background-color:#D1D1D1;
	border: 0px;
	height:26px;
	text-align:left;
}
.section .hd .left, .search .hd .left{
	width:79.9%;
}
.section .hd .right{
	width:20%;
}
.section .bd, .search .bd {
	padding: 0.4em 3px 0.8em 3px;
	border:0;
}
.section .bd {
	border-top: 1px solid #D1D1D1;
	background-color:#FFF;
}
/*Menu*/
.mainmenu {
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin:.6em 7px .6em 7px;
	-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	border-radius: .8em;
	color: #606060;
	border: solid 2px #D1D1D1;
	border-collapse:collapse;
	background: #fff;
	list-style-type:none;
}
.mainmenu li {
	padding: .9em 8px .7em 10px;
	border-top: solid 1px #D1D1D1;
	background: url(../images/bg_mainmenu.gif) no-repeat right scroll transparent;
	list-style-type:none;
}
.mainmenu li.top {
	border-top: 1px none;
}
.mainmenu li a, .mainmenu li a:hover, .mainmenu li a:visited, .mainmenu li a:active {
	color: #606060;
	text-decoration: none; 
	font-weight: bold;	
}
/*Data Table*/
TABLE.viewTable {
	border: 1px solid #bfbfbf;
	border-collapse:collapse;
  	background-color:#ffffff;
}
.viewTable TH{
  	background-color:#eaeaea;
  	color: #404040;
	padding: 0.3em 1px;
  	border:1px solid #bfbfbf;
}
.viewTable TD{
  	border:1px solid #bfbfbf;
	padding: 0.2em 1px;
}
.hideBox {
	display:none;
}
/*Others*/
.plusSign {
	font-size:16px;
	color:#666;
}
/*-------------------- Hyperlink ------------------*/
a, a:visited, a:active {
	color: #0099cc;
	text-decoration:underline; 
	font-weight:normal;
}
a:hover {
	color: #e6001d;
	text-decoration: underline; 
	font-weight:normal;
}
A.highlightLink, a.highlightLink:visited, a.highlightLink:active {
	COLOR: #ab4e50;
	TEXT-DECORATION:underline; 
	font-weight:normal;
}
A.highlightLink:hover {
	COLOR: #e6001d;
	TEXT-DECORATION: underline; 
	font-weight:normal;
}
a .arrow {
	color: #0099cc;
	font-size:9px;
	text-decoration: none; 
}
a:hover .arrow {
	color: #e6001d;
	text-decoration:none; 
}

/*-------------------- Text ------------------*/
.indicateSymbol {
	color: #e6001d;
	font-size: 120%;
	font-weight:bold;
}
.indicateLabel{
	color: #a86264;
	font-weight:bold;
}
.labelText {
	color: #a86264;
}
.textBlue {
	color: #5D89CE;
}
.highlightText {
	color:#ab4e50;
}
.noRecordBold {
	color: #333333;
	font-weight: bold;
}
.instruction {
	color: #a3a3a3;
	padding-bottom:0.6em;
}

/*-------------------- Form ------------------*/
form {
	margin:0px;
}
select {
	color: #000000;
	margin-top:0.1em;
	margin-bottom:0.1em;
}
input, textarea {
	color: #000000;
	overflow:auto;
	margin:0.2em 0 0.4em 0;
	border: 1px solid #00336b;
	padding:.6em 2px .4em 2px;
}
input {
	overflow:hidden;
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	padding: .5em 5px .5em 5px;
	margin:0 2px 0 2px;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-decoration: none!important;
	color: #606060!important;
	border: solid 1px #a9acb3;
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dde2ef));
	background: -moz-linear-gradient(top,  #fff,  #dde2ef);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dde2ef');
}

.button:hover {
	text-decoration: none;
	color:#606060;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c1c5ce));
	background: -moz-linear-gradient(top,  #fff,  #c1c5ce);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c1c5ce');
}
.button:active {
	position: relative;
	top: 1px;
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#dde2ef), to(#fff));
	background: -moz-linear-gradient(top,  #dde2ef,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde2ef', endColorstr='#ffffff');
}
.searchAgain, .menu, .language {
	padding: .2em 5px .2em 5px;
}
.language {
	font-size:120%;
	margin:0 0px 0 10px;
}
.searchAgain {
	margin: 0 0px 0 10px;
	display: inline;
	outline: none;
	padding: .2em 5px .8em 5px;
}
.menu{
	margin:0 30px 0 0px;
}

/*-------------------- For CO2 ------------------*/
.greenText {
	color: #008000;
}

/*New class added by Mark*/

.highlightBtn {
	display: inline-block;
	outline: none;
	text-align: center;
	padding: .5em 5px .5em 5px;
	margin:0 2px 0 2px;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-decoration: none!important;
	color: #606060!important;
	border: solid 1px #FDE482;
	background: #FFFFCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FFFFCC));
	background: -moz-linear-gradient(top,  #fff,  #FFFFCC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#FFFFCC');
}



.errorMsg{
	color:red;
}

.itemList li{
	padding:0.5em 0 0.5em 0;
}

.navLink{
	display:inline;
	margin:0.5em 20px 0.5em 0;
}

.elmInRight{
	margin:0;
}

.sectionTitle{
	color: #a86264;
	font-weight:bold;
	font-size:110%;
}

.groupTitle{
	color:#404040;
	font-weight:bold;
}
/**2012 Feb 29 for footer**/

.standLink a, .footer a:visited, .footer a:active {
 color: #0099cc;
 text-decoration:underline; 
}
.standLink a:hover {
 color: #e6001d;
 text-decoration: underline; 
}

/**2012 Apr 13 For Tab**/
.primaryArea { 
background-color: #FFFFFF; 
vertical-align: middle;
}
/*2012 Apr 13 For Tab*/
TD.hiddenTabCenter { 
background-color:#EEE; 
color: #404040; 
border-left:  1px solid #F3F3F3; 
border-right: 1px solid #F3F3F3; 
border-top:   1px solid #F3F3F3; 
border-bottom:1px solid #F3F3F3; 
font-weight: bold; }

TD.topTabCenter { background-color:#913C44; 
color: #FFF; 
border-left:  1px solid #B4959B; 
border-right: 1px solid #B4959B; 
border-top:   1px solid #B4959B; 
border-bottom:1px solid #B4959B; 
font-weight: bold; 
height: 27px;}.TabBorder {
border-left: 1px solid #C1C1C1; 
border-right: 1px solid #C1C1C1;
border-top: 1px solid #C1C1C1; 
border-bottom:1px solid #C1C1C1;
}A.tabLink { 
COLOR: #656565; TEXT-DECORATION:none;  
font-weight:bold;
}A.tabLink:hover { COLOR: #e6001d; 
TEXT-DECORATION: underline;  
font-weight:bold;}