﻿

/***** Font Setting *****/
.ft_ExSmall
{
 font-family: Arial, Sans-Serif;
 font-size: 10px;
 color: #58585A;
}

.ft_Small
{
 font-family: Arial, Sans-Serif;
 font-size: 11px;
 color: #58585A;
}

.ft_footer
{
 font-family: Arial, Sans-Serif;
 font-size: 10px; 
 color: Black;
 font-weight: normal;
}

.ft_headerExLarge
{
 font-family: Arial, Sans-Serif;
 font-size: 20px;
 font-weight:bold;
 color: #89191C;
}

.ft_headerLarge
{
 font-family: Arial, Sans-Serif;
 font-size: 18px;
 font-weight:bold;
 color: #89191C;
}

.ft_headerMedium
{
 font-family: Arial, Sans-Serif;
 font-size: 16px;
 font-weight:bold;
 color: #89191C;
}

.ft_headerSmall
{
 font-family: Arial, Sans-Serif;
 font-size: 14px;
 font-weight:bold;
 color: #89191C;
}

.ft_headerExSmall
{
 font-family: Arial, Sans-Serif;
 font-size: 12px;
 font-weight:bold;
 color: #89191C;
}
/* ==================== */


div.Index
{
 position:absolute;
 top:350px;
 width: 1024px;   
 background: #FFCA08;
 font-family: hahah; 
}

.rtop, .rbottom
{
 display:block;
 background:#fff;
}

.rtop *, .rbottom *
{
 display: block;
 height: 1px;
 overflow: hidden;
 background:#FFCA08;
}

.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

#transparency {filter: alpha(opacity=55); -moz-opacity: .55; background-color:#FFFFFF; position:absolute; top:440px; left:110px; }

div.innerContent
{ 
 position:absolute;
 width: 1024px;
 height:440px;
 /*background-color: #FFCF31;*/
 /* border: 1px solid black; */
 /* for IE */
 filter:alpha(opacity=97);
 /* CSS3 standard */
 opacity:0.97;
 -moz-opacity:0.97;
}






div.Content
{
 position:absolute; 
 /* left:100px; */
 /* top:100px; */
 width:100%;
 height:100%; 
 overflow:auto;
}

div.Test
{
 width: 400px;
 height: 180px;
 margin: 30px 50px;
 background-color: #ffffff;
 border: 1px solid black;
 /* for IE */
 filter:alpha(opacity=60);
 /* CSS3 standard */
 opacity:0.6;
}


