body {
	background-color: #1a1a1a;
	background-image: url(images/backLogo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
.titleOrange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#fb6721;
	padding:2px 0px 15px 0px;
}
.titleOrange a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#808080;
	text-decoration:none;
	padding:2px 0px 15px 0px;
}
.titleOrange a:hover{
	color:#fb6721;
	text-decoration:underline;
}

.titleRed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#ff2727;
	padding:2px 0px 6px 0px;
}
.titleRed a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#ff2727;
	padding:2px 0px 6px 0px;
	text-decoration: none;
}
.titleRed  a:hover{
	text-decoration:underline;
}

.titlePanoBig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	padding:0px 0px 5px 0px;
}

.titlePano {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding:0px 0px 5px 0px;
}

.titlePano a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding:0px 0px 5px 0px;
	text-decoration:none;
}
.titlePano a:hover{
	text-decoration: underline;
}

.date {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #a4a4a4;
}

.markerTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
}

.properties {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #808080;
}

.maintext {
	padding-top:5px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.maintext a{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #ff6118;
	text-decoration: none;
}
.maintext a:hover{
	text-decoration: underline;
}

.archive {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	padding:10px 0px 10px 0px;
	color: #808080;
	background-color:#141414;
}
.archive a{
	padding:0px 7px 0px 7px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	background-color:#333333;
	color: #FFFFFF;
	text-decoration:none;
}
.archive a:hover{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #f16420;
	text-decoration:none;
}

.orange {color: #f16420;}

.bordered{border:1px dotted #1a1a1a;}
a:hover {background:#1a1a1a;}
a:hover img.bordered {border: 1px dotted #808080}
a {
	outline: none !important; /* @ Firefox, remove ugly dotted border */
 }
.footer {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
	line-height:18px;
	color: #a4a4a4;
}

.bubble {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 180px;
	text-align: left;
}
.bubble a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ff2727;
	text-decoration:none;
}
.bubble a:hover {
	text-decoration: underline;
}

.bubble h1 {
margin: 0;
padding: 0;
font-size: 18px;
font-weight:bolder;
BORDER-BOTTOM: #4b4648 1px dashed;
}



.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	width:840px;
	height:37px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:10px solid #111111;
	width:820px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
