body#login { height: 100%; text-align: center;

  background: -webkit-linear-gradient(#3170AC, #FFFFFF); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#3170AC, #FFFFFF); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#3170AC, #FFFFFF); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#3170AC, #FFFFFF); /* Standard syntax */

}

#login #loginBackground { position: relative; width: 425px; height: 256px; border: 2px solid #3170AC; margin: 0px auto 0 auto; background-image: url("icbergan/background_login.png"); background-repeat: no-repeat; }
#loginBanner { width: 395px; height: 111px; background: #FFF url(icbergan/background_login.png) no-repeat left top; padding-bottom: 30px; }

#loginPanel { position: absolute; top: 156px; left: 8px; width: 770px; color: #FFFFFF; text-align: left; }
#loginPanel h3 { color: #FFFFFF; text-align: left; width: 200px; margin-left: 20px; }
#loginPanel a { color: #FFFFFF; }
#loginPanel a:hover { color: #FFFFFF; }
#loginPanel p.loginText { color: #FFFFFF; margin-left: 20px; text-align: left; }

#loginform { float: left; margin-left: 20px; height: 60px; }
#loginform label { color: #13131F; text-align: left; float: left; width: 80px; padding: 0px; margin: 0px; margin-top: 3px; }
#loginform input { margin-right: 0px; border:1px solid #626262; float: none; clear:none; }
#loginform input:focus,#loginform input:hover { border:1px solid #000000; }
#loginform #submit { margin-bottom: 9px; }

#loginError { position: absolute; left: 100px; top: 78px; min-width: 192px; font-size: 11px; color: #b94a48; background-color: #f2dede; border-color: #eed3d7; padding: 8px 14px 8px 14px; margin-bottom: 18px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
#loginError a { color: #b94a48; font-weight: bold; text-decoration: none; }
#loginError a:hover { color: #b94a48; font-weight: bold; text-decoration: underline; }

#loginFooterPanel { position: relative; width: 953px; margin: 40px auto 0 auto; color: #13131F; font-size: 11px; }
#loginFooterPanel a:hover { color: #13131F; }

#left-column-top { height: 230px; }
#left-column-bottom { top: 231px; }

#logopanel {  background: #FFF url(icbergan/background_corner.png) no-repeat center center; background-color: #fff; height: 160px;}

.alertrow { background: #f00; border-top: 1px solid #a00;}
.alertackrow { background: #f90; border-top: 1px solid #a00;}

.geofencerow { background: #c3c; border: border-top: 1px solid #b2b; }
.messagerow { background: #03f; border:  border-top: 1px solid #01d;}

/* Tree */

li.account { background-color: #004B67; list-style: none; color:#FFFFFF }
li.account:hover { background-color: #0F4357; color:#FFFFFF }

li.subaccount { background-color: #0096CD; list-style: none; color:#FFFFFF }
li.subaccount:hover { background-color: #1E87AE; color:#FFFFFF }

li.group { background-color: #34C8FF; list-style: none; color:#004B67 }
li.group:hover { background-color: #52BAE0; color:#004B67 }

li.groupmember { background-color: #9AE3FF; list-style: none; color:#004B67 }
li.groupmember:hover { background-color: #A9DCEF; color:#004B67 }
