﻿/*
V1.1, Jacky, support SSL domains, Rev 1
*/

/**button**/

.btn_lt{

           font-size: 12px !important;

           font-family: arial;

           vertical-align: middle;

           border: solid 1px #bed5ec;

           padding: 1px 6px 1px 6px !important;

           color: #003065 !important; /* need important to override hyperlink color, used to be 4d4d4d */

           margin: 0 0 5px 0 !important;

           background: #fff url('../../Images/Product/btn_lightbg.gif') left 1px repeat-x;

           white-space: nowrap;

           cursor: pointer;

           height: 22px;
}

 

.btn_lt:hover{

           background: #fff url('../../Images/Product/btn_lightbg_over.gif') left 1px repeat-x;
		   
		   text-decoration:none !important; /* need important to override hyperlink hover */

           color:#003065 !important; /* need important to override hyperlink color */

           border:solid 1px #8aa5c0;

}

 

input.btn_lt {

           padding: 0 7px 2px 7px !important; /* need this to make button elements same size as above */

}

/**outlook**/

.pageStyle {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
	padding:0px;
	background-color:#ffffff;
	font: normal 12px arial;
	color:#000000;
}

.bodyright{
float:left;
width:837px;
/* padding-top: 8px; */
}
/*
.title{
float:left;
width:825px;
height:25px;
padding-left:5px;
padding-top:3px;
font: bold 16px arial;
background:url(../../Images/Product/pagetitle_bg2.gif) repeat-x;
}
*/
.maincontent{
float:left;
/* padding-top:8px; */
padding-top:0px;
width:837px;
}


/*Content Table Setting*/
table.Frame{
border:1px solid #dddddd;	
}

td.titlebg{
color:#ffffff;
font: bold 16px arial;
background:url(../../Images/Product/th_bg.gif) repeat-x;
}

table.introFrame{
border:1px solid #eeeeee;
background:url(../../Images/Product/intro_bg.gif) repeat-x;
}

table.introFrame_s{
border:1px solid #eeeeee;
}

td.rowDes{
background-color:#d5edf7;
border-bottom:5px solid #ffffff;
}

table.conFrame{
border:1px solid #dddddd;
}

td.conTitle{
color:#ffffff;
background-color:#005688;
border-right:1px solid #ffffff;
}

td.conTitle_last{
color:#ffffff;
background-color:#005688;
}

td.conWhite{
background-color:#ffffff;
border-right:1px solid #eeeeee;
}

td.conWhite_right{
background-color:#ffffff;
}

td.conGrey{
background-color:#f5f5f5;
border-right:1px solid #eeeeee;
}

td.conGrey_right{
background-color:#f5f5f5;
}

td.confunction{
color:#004a66;
background-color:#d5edf7;
border-bottom:1px solid #ffffff;
}

td.confunction_last{
color:#004a66;
background-color:#d5edf7;
}

/**table hyperlink**/
a.tablelink{
	text-decoration: none;
	color:#009cc3;
}

a:hover.tablelink{
	text-decoration: none;
	color:#00ccff;
}

/**TEXT**/
.textBblue{
color:#005688;
font: bold 12px arial;
}
.textblue{
color:#005688;
}
.textBOrange{
color:#ff9900;
font: bold 12px arial;
}

.textBRed{
color:#ff0000;
font: bold 12px arial;
}
