/**
  * Compressed Reset
  */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/**
  * Basic
  */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	cursor:default;
}
textarea {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
a {
    color:#0066cc;
}
a:hover {
    color:#ff0000;
}
/**
  * This is for flexible content of template use. You can just put the class name "flexible_layout" into the attribute of body tag.
  */
.flexibleLayout .pageWrapper {
	width:100%;
}
.flexibleLayout .pageHeader {    
    margin:0 auto;
    min-width:1230px;
    position:relative;	
    z-index:4;
}
.pageHeader .productBanner {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.pageHeader .productBanner a {
    display:inline-block;
    height: 60px;    
}
.flexibleLayout .container {
    margin:0 auto;
	min-width:1230px;
}
/**
  * The infomation and a few options of Header.
  */
.headerInformation{
    height:22px;
    position:absolute;
    text-align:center;
	top:20px;
    right:25px;    
}
.headerInformation li { 
    border-left:1px solid #d6e2f0;
	color:#000;
    display:inline;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height:24px;
	padding:0 4px 0 8px;
}
.headerInformation li.loginName {
	border:none; 
}
.headerInformation a {
    color:#0066cc;
}
.headerInformation a:hover {
    color:#ff0000;
    text-decoration:none;	
}
/**
  * Page Body
  */
.page_body {
	padding:0px 25px;   
}
.main_content {
    clear:both;
	/* modified by Hanwen Chang */
    margin: 0px auto 0px;
    padding-top: 20px;
	position:relative;
    zoom:1;
}
.main_content:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
h2.pageTitle{
    border-bottom:2px #cc1414 solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
    height:21px;
    margin-bottom:15px;	
    min-width: 1180px;
	padding-top:4px;
}
h2.pageTitle div{
	float:left;
}
h2.pageTitle span{
	float:left;
	margin-right:5px;
}
.tmBold{
	font-weight: bold;
}
/**
  * Page Breadcrumbs
  */
.breadcrumbs {
	height:28px;
	line-height:28px;
    dispdlay:inline;
    fldoat:left;
    paddding:8px 0px 7px 0px;
}
.breadcrumbs li{
    display:inline;
	font-size:11px;
	font-weight:normal;
}
.breadcrumbs a{ 
    color:#0066cc;
}
.breadcrumbs a:hover{
    color:#ff0000;
    text-decoration:none;
}
/**
  * Online Help
  */
.online_help {
    float: right;
	width:22px;
	height:22px;
	/* modified by Hanwen Chang */
	/* margin-top:-25px; */
	position:absolute;
	right:0px;
	z-index:2;
}
/** modified by Hanwen Chang
  * Add background image for help icon replacing img icon
  */
.online_help a{
	width:22px;
	height:22px;
	display: block;
	background: transparent url('../img/icon_help.png') no-repeat scroll center 0;
}
.online_help a:hover,
.online_help a:focus{
	background-position: center -22px;
	cursor:pointer;
}
.online_help a:active{
	background-position: center -44px;
}
/**
  * Login Page
  */
.product_logo {
	background: transparent url('../img/product_logo.png') no-repeat scroll center center;
	height: 60px;
	width: 100%;
	padding: 0;
	border-bottom: 3px solid #CC0000;
}
/**
 * Product Style Sheet
 * This CSS file is a base style for comment style.
 **/
div.column {
    float:left;
}
div.column.top {
    width:100%;
}
div.column.left {
    width:30%;
}
div.column.middle {
   width:60%;
}
div.column.right {
   width:30%;
}
/****
 * TM Message Box
 */
.tmmsgbox {
	display:block;
	color:#000000;
	padding: 4px 18px 4px 25px;	
	margin: 0px 0px 3px;	
	background-position:4px 4px;
	background-repeat: no-repeat;
	min-height:16px;
	position:relative;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;	
}
.tmmsgbox.error {
	border:1px solid #d67575;
	background-image: url(../img/icon_error_s.png);
	background-color: #fff3f3;
}
.tmmsgbox.warning {
	border:1px solid #ecbe33;
	background-image: url(../img/icon_warning_s.png);
	background-color: #ffffdc;
}
.tmmsgbox.info {
	border:1px solid #4c94db;
	background-image: url(../img/icon_info_s.png);
	background-color: #e6f0fa;
}
.tmmsgbox.ok {
	border:1px solid #339933;
	background-image: url(../img/icon_ok_s.png);
	background-color: #DCF6DC;
}
.tmmsgbox .msgcontent {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	display:block;
	width:100%;
	line-height:16px;
	text-align:left;
}
.tmmsgbox1 input[type=button], .tmmsgbox .action_btn{
	font-size:8pt;
	margin:-2px 2px 0px 5px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	height:20px;
}
.tmmsgbox span.text_span{
	white-space: normal;
	float: left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}
.tmmsgbox span.close_btn{
	background:url("../img/icon_close.png") no-repeat -2px -2px transparent;
	display:block;
	height:12px;
	width:12px;
	position:absolute;
	right: 4px;
	top: 6px;
	cursor:pointer;
	border:0px solid #333;
}
.tmmsgbox span.close_btn:hover{
	background:url("../img/icon_close.png") no-repeat -2px -18px transparent;
}
.tmmsgbox span.close_btn:active{
	background:url("../img/icon_close.png") no-repeat -2px -34px transparent;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"] {
	padding-left:1px;
	padding-right:1px;
}

.navigation {
    height: 33px;
}