body {

	font-size: 17px; 
	text-align:center;
	

}

.wf-active #main { 
	font-family: 'Dosis', sans-serif;
}

.wf-loading #main { 
	visibility:hidden;
}

.wf-inactive #main { 
	font-family: sans-serif;
	font-size: 15px;
}

h2 , h3 , h4 , h5 { margin-bottom: 2px; }

h2 + p, h2 + ul, h3 + p, h3 + ul { margin-top:0px; } 

a { color:#0066FF; }

.subheading {
	font-size: 3.2em;
}

#wrapper {
	/* width:90%; */
	background-color:#ffe; 
	/* margin-top:20px; */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	overflow:hidden;
	
	-webkit-box-shadow:  0px 0px 12px 3px rgba(0, 0, 0, .5);
        
        box-shadow:  0px 0px 12px 3px rgba(0, 0, 0, .5);	

}

#banner {
	background-color:#fdad00;
	text-align:left;
	width:100%; height:76px;
	
background: rgb(255,175,75); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWY0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjkyMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,175,75,1)), color-stop(100%,rgba(255,146,10,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-8 */


	
}

#main {
	padding:30px;
	min-height:400px;
	overflow:auto;
}

table.list { border-bottom: 1px solid #666;  }
/*	table.list:hover { background-color:#FFFFfc; }*/
.wf-active td 		{  font-family: 'Dosis', sans-serif; font-size:1.1em; }
.wf-inactive td 		{  font-family:  sans-serif; font-size:1.0em; }
.wf-loading td 		{  color: rgba(255,255,225,0);}

td.webDesc { padding-right:20px; }
td.webTime { border-left:1px dashed #7f7f77; }

tr.spacer, tr.spacer td { font-size:10%; }

td.webDesc > h2 { margin-top:0px; padding-top:0px;} 
td.webDesc > p { margin-top:0px; padding-top:0px;}

h2 { margin-bottom:10px; }
h2 + p  { margin-top:0px; padding-top:0px;}
h4 { margin-bottom: 5px; }

h4 + p { margin-top:0px; padding-top:0px;} 
dl.table-display
{
width: 660px;
margin: 2em 0;
padding: 0;
overflow:auto;
}

dl.table-display a {
	color:#0099FF;
}

dl.table-display a:visited {
	color:#0099FF;
}

.table-display dt
{
width: 17em;
float: left;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #999;
font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd
{
font-weight:bold;
float: left;
width: 24em;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #999; 
}




#footer {
	background-color:#000;
}

	#footer a {
		color:#fdcd00;
	}
h1 { font-size:1.2em; color:#FF6600; }

.heading {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

input { border:1px solid #999; }

.body {
	font-family: sans-serif;
	font-size: 16px;
	color: #000000;
}

.bodyLight {
	color: #303030;
}

.bodySmall {
	font-size: 90%;
	color: #000000;
}

.gold {
	background-color: #FBBF4B;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #406480;
}


.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #406480;
	text-decoration: underline;
}

.footerLink:hover {
	text-decoration: none;
}

.formfield260 {
	BORDER: #ccc 1px solid;
	font-size: 16px;
	color: #000000;
	width : 180px;
	BACKGROUND-COLOR: #FFFFFF;
}



.button:hover {

	cursor:pointer;
}



.webinar-info td { padding-top:10px; }

.add-to-cal {
	list-style:none
}

.outlook{
	background:url(./images/ico-cal-outlook.png) no-repeat; 
	float:left;
	
}

.outlook a{
	padding-left:20px;
	
}

.google{
	background:url(./images/ico-cal-google.png) no-repeat; 
	float:left;
	margin-left:10px;
	
}

.google a{
	padding-left:20px;
	
}

.yahoo{
	background:url(./images/ico-cal-yahoo.png) no-repeat; 
	float:left;
	margin-left:10px;
	
}

.yahoo a{
	padding-left:20px;
	
}

.other-cal{
	float:left;
	margin-left:10px;
	
}

td.label {   padding-right:5px; text-align:right; font-weight:bold; color:#c60; }




a.button {
	position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(000,128,230,1);

    font-weight: 700;
    font-size: 1.4em;
    display: block;
    padding: 2px 4px 4px 4px;
    -webkit-border-radius: 6x;
    -moz-border-radius:    6px;
    border-radius:         6px;
    -webkit-box-shadow: 0px 4px 0px rgba(000,100,190,1), 0px 4px 10px rgba(0,0,0,.7);
    -moz-box-shadow:    0px 4px 0px rgba(000,100,190,1), 0px 4px 10px rgba(0,0,0,.7);
    box-shadow:         0px 4px 0px rgba(000,100,190,1), 0px 4px 10px rgba(0,0,0,.7);
    margin: 20px auto;
	width: 160px; height:29px;
	text-align: center;
	
-webkit-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000); 
    -ms-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000); 
        transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000); /* easeOutCirc */
}

	.wf-loading a.button  { visibility:none; }
	.wf-active a.button {     font-family: 'Yanone Kaffeesatz'; }
	
a.button.small {
	width: 90px; 
	padding-top:2px;
	font-size:1.6em;
}

a.button:hover {
	color:#fff;
	background-color: rgba(010,138,240,1);
    -webkit-box-shadow: 0px 4px 0px rgba(000,110,200,1), 0px 4px 15px rgba(0,100,200,.7);
    -moz-box-shadow:    0px 4px 0px rgba(000,110,200,1), 0px 4px 15px rgba(0,100,200,.7);
    box-shadow:         0px 4px 0px rgba(000,110,200,1), 0px 4px 15px rgba(0,100,200,.7);	
}

a.button:active {
    -webkit-box-shadow: 0px 2px 0px rgba(000,100,190,1), 0px 3px 6px rgba(0,50,100,.9);
    -moz-box-shadow:    0px 2px 0px rgba(000,100,190,1), 0px 3px 6px rgba(0,50,100,.9); 
    box-shadow:         0px 2px 0px rgba(000,100,190,1), 0px 3px 6px rgba(0,50,100,.9);
    position: relative;
    top: 3px;
}

