@charset "utf-8";
/* CSS Document */

body{ 
	color: #373c41; 
	background: #101010; 
	font-size: 10pt; 
	font-family: "Tahoma", Arial; 
	background-image: url('images/Img_Ribbon_01.jpg');
	background-repeat:repeat-x;
	background-position: 0px 9px;
}
table {
	font-size: 10pt; 
	font-family: "Tahoma", Arial; 
	border: 0px; 
	padding: 0px; 
	border-spacing:0px;
	background: #101010; 
	
}
table.viewer{ 
	font-size: 10pt; 
	font-family: "Tahoma", Arial;  
	border: 0px;
	padding: 0px;
	border-spacing:0; 
	background: #101010; 
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}

.scripting{
	color:#999999;
	
}

td{
	padding:0px;
}
td.sdeThumb{
	background: #2f2f2f;
}
td.td_topMenu{
	background-image:url('images/Img_MenuBG_01.jpg');
	background-repeat:repeat-x;
}

.td_ribbon{
	background-image:url('images/Img_Ribbon_01.jpg');
	background-repeat:repeat-x;
}

.td_tableInside{
	background:#d6d6d6;
}
img.sdeThumb{
	margin-top: 6px;
	margin-right: 1px;
	margin-bottom: 9px;
	margin-left: 15px;
	padding: 3px;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
}

img.sdeThumb:hover{
	background: #000000; 
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
}
img.sdeThumb:active{
	background: #111111; 
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}
img.verThumb{
	margin: 5px 2px 0px 5px;
	padding: 1px;
	/* for IE */
	filter:alpha(opacity=30);
	/* CSS3 standard */
	opacity:0.3;
}
img.verThumb:hover{
	background: #FFFFFF; 
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
}
img.IMG_Main{
	padding: 0px;
	margin: 0px;
	max-heigth: 550px;
	max-width: 960px; /* this sets the max-width value for all standards-compliant browsers */
	height: expression(this.height > 550 ? 550: true);
	width: expression(this.width > 960 ? 960: true);
	overflow: hidden;

}
.img_title	{ 
	padding: 0px;
	margin: 0px;
	font-size: 12pt; 
	color: #CCCCCC;
	font-weight:600;
	text-transform: capitalize;
}

.img_subtitle	{ 
	text-transform: capitalize;
	font-size: 10pt; 
	color: #535353;
	font-weight:200;
}


.img_desc	{ 
	font-size: 9pt; 
	color: #CCCCCC;
	font-weight:200;
}

.copyright	{ 
	font-size: 9pt;
	text-align:center;
	background: #d6d6d6;
	background-image:url('images/Img_TableBG_btm_01.jpg');
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

.aboutMe_td {
	padding: 10px 27px 0px 45px;
	color: #aaaaaa;
}

.mov_obj{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

embed{
	margin: 0px;
	padding: 0px;
}
img	{ 
	border: 0px; 
	border-color: #006666
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
}
img:hover			 { 
	border: 0px; 
	background-color:none; 
}

a{ 
	color: #a9886b; 
	text-decoration: none; 
}
a:visited { 
	color: #6a5441; 
	text-decoration: none; 
}
a:active { 
	color: #FFFFFF; 
	background-color: #25211f; 
	text-decoration: none; 
}
a:hover { 
	color: #eed090; 
	text-decoration: underline; 
}



/*for light background outside of main table*/
a.lightBG{ 
	color: #996633; 
	text-decoration: none; 
}
a.lightBG:visited { 
	color: #996633; 
	text-decoration: none; 
}
a.lightBG:active { 
	color: #614835; 
	background-color: #AAAAAA; 
	text-decoration: none; 
}
a.lightBG:hover { 
	color: #826A51; 
	text-decoration: underline; 
}
