/*
-- CSS Document by Lester Dong [7 July 2006] --
Copyright Digitise Internet Business Solutions Ltd. All Rights Reserved.

::Caveat Pre Emptor (General Warnings)::
1. Any amendments to Section 1 and 2 made has to be reviewed and approved by Digitise
2. Any piece of CSS that is deemed experimental (i.e. CSS3) is NOT allowed.
3. Any piece of CSS that is relatively new to Digitise needs to go through a review and vetting process before it can be used or released.
4. Digitise believes in the "tried and true", please think of all consequences before adding new pieces of CSS.

::Notes::
- If there are any errors please inform Digitise.

::Developers::
Please place extra CSS at appropriate sections

::Sections::
Section 1: HTML Tag CSS
Section 2: Default Typography CSS
Section 3: Extra Typography CSS
Section 4: Structural CSS
*/

/* Section 1: HTML Tags : START */
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../images/i-mainbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	margin:0;
	padding:0;
	border:0;
}
form {
	padding: 0;
	margin: 0;
}
hr {
	color: #9e9786;
	background-color: #9e9786; 
	height: 1px;
}
#CenterTable {
	margin-left: auto;
	margin-right: auto;
}
/* Section 1: HTML Tags : END */



/* Section 2: Default Typography CSS : START */
ul li {
	list-style-image: url(../images/i-bullet.gif);
	line-height: 18px;
}

.content strong {
	color: #6d3e07;
	font-weight: bold;
}
.Required {
	color: #6d3e07;
	font-weight: bold;
}
.search {
	background-color: #cec7ae;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7b725d;
	font-weight: 100;
	padding-bottom: 10px;
	text-indent:-9999px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7b725d;
	font-weight: 100;
	position: relative;
	top: -25px;
	margin-bottom: -20px;
}
h3 {
	color: #6d3e07;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td, div {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a5e40;
	line-height: 18px;
}

input, textarea, select {
	font-family: MS Sans Serif; 
	font-size: 12px;
}

a {
	color: #6d3e07;
	text-decoration: underline;
}
a:hover {
	color: #8b5310;
	text-decoration: none;
}

td.imagecolumn {  
	font-family: arial,verdana,helvetica,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 11px; 
	color: #333333;
	line-height: 13px;
}
td.imagecolumn a {
	color: #6d3e07;
	text-decoration: underline;
}
td.imagecolumn a:hover {
	color: #8b5310;
	text-decoration: underline;
}

.address {  
	color: #9e9786;
	font-size: 10px;
	line-height: 18px;
}
.address a {
	color: #9e9786;
	font-size: 10px;
	line-height: 18px;
	text-decoration: underline;
}
.address a:hover {
	color: #9e9786;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
}

.footer {  
	background-color: #9e9786;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e5dfd2;
	text-decoration: none;
}

/* Section 2: Default Typography CSS : END */



/* Section 3: Extra Typography CSS : START */
.font11px {
	font-size: 11px;
}
.whitetext {
	color: #ffffff;
}
.website {
	float: right;
	color: #9e9786;
	font-size: 10px;
	line-height: 18px;
}
/* Section 3: Extra Typography CSS : END */



/* Section 4: Structural CSS : START */
/*
::Caveat Pre Emptor::
- Please REFRAIN from using CSS positioning (This does not mean you cannot position background images)
*/
.maintable {
	background-image: url(../images/i-tablebg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.HeaderSearchInput {
	background-color: #eeebe0;
	height: 17px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #625b4b;
}
.content {
	background-color: #dcd8c6;
	background-image: url(../images/i-contentbg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	/*padding: 0 0 75px 60px;*/
}
.headerbg {
	background-image: url(../images/i-headerbg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-top: 47px;
	padding-bottom: 75px;
	height:60px;
}
.contentwrapper {
	position: relative;
	top: -60px;
	left: 0px;
}
.popuppadding {
	padding: 20px;
}
.popupcontent {
	background-color: #dcd8c6;
	background-image: url(../images/i-contentbg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	/*padding: 0 0 75px 60px;*/
}
.imgborder img {
	border: 2px solid #9e9786;
	margin: 1px;
	padding: 1px;
	background-color: #ddd8c6;
}
/* Section 4: Structural CSS : END */

/* availability */
.availTableRowStartCell div.rmDets div {
	height:42px;
}