
/*
  LAYOUT
*/

body{
 margin:0px;
 font-family:Arial;
 font-size:11px;
 color:#333;
 cursor:default;
 background-color:#fff;
 SCROLLBAR-FACE-COLOR: #eee; SCROLLBAR-HIGHLIGHT-COLOR: #fff;
 SCROLLBAR-SHADOW-COLOR: #fff; SCROLLBAR-3DLIGHT-COLOR: #ddd;
 SCROLLBAR-ARROW-COLOR: #FF7D1B; SCROLLBAR-TRACK-COLOR: #fff;
 SCROLLBAR-DARKSHADOW-COLOR: #ccc;
}

.langdiv{
 position:absolute;
 float:left;
 top:0px;
 padding:0px;
 width:800px;
}
.searchdiv{
 width:145px;
 float:right;
 position:relative;
 padding:5px;
 margin:1px;
 background:#fff;
}
.logo{
 height:60px;
 width:400px;
 background-image:URL('imgs/cargus.jpg');
 background-repeat:no-repeat;
 background-position:100 50%;
 cursor:pointer;
}
.indexHome{
 position:absolute;
 margin-left:-5px;
 width:25px;
 height:25px;
 z-index:16;
 background-image:URL('imgs/indexHome.gif');
 background-repeat:no-repeat;
 background-position:50% 50%;
 cursor:pointer;
}
.indexMail{
 font-size:0px;
 position:absolute;
 margin-left:20px;
 width:25px;
 height:25px;
 z-index:15;
 background-image:URL('imgs/indexMail.gif');
 background-repeat:no-repeat;
 background-position:50% 50%;
 cursor:pointer;
}
.menu1div{
 overflow:auto;
}
.menu2div{
 width:450px;
 height:30px;
 overflow-y: hidden;
 overflow:auto;
}
.menu_odiv{
 border-bottom:18px solid #303030;
}
.treed{
background:#DFE2E7;
padding:3px;
}
.leftBlock{
 padding-top:0px;
 padding-bottom:20px;
 vertical-align:top;
}
.leftBlock
.title_bar{
 padding-top:0px;
 padding-bottom:5px;
}
.leftBlock
.title_bar
.title{
 font-family:Verdana;
 font-size:12px;
 color:#FFF;
 font-weight:normal;
 padding:2px;
 padding-right:10px;
 padding-left:5px;
 background:#F79743;
 border:1px solid #F8821C;
}
.leftBlock
.title_bar
.subtitle{
 font-size:11px;
 color:#FF7D1B;
 padding:1px;
 padding-left:3px;
 padding-right:3px;
 margin-top:0px;
 background:#fff;
}
.contentBlock{
 padding-top:0px;
 padding-left:0px;
 padding-bottom:20px;
 vertical-align:top;
}

a { color:#555; text-decoration:underline; }
a:hover { color:#000; text-decoration:underline; }

.IDExp{
 color:#F79743;
 font-size:14px;
 font-weight:bold;
 border-bottom:1px solid #303030;
}
.ExpEv{
 padding-left:20px;
 padding-top:5px;
}

.t_q_img{
 border:1px solid #eee;background-image:URL('imgs/lgSearch.gif');background-position:100% 100%;background-repeat:no-repeat;
}
.t_track_img{
 border:1px solid #eee;background-image:URL('imgs/lgBox.gif');background-position:0 100%;background-repeat:no-repeat;
}
.t_login_img{
 border:1px solid #eee;background-image:URL('imgs/lgLock.gif');background-position:50% 100%;background-repeat:no-repeat;
}
.t_bbox{
 border:1px solid #eee;padding:0px;
}
.t_input{
 _height:25px;
 padding:7px;
 color:#555;
 font-size:12px;
 border:0px;
}
.t_button{
 border:1px solid #F8821C;background-color:#F79743;color:#fff;font-size:10px;font-family:Tahoma;text-align:center;
}
