/* CSS Document */

td {
	font-family:Tahoma;
	font-size:11px;
	color:#CCCCCC;
}
a {
	text-decoration: underline;
	color:#CCCCCC;
}
a.1 {
	text-decoration: none;
	color:#CCCCCC;
}
.t11 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
}
.bodyText {
	font-family:Tahoma;
	font-size:13px;
	color:#CCCCCC;
	font-weight: bold;
}
.bodyText2 {	font-family:Tahoma; font-size:11px; color:#CCCCCC; font-weight: bold;}
.menuText {
	font-family:Tahoma;
	font-size:11px;
	color:#CCCCCC;
	font-weight: bold;
}
.CCC {
	font-family: tahoma;
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

a.CCCLink:link {font-family:tahoma; font-size:9px; color:#999999; font-weight: bold; text-decoration: none;}
a.CCCLink:active {font-family:tahoma; font-size:9px; color:#999999; font-weight: bold; text-decoration: underline;}
a.CCCLink:visited {font-family:tahoma; font-size:9px; color:#999999; font-weight: bold; text-decoration: none;}
a.CCCLink:hover {font-family:tahoma; font-size:9px; color:#999999; font-weight: bold; text-decoration: underline;}

.gallery {font-family:tahoma;font-size:9px;color:#BDBCB8}

a.galleryLink:link {font-family:tahoma; font-size:9px; color:#BDBCB8; font-weight: bold; text-decoration: none;}
a.galleryLink:active {font-family:tahoma; font-size:9px; color:white; font-weight: bold; text-decoration: underline;}
a.galleryLink:visited {font-family:tahoma; font-size:9px; color:#BDBCB8; font-weight: bold; text-decoration: none;}
a.galleryLink:hover {font-family:tahoma; font-size:9px; color:#BDBCB8; font-weight: bold; text-decoration: underline;}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}
#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}
#dragbar #closetext{
	font-weight: bold;
	margin-right: 1px;
	color:#999999;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
font-size: 9px;
font-family: Tahoma;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dropinboxv2cover{
width: 320px; /*change width to desired */
/* height: 220px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 300px; /*change width to above width-20. */
/* height: 200px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid black; /*Customize box appearance*/
background-color: #0e430f;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}
#expandboxv2{
width: 780px; /*change width to above width-20. */
/* height: 200px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid black; /*Customize box appearance*/
background-color: #0e430f;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}
.DDText {text-align: center;
	vertical-align: top;
	font-family:Verdana;
	font-size:10px;
	color:#F5EE8F;
}
img.border1 {border-color:#5a6d54;
			border-width:2px;
			border-style:solid;
			}
			
.menu_left  {padding-left:10px; padding-top:5px; padding-bottom:5px; border-bottom: solid 1px #044E05;}
.menu_left_first { padding-top:15px;}

.menu_left a:link img, .menu_left a:visited img {
	opacity:0.999;}
	
.menu_left a:active img, .menu_left a:hover img, .menu_left a:focus img {
	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=50);
}

