/* ----------------------------------------------
TICKET VIEWING - These styles are used by
CWTicketView.aspx
---------------------------------------------- */
.popNotes {
 display:none;
}

.Subheader_level2 {
	font-size: 14px;
	font-weight: bold;
}

.reportButton {
 cursor:pointer;
 text-decoration:none;
 font-weight : bold;
 color: #1B368D;
  border: 2px solid #1B368D;
  width: 100px;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
/* removed
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
*/

.Reportheader {
 padding:1px 0px 1px 3px;
 font-family : "Century Gothic", Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight: bold;
 background-color:#f2981e;
 color:White;
 width:100%;
}

.reporttext {
 font-size : 12px;
 font-family : "Century Gothic", Arial, Helvetica, sans-serif;
 color : #00387c;
 text-align : left;
 vertical-align : top;
 width: 100%;
 padding-bottom: 10px;
}

.reportbold {
 font-size : 12px;
 font-family : "Century Gothic", Arial, Helvetica, sans-serif;
 font-weight: bold;
 color : #000000;
 text-align : left;
 vertical-align : top;
 background: #c0c0c0;
 padding: 3px;
 margin-top: 5px;
 width: 100%;
}

.reportGrid td {
 font-size : 12px;
 font-family : "Century Gothic", Arial, Helvetica, sans-serif;
 color : #00387c;
 border: 1px solid #c0c0c0;
 padding: 7px;
}

.reportGrid {
 margin-top: 10px;
 width:100%;
}

.reportGridSelected {
 font-weight: bold;
 background-color: #c8d6e6;
}

.msgSuccess {
 text-decoration:none;
 color: #86a4c6;
}

.msgError {
 text-decoration:none;
 color: #FF8500;
 font-weight : bold;
 font-size : 14px;
}


.Reportheaderorange {
 padding:1px 0px 1px 3px;
 font-size:14px;
 font-family : "Century Gothic", Arial, Helvetica, sans-serif;
 background-color:#FF8500;
 color:black;
 font-weight: bold;
 width:100%;
}

.reportimg {
 border: 1px solid #00387c;
}

.reportHighlight {
 border: 2px solid #FF8500;
 background-color: #00387c;
 text-align:left;
 font-family : "Century Gothic", Arial, Helvetica, sans-serif;
 color: White;
 margin: 75px;
 padding: 10px;
 width: 250px;
 font-size:12px;
}

.CurrentPage {
 font-weight:bold;
 font-size:16px;
 margin:4px;
}

.PageNumbersEnd {
 margin:3px;
}

.PageNumbersAddOne {
 margin:3px;
}

.PageNumbers {
 margin:3px;
}

.MarkedPrivate 
{
 font-size : 12px;
 font-family : "Century Gothic", Arial, Helvetica, sans-serif;
 color : #00387c;
 font-weight: bold;
 background-color: #f2981e;
}


