/*
J  a  v  a  c  a  t  z

Description: common.css

Tel: (852)29877951
Fax: (852)29879294
Email: office@javacatz.com
Website: www.javacatz.com

Created: 2006-11-01
*/
@import url( sidenav.css );
@import url( header.css );
@import url( contents.css );
@import url( slideContainer.css );
@import url( onTopBox.css );
@import url( footer.css );

html, body {
	color: #3A3A37;
	background: #FFFFFF url('../img/bg_header_red.gif') repeat-x scroll 0% 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.big5 {
	font-size: 13px;
	layout-grid-type: loose;
	text-justify: inter-ideograph;
}

a {
	color: #44484B;
	text-decoration: none;
}
* html a {
	position: relative;
}
a:hover {
	color: #ED1C24;
	text-decoreation: none;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
}

#page {
	width: 955px;
	margin: 0 auto;
	text-align: left;
}

.contents {
	margin-left: 251px;
}

.areaPadding {
	padding-top: 6px;
}

.headerSeparator {
	height: 12px;
}

ul.nosymbol li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type:none;
}


ul.lower li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type:lower-alpha
}


ul.square li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: square;
	list-style-image: url('../img/ico_list_square.gif');
}
ul.square_red li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: square;
	list-style-image: url('../img/ico_list_square_red.gif');
}
ol.number li {
	margin: 0 0 0 3em;
	padding: 0;
	list-style-type: decimal;
}


/* *** Commonly used CSS *** */
.clearer {	/* span the whole bottom width */
	clear: both;
	display: block;
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
}

.float_left {
	float: left;
	clear: none;
}
.float_right {
	float: right;
	clear: none;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_justify {
	text-align: justify;
}

strong {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.bottomline {
	border-bottom: 1px solid;
}
.redout {
	color: #C30000;
}
.grayout {
	color: #44484B;
}
.gray2out {
	color: #666666;
}

.hide {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

blockquote {
	margin: 0 10px 0 30px;
}

table.fix { table-layout: fixed; }
table.normal th {
	background-color: #ddd;
	font-weight: bold;
}
table.normal td {
	background-color: #fff;
}
table.normal th,
table.normal td {
	padding: 2px 5px !important;
}
table.border {
	border-collapse: collapse;
}
table.border th,
table.border td {
	text-align: left;
	border: 1px solid #ccc;
}
table.tableAltRow {
}
table tr.tr_odd th {
	padding: 2px 5px !important;
}
table tr.tr_odd td {
	background-color: #e6e6e6;
	padding: 2px 5px !important;
}
table tr.tr_even td {
	background-color: #fff;
	padding: 2px 5px !important;
}
table.center th,
table.center td {
	text-align: center;
}



/* *** Special Effects *** */
.finrep_cover a {
	display: block;
	position: relative;
	clear: both;
}
.imgshadow1 {
	display: block;
	float: left;
	position: relative;
	background: url("../img/shadowAlpha.png") no-repeat bottom right !important;
	background: url("../img/shadow.gif") no-repeat bottom right;
	margin: 6px auto auto 6px;
	padding: 0 6px 6px 0;
}
.imgshadow1 a,
.imgshadow1 .inner {
	display: block;
	float: left;
	position: relative;
	background-color: #fff;
	padding: 4px;
	margin: -6px auto auto -6px;
	border: 1px solid #a9a9a9;
}
.imgshadow1 img {
	display: block;
}
.imgshadow2 {
	float:left;
	background: url("../img/shadowAlpha2.png") no-repeat bottom left !important;
	background: url("../img/shadow2.gif") no-repeat bottom left;
	margin: 5px 10px 5px 5px !important;
	margin: 5px 5px 5px 5px;
}
.imgshadow2 img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px -6px 6px 6px;
	padding: 4px;
}
* html .imgshadow2 img {
	border: 1px solid #FFFFFF;
}

/* ********** Grey box********** */
.inGreyBox{
	background:#f0f0f0;
	border:1px solid #B5B5B5;
	padding:5px 5px 5px 5px
}


/* ********** Test Borders ********** */

.test1 {
	border: 1px solid #0000ff;
}
.test2 {
	border: 1px dashed #00ff00;
}
.test3 {
	border: 1px dotted #0000ff;
}
.test4 {
	border: 1px dashed #ff0000;
}
.test5 {
	border: 1px dotted #ff0000;
}
