@charset "utf-8";
/* CSS Document */
.content {
  width: 1100px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 12px;
  background-color: #FFFFFF;
}

.aff_admin_tbl{
border-bottom: 1px solid #CCC;
border-top: 1px solid #000;
border-left: 1px solid #FC0;
border-right: 1px solid #FC0;
background-color:#F30;
}
.aff_admin_tbl_b{
background-color: #FC0;
}
.aff_admin_txt_14pt{
font-family: tahoma;
font-size: 14pt;
color:#F00;
margin-top: 0px;
}
.aff_admin_txt_18pt{
font-family: tahoma;
font-size: 18pt;
color:#F00;
margin-top: 0px;
}
.aff_admin_txt_24pt{
font-family: tahoma;
font-size: 24pt;
color:#F00;
margin-top: 0px;
font-weight: bold;
}
.h1_txt{
font-family: tahoma;
font-size: 7pt;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
text-decoration: none;
}
.top_txt{
font-family: tahoma;
font-size: 8pt;
color: #000000;
margin-top: 0px;
}
.top_txt_coup{
font-family: tahoma;
font-size: 8pt;
color: #000000;
margin-top: 0px;
}
.cnt_txt{
font-family: tahoma;
font-size: 9pt;
color: #000000;
margin-top: 0px;
}
.cnt_txt2{
font-family: tahoma;
font-size: 16pt;
color: #000000;
margin-top: 0px;
}
.left_nav_lnks{
font-family: tahoma;
font-size: 14pt;
color: #000000;
text-decoration: none;
}
a.left_nav_lnks:hover{
color: #FF0000;
}
.left_nav_lnks_b{
font-family: tahoma;
font-size: 9pt;
color: #000000;
text-decoration: none;
}
a.left_nav_lnks_b:hover{
color: #FF0000;
}
.bar_txt{
font-family: tahoma;
font-size: 8pt;
color:#FFFFFF;
}
.bar_nav_lnks{
font-family: tahoma;
font-size: 8pt;
color:#FFFFFF;
text-decoration: none;
}
a.bar_nav_lnks:hover{
color:#FF0000;
}
.pg_switch{
font-family: tahoma;
font-size: 8pt;
color:#000000;
text-decoration: none;
}
a.pg_switch:hover{
color:#FF0000;
}
.left_nav_st{
background-color:#EFEFEF;
border-right: 1px solid #000000;
}
.srch{
font-family: tahoma;
font-size: 7pt;
color: #000000;
}
.wht_txt{
font-family: tahoma;
font-size: 7pt;
color: #FFFFFF;
font-weight:bold;
}
.welcome{
font-family: tahoma;
font-size: 14pt;
color: #000000;
font-weight:bold;
}
.rd1{
font-family: tahoma;
font-size: 10pt;
color: #FF0000;
font-weight:bold;
}
.txt_box{
font-family: tahoma;
font-size: 9pt;
color: #000000;
}
.prod_pic_lnks{
font-family: tahoma;
font-size: 7pt;
color: #000000;
text-decoration: none;
}
a.prod_pic_lnks:hover{
cursor: pointer;
color: #FF0000;
text-decoration: underline;
}
.prc{
font-family: tahoma;
font-size: 9pt;
color: #FF0000;
}
.prc_lg{
font-family: tahoma;
font-size: 9pt;
color: #FF0000;
}
.prc_sml{
font-family: tahoma;
font-size: 8pt;
color: #FF0000;
}
/* picture box */
.pic{
border: 1px solid #000000;
}
.err_bckgrnd{
z-index:5; 
border: 1px solid #FF0000; 
background-color:#000000;
}
.wht_8pt{
font-family: tahoma;
font-size: 8pt;
color: #FFFFFF;
}
.wht_10pt{
font-family: tahoma;
font-size: 10pt;
color: #FFFFFF;
}
.wht_12pt{
font-family: tahoma;
font-size: 12pt;
color: #FFFFFF;
}
.start_here{
font-family: tahoma;
font-size: 10pt;
color: #FF0000;
text-decoration: none;
}
a.start_here:hover{
color: #0000FF;
}
.blk_8pt{
font-family: tahoma;
font-size: 8pt;
color: #000000;
}
.left_nav_lnks_txt{
font-family: tahoma;
font-size: 14pt;
color: #000000;
text-decoration: none;
}
.prp_sml{
font-family: tahoma;
font-size: 8pt;
color: #993399;
}


  /*give the body height:100% so that its child
    elements can have percentage heights*/
  body{ height:100% }

  /*this is what we want the div to look like*/
  div.fullscreen{
	display:block;
	/*set the div in the top-left corner of the screen*/
    position:absolute;
	opacity: 0.5;
	height: 496px;
	width: 460px;
	/*set the width and height to 100% of the screen*/
    /*width:100%;
	height:100%;*/
	/* z-index:5; */ 
  }
