BODY
{
  font-family: Arial, helvetica, sans-serif;
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
  z-index: 0;
  overflow: hidden;
}

#header
{
  width: 100%;
  padding-top: 10px;
  /*height: 231px;*/
}

.logoWrapper
{
  width: 100%;
  /*height: 225px;*/
  /*background: #454545; *//* Old browsers */
  /*background: -moz-linear-gradient(left, #FFFFFF 40%, #121212 100%); *//* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, right top, color-stop(40%,#FFFFFF), color-stop(100%,#121212)); *//* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(left, #FFFFFF 40%,#121212 100%); *//* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(left, #FFFFFF 40%,#121212 100%); *//* Opera11.10+ */
  /*background: -ms-linear-gradient(left, #FFFFFF 0%,#121212 100%); *//* IE10+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#121212',GradientType=1 ); *//* IE6-9 */
  /*background: linear-gradient(left, #FFFFFF 40%,#121212 100%); *//* W3C */
}

.firstLine
{
  width: 100%;
  height: 2px;
  max-height: 2px;
  background: #05c0f3; /* Old browsers */
  background: -moz-linear-gradient(left, #05c0f3 0%, #FFFFFF 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#05c0f3), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #05c0f3 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #05c0f3 0%,#FFFFFF 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(left, #05c0f3 0%,#FFFFFF 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c0f3', endColorstr='#FFFFFF',GradientType=1 ); /* IE6-9 */
  background: linear-gradient(left, #05c0f3 0%,#FFFFFF 100%); /* W3C */
  padding: 0px;
  font-size: 2px;
}

.secondLine
{
  width: 100%;
  height: 2px;
  background: #ccff03; /* Old browsers */
  background: -moz-linear-gradient(left, #ccff03 0%, #FFFFFF 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ccff03), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ccff03 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ccff03 0%,#FFFFFF 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(left, #ccff03 0%,#FFFFFF 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff03', endColorstr='#FFFFFF',GradientType=1 ); /* IE6-9 */
  background: linear-gradient(left, #ccff03 0%,#FFFFFF 100%); /* W3C */
  font-size: 2px;
}

.whiteLine
{
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  font-size: 2px;
}

.relative
{
  position: relative;
}

.logoWrapper div.logo, td.logo
{
  /*position: absolute;*/
  /*bottom: -220px;*/
  /*padding-right: 30px;*/
  color: #414142;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  width: 30px;
  padding-right: 30px;
}

.logoWrapper div.customLogo
{
  /*position: absolute;*/
  /*bottom: -220px;*/
  padding-left: 30px;
}

.floatLeft
{
  float: left;
}

.floatRight
{
  float: right;
}

.clearBoth
{
  clear: both;
}

TD
{
  text-align: left;
}

#container
{
  width: 80%;
/*  min-height: 483px; */
  min-height: 542px;
}

ul
{
  list-style: none;
	margin: 0px;
	padding: 0px;
}

.message-container
{
  width: 90%;
  height: 105px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
}

.message-container .message
{
}

.message-container .message-text
{
  padding-top: 10px;
  text-align: left;
  color: #363837;
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  padding-left: 8px;
}

.message-container .message-icon
{
  width: 35px;
  height: 35px;
  font-size: 30px;
  padding: 5px;
  text-align: center;
}

/*.message-container .message-icon*/
/*{*/
/*  width: 35px;*/
/*  height: 51px;*/
/*}*/

.message-container .v7
{
  height: 7px;
}

.message-container .v15
{
  height: 15px;
}

.message-container .h80
{
  width: 80px;
}

.message-container .message-rating
{
  width: 100%;
}

.message-container .message-rating-tick-wrapper
{
  position: relative;
}

.message-container .message-rating-tick
{
  content: '';
  position: absolute;
  top: 1px;
  left: 1%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #00aabb;
  border-top: 0;
  margin-left: -7px;
  margin-top: -7px;
}

/*.message-container .message-rating-tick*/
/*{*/
/*  width: 40px;*/
/*  height: 23px;*/
/*  background: url(../images/answer_a_g.png) no-repeat;*/
/*}*/

.message-container .message-rating-stars
{
  display: inline;
  float: right;
  text-align: left;
  padding-right: 20px;
}

.message-container .message-rating-stars-pad
{
  width: 23px;
  height: 23px;
  background: url(../images/star_small.png) no-repeat;
  margin-right: 5px;
  float: left;
}

.message-container .message-rating-stars-empty-pad
{
  width: 23px;
  height: 23px;
  background: url(../images/star_small_empty.png) no-repeat;
  margin-right: 5px;
  float: left;
}

.message-container .message-reply
{
  background: #A7ABAB;
  min-height: 44px;
  height: 44px;
  overflow: hidden;
}

.message-container .message-reply-text
{
  color: #FFFFFF;
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  padding-left: 8px;
  vertical-align: middle;
  padding-top: 5px;
}

.message-container .message-reply-icon
{
  width: 35px;
  height: 35px;
  padding: 5px;
  text-align: center;
  vertical-align: top;
}

.message-container .message-reply-icon > i
{
  font-size: 25px;
}

/*.message-container .message-reply-icon*/
/*{*/
/*  width: 35px;*/
/*  height: 38px;*/
/*  background: url(../images/manager_ico_grey.png) no-repeat;*/
/*}*/

.message-container .message-manager-post
{
  background: #A7ABAB;
  min-height: 105px;
  height: 105px;
  /*padding-top: 5px;*/
  margin-bottom: 5px;
  margin-top: 5px;
  overflow: hidden;
}

.message-container-selected
{
  width: 100%;
  height: 250px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.message-container-selected .message-height
{
  height: 119px;
}

.message-container-selected .message-bg
{
  width: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
}

.message-container-selected .message
{
}

.message-container-selected .message-border
{
  border-radius: 15px 15px 0px 0px;
  border: 1px solid #019EC7;
  border-bottom: 0px;
}

.message-container-selected .message-border2
{
  border: 1px solid #019EC7;
  border-top: 0px;
  border-bottom: 0px;
}

.message-container-selected .message-text
{
  padding-top: 10px;
  text-align: left;
  color: #000000;
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  /*padding-left: 8px;*/
}

.message-container-selected .message-icon
{
  padding: 10px;
  color: #019EC7;
  width: 63px;
  text-align: center;
}
.message-container-selected .message-icon > i
{
  font-size: 80px;
}

/*.message-container-selected .message-icon*/
/*{*/
/*  height: 112px;*/
/*  background-image: url(../images/member_ico.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: 10px 10px;*/
/*}*/

.message-container-selected .v7
{
  height: 17px;
}

.message-container-selected .v15
{
  height: 15px;
}

.message-container-selected .h80
{
  width: 100px;
}

.message-container-selected .message-rating
{
  width: 100%;
}

.message-container-selected .message-rating-tick-wrapper
{
  position: relative;
}

.message-container-selected .message-rating-tick
{
  content: '';
  position: absolute;
  top: 1px;
  left: 1%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #00aabb;
  border-top: 0;
  margin-left: -15px;
  margin-top: -15px;
}

.message-container-selected .message-rating-stars
{
  display: inline;
  float: right;
  text-align: left;
  padding-right: 20px;
  font-size: 35px;
  line-height: 35px;
  padding-bottom: 5px;
}

.message-container-selected .message-rating-stars-pad
{
  width: 40px;
  height: 40px;
  background: url(../images/star_pink.png) no-repeat;
  margin-right: 5px;
  float: left;
}

.message-container-selected .message-rating-stars-empty-pad
{
  width: 40px;
  height: 40px;
  background: url(../images/star_empty.png) -80px -80px no-repeat;
  margin-right: 5px;
  float: left;
}

.message-container-selected .message-reply
{
  background: #019EC7;
  min-height: 88px;
  height: 88px;
  padding-top: 0px;
  overflow: hidden;
}

.message-container-selected .message-reply-border
{
  border-radius: 0px 0px 15px 15px;
  border: 1px solid #019EC7;
  border-top: 0px;
}

.message-container-selected .message-reply-text
{
  color: #FFFFFF;
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  padding-left: 8px;
  vertical-align: middle;
}

.message-container-selected .message-reply-icon
{
  width: 65px;
  height: 71px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
}

.message-container-selected .message-reply-icon > i
{
  font-size: 60px;
}

/*.message-container-selected .message-reply-icon*/
/*{*/
/*  width: 85px;*/
/*  height: 91px;*/
/*  background-image: url(../images/manager_ico.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: 10px 3px;*/
/*}*/

.message-container-selected .message-reply
{
  background: #019EC7;
  min-height: 91px;
  height: 91px;
  padding-top: 0px;
}

.message-container-selected .message-manager-post
{
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #019EC7;
  background: #019EC7;
  min-height: 237px;
  height: 237px;
  padding-top: 10px;
  overflow: hidden;
}

.default_wrapper
{
  position: absolute;
  bottom: 0px;
  z-index: 0;
  width: 100%;
}

.default_container
{
  width: 1385px;
  margin: 0 auto;
  position: relative;
}

.title
{
  float:left;
  margin-top:0px;
}

.text
{
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  width: 916px;
  text-align: left;
}

.textBG
{
  background: url(../images/text.png) no-repeat;
  width: 916px;
  height: 428px;
  z-index: 2;
}

.beforeText
{
  color: #00144D;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 35px;
}

.afterText
{
  color: #262626;
  font-size: 12px;
  padding-left: 35px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.innerText
{
  font-size: 56px;
  font-weight: bold;
  padding-left: 35px;
  color: #005b7f;
  padding-top: 25px;
}

.textFirstWord
{
  display: inline;
  color: #ef7203;
}

.explainText
{
  color: #262626;
  font-size: 36px;
  font-weight: bold;
  padding-left: 35px;
  padding-top: 70px;
}

.messagesceen
{
  background: url(../images/message.png) 0px 60px no-repeat;
  position: absolute;
  bottom: 0px;
  left: 845px;
  z-index: 1;
  width: 550px;
  height: 725px;
}

.example
{
  position: absolute;
  left: 25px;
  bottom: 55px;
  z-index: 100;
  background: url(../images/example.png) 0px 0px no-repeat;
  width: 901px;
  height: 199px;
}

.exampletext
{
  padding: 30px;
  color: #FFFFFF;
  font-family: Arial;
  font-weight: bold;
  font-size: 32px;
  width: 700px;
}

.exampletextsmall
{
  color: #FFFFFF;
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
}

.messagesceentext
{
      padding: 30px;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: normal;
    font-size: 32px;
    position: absolute;
    bottom: 45px;
    left: 80px;
    width: 315px;
    height: 165px;
    text-align: left;
}

.messagesceenshortcode
{
  padding: 0px;
  color: #007AFF;
  font-family: Arial;
  font-weight: bold;
  font-size: 32px;
  position: absolute;
  top: 220px;
  left: 47px;
  width: 455px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.messagescreendate
{
      padding: 0px;
    color: #8A8B8D;
    font-family: Arial;
    font-weight: normal;
    font-size: 15px;
    position: absolute;
    top: 267px;
    left: 47px;
    width: 455px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.exampletext_messagescreen
{
  margin-top: 5px;
  margin-right: 3px;
  padding: 0px;
  color: #000000;
  font-family: Arial;
  font-weight: bold;
  font-size: 26px;
  width: 99%;
  text-align: left;
  border: solid 2px #019EC7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.exampletext_pad_messagescreen
{
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.exampletextsmall_messagescreen
{
  font-family: Arial;
  font-weight: normal;
  /*font-size: 22px;*/
}

.controlOuter
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px; 
}

.controlOuterBg
{
  width: 16px;
  height: 16px;
  background: url(../../../images/newdesign/icons/edit.png) top left no-repeat;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  -khtml-opacity: 0.50;
  opacity: 0.50;
}

#control
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 3px double #09C1F3;
  font-size: 24px;
  background: #F5F8F9;
  display: none;
}

.activeStar
{
  color: #FFA500;
}

.inactiveStar
{
  color: #CCCCCC;
}