/**************************************************/
		    /* --- Main Styles --- */
/**************************************************/

.appwrapper{
    width: 960px;
}

#salesoutstandingdiv{
    float:left;
}

#home-right{
    float: right;
}

#home-btm{
    float: right;
}

#documents_notices{
    float:right;
}

#reportfavs{
    float:right;
}

#head_reportfavs{
    float: left;
}

#people_counts{
    clear: left;
    float: left;
}

#outstandingwrapper {
    overflow: auto;
    height: 339px;
}

#repotfavswrapper {
    overflow: auto;
    height: 100px;
}

#latestdocswrapper {
    overflow: auto;
    height: 100px;
}

.ui-widget {
  font-size: 12px !important;
}

h1 {
    font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
    color: #6A6A6A;
    font-size: 20px;
    float:left;
}

h2 {
    font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    padding: 4px 16px 4px;
}

td {
  font-family:Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  padding: 3px 0px 4px 5px;
  text-align: left;
  max-height: 21px;
  height: 22px;
}

td.leftAlign {
    text-align: left;
}

td.rightAlign {
    text-align: right;
}

 td.dateField {
     white-space:nowrap;
 }

td.centerAlign {
    text-align: center;
    padding-left: 0px;
}

tr {
    height: 21px;
    max-height: 21px;
}

th {
  font-family:Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  padding: 8px 4px 8px 18px;
}

a {
 text-decoration:none;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color: #0066CF;
}


a:hover {
 text-decoration:none;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color:#F15058;
}

.component{
    margin: 7px 0px;
}

.homeImg{
    margin: 7px 0px;
}

.noticeIcon {
    text-align: center;
    padding: 0;
}

.left-clear{
    float:left;
    clear:left;
}

/*******************************/

.dtree a, .dtreenode {
    color: #0066CF!important;
    text-decoration: none;
    border: 0px;
	font-weight: normal;
	font-style: normal;
}

.dtree a:hover, .dtreenode:hover {
    color: #F15058!important;
}

.mainwrappertenant{
   width: 866px;
}

/* NEW CHART STUFF*/

.mainwrapper{
 /*   max-width: 1600px; */
 /*   min-width: 1200px;*/
   width: 866px;
}

.mainwrapperNewLayout{
 /*   max-width: 1600px; */
 /*   min-width: 1200px;*/
   /*width: 866px;put back for main version*/
    width: 100%;

}

#salesandfootfall {
    width: 855px;
}

#tsasalesandfootfall {
    width: 855px;
}

#tsasalesdensity {
    width: 855px;
}

#tsatransactions {
    width: 855px;
}

#tsaitems {
    width: 855px;
}

#tsaatv {
    width: 855px;
}

#tsaaverageitemvalue {
    width: 855px;
}

#tsarankings {
    width: 855px;
}

.ie9warning {
    display: none;
}

.ie9 .ie9warning {
    display: block;
}

.warmText {
  color:#FFFFFF;
  font-weight: bold;
  font-size: 20px;
  background-image: url('/ra-web/WebContent/img/hightemp.png');
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 10px;
  padding-bottom: 10px;

}

.coldText {
  color: #0176BA;
  font-weight: bold;
  font-size: 16px;
  background-image: url('/ra-web/WebContent/img/circle.png');
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.boldText {
  font-weight: bold;
}

.weatherText {
   color: #C2C2C2;
   font-size: 12px;
}


#weatherwidget .widgetpanel {
    height: 342px;
}

.weatherTable {
    padding-top: 20px;
    height: 100%;
}

.salesOutstandingChart{
    height: 120px;
    width: 425px;
}

/** start livingston tenant page styles **/
.Livingston #repotfavswrapper {
    overflow: auto;
    height: 78px;
}
.urgentnotices{
    overflow: auto;
    font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
    font-size: 12px;
    float: right;
    width: 562px;
    background-color: #EDF2F8;
}

.urgentnotices img{
    float: left;
    margin: 16px;
}

.urgentnoticetitle{
    font-weight: bold;
    margin-top: 6px;
}
.urgentnoticedate{
    font-weight: bold;
}

.urgentnoticedetails{
    overflow: hidden;
    width: 440px;
    height: 45px;
    margin-top:5px;
}

.urgentnoticedetails a{
   color: #000000;
}
.moreurgentnotices{
    margin-top: 8px;
    margin-bottom: 5px;
}

.pendingevents{
    float: right;
    width: 293px;
    height: 194px;
}

.pendingevents td{
    font-size: 12px;
    border: none;
    width: 146px;
}

.nourgentnotices{
    margin-top: 15px;
    height: 83px;
}

/** end livingston tenant page styles **/