/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
cursor: pointer;
background-color: #d0d0d0;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #393939;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #393939;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}

.mb_loading {
background: #DDD url(loading.gif) no-repeat center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #393939;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 106px;
height: 27px;
background: transparent url(closelabel.gif) no-repeat center;
margin: 5px 0;
}

a#mb_fullview_link {
	display: block;
	float: left;
	width: 140px;
	height: 27px;
	background: transparent url(http://a763.g.akamai.net/7/763/1644/v4/app.infopia.com/austin/app/css/moodalbox/continuelabel.gif) no-repeat center;
	margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}

#continueFullView {
	margin: 20px 0px;
}

#continueFullView a:link, #continueFullView a:active, #continueFullView a:visited, #continueFullView a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #8f8f8f;
}

#preview_title a:link, #preview_title a:active, #preview_title a:visited, #preview_title a:hover {
	text-decoration: none;
	color: #000000;
}