﻿#article_right .tooltip-container
{
    float:left;
    clear:left;
    width:100%;
    margin-top:7px;
}
#article_right .tooltip-container .tooltip p
{
    margin-top:0;
}
.call_to_action .crosslink_divider{clear:left;}
#article_right .redbutton {
    float:left;
    height:26px;
}
#article_right .redbutton span{
    float:left;
    height:22px;
    line-height:18px;
}
#downloads .tooltip-container
{

}
* html #IEHeroText .tooltip-container .tooltip
{
    left:-145px;
}
.tooltip-container
{
    position:relative;
    z-index:2000;
}
.tooltip-container p
{
    line-height:15px;
    height:20px;
    margin:0;
}
.tooltip-container a.trigger, .tooltip-container a.trigger:link
{
    background:url('../images/icon_questionmark.gif') no-repeat;
    line-height:15px;
    height:15px;
    padding:0 0 5px 20px;
}
.tooltip-container .trigger:hover
{
    color:#4EB0E9;
    cursor:pointer;
    padding:0 0 5px 20px;
    text-decoration:underline;
}

.tooltip-container .tooltip
{
    background:#fff;
    border:1px solid #cccccc;
    left:-20px;
    padding:10px;
    position:absolute;
    top:0;
    width:210px;
    z-index:2;
}
.tooltip-container .tooltip p
{
    font-size:12px;
    height:auto;
    line-height:1.5em;
    margin:0;
}
.tooltip-container .tooltip a
{
    line-height:1.5em;
}

a.trigger p, a.trigger:visited p
{
	color: #005a88 !important;
	text-decoration: none;
}
a.trigger:hover p
{
	color: #138cdd !important;
	text-decoration: underline;
}
.modalTrigger, .ordercdAnchor
{
	clear: both;
	float: left;
}
.full_column
{
	clear: both;
}
.modalTrigger p
{
	margin-bottom: 0;
}
.modalBackground 
{
	background-color: #000000;
	filter:alpha(opacity=60);
	opacity:0.60;
	margin:0 !important;
}
.modalPopup {
	background-color: #ffffff;
	border: solid 1px #e7e7e7;
	padding:3px;
	width:430px;
	font-weight:normal !important;
	height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align:left !important;
}
.modalPopup div
{
    float:none !important;
}
.modalPopup p
{
    font-size:12px;
    height:auto;
    margin:20px 13px !important;
}
.modalPopup li
{
    font-size:12px;
}
.modalPopup h2
{
    float: left;
    font-size:18px;
    margin: 0 !important;
    margin-left: 5px !important;
    width: 340px !important;
}
.modalPopup .modalHeader
{
    border-bottom: solid 2px #e7e7e7;
    padding: 8px;
    height: 77px;
}
.modalPopup .modalHeader span
{
    float: right;
}
.modalPopup span p
{
    font-weight:normal !important;
    text-decoration: none;
    color: #196297;
    font-size: 10pt;
    background: url('../images/btn_close.jpg') right no-repeat;
    padding-right: 18px;
    float:right !important;
    cursor:pointer;
    margin: 0 !important;
}