@CHARSET "UTF-8";

x#wrap{ min-width: 1000px; width:expression((documentElement.clientWidth < 1010) ? "1000px" : "auto"); overflow: hidden; xmargin:0 auto; }
#wrap{ width:1000px; overflow: hidden; margin:0 auto;  }

/*-------------------------------- 
	Header
---------------------------------*/
#header
{ 
    background:url(/Media/img/Home/topBg.gif);
    position: relative;
    z-index: 10;
    width:1000px;
    height:198px;
}


#UserGuide .bg { float: left; position: absolute;height:400px; width:680px;  background: url(/Media/img/Home/bgMogobeUserGuide.gif) top repeat-x; top: 166px; left: 0px; }

#UserGuide .row1 .bgBtn{ display:block; position: absolute;height:28px; width:28px;  background: url(/Media/img/Home/UserGuideMenuGreenFlower.gif); top: 110px; left: 83px; }
#UserGuide .row1 a{ font-size:14pt; color:#05ACBE;font-family:Arial;}
#UserGuide .row1 a:hover{ text-decoration: underline;cursor: pointer;}

#UserGuide .h100
{
    height: 100%;
 }

.row2 { font-size:16pt; color:#05ACBE; font-family:Arial;}

.home
{
    z-index: 4000;
    position:absolute;
    top: 0;
    left: expression((body.clientWidth - 1000) / 2);
}

.homeBg
{
    position: absolute;
    /*
    background-color: #F7CB4E;
    background-color: #97C1FB;
    background-color: #192824;
	*/
	background-color: #2E443E;

    height: expression(body.clientHeight);  
    left: expression((body.clientWidth - 1000) / 2);  
}

#homeBg .homeSwf
{
    position: relative;
    top: expression((body.clientHeight - 585.9 - 50));    
}

.pageNewBg
{
	position: absolute;
    background-color: #FFFFFF;
    width: 730;
    height:100%;
    border:1;
    left: expression(((body.clientWidth - 730) / 2) );  
}
.pageBg
{
    position: absolute;
    background-color: #FFFFFF;
    width: 730;
    top: 150;
    height: expression(body.clientHeight - 150); 
    left: expression(((body.clientWidth - 730) / 2) );  
}

.line
{
    display:block;
    position: relative;
    height:5px;
    width:626px;

    background: url(/Media/img/Home/line.png) top repeat-x;
    top: 0px;
    left: 0px;
}

.BackToTop a
{
    display: block;
    position: relative;
}

.content
{
    position: relative;
    width: 626px;
    color: #626262;
    font-size:12pt; 
    font-family:Arial;

}

.title
{
    font-size:12pt; 
    color: #05ACBE;
    font-family:Arial;
}

.link
{
    text-decoration: underline;
    cursor: hand;    
}    

.rtl
{
    direction: rtl;
}

.aboutName
{
    font-size:12.5pt; 
    color: #fd8813;
    font-family:Arial;
    font-weight: bold;
}
.aboutJob
{
    font-size:12.6pt; 
    color: #fd8813;
    font-family:Arial;
    font-weight: normal;
}
.aboutDetail
{
    font-size:11.5pt; 
    color: #7b7b7b;
    font-family:Arial;
    font-weight: normal;
}

