/*
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-20
*/
@import url( 'sIFR-screen.css' );
@import url( 'header.css' );
@import url( 'sidenav.css' );
@import url( 'contents.css' );
@import url( 'onTopBox.css' );
@import url( 'footer.css' );
@import url( 'forms.css' );
@import url( 'membership.css' );
@import url( 'ajaxEdit.css' );

html, body {
	color: #363638;
	background: #FFFFFF url('') no-repeat scroll 0% 0%;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
body#home {
	font-size: 11px;
}

a {
	color: #0066CC;
	text-decoration: none;
}
* html a {
}
a:hover {
	background-color: #EBF1C8;
	text-decoration: none;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
	/*
	vertical-align: middle;
	*/
}

#page {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.contents {
	margin-left: 188px;
}

ul li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	background: transparent url('../img/page/common/ico_list_square_bec.gif') no-repeat scroll 0px 0.5em;
}
ol li {
	margin: 0 0 0 3em;
	padding: 0;
	list-style-type: decimal;
}
ul.square li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	background: transparent url('../img/page/common/ico_list_square_bec.gif') no-repeat scroll 0px 0.5em;
}
ol.number li {
	margin: 0 0 0 3em;
	padding: 0;
	list-style-type: decimal;
}
li.nobullet {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: none;
}


/* *** 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;
}
em {
	font-style: italic;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.bordertop {
	border-top: 1px solid;
}
.borderbottom {
	border-bottom: 1px solid;
}
.borderleft {
	border-left: 1px solid;
}
.borderright {
	border-right: 1px solid;
}
.border {
	border: 1px solid;
}
.border .padding {
	padding: 5px;
}

.redout {
	color: #FF0000;
}
.grayout {
	color: #CCCCCC;
}
.gray2out {
	color: #666666;
}
.gray3out {
	color: #999999;
}
.gray4out {

	font-size: 10px;
	color: #010101;
}


.hide {
	display: none;
}
.show {
	display: block;
}

.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}

.indent {
	margin-left: 15px;
}


/* *** Special Effects *** */
.imgBorder {
	float:left;
	border: 1px solid #90B000;
	border-bottom: 6px solid #90B000;
}
.imgBorder img {
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
}

.imgshadow1 {
	float:left;
	background: url("../img/page/shadow/shadowAlpha.png") no-repeat bottom right !important;
	background: url("../img/page/shadow/shadow.gif") no-repeat bottom right;
	margin: 5px 0 5px 10px !important;
	margin: 5px 5px 5px 8px;
}
.imgshadow1 img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px !important;
	padding: 4px;
}
* html .imgshadow1 img {
	border: 3px solid #F6F6F6;
}
.imgshadow2 {
	float:left;
	background: url("../img/page/shadow/shadowAlpha2.png") no-repeat bottom left !important;
	background: url("../img/page/shadow/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 !important;
	padding: 4px;
}
* html .imgshadow2 img {
	border: 3px solid #F6F6F6;
}



/* ********** 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;
}
