/* 
    Document   : hkstyle
    Created on : Feb 2, 2015, 8:14:37 PM
    Author     : hk
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.tip {
    width: 212px;
    padding-top: 37px;
    display: none;
    position: absolute;
    background: transparent url(images/tipTop.png) no-repeat top;z-index:150;}

.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}
.title1 {background:black; padding: 0 25px 20px 25px;width:100px;height:50px;margin-left:20px;}

.inner{width:100%;height:100%;margin:auto;}
.inner1{width:25%;height:100%;float:left;}
.inner2{width:74%;height:100%;float:right;}
.inner22{width:74%;height:100%;float:right;}
.innertit{width:74%;height:30px;background:#D1DEE3;}
.inner3{width:100%;height:100%;}
.titlediv{width:940px;height:20px;padding: 5px;margin-bottom: 20px;font-family: tahoma;margin-left: 5px;}

.innerpara{width:100%;height:100%;float:left;}
.para3{font-family: Segoe UI;font-size:30px;color:#FB5A03}
.para1{font-family: Segoe UI;width:90%;font-size:20px;float:left;line-height: 150%;text-align: justify;margin: 10px;color:gray;}
.sphotoback{width:102px;height:132px;background:white;box-shadow:1px 1px 2px 2px #898A8A;margin-left:20px;border-radius:5px;}
.para2{width:100%;font-family: Segoe UI,gisha,verdana;font-size: 22px;line-height: 150%;text-align: justify;margin-left: 1.5%;text-indent: 30px; margin-right:2%;color:gray;}
.paras{font-family: Segoe UI;font-size:16px;text-align: justify;margin-left: 10px;}



.web_dialog_overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .80;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    z-index: 101;
    display: none;
}
.web_dialog
{
    display: none;
    position: fixed;
    width: 60%;
    height: 90%;
    top: 10%;
    left:25%;
    // margin-left: -190px;
    //  margin-top: -100px;
    background-color: #ffffff;
    border: 2px solid #336699;
    padding: 0px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
    overflow: none;
}
.web_dialog_title
{
    border-bottom: solid 2px #336699;
    background-color: #336699;
    padding: 4px;
    color: White;
    font-weight:bold;
    margin-left: -20px;

}
.web_dialog_title a
{
    color: White;
    text-decoration: none;
}