/* clearfix */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearFloat {
  clear: all;
}

body {
  background-color: #ffffff;
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: center;
  line-height: 1.2em;
}
h1 {
  color: #000;
  float: left;
  width: 305px;
  height: 83px;
  margin-left: 0px;
  margin-top: 35px;
  position: relative;
  display: inline;
}

h1 span {
  position: absolute;
  width: 100%;
  height: 100%;
}
h2 {
}


h3 {
  margin-bottom: 1em;
}

h4 {
  font-size: 1.5em;
  background-color: #ccc;
  padding: 0.5em;
}

h5 {
	margin-bottom: 30px;
}

a,  a:link {
  color: #d9b40c;
  text-decoration: none;
}
a:visited {
  color: #d9b40c;
  text-decoration: none;
}
a:hover {
  color: #FCB117;
}
a:focus {
  color: #FCB117;
}
a:active {
  color: #FCB117;
}

p {
	margin-bottom: 1em;
}

ul.bulleted {
	list-style: disc;
	margin-left: 2em;
	width: 80%;
}

ul.bulleted li {
	margin-bottom: 0.5em;
}

.alert {
  color: #ff0000;
  font-weight: bold;
}

#outerWrapper {
  background-color: #fff;
  margin: 33px auto 0 auto;
  text-align: left;
  width: 862px;
  padding: 25px;
  border: 1px solid #CFD0D2;
}


#header {
  margin-bottom: 2em;
  font-size: 2.5em;
}

#contactinfo {
	float: right;
	font-size: 0.8em;
	margin-right: 5em;
}

#contactinfo ul {
	text-align: right;
}

.alt {
	display: none;
	visibility: hidden;
}
img.txtimg
{
	visibility: visible;
	background-repeat: no-repeat;
	background-position: 0 0;
}



#contentWrapper {
  background-color: #fff;
  margin-top: 4px;
  padding-bottom: 2px;
}

#content {
  font-size: 0.8em;
  width: 22em;
}


#footer {
  text-align: center;
  margin: 5px 0 10px;
  font-size: 0.7em;
}

#footer li {
  float: right;
  margin-left: 15px; 
}


.bubbleInfo {
	position: relative;
	top: 0px;
	left: 0px;
}

/* Bubble pop-up */

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft { background-image: url(../images/bubble-1.png); }
.popup td.top { background-image: url(../images/bubble-2.png); }
.popup td#topright { background-image: url(../images/bubble-3.png); }
.popup td.left { background-image: url(../images/bubble-4.png); }
.popup td.right { background-image: url(../images/bubble-5.png); }
.popup td#bottomleft { background-image: url(../images/bubble-6.png); }
.popup td.bottom { background-image: url(../images/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(../images/bubble-8.png); }

.popup .popup-contents {
	font-size: 0.9em;
	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;
	height: 17px;
	}

tr#release-notes td a {
	color: #333;
}

