/**
 * Description
 * css for all main page
 *
 * @copyright  2012 Relay2, Inc.
 */
@import url(/css/base.css?ver=1.7.0); 
@import url(/css/grid.css?ver=1.7.0);
.logo,.logo a{display:block;width:110px; height:62px;overflow:hidden;}
.logo a{text-indent:-9999px;background:url(/images/logo.png);}
.logo.border a{width:108px; height:61px;border:1px solid #ccc;border-bottom:none;}
.alarmH,.alarmM,.alarmL{display:inline-block;width:10px; height:10px;border-radius:30px;border:1px solid #ccc;background:#f00;}
.alarmM{background:#f90;}
.alarmL{background:#ff0;}
.dropDown{position:relative;height:26px;cursor:pointer;}
.dropDown ul{border:1px solid #ccc;border-bottom:none;background:#E8FFFF;}
.dropDown li{display:none;padding-left:3px;height:24px;line-height:24px;border-bottom:1px solid #ccc;}
.dropDown li.first{display:block;}
.dropDown .dropBtn{float:right;margin:2px 2px 0 0;width:20px; height:18px;border:1px solid #ccc;background:none;}
.dropDown .dropBtn b{margin:7px auto;}
.dropDown .dropBtn.up b{margin-top:2px\9;}
/* top */
.top{position:relative;z-index:2;margin:5px 0 38px 0;height:62px;border-bottom:1px solid #ccc;}
.top .topR{width:860px;height:62px;}
.top .summary{position:relative;z-index:1;margin-bottom:7px;height:24px;}
.top .severity{width:263px;}
.top .severity dt{float:left;margin-left:5px;width:50px;height:24px;line-height:24px;}
.top .severity dd{float:left;margin-right:10px;width:57px;line-height:23px;}
.top .severity i{margin-right:10px;}
.top .alarm,.top .event{width:302px;}
.top .note{width:45px;height:24px;border:1px solid #ccc;background-position:6px -341px;}
.top .newAp{width:64px;height:24px;line-height:24px;text-align:center;color:#000;border:1px solid #ccc; font-size:22px; }
.top .user{z-index:1;width:103px;}
.top .user li a{display:block;white-space:nowrap;color:#666;overflow:hidden;}
.top .other{margin-top:2px;}
.top .refresh,.top .schBtn,.top .celSch,.top .help{float:left;width:6px;height:24px;background-position:2px -388px;background-color:#E3FFFF;}
.top .help{background-position:2px -438px; margin-top:7px; }
.top .search span{display:none;float:left;}
.top .celSch{background-position:8px -489px;}
.top .search input{float:left;padding-left:2px;width:0; height:24px; border:1px solid #ccc;}
.top .schBtn{background-position:5px -36px;}
.nav a{color:#666;}
/* main */
.main{margin-bottom:10px;width:978px;border:1px solid #ccc;overflow:hidden;}
/* btm */
.status{position:relative;margin-bottom:10px;padding-left:5px;height:26px;line-height:26px;background:#f0f0f0;border:1px solid #ccc;}
.status.hightLight{border-color:#f00;}
.btm{padding:10px 0 40px 0; border-top:1px solid #ccc;text-align:center;}
/* popTable */
#tableShade{z-index:997;}
.popTable{position:fixed;z-index:998;left:50%;margin-left:-262px;padding:10px;width:500px;border:2px solid #ccc;}
.popTable .minimize{display:none;}
/* pop for Add Mobility Domain */
.cdAddMd th{width:100px;height:30px;text-align:left;font-weight:normal;}