/* FUJI XEROX KANSHA CSS */ 
div  
{  color: #000000; } 
html, body 
{  height: 100%; } 
body 
{  width: 100%; height: 100%;
 margin: 0; 
 padding: 0; 
 background-color: #8c8c8c;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 13px; 
 color: #3c3c3c; } 
h1 
{  font-family: Arial, Helvetica, sans-serif; 
 font-size: 22px; 
 color: #555555; 
 font-weight: bold; } 
h2 
{  font-family: Arial, Helvetica, sans-serif; 
 font-size: 16px; 
 color: #3c3c3c; 
 font-weight: bold; } 
h3 
{  font-family: Arial, Helvetica, sans-serif; 
 font-size: 13px;
 font-weight: normal;
 color: #3c3c3c; } 
p, ul, li
{  font-family: Arial, Helvetica, sans-serif; 
 font-size: 13px;
 font-weight: normal;
 color: #8e8e8e;
 line-height: normal; } 
ul 
{ margin-left: 0; /*to remove indent*/
 padding-left: 0; } 
 
li
{ margin-left: 1em; /*to remove indent*/ 
 padding-left: 0; }
li a, li a:link, li a:visited
{ color: #8e8e8e;
 text-decoration: none; }
 
li a:hover 
{ color: #0092d6;
 text-decoration: none; }
p a, p a:link, p a:visited 
{  font-family: Arial, Helvetica, sans-serif;  
 font-size: 13px; 
 line-height: 16px;
 font-weight: normal; 
 color: #0092d6; 
 text-decoration: none; } 
p a:hover 
{  color: #da1729; 
 text-decoration: underline; } 
a 
{  color: #0092d6; } 
a:link, a:visited 
{  color: #0092d6; } 
a:hover 
{  color: #da1729; } 
.bigtext
{ font-family: Arial, Helvetica, sans-serif;
 font-size: 24px; 
 color: #ffffff;
 padding-top: 3px;
 padding-left: 5px; }

/*---------------- Wrapper ----------------*/ 
#wrapper 
{  width: 100%; height: 100%; 
 min-height: 100%; 
 background: url(../../Content/ContentFiles/whitebody_bg.png) center 100px repeat-y;} 
html>body #wrapper 
{  height: auto; 
 } 

/*---------------- Header ----------------*/ 
#headercontainer 
{ width: 1024px;
 height: 210px;
 margin: 0 auto; }
#header 
{  width: 1024px; 
 height: 170px; 
 margin: 0 auto; 
 background: url(../../Content/ContentFiles/header_bg.gif) top left no-repeat; 
 vertical-align: top; } 
#headerlogo
{  width: 332px; 
 height: 123px; 
 background: url(../../Content/ContentFiles/kansha_logo.gif) top left no-repeat; 
 margin-top: 35px; 
 margin-left: 20px; } 
#headersearch
{  width: 192px; 
 height: 42px; 
 float: right;
 background: url(../../Content/ContentFiles/fuji_logo.jpg) top no-repeat; 
 margin-top: 60px; 
 margin-right: 25px; } 
 
 /* -------------------- MENU -------------------- */ 
 
 /*.moduletable_menu { width: 970px; margin-top: 14px; padding: 0px 0 20px 0; }*/ 
 
 #menu
 { width: 980px;
 height: 31px;
 background-color: #ffffff; 
 margin: 0 auto; }
 
.menu 
 { width: 980px;
 height: 31px;
 vertical-align: top;
 padding-top: 4px;
 background: url(../../Content/ContentFiles/navmenubg.gif) top center no-repeat; 
 margin: 0 auto; }
 
.menu ul 
{   padding: 0;
    color: #3c3c3c; 
 margin: 0 auto; }
.menu li 
{   display: inline;
 color: #3c3c3c; 
 text-align: center; 
 margin: 0 auto; }
.menu a, .menu a:link, .menu a:visited, .menu #current li a 
{   text-align: center;
 height: 24px; 
 vertical-align: middle;
    padding-right: 85px;
 text-decoration: none;
    font-size: 16px;
 color: #3c3c3c;
 font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-weight: normal; }
.menu a:hover, .menu #current a 
{ text-align: center;
 vertical-align: middle;
 font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
 font-size: 16px;
 font-weight: normal;
    color: #0090d7;
 text-decoration: none; }

/* ---------------- LEFT NAVMENU ---------------- */ 
 
 .leftnavmenu, .leftnavmenu ul
 { list-style: none; margin: 0 auto; padding: 0; }
  
.leftnavmenu  li 
{   margin: 0 auto; }
.leftnavmenu  a
{   display: block;
 width: 170px !important; width/**/: 180px;
 padding-left: 30px;
 margin-left: 10px;
 text-decoration: none;
    font-size: 13px;
 color: #3c3c3c;
 font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
 background: url(../../Content/ContentFiles/bullets_bluedarts.gif) 10px 50% no-repeat; }
 
/*.leftnavmenu #current a
{   text-align: left;
 width: 170px;
 height: 30px; 
 background-color: green;
 padding-left: 30px;
 text-decoration: none;
    font-size: 13px;
 color: #3c3c3c;
 font-family: Arial, Helvetica, sans-serif;
    font-weight: normal; }*/
.leftnavmenu  a:hover
{ text-align: left;
 width: 170px;
 height: 30px;
    background-color: #f5f5f5;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
    color: #3c3c3c;
 text-decoration: none; 
 padding-left: 15px; 
 padding-top: 10px; 
 background-image: none; }

 /*------------------- Page -------------------*/ 
 
 #page 
 {  width: 1000px; height: 100%;
 margin: 0 auto; 
 position: relative; } 
 
 .contentpaneopen 
 {  width: 100%; 
 margin: 0; 
 padding: 0; } 
 
 
 /*------------------ Content -----------------*/ 
 
 .clear 
 {  clear: both; } 
 
 .left
 { float: left; }
 
 .right
 { float: right; }
 
 #maincontent
 { width: 1000px; height: 100%; min-height:600px;
 margin: 0 auto; 
 /*background: url(../../Content/ContentFiles/whitebg.png) top repeat-y; */ }
 
#contentleft
 {
 padding-top: 10px; }
  
#contentmiddle 
 {
 padding-left: 10px;
 padding-top: 10px; } 
 
#contentright
{
 padding-left: 10px;
 padding-right: 20px; 
 padding-top: 10px; }
 
#contentright2
{ width: 760px;
 padding-left: 10px;
 padding-right: 20px;
 padding-top: 10px; }
 
 .heading
 { background-color: #f5f5f5;
 height: 30px;
 width: 190px; }
 
.headingtxt
 { font-family: Arial, Helvetica, sans-serif; 
 font-size: 14px;
 font-weight: bold;
 color: #3c3c3c; 
 padding-top: 5px;
 padding-left: 10px;
 vertical-align: top; }

.banner
{ width: 560px;
 height: 220px;
 background: url(../../Content/ContentFiles/banner.jpg) top left no-repeat; }
 
.bannerold
{ width: 560px;
 height: 206px;
 background: url(../../Content/ContentFiles/banner.jpg) top left no-repeat; }
 
.button, .button a:link, .button a:visited
{ width: 60px;
 height: 16px;
 background: url(../../Content/ContentFiles/button.gif) top  no-repeat;
 color: #3c3c3c; }
 
.button a:hover
{ background: url(../../Content/ContentFiles/button_hover.gif) top no-repeat; 
 color: #db1f30; }
 
 /*--------------- Table ---------------*/
 .tableheading
 { background-color: #99ccff;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 13px;
 font-weight: bold;
 color: #ffffff; 
 text-align: center; }
 
.th
{ font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight: bold;
 color: #3c3c3c; 
 text-align: center; }
 
.td1
{ font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight: normal;
 color: #3c3c3c; 
 text-align: left; 
 padding-left: 5px; }
 
.td2
{ font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight: normal;
 color: #3c3c3c; 
 text-align: right;
 padding-right: 5px; }
 
/*--------------- Table2 ---------------*/
 .tableheading2
 { background-color: #0090d7;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 13px;
 font-weight: bold;
 color: #ffffff; 
 text-align: center;
 height: 30px; }
 
.photo
{ width: 20%;
 vertical-align: top; 
 text-align: center; 
 padding-top: 10px; 
 border-bottom: 1px gray dashed; }
 
.desc
{ width: 28%;
 text-align: left; 
 padding-left: 5px; 
 vertical-align: top; 
 padding: 10px 5px; 
 border-bottom: 1px gray dashed; 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px;
 font-weight: normal;
 color: #8e8e8e; }
 
.item
{ font-family: Arial, Helvetica, sans-serif; 
 font-size: 13px;
 font-weight: bold;
 color: #3c3c3c; }
 
.gutter
{ width: 4%; }
.points
{ font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight: bold;
 color: #db2031;}
 
 /*--------------- Footer ---------------*/ 
 
 #footer 
 {  margin: 0 auto; 
 width: 1024px; 
 height: 149px; 
 padding-top: 15px; 
 background: url(../../Content/ContentFiles/footer_bg.gif) bottom no-repeat;
 text-align: left; } 
 
.footerbar
{ width: 978px;
 height: 31px;
 text-align: left;
 vertical-align: top;
 margin: 0 auto;
 background: url(../../Content/ContentFiles/footerbar.gif) top left no-repeat; 
 padding-top: 6px;} 
 
 .footertxt1 
 {  font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px;
 font-weight: normal;
 color: #3c3c3c; 
 display: inline; 
 text-align: left;
 padding-left: 20px; } 
 
 .footertxt1 a, .footertxt1 a:link
 {  font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px;
 font-weight: normal;
 color: #3c3c3c; 
 display: inline;
 text-decoration: none; } 
 
 .footertxt1 a:hover 
 {  color: #0090d7; 
 text-decoration: none; } 
 
 .footertxt2 
 {  font-family: Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 font-weight: normal; 
 color: #3c3c3c;
 padding-left: 30px; 
 padding-right: 20px;
 float: left; } 
 
 .footertxt2 a, .footertxt2 a:link, .footertxt2 a:visited 
 {  font-family: Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 font-weight: normal; 
 color: #3c3c3c; 
 text-decoration: none; } 
 
 .footertxt2 a:hover 
 {  color: #0090d7; 
 font-size: 10px; 
 text-decoration: none; } 
.mfcf_reward 
{  background-color: #ffffff; } 
#mfcf_reward 
{  background-color: #ffffff; }
a:link img  {
filter:none;-moz-opacity:1;opacity:1; border:none;
} 
a:visited img {
filter:none;-moz-opacity:1;opacity:1;border:none; 
} 
a:hover img {
filter:alpha
(opacity=80);-moz-opacity:.80;opacity:.80;border:none; 
}