body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.outline_boarder_grey {
	border: 1px solid #780000;
	background-color: #333333;
}

body {
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.thumb_names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.normal_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.title_words {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
.bottom_links {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.horiz_line {
	color: #999999;
	font-size: 9px;
	font-weight: lighter;
}

.bottom_copyright, .push {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	bottom: 10px;
}
.photo_table {
	border: 1px solid #666666;
	background-color: #333333;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.cost_table {
	background-color: #000000;
	border: 1px solid #CCCCCC;
}
.underline_link_cursor {
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-size: 12px;
	color: #FFFFFF;
	;
}

.link_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #99CCFF;
}
.page_numbers {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
.gallery_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.outline_white {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.cursor {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.white_outline_cusor {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bottom_border_line {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}
.outline_white_thick {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.gallery_image_size_cu {
	height: 103px;
	width: 155px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}
.gallery_image_size {
	height: 103px;
	width: 155px;
	cursor: pointer;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay { position: fixed; z-index:100; top: 0; left: 0; height:100%; width:100%; }
.TB_overlayBG { background-color:#000; filter:alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85; }
#TB_window { position: fixed; background: #000; z-index: 102; display:none; border: 3px solid #1F1F1F; top:50%; left:50%; }
#TB_iframeContent{ clear:both; border:none;	margin:0; }
#TB_HideSelect{ z-index:99;	position:fixed;	top: 0;	left: 0; background-color:#000;	border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%;	width:100%; }
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
* html #TB_HideSelect, * html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}