body{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
	margin-top:0px; 
	margin-left:0px;
}

.image_link img{
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;*/
	border: 1px solid #333333;
	border-left:#eeeeee solid 1px;
	border-top:#eeeeee solid 1px;
}

.image_link:hover img{
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1;
	border:#8E85F8 solid 1px;*/
	border: 1px solid #333333;
	border-right:#eeeeee solid 1px;
	border-bottom:#eeeeee solid 1px;
}

.reg_attr_title{
	font-size:12px;
	font-weight:bold;
}

a{
	color:#ffffff;
}

a:hover{
	color:#A28F81;
}

.page_content{
	margin-left:35px;
}

.inquiry{
	margin-left:35px;
}

.form_content{
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #eeeeee;
	padding-top:8px;
	padding-bottom:8px;
}

/*****************
Style for Browse bar
******************/

ul.makeMenu1, ul.makeMenu1 ul {
  width: 120px;                 /* sets the size of the menu blocks */
  border: 1px solid #545454;       /*puts a black border around the menu blocks */
  /*background-color: #959595;       /*makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  font-size:16px;
  font-weight:bold;
}

ul.makeMenu1 li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #fff;                 /* sets the default font colour to white */
  padding-left:10px;
}
ul.makeMenu1 li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 18px;                    /* position slightly lower than the parent menu item */
  left: -2px                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu1 li:hover, ul.makeMenu1 li.CSStoHighlight {
  background-color: #C2C2C2;      /* gives the active menu items a yellow background */
  color: #000;                 /* makes the active menu item text black */ 
}
ul.makeMenu1 ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu1 li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu1 li a { color: #fff; display: block; width: 100%; text-decoration: none; }
ul.makeMenu1 li a:hover, ul.makeMenu1 li a.CSStoHighLink { color: #000; }
ul.makeMenu1 li:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */



ul.makeMenu2, ul.makeMenu1 ul {
  width: 160px;                 /* sets the size of the menu blocks */
  border: 1px solid #000000;      /* puts a black border around the menu blocks */
  background-color: #545454;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding: 3px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  font-size:14px;
  font-weight:normal;
}
ul.makeMenu2 li {
  list-style-type: none;       /* removes the bullet points */
  margin: 1px 0px 1px 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #fff;                 /* sets the default font colour to white */
  padding: 3px 0px 3px 10px;
  background-color:#373737;
  border-bottom:#222222 solid 1px;
}
ul.makeMenu2 li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: -6px;                    /* position slightly lower than the parent menu item */
  left: 160px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu2 li:hover, ul.makeMenu1 li.CSStoHighlight {
  background-color: #A7A7A7;      /* gives the active menu items a yellow background */
  color: #000;                 /* makes the active menu item text black */ 
}
ul.makeMenu2 ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu2 li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu2 li a { color: #fff; display: block; width: 100%; text-decoration:none; }
ul.makeMenu2 li a:hover, ul.makeMenu1 li a.CSStoHighLink { color: #000; }
ul.makeMenu2 li:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */

a.title_bar_home{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

a.title_bar_home:hover{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.fgh_title {
color: #FFFFFF;
font-size:18px;
}

.title_bar_text{
color: #FFFFFF;
font-size:16px;
font-weight:bold;
}

.fhg_box{
width:250px; 
height:153px; 
margin:4px; 
float:left;
}

.fhg_box_upper{
width:250px; 
height:135px; 
background-color:#626262; 
margin:0px; 
color:#ffffff;
}

.fhg_box_pic{
width:75px; 
height:75px; 
/*background-color:#CCCC00; */
margin:4px 0px 0px 4px; 
float:left;
}

.fhg_box_title{
width:160px; 
margin: 5px 0px 0px 5px; 
float:left; 
padding:0px; 
text-decoration:underline; 
font-size:14px; 
font-weight:bold;
}

.fhg_box_text{
width:160px; 
margin: 5px 0px 0px 5px; 
float:left; 
padding:0px; 
font-size:12px;
font-weight:normal;
}

.fhg_box_url{
width:240px; 
}

.fhg_box_inputbox{
width:230px; 
border:0px;
}

.fhg_box_clipboard{
margin-left:10px; 
font-size:12px; 
}

.fhg_lower{
width:240px; 
height:18px; 
background-color:#C2C2C2; 
margin:0px;
padding-right:10px; 
font-size:12px; 
font-weight:bold; 
color:#060606;
}

a.link_clipboard{
font-weight:bold;
color:#060606;
text-decoration:underline;
}

a.link_clipboard:hover{
font-weight:bold;
color:#cccccc;
text-decoration:none;
}

a.link_preview{
font-weight:bold;
color:#060606;
text-decoration:underline;
}

a.link_preview:hover{
font-weight:bold;
color:#626262;
text-decoration:none;
}

/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu1 li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( include/IEmen.htc );
}
ul.makeMenu1 ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: 18px; left: -12px;
}

ul.makeMenu2 li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( include/IEmen.htc );
}
ul.makeMenu2 ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: -6px; left: 150px;
}


.fhg_actress_lefter{
width:122px; 
height:152px; 
background-color:#626262; 
float:left; 
margin-bottom:15px;
}

.fhg_actress{
width:122px; 
height:152px; 
background-color:#626262; 
float:left; 
margin-left:25px; 
margin-bottom:15px
}

.fhg_actress_pic{
width:102px; 
height:102px;
margin:10px 10px 8px 10px; 
}

.fhg_actress_div_text{
width:108px; 
height:25px; 
margin: 0px 5px 2px 5px;
color:white; 
font-size:11px
}