
/*
#05/14/2014 	cthomas    	#1781 fixed alert adjusting issue
*/

@charset "utf-8";
/* CSS Document for Alerts Popup */
* {
	margin: 0;
	padding: 0;
}
body {
	
}
h1 {
	margin: 14px 0;
	font-family: 'Trebuchet MS', Helvetica;
}
.topLeft {
	margin: 14px 0;
	font-family: 'Trebuchet MS', Helvetica;
}

.bubbleInfo{position:relative; width:400px;}

.trigger {
	position: absolute;
}
/* Bubble pop-up */

  .popup {
	/* position: absolute; 
	top:0; */
	display: none;
	z-index: 50;
	border-collapse: collapse;
	height:500px;
}
.popup td.corner {
	height: 15px;
	width: 19px;
}
.popup td#topleft {
	background-image: url(../../images/alerts/bubble-1.png);
}
.popup td.top {
	background-image: url(../../images/alerts/bubble-2.png);
}
.popup td#topright {
	background-image: url(../../images/alerts/bubble-3.png);
}
.popup td.left {
	background-image: url(../../images/alerts/bubble-4.png);
}
.popup td.right {
	background-image: url(../../images/alerts/bubble-5.png);
}
.popup td#bottomleft {
	background-image: url(../../images/alerts/bubble-6.png);
}
.popup td.bottom {
	background-image: url(../images/alerts/bubble-10.png);
}
.popup td.bottom img {
	display: block;
	margin: 0 auto;
}
.popup td#bottomright {
	background-image: url(../../images/alerts/bubble-8.png);
}
.popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}
table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
}
table.popup-contents td {
	text-align: left;
}
tr#release-notes th {
	text-align: left;
	text-indent: -9999px;
	background: url(../images/alerts/starburst.gif) no-repeat top right;
	height: 17px;
}
tr#release-notes td a {
	color: #333;
}

/* CSS FROM BxSLider Code */

	#mySlider{width:650px; position:relative; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#454748; }
	
	#myRelDocs{position:absolute; top:50px; left:320px; width:225px; height:65px; margin:2px;}
	
	.myRelDocsAbs{float:left; width: 58px; border:1px dotted #ccc; height:40px; margin:3px; padding:3px; background-image:url(../../images/document_icon.png); background-repeat:no-repeat;}
	
	.myRelDocsAbsNone{float:left; width: 160px; border:1px dotted #ccc; height:40px; margin:3px; padding:3px; color:#A80000; font-weight:bold; letter-spacing:2px; }
	
	
	
	H2 {font-size:14px; padding:30px 0 0 10px; color:#a80000; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:700;}

