/* CSS Document */

.tdBorderB {
border-bottom:1px solid #999999;
font-weight:bold;
padding:5px 0;
}

.tdBorderBr {
border-bottom:1px solid #999999;
border-left:1px solid #999999;
padding:5px 0 5px 5px;
}
/*this for table style in the text component */
/*by Hannah 09-04-09*/
/*remove the font-weight:bold by Han 30-4-09*/


.table_form input {
border:1px solid #CACFE3;
font-size:10px;
margin:2px!important;
margin:0;
padding-bottom:0;
padding-top:0;}

input:-moz-read-write, textarea:-moz-read-write {
-moz-user-modify:read-write !important;
}
input {
-moz-appearance:textfield;
-moz-binding:url(chrome://global/content/platformHTMLBindings.xml#inputFields);
-moz-user-select:text;
-x-system-font:-moz-field;
background-color:-moz-field;
border:2px inset threedface;
color:-moz-fieldtext;
cursor:text;
font-family:-moz-use-system-font;
font-size:-moz-use-system-font;
font-size-adjust:-moz-use-system-font;
font-stretch:-moz-use-system-font;
font-style:-moz-use-system-font;
font-variant:-moz-use-system-font;
font-weight:-moz-use-system-font;
letter-spacing:normal;
line-height:normal !important;
padding:1px 0;
text-align:start;
text-indent:0;
text-rendering:optimizelegibility;
word-spacing:normal;
}
.row2 {
color:#5283C0;
font-family:Arial,Helvetica,san-serif;
font-weight:bold;
margin:0 0;
}
/* reduced spacer and define the font style for the input on the form,  by Han 04-6-09*/

/*Changing the icon instead of dot for list in the table*/
.tab_ul{background-color:#CCCCCC; }
.tab_ul ul{margin:0px; padding:0px;}
.tab_ul li a{ color:#3B73B9; }
.tab_ul li a:link {text-decoration:none;}
.tab_ul li a:visited {text-decoration:none;}
.tab_ul li a:hover{ text-decoration:underline;}
.tab_ul li{
background:transparent url(/en/images/iconLink1.gif) no-repeat scroll 8px 5px;

line-height:18px;

padding-left:15px;
list-style-image:none;
list-style-position:outside;
list-style:none;
display:block;
}



/*by Han 10-6-09*/
