img {
	border:0px none;
}
object { outline:none; }

h1 {
	font-size: 1.5em;
	color: #bdd333;
	text-transform: uppercase;
	font-weight: bold;
	
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.4em;
	color: #bdd333;
	font-weight: normal;
	
	margin-top: 0px;
	margin-bottom: 6px;
	padding-bottom:0px;
	letter-spacing: 0.5px;
}

div.teasers span.teaser {
	margin: 0px 8px 8px 0px;
	padding:0;
	
	display: block;
	float: left;
}

p {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	line-height:160%;
	font-size:1.1em;
	padding-bottom:15px;
	margin-top:0px;
	padding-top:0px;
}


th,td {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	line-height:160%;
	font-size:1.1em;
}




.content a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dotted #7c7a9f;
}
.content a:hover {
	color:#bdd333;
}
.content .teaser a {
	border-bottom:0px none;
}

.content .image-left {
	display:inline; /* ie double margin bug fix */
	float:left;
	width:auto;
	margin: 5px 22px 9px 0px;
}
.content .image-right {
	display:inline; /* ie double margin bug fix */
	float:right;
	width:auto;
	margin: 5px 0px 9px 22px;
}
.content .image-center {
	width:auto;
	margin: 3px auto 9px auto;
}

.content .image-left img,
.content .image-center img,
.content .image-right img,
.content .image-border img,
.content .image-teaser img {
	display:block;
	border:1px solid #b7b9b8;
}
.content .noborder img {
	border:0 none;
}
.content .image-left .clearfloat {
	position:static;
	width:0px;
}
.content .image-right .clearfloat {
	position:static;
	width:0px;
}


.content .big {
	width:519px;
}
.content .normal {
	width:367px;
}
.content .small {
	width:162px;
}
.content .tiny {
	width:82px;
}

.content .caption {
	color:#666666;
	border-bottom:1px solid #b7b9b8;
	border-left:1px solid #b7b9b8;
	border-right:1px solid #b7b9b8;
	margin: 0px;
	padding:2px 0px 2px 0px;
	text-align:center;
}
.content .image-shadow {
	padding:2px 0px 2px 0px;
	background:url(image-shadow.png) repeat-x bottom;
}





.content .infotable {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
.content .infotable table {
	padding:0px;	
}
.content .infotable th {
	color:#8780a7;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	padding:0px 10px 12px 0px;
	width:105px;		
}
.content .infotable td {
	text-align:left;
	vertical-align:top;
	padding:0px 0px 12px 0px;	
	width:auto;
}
.content .infotable td p {
	font-size:1em;
	padding:0px;
	margin:0px;	
}
.content .infotable h2 {
	padding: 0px 0px 4px 0px;
}





/* --- Mootools Tooltip ---------- */

.tooltip-info {
	display:block;
	position:absolute;
	border-bottom:0px none !important;
	background:url(empty.gif);
}
.tooltip-info:hover {
	border:1px dashed white !important;
	opacity:0.5;
}

.tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(tooltip-back.png) top left;
}
 
.tip-text {
	text-align:left;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(tooltip-back.png) bottom right;
}






.content-tabs {
	width:100%;
} 
.content-tabs ul {
	margin:0px;
	padding:7px 6px 0px 0px !important;
	list-style:none;
} 

.content-tabs ul li {
	width:150px;
	float:left;
	background:#1e1d5b;
	margin-right:5px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
.content-tabs ul li.active {
	background:#4e4b7e;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;	
}

.content-tabs ul li a {
	display:block;
	width: auto;
	background:#1e1d5b;
	padding:4px 8px 4px 8px !important;
	text-decoration:none;
	border-bottom:none;
	color:#9fa0bc;
	line-height:1.2em;
}
.content-tabs ul li.active a {
	font-weight:bold;
	background:#4e4b7e;
	color:#ffffff;
}

.content-tabs ul li a:hover {
	color:#ffffff;
}



/* -- Teaser -- */

.content .teaser {
	margin: 12px 3px 12px 3px;
	padding:0px 13px 8px 13px;
}

.content .teaser h3 {
	margin: 0px 0px 5px 0px;
	line-height:120%;
}
.content .teaser p {
	padding:0px 0px 8px 0px;
}
.content-flow .teaser h3 a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:none;
}
.content .teaser h3 a:hover {
	color:#BDD333;
}
.content .teaser a.more {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	border-bottom:none;
}
.content .teaser a:hover {
	color:#BDD333;
}
.content .image-teaser {
	display:inline; /* ie double margin bug fix */
	float:left;
	width:auto;
	margin: 3px 12px 0px 0px;
}
.content .teaser .image-teaser a {
    padding-right: 0;
    background-image: none;
	line-height: 0;
}


.slideshow {
	background:#1e1d5b;
	border:1px solid #b7b9b8 !important;
}
.slideshow img {
	border:0px none !important;
}
