body
{
	margin: 0;
	margin-top: 10px;
	padding : 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	text-align: center;
	height: 100%;
	min-height: 100%;
}

a
{
	color: #009;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
	color: #009;
}

a:active 
{
	color: #00f;
}

h1 
{
	font-size: 1.8em;
}

h2 
{
	font-size: 1.5em;
}


h4 
{
	font-size: 0.9em;
	margin-top: 2px;
	margin-bottom: 2px;
}

h5
{
	font-size: 0.85em;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: solid 1px #ccc;
}

select, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

td
{
	font-size: 0.7em;
}

p
{
	font-size: 1em;
}

fieldset
{
	-moz-border-radius: 7pt;
	width: 90%;
}

#moduletools
{
	overflow: auto;
}

#container
{
	margin: 0 auto;
	width: 900px;
	text-align: left;
	position: relative;
    min-height: 100%;
	height: 100%;
}

#header
{
	margin: 0 auto;
	height: auto;
	width: 900px;
	background-color: #000;
}

#levelonemenu
{
	background: url(../Images/BTPHomePage/topmenu.jpg);
	width: 900px;
	height: 46px;
	clear: both;
}

#leveltwomenu
{
	background: url(../Images/BTPHomePage/botmenu.jpg);
	width: 100%;
	height: 46px;
	clear: both;
}

#footer
{
	background-color: #fff;
	height: 30px;
	width: 100%;
	clear: both;
}

#bbs
{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	text-align: right;
	clear: both;
}

#footerimages
{
	width: 100%;
	text-align: center;
}

#footerimages img a
{
	border: 0px;
}

#logobanner
{
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../Images/BTPHomePage/header_bg.jpg);
}

#logobannermice
{
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fdebf2;
}

#logobannereca
{
	margin: 0;
	padding: 0;
	width: 100%;
	background: #000000;
}

#logobannernz
{
	margin: 0;
	padding: 0;
	width: 900px;
	background: #000000;
	overflow: auto;
}

#logobannermiceasia
{
	margin: 0;
	padding: 0;
	width: 100%;
	background: #f37e91;
}

#logoarea
{
	padding: 0;
	margin: 0;
	float: left;
	width: 580px;
}

#options {
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	width: 90%;
	clear: both;
}

#options ul {
	margin: 0px;
}

#options li {
	padding-left: 1em;
	padding-right: 5px;
	display: inline;
	color: #000;
	font-size: 0.9em;
}

#options li a
{
	color: #000;
}


#login
{
	margin: 0;
	float: right;
	width: 300px;
	color: #fff;
	font-size: 0.9em;
}

#login a
{
	color: #fff;
}

#login td
{
	color: #fff;
}

/* MODULE
--------------------------------------------------------- */
div.module h3 {
	margin: 0 0 5px;
	font-size: 1.5em;
	color: #3F89C3;
}

div.module {
	margin-bottom: 8px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/btphomepage/box-br.gif) no-repeat bottom right;
}

div.module div {
	padding: 0;
	background: url(../images/btphomepage/box-bl.gif) no-repeat bottom left;
	width: 100%;
}

div.module div div {
	padding: 0;
	background: url(../images/btphomepage/box-tr.gif) no-repeat top right;
	width: 100%;
}

div.module div div div {
	padding: 9px 15px 15px;
	background: url(../images/btphomepage/box-tl.gif) no-repeat top left;
	width: 100%;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

div.module div div div div.section {
	width: 98%;
}

div.module div div div div.section h3 {
	color: #3A398C;
	border-bottom: 2px solid #ddd;
	width: 93%;
}

#title
{
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}

#subtitle
{
	color: #fff;
}


/* top menu
--------------------------------------------------------- */
#mainmenuarea
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 900px;
}

#mainmenu
{
	font-size: 1em;
	font-weight: normal;
	width: 900px;
	height: auto
	clear: both;
	position: relative;
	top: 10px;
}

#mainmenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainmenu li
{
	float: left;
	width: 180px;
	margin: 0px;
}

#mainmenu li a
{
	width: 180px;
	padding-left: 35px;
	color: #000;
	text-transform: uppercase;
}

#mainmenu a.selected
{
	color: #3A398C;
}

/* custom menu
--------------------------------------------------------- */
#custommenuarea
{
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
	width: 900px;
}

#custommenuarea ul {
	font-size: 1em;
	font-weight: normal;
	height: auto
	top: 10px;
	color: #000;
}

#custommenuarea ul li
{
	padding-left: 5px;
	width: 175px;
	text-transform: uppercase;
}

#custommenuarea ul li a
{
	margin-top: 3px;
	padding-left: 25px;
	color: #000;
}

#custommenuarea ul ul li
{
	color: #fff;
}

#custommenuarea ul ul li a
{
	color: #fff;
}

#custommenu
{
	width: 900px;
}

#custommenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#custommenu li
{
	float: left;
	margin: 7px;
}

#custommenu li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 160px;
	display: block;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

#custommenu a.selected
{
	color: #3A398C;
}

/* FOOTER MENU
--------------------------------------------------------- */
#footernav
{
	width: 100%;
	text-align: center;
	margin: 10px;
	padding: 0px;
}

#footernav ul
{
	list-style: none;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	width: 100%;
	top: 0px;
	left: 0px;
}


#footernav li
{
	margin: 0px;
	padding: 0px;
	display: inline;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	width: 100px;
}

#footernav li a
{
	padding: 20px;
}

#footernav #mainmenu
{
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: 100%;
	top: 0px;
	left: 0px;
}


#footernav #mainmenu li
{
	margin: 0px;
	padding: 0px;
	display: inline;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	width: 100px;
}

#footernav #mainmenu a
{
	margin: 0px;
	color: #000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}


.selected
{
	color: #3A398C;
}

.error
{
	color: #c00;
	padding: 0 0 0 20px;
	background-image: url(../Images/error.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.pager
{
	font-size: 120%;
}

.pager a
{
	margin-left: 5px;
	margin-right: 5px;
}

.searchresults
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

.searchresults .sub
{
	font-size: 90%;
	color: #090;
}

.searchresults li
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.submenu
{
	list-style-type: none;
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	width: 100%;
	clear: both;
}

.submenu li
{
	margin-top: 7px;
	display: inline;
	width: 20%;
	text-align: center;
}

.submenulink
{
	font-size: 1em;
	color: #000;
}

#topadverts
{
	margin-top: 5px;
	width: 900px;
	clear: both;
}

#topadverts .leftad
{
	width: 300px;
	text-align: left;
	float: left;
}

#topadverts .centread
{
	width: 300px;
	text-align: center;
	float: left;
}

#topadverts .rightad
{
	width: 300px;
	text-align: right;
	float: right;
}

#content
{
	margin-top: 5px;
	padding:0;
	clear: both;
}

#main
{
	float: left;
	width: 695px;
}

#side1
{
	float: right;
	width: 195px;
	font-family: Arial, Helvetica;
	font-size: 0.85em;
}

#side1men
{
	display: block;
	text-indent: 5px;
	color: #fff;
	width: 150px;
	border-bottom: 1px solid #eee;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #62c1e8;
}

#side1men ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#side1men li
{
	border-top: 1px solid #eee;
}

#userarea
{
	margin: 3px;
}

.section h3:first-line
{
	color: #3A398C;
}

.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlelist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.articlelist li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-top: 13px;
	background-image: url(../Images/article.gif);
	background-repeat: no-repeat;
}

.articlesub
{
	color: #666;
	font-size: 0.8em;
	border-top: dashed 1px #ccc;
}

.articlecontent
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-top: 13px;
	background-image: url(../Images/article.gif);
	background-repeat: no-repeat;
}

.articlecontent p
{
	font-size: 1em;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: solid 1px #eee;
}

.articleerror
{
	color: #c00;
}

/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #000;
}

.menu ul {
	width: 15em;
}

.menu a {
	text-decoration: none;
	color: #000;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #000;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #fff;
	background: #3399FF;
	width: 15em;
	left: 20px;
}

.menu li li a {
	color: #000;
}

.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #fff;
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/





<!--[if lte IE 6]>
/*<![CDATA[*/

/* - - - ADxMenu: IE6 BASIC styles [MANDATORY] - - - */

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10000;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */
	top: 100%;
	left: 0;
}

.menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #000;
}

.menu .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/*]]>*/

<![endif]-->
