.dashboard { overflow: auto; clear: both; margin-bottom: 15px; }
.dash-left { width: 425px; float: left; margin-top: 15px; border-right: 1px solid #e4e4e4; }
.dash-video { width: 400px; min-height: 225px; margin: 5px auto 5px; clear: both; }
.announcement { width: 380px; margin: 7px auto 0; background: #F9F8AE; padding: 10px; border: 1px solid #F3F173; }
.announce-title { text-transform: uppercase; font-size: 14px; font-weight: bold; margin-bottom: 5px; }
.announce-short {}
.dash-right { width: 445px; float: right; }
.dash-info { width: 380px; background: #eee; padding: 7px; overflow: auto; border: 1px solid #c7c7c7; margin: 15px auto 0 auto; }
.dash-info-left { float:left; width:30%;margin-top:10px;}
.dash-info-right { float:left; width:70%; }
.dash-name { font-size: 24px; color: #474747; font-weight: bold; margin-bottom: 0; }
.dash-role { font-size: 14px; color: #666; position: relative; left: 0px; margin-top: 5px; }
.dash-links { position: relative; left: 5px; margin-top: 2px; font-size: 12px; }
.dash-role ul { margin: 0; padding: 0; list-style-type: none; }
.dash-role ul li { list-style-type: none; }
.dash-nav-links { margin: 10px auto 7px; }
.dash-link-item { width: 380px; background: #eee; padding: 7px; overflow: auto; border: 1px solid #c7c7c7; margin: 15px auto 0 auto;}
.dash-link-item img { float: left; margin-right: 7px; }
.dash-link-item img:hover { position: relative; bottom: 2px; }
.dash-link-item a { color: #000; }
.dash-link-item a:hover { text-decoration: underline; }
.dash-link-title { font-size: 18px; font-weight: bold; margin-top: 7px; }
.dash-link-text { line-height: 14px; }
.dash-break { background: url(../images/dash-separator.png) no-repeat; width: 100%; clear: both; height: 19px; margin: 15px auto; width: 819px;  }
.md-user-image-width, .md-user-action {display:none;}
.md-user-image-width-input { width:35px;}
table#md-components-table, td, th {vertical-align: top; border:none; }
table#md-components-table tr td { padding:2px; border:none;}
div#md-components-div {overflow: auto;width: auto;}
.error {
  background-color: #FFFBCC;
  border: 1px solid #E6DB55;
  color:red;
  padding:5px;
} 
.success {
  background-color: #FFFBCC;
  border: 1px solid #E6DB55;
  color:green;
  padding:5px;
}