/*
Email Overlay
*/

.emailOverlay {
	position: absolute;
	top: 170px;
	left: 10px;
	z-index: 1;
/*	width: 354px; */
	width: auto;
	height: auto !important;
	overflow: auto !important;
	background: #FFFFFF url(http://assets.aarp.org/internal/tech/scrum3/loginOverlay_bg.gif) no-repeat;	
}

.emailOverlay form, .emailOverlay table
 {
	padding: 0px;
	margin: 0px;
}

h1#emailTitle {
	background-image: url("http://assets.aarp.org/internal/tech/scrum3/PleaseSignIn.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	margin-left: 15px;
	margin-top: 30px;
}

.emailOverlay table {
	margin-left: 10px;
	margin-bottom: 20px;
}

.emailOverlay td {
	font-size: 1.2em;
	padding: 4px;
}

.emailOverlay td.labels {
	width: 100px;
}

.emailOverlay td.inputs {
	width: 125px;
}

#emailOverlaySubmit {
	margin: 10px 0px;
}

#emailOverlayWait {
	position: absolute;
	top: 220px;
	left: 50px;
	z-index: 2;
	width: 155px;
	height: 115px;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #999;
	padding-top: 60px;
	padding-left: 95px;
	-moz-opacity:.90;
	opacity:.90;
	filter:alpha(opacity=90);
}

#emailOverlayValidationError {
	margin-left: 20px;
}

#emailOverlayAuthor td.note {
	padding-top: 15px;
}



/*
	Styles for Social Bookmarking tool
------------------------------------------*/
#shareTool.dialogBody {
	width: 274px;
	left: 30px;
}

#shareTool .dialogContent {
	font-family: 'Trebuchet MS', 'Lucida Grande', Lucida, Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	width: auto;
}

#shareTool .dialogContent a {
	text-decoration: none;
	color: #0570ad;
}
#shareTool .dialogContent a:visited {
	color: #0570ad;
}
#shareTool .dialogContent a:hover {
	text-decoration: underline;
}

#shareTool .dialogContent ul {
	margin: 10px 0 -6px 2px;
	padding: 0;
	list-style: none;
}
#shareTool .dialogContent li {
	margin-bottom: 6px;
	text-transform: uppercase;
}

#shareTool .dialogContent li a {
	padding-left: 31px;
}
#shareTool .dialogContent li#digg a {
	background: #fff url('http://assets.aarp.org/aarp.org_/images/icons/16x16icon_digg.gif') no-repeat scroll center left;
}
#shareTool .dialogContent li#delicious a {
	background: #fff url('http://assets.aarp.org/aarp.org_/images/icons/16x16icon_delicious.gif') no-repeat scroll center left;
}
#shareTool .dialogContent li#linkedin a {
	background: #fff url('http://assets.aarp.org/aarp.org_/images/icons/16x16icon_linkedin.gif') no-repeat scroll center left;
}
#shareTool .dialogContent li#yahoobuzz a {
	background: #fff url('http://assets.aarp.org/aarp.org_/images/icons/16x16icon_yahoobuzz.gif') no-repeat scroll center left;
}
#shareTool .dialogContent li#facebook a {
	background: #fff url('http://assets.aarp.org/aarp.org_/images/icons/16x16icon_facebook.gif') no-repeat scroll center left;
}



/*
Global Overlays & Dialogs
*/

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #333;
}

#dialog {
	position: absolute;
	left: 250px;
	top: 250px;
	width: 350px;
	background: none;
	z-index: 100;
	text-align: left;
	padding: 15px 10px;
	border: none;
}

#dialog h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

#dialog p {
	font-size: 13px;
	color: #000000;
	margin: 10px 0px;
}

#dialog p.actions {
	text-align: center;
	margin-top: 20px;
}

.systemMessages li {
	color: #ff0000;
	font-size: 12px;
}

.dialogHeader {
	font-size: 18px;
	color: #ffffff;
	background-color: #05609e;
	font-weight: bold;
	padding: 10px;
	line-height: normal;
	border: 1px #838383 solid;
}

.dialogBody {
	background-color: #666666;
	width: 384px;
	padding: 10px;
	position: relative;
	text-align: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.dialogContent {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	padding: 10px;
	line-height: normal;
	width: 364px;
}

.dialogButtons {
	padding: 10px;
	background-color: #ffffff;
}

.dialogButtons a, .dialogButtons a:hover {
	text-decoration: none;
}

.dialogBody .dialogInput {
	width: 356px;
	border-top: 2px #848484 solid;
	border-left: 2px #848484 solid;
	border-bottom: 2px #fafafa solid;
	border-right: 2px #fafafa solid;
	height: 18px;
	font-size: 12px;
	margin: 0;
	padding: 0 2px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.dialogBody .dialogTextarea {
	width: 356px;
	border-top: 2px #848484 solid;
	border-left: 2px #848484 solid;
	border-bottom: 2px #fafafa solid;
	border-right: 2px #fafafa solid;
	height: 90px;
	font-size: 12px;
	margin: 0;
	padding: 0 2px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}



/*
Global Tooltips
*/

.toolTipBalloon {
    position: absolute;
    z-index: 100;
    display: none;
    left: -20px;
    bottom: 20px;
    _top: -180px;
}

.toolTipBalloonSide {
    position: absolute;
    z-index: 100;
    display: none;
    width: 340px; /* needed to handle these floats properly */
}

.toolTipBody {
    background-image: url(http://assets.aarp.org/aarp.org_/images/backgrounds/popup_middle.gif);
    background-repeat: repeat-y;
    width: 294px;
    padding: 20px;
    position: relative;
    text-align: left;
/*
    opacity: .70;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    */
    display: block;
    z-index: 100;
}

.toolTipBalloonSide .toolTipBody {
    position: relative;
    float: left;
    width: 280px;
    z-index: 100;
}

.toolTipHeader {
    position: relative;
    font-size: 138.5%;
    color: #ffffff;
    background-color: #05609e;
    font-weight: bold;
    padding: 10px;
    line-height: normal;
    border: 1px #838383 solid;
    width: 272px;
    display: block;
    z-index: 100;
}

.toolTipBalloonSide .toolTipHeader {
    position: relative;
    width: 258px;
    background-color: #f9ecc0;
    color: #000000;
    border: 1px #dcca8a solid;
    z-index: 100;
}

.toolTipContent {
    position: relative;
    font-weight: normal;
    color: #000000;
    background-color: #ffffff;
    padding: 10px;
    line-height: normal;
    width: 274px;
    display: block;
    z-index: 100;
}

.toolTipBalloonSide .toolTipContent {
    position: relative;
    width: 260px;
    z-index: 100;
}

.toolTipBottom {
    position: relative;
    background-image: url(http://assets.aarp.org/aarp.org_/images/backgrounds/popup_bottom.gif);
    height: 20px;
    background-repeat: no-repeat;
    width: 334px;
    display: block;
    z-index: 100;
}

.toolTipLeft {
    position: relative;
    float: left;
    background-image: url(http://assets.aarp.org/aarp.org_/images/backgrounds/popup_left.gif);
    width: 20px;
    height: 40px;
    background-repeat: no-repeat;
    z-index: 100;
}

.toolTipIFrameIEHack {
    position: absolute;
    top: 0;
    left: 0;
    width: 334px;
}

.toolTipTriggerLink {
    position: relative;
}

.toolTipTriggerLink:hover {
    cursor: pointer;
}

