﻿h2
{
    color: rgb(70, 102, 162);
    font-weight: bold;
}

p
{
    color: rgb(17, 17, 17);
    font-family: Arial, 'Helvetica Neue' , Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

li
{
    color: rgb(17, 17, 17);
    font-family: Arial, 'Helvetica Neue' , Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

a
{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: rgb(35, 97, 161);
    text-decoration: none;
}

a:hover
{
    color: rgb(35, 97, 161);
    text-decoration: underline;
}


.summary > p
{
	font-size:11.5px !important;
	line-height:17px;
	margin-left:60px;
}

/* ========================================================================= 
RWCC - Recorded Webinar Styles
=========================================================================== */

/*-- Table Style -----------------------------------------------------------------------------------------*/
#rwcc-webinars table, #rwcc-webinars table td { border:none; }
#rwcc-webinars h3 { margin-bottom:0px; padding:0px; font-size:14px;} 
#rwcc-webinars .TableHeader { color:#ffffff; font-size:12px; border-bottom:1px solid #dfe8f6; padding-bottom:5px; padding-left:3px; padding-top:2px; margin-bottom:1px; font-style:italic; background:#4988c6 url("../css/src/bg-blue-header.gif") repeat-x top left;  }
#rwcc-webinars .TableHeader h3 { color:#ffffff;   }
#rwcc-webinars .TableSubHeader { color:#335270; background-color:#dfe8f6; font-weight:bold;   }
#rwcc-webinars td { text-decoration:none; background-color:#f7f7f7; border-bottom:1px solid #ffffff; padding-top:2px; padding-bottom:2px; }
#rwcc-webinars a { text-decoration:none; } 
#rwcc-webinars .green { color:#67a152; }
#rwcc-webinars .red { color:#cb3838; }
