/************************************************/
/************************************************/
/* Description: Entries in this CSS file should */
/* only be used for content items and not for   */
/* layout. Use zz_99-TMS.css for layout CSS     */
/************************************************/
/************************************************/



/******  HTML EDITOR CSS FILES - DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING ***********/
/******  SAME CSS CLASSES SHOULD MATCH THE EDITOR.CSS FILE IN THE CSS DIR OF THE SITE ROOT*/

.Font-Default
{
    font-size:100%;
}

.Font-115{
    font-size:115%;
}

.Font-120{
    font-size:120%;
}

.Font-125{
    font-size:125%;
}

.Font-150 {
    font-size:150%;
}

.Font-200 {
    font-size:200%;
}

.HeaderLargeOrange {
  font-family: Raleway, sans-serif,Verdana  !important;
  font-weight: 700;
  color: #cc0033 !important;
  font-size: 250%;
}

.ParagraphHeader {
  font-family: Raleway, sans-serif  !important;
  font-weight: 700;
  font-size: 150%;
}


h1, .h1, .PageTitle, .PanelTitle {
  font-family: Raleway, sans-serif,Verdana  !important;
  font-weight: 700;
  color: #cc0033 !important;
}

h2, .h2 {
  font-family: Raleway, sans-serif,Verdana !important;
  font-weight: 600;
  color: #000000 !important;
}


img.sponsorImages {max-width:70%;}




/***** PROGRAMMING   *********/

/* Technical Program Page */
.rowHover
 {
    background-color:#ffffff;
 }
 
 .rowHover:hover
 {
    background-color:#e3eefb;
 }
 
 
 .pdf {
background: url(/images/common/icon_pdf.gif) no-repeat left 1px;
padding-left: 17px;
margin-top:10px;
text-decoration: none;
}
 .liRow
 {
     height:35px;
     line-height:35px;
     vertical-align:middle;
     width:100%;
     background-color:#eede93;
     border:solid 1px #efcd73;
     list-style:none;
     padding-left:5px;
     margin-left:0px;
     color:black;
     font-weight:bold;
     margin-bottom:10px;
     cursor:pointer;
     font-size:110%;
 }
 .ulRow
 {
  padding:0px;
  margin:0px;   
 }
 
.pricm1Panel
{
display:none;
background-color:#ffffff;
list-style-type: none;
list-style:none;
border:solid 0px #1c59a8;
width:100%;
margin-bottom:10px;
}
/* End Technical Program Page */



/***** PROGRAMMING   *********/