@import url("editor.css");
@import url("modules.css");
@import url("components.css");
/*****************************/
/*       TEMPLATE BODY       */
/*****************************/

/* PAGE BODY */
body {direction:ltr;margin:0;padding:0;border:none;border-top:2px solid #29abe2}
#mainFrame {width:1000px;margin: auto;padding: 0;}
#tmHeader{height:100px;background:transparent url(../images/header.png)  center center no-repeat;}
    #kwLogo {float: left; margin:5px 0 0 100px; height: 90px;width:80px;background:transparent url(../images/kw_logo.png)  center center no-repeat;}
    #mewLogo{float: right;margin:5px 100px 0 0; height: 90px;width:80px;background:transparent url(../images/mew_logo.png) center center no-repeat;}
#tmToolBar{height:24px;margin-top:2px;overflow: hidden;}
    #tmToolBar1{float: left;}
    #tmToolBar2{float: right; width:250px;height:22px;line-height: 22px;}
    #tmToolBarL{float: left; width:60px;height:22px;line-height: 22px;font-weight: bold; padding:0 5px;font-size: .8em;}
#tmFrontPage1{}
#tmFrontPage2{}
#tmPageBody{}
    #tmSidePanel{width:200px;overflow:hidden;padding:2px}
    #tmMainPanel{width:auto; overflow:hidden;padding:2px 5px;}
    #tmToolPanel{width:200px;overflow:hidden;padding:2px}
#tmSiteMap{padding: 4px 75px;font-size: 15px;border-top: 1px solid #CFCFCF;}
#tmFooter{height: 35px;border-top: 1px solid #CFCFCF;}
    #tmFooter1{float:left;width:300px;overflow:hidden;padding:2px 0;}
    #tmRights{float:left;width:394px;overflow:hidden;padding:2px 0;text-align: center;font-size: 15px;}
    #tmFooter2{float:left;width:300px;overflow:hidden;padding:2px 0;}

#linkedApps{padding:10px;width:360px;}
    #appIcon{padding-left: 13px;}
    #lformContainer {padding: 10px 0 10px 40px;background: url(../images/tml/temp_t_sep.png) 0 center no-repeat; font-size: 14px;}
    .loginField{padding :2px 0;clear: both; overflow: auto;}
    #lformContainer .inputtext{text-align: center;font-size:18px;font-weight:bold;width:154px;height:27px;line-height:27px;border:1px solid #808080;border-radius: 5px;}
    #lformContainer .inputtext:hover{border:1px solid #3366FF;}
    .lformLabel{}
    .lCombutton   {display:block; margin: 10px 0;width:158px; height:45px; padding:0px; background:url(../images/login-button-b.png) 0 0;border: 0; }
    .lCombutton:hover { background-position:0 -45px; }