/* many settings tweaked from original file */
/**
 * jQuery Simple Dialog 
 */
.sd_container{
 font-family: arial,helvetica,sans-serif;
 margin:0;
 padding: 20px 26px;
 position: absolute;
 background-color: #fff;
 border: solid 1px #ccc;
 width: 496px;
 min-height: 312px;
}
.sd_header{
 font-size: 125%;
 font-weight:bold;
 margin-bottom: 10px;
}
.sd_content{}
.sd_footer{
 color: #a0a0a0;
 margin-top: 10px;
}
.sd_overlay{
 position: absolute;
 margin:0;
 padding: 0;
 top: 0;
 left: 0;
 background-color: #222;
}
.sd_loading{
 background: url('/images/indicator.gif') center no-repeat;
 background-color: #fff;
 height: 60px;
 width: 60px;
}
.sd_closelabel{
 position:absolute;
 width:50px;
 height:22px;
 line-height:22px;
 top:0;
 left:0;
 padding:5px;
 text-align:center;
 background-color:#ccc;
}
.sd_closelabel a {
 text-decoration:none;
 color: #222;
 font-size: 12px;
 font-weight:bold;
}

/* Custom Settings */

div#downloadplayerpopup {
	display: none;
}

/* 
 * plugin dynamically changes 
 * the class of the container
 * div to sd_content
 */

div.sd_content {
	clear: both;
}

div.sd_content h1 {
	font-size: 18px;
	float: left;
	margin: 0px auto 15px 10px;
	width: auto; /* fixes small bug on "topics" page */
	color: #A80016;
}

div.sd_content img#splash {
	float: left;
	padding-top: 17px;
}

div.sd_content p {
	width: 270px;
	float: left;
	font-size: 14px;
	margin-left: 20px;
	line-height: 125%;
}

div.sd_content img.close {
	position: absolute;
	cursor: pointer;
	top: 1px;
	right: 1px;
}

div.sd_content a {
	color: #E68200;
    text-decoration:none;
}

div.sd_content a:hover {
	color:#E69D00;
}

div.sd_content a#tiny {
	font-size: 10px;
}

