#allRatings .miniBar {
  height: 15px;
  width: 100px;
  margin-top: 5px;
  margin-left: 5px;
}

.overview_start {
  width: 200px;
  border: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  background-image: url(/img/bg_box1_tl.png);
  background-repeat: no-repeat;
}

.overview_end {
  width: 550px;
  border: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  background-image: url(/img/bg_box1_tr.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.commentsUser {
  font-weight:bold;
  color:#000;
  background-color:#E2E3E9;
}

.commentWarning {
  background-color: #EFA4A4;
  border:1px solid #FF0000;
  font-weight:bold;
  text-align:center;
  font-size:11px;
  margin-bottom:5px;
}

.commentTextarea {
  width: 728px;
}

.noMessagesWarning {
  width:100%;
  height:21px;
  padding-left:5px;
  border:0px;
  background-color:#E2E3E8;
  color: #0e5269;
  font-size: 12px;
}

.marginLeft5 {
  margin-left:5px;
}

.floatLeft {
  float:left;
}

.msgBoxTable {
  width:750px;
}

.InOutBoxButton {
  font-size:9px;
  margin-bottom:5px;
}

.textDecoNone {
  text-decoration:none;
}

.msgHeaderSender {
  width:100px;
  border:0px;
  font-size:11px;
  font-weight:bold;
  color:#fff;
  background-image: url(/img/bg_box1_tl.png);
  background-repeat: no-repeat;
}

.msgHeaderTitle {
  width:350px;
  border:0px;
  font-size:11px;
  font-weight:bold;
  color:#fff;
}

.msgHeaderDate {
  width:150px;
  border:0px;
  font-size:11px;
  font-weight:bold;
  color:#fff;
}

.msgHeaderAction {
  width:100px;
  border:0px;
  font-size:11px;
  font-weight:bold;
  color:#fff;
  background-image: url(/img/bg_box1_tr.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.MessagesTable {
  position:relative;
  top:-2px;
  width:750px;
}

.msgBoxSender {
  width:100px;
  border:0px;
  font-size: 12px;
  background-color:#E2E3E8;
}

.msgBoxTitle {
  width:350px;
  border:0px;
  font-size: 12px;
  background-color:#E2E3E8;
}

.msgBoxDate {
  width:150px;
  border:0px;
  background-color:#E2E3E8;
  color: #0e5269;
  font-size: 12px;
}

.msgBoxAction {
  width:100px;
  border:0px;
  background-color:#E2E3E8;
}

.msgImage {
  width: 20px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  background: none;
  cursor: pointer;
  text-align:left;
  float:left;
}

.msgTitle {
  border:0px;
  padding-left:0px;
  background:none;
  cursor:pointer;
  text-align:left;
  font-size:12px;
  color:#0e5269;
  margin-top:2px;
  text-decoration:underline;
  float:left;
}

.msgDeleteButton {
  padding-right:0px;
  padding-left:2px;
  float:left;
}

.displayInline {
  display:inline;
}

.msgReadSender {
  width:119px;
  border:0px;
  background-image: url(/img/bg_box1_tl.png);
  background-repeat: no-repeat;
  font-size:11px;
  font-weight:bold;
  color:#fff;
}

.msgReadTitle {
  width:402px;
  border:0px;
  font-size:11px;
  font-weight:bold;
  color:#fff;
}
.msgReadDate {
  width:215px;
  border:0px;
  background-image: url(/img/bg_box1_tr.png);
  background-repeat: no-repeat;
  background-position: top right;
  font-size:11px;
  font-weight:bold;
  color:#fff;
}

.colorWhite {
  color:#fff;
}

.msgReplyReciever {
  width:120px;
  border:0px;
  font-size:11px;
  font-weight:bold;
  float:left;
  margin-left:2px;
  padding:5px;
  color:#fff;
  background: #de6f1f;
  background-image: url(/img/bg_box1_tl.png);
  background-repeat: no-repeat;
}

.msgReplyTitle {
  width:604px;
  border:0px;
  font-size:11px;
  font-weight:bold;
  float:left;
  margin-left:2px;
  padding:5px;
  color:#fff;
  background: #de6f1f;
  background-image: url(/img/bg_box1_tr.png);
  background-repeat: no-repeat;
  background-position: top right;
}


.msgReadText {
  width: 750px;
  font-size: 12px;
  border: 0px;
  background-color: #E2E3E8;
  color: #0e5269;
}

.msgReadButtons {
  width:750px;
  border:0px;
  background-color:#E2E3E8;
}

.msgReadButtonPos {
  padding-right:0px;
  padding-left:2px;
}

.msgReplyUser {
  float:left;
  width:120px;
  height:23px;
  border:0px;
  margin-left:2px;
  vertical-align:middle;
  padding:5px;
  background-color:#E2E3E8;
}

.msgReplyUser .fontSize11 {
  font-size: 12px;
}

.msgSetReaded {
  margin-left: 2px;
  margin-top: -3px;
  border: 0px;
  float: left;
  height: 16px;
  width: 16px;
  background-color: #E2E3E8;
  background-image: url('/img/email_markopen.png');
  background-repeat: no-repeat;
  cursor: pointer;
}

.msgSetUnreaded {
  margin-left: 2px;
  border: 0px;
  float:left;
  height: 16px;
  width: 16px;
  background-color: #E2E3E8;
  background-image: url('/img/email_mark.png');
  background-repeat: no-repeat;
  cursor: pointer;
}

.fontSize11 {
  font-size:11px;
}

.msgReplyTitleInput {
  width:593px;
}

.replyTitleWidth {
  float:left;
  width:604px;
  height:23px;
  padding:5px;
  margin-left:2px;
  vertical-align:middle;
  border:0px;
  background-color:#E2E3E8
}

.replyTableWidth1 {
  margin-top:2px;
  margin-left:2px;
  padding:5px;
  width:736px;
  background-color:#E2E3E8
}

.replyTableWidth2 {
  margin-top:2px;
  margin-left:2px;
  padding:5px;
  width:736px;
  background-color:#E2E3E8
}

.replyTextBox {
  width:100%;
  border:0px;
  background-color:#E2E3E8;
}

.noAnnotations {
  background-color:#E2E3E8;
  border:0px;
  height:30px;
}

.annotationsTd1 {
  background-color: #E2E3E8;
  border: 0px;
  width: 200px;
  font-size: 12px;
}

.annotationsTd2 {
  background-color: #E2E3E8;
  border: 0px;
  width: 550px;
  font-size: 11px;
}

.annotationsDivAllRatings {
  float:right;
}

.annotationsAllRatings {
  float:left;
  position:relative;
  top:2px;
  left:90px;
}

.annotationsNoRatings {
  float:left;
  position:relative;
  top:-3px;
  left:185px;
}

.annotationsTable {
  width:750px;
  height:32px
}

.replyTextarea {
  width: 725px;
}

.user_personal{
  width: 375px;
}

.user_personal td{
  font-size: 11px;
}

.user_contacts {
  width: 375px;
}

.user_contacts td {
  font-size: 11px;
}