/* Force Scroll bar Appear on FF
html { min-height: 100%; margin-bottom: 1px; }
*/
body{overflow-x:hidden;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;  
 }
.font{
 color: #323232;
 font-family:Verdana;
 font-size: 11px;
  line-height:14pt;
}	  

.font1{
 color: #23688D;
 font-family:Arial;
 font-size: 14px;
  font-weight:bold;
}	  


.huveur_TITLE
{
	font-size: 16px;
	font-weight: bold;
}

.Flickr_Blue 
{
	color:#3399CC;
}

.info
{
	color:#68554C;
	background-color: transparent;
	font-size:12px;
	font-family:Arial;
	font-weight: normal; 
}

.warn   
{ 
	color: rgb(120,0,0);
	background-color: transparent;
	font-size:12px;
	font-weight: normal; 
}

.error  
{
	color: red;
	background-color: transparent;
	font-size:12px;
	font-weight: normal;
}

.input_title
{
	font-size:12px;
	font-family:Arial Narrow;
	font-weight:bold;
	color:#68554C;
}

.output_text
{
	font-size:12px;
	font-family:Arial Narrow;
	font-weight:bold;
	color:#54767F;
}

.link
{
	cursor:pointer;
}

.transparent
{
	filter:alpha (opacity=20);	/* MS Internet Explorer */ 
	filter:progid:DXImageTransform.Microsoft.Alpha (style=0, opacity=20);	/* MS Internet Explorer proprietory */ 
	-moz-opacity: 0.2; 	/* Mozilla v1.6 and below */ 
	opacity: 0.2; /* CSS-3 Standards */ 
	-khtml-opacity:.2	/* Safari */ 
	
	background-color: #ffffff;
}

.transparent
{
	filter:alpha (opacity=50);	/* MS Internet Explorer */ 
	filter:progid:DXImageTransform.Microsoft.Alpha (style=0, opacity=50);	/* MS Internet Explorer proprietory */ 
	-moz-opacity: 0.5; 	/* Mozilla v1.6 and below */ 
	opacity: 0.5; /* CSS-3 Standards */ 
	-khtml-opacity:.5	/* Safari */ 
	
	background-color: #ffffff;
}

.opaque
{
	filter:alpha (opacity=100);	/* MS Internet Explorer */ 
	filter:progid:DXImageTransform.Microsoft.Alpha (style=0, opacity=100);	/* MS Internet Explorer proprietory */ 
	-moz-opacity: 1; 			/* Mozilla v1.6 and below */ 
	opacity: 1; 				/* CSS-3 Standards */ 
	-khtml-opacity:1			/* Safari */ 
	
	position: relative;
}

div#container	
{
	/* This is to specify document body width + alignment */ 
	margin-left: auto;
	margin-right: auto;
	width: 1004px;
	text-align: left;
	/*border: 1px solid #000;*/
}

/*¿ï³æ³]©w*/
.bg01 {
	/*background-image: url(./images/item.gif);  */
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	height: 383px;
	width: 90px;
	left: 0px;
	top: 0px;
}
garea {
	background-color: e61d19;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.idu {
	/*background-image:url(..\images\item2.gif); */
	background-repeat: no-repeat;
	background-position:center;
	position: relative;
	height: 10px;
	width: 90px;
	left: 0px;
	top: 0px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #ABABAB;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.menu {
	position:absolute;
	top: 20px;
	left: 5px;
	width: 90px;
	font-size: 12px;
	font-family: ATimes New Roman;
	font-weight: normal;
	
	
}
dt {
	background-repeat: no-repeat;
	font-size: 14px;
	position: relative;
	text-align:left;
	background-position:left;
	background-image:url(./images/item2.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	height: 100%;
	width: 90px;
	
}
dd {
	position: relative;
	left: -30px;
	width: 85px;

}
.dismenu {
	background-color: #FFFFFF;
	text-align:left;
	line-height:20px;
	width:85px;
	height: 100%;	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 2px;
}


dd.disable {
	display: none;
}
img{border:0px;} 