/*------------------------------------------------
time_and_datte
--------------------------------------------------*/
#time_and_date{
	border:1px solid #000;
	border-bottom:none;
	line-height:110%;
	padding-top:5px;
	padding-left:10px;
	clear:both;
	}

#time_and_date table td{
	width:130px;
	padding:1px;
	font-size:12px;
	}

/*------------------------------------------------
Partner Header			 
--------------------------------------------------*/
#header{
	/*height:70px;*/
	position:relative;
	border:1px solid #000;
	border-top:none;
	border-bottom:none;
	background-image:url("/_ptr/en/img/PtrHeaderBgColor.png");
        background-position: center bottom;
	background-repeat:repeat-x
	}

#header #logo{
	float:left;
	margin:5px 0 0px 10px;
	}

#header #logo h1{
	margin:0;
	}

#header #logo h1 img{
	border:0;
	text-decoration:none;
	}

#header #login_info{
	float:right;
	margin:-30px 5px 0 0;
	line-height:150%;
	text-align:right;
	padding-left:5px;
	padding-top:10px;
	position: absolute;
	top: 0;
	right: 5px;
	}

#header #search_info{
	position:absolute;
	top:20px;
	right:220px;
	}

#header #search_info #search_info_table{
	margin:0;
	padding:0;
	}

#header #search_info #enter_only_id_number{
	width:150px;
	border:1px solid #000;
	}

#header #search_info #enter_email_address_id_number{
	width:285px;
	border:1px solid #000;
	}

#header #search_info #advanced_search{
	padding:0 0 0 3px;
	}

#header #search_info #advanced_search a{
	margin-right:10px;
	}

#header #site_list{
	position:absolute;
	right:5px;
	bottom:2px;
	}

#header #site_list a{
	margin-left:10px;
	}


/*---------------------------------------------
Partner Header ShortCutTab
-----------------------------------------------*/
#ShortCutTab {
	padding:8px 3px 3px 0;
	height:18px;
  	min-width:940px;
	}

#ShortCutTab ul {
	list-style:none;
	margin:0px;
	padding:0px
	}

#ShortCutTab li {
	float:left;
	padding-right:5px;
	padding-left:5px;
	font-size:100%;
	font-weight:bold;
	border-left:1px #ccc solid
	}

/*---------------------------------------------
#bread 
-----------------------------------------------*/
#bread{
	 padding:15px 290px 10px 16px;
         position: relative;
	 border:1px solid #000;
	 border-bottom:none;
	 border-top:none;
	}

#bread a{
	font-size:18px;
	}

#bread .CurrentPageTitle{
	font-size:20px;
	font-weight:bold;
	color:#CC6600;
	text-decoration:none
	}

#bread ol {
	list-style:none;
	}

#bread ol li {
	display:inline;
	margin-left:5px;
	color:#222222;
	}

#bread ul {
	list-style:none;
	}

#bread ul li {
	display:inline;
	margin-left:5px;
	color:#222222;
	}
	

/*-----------------------------------------------------
 topic path
-------------------------------------------------------*/

#topic_path {
   padding:20px 10px;
   background-color:#fff;
   border-left:1px solid #000;
   border-right:1px solid #000;
}

#topic_path li {
	float:left;
	font-size:180%;
	font-weight:bold;
	list-style:none;
	padding-left:5px;
}

#topic_path li a {
	color:#1122cc;
}
#topic_path .current {
	color:#f19300;
}



a.header_sentmailinfotooltip{
    position:relative; /*this is the key*/
    z-index:24;
    cursor: pointer;
    text-decoration: none;
    color: #0000CD;
    display: inline-block;
}

a.header_sentmailinfotooltip:hover{z-index:25;}

a.header_sentmailinfotooltip span{display: none}

a.header_sentmailinfotooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    right:0px;
    text-align: left;
    width:450px;
    border:1px solid #cccccc;
    background-color: #ffffff;
    color:#000;
    padding:5px;
    line-height:1.5em;
    -webkit-box-shadow: 0px 0px 3px rgba(100, 100, 100, .25); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
       -moz-box-shadow: 0px 0px 3px rgba(100, 100, 100, .25); /* FF3.5 - 3.6 */
            box-shadow: 0px 0px 3px rgba(100, 100, 100, .25); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    cursor:default;
}
.header_sentmailinfo th {width:110px; vertical-align: top; text-align: left}
.header_sentmailinfo th, .header_sentmailinfo td {border-bottom:1px dotted #cccccc;}

.header_sentmailinfobtn {
}
