/* Site Colors:
	#1A446C - blue grey
	#689DC1 - light blue
	#D4E6F4 - very light blue
	#EEE4B9 - light tan
	#8D0D19 - burgundy
*/

html { height: 100%; width: 100%; }
body { width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px;
	font-family: "Palatino Linotype", Arial; background: url(../../../images/pagetop_online_teachings2.png) repeat-x left top #DEFAFB;
	font-size: 12px; line-height: 20px; }

a:link {color: #003366; line-height:20px;}
a:visited {color: #336699; line-height:20px;}
a:hover {color: #003366; line-height:20px;}
a:active {color: #003366; line-height:20px;}


#ymp-relevance {
visibility: hidden;
}

.alert{
	color:#800000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:4px;
}
.text {
	font-family:"Palatino Linotype", Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
	vertical-align:top;
}

.gridheaders {
	font-family:"Palatino Linotype", Helvetica, sans-serif;
	height:30px;
	vertical-align:sub;
	background-image:url(../../../images/gridheader.jpg);
	background-repeat:repeat-x;
	/*background-color:#DDDDDD;*/
	font-size:12px;
	font-weight:400;
	color:#FFFFFF;
	vertical-align:top;
}

.textbox{
	background-color:#FFFFFF;
	font-family:"Palatino Linotype", Arial;
	color:#222222;
	font-size:12px;
	height:18px;
}

.dropdown{
	background-color:#FFFFFF;
	font-family:"Palatino Linotype", Arial;
	color:#003366;
	font-size:12px;
	height:26px;
}

.button{
	background-color:#FFFFFF;
	font-family:"Palatino Linotype", Arial;
	color:#003366;
	font-size:11px;
	height:26px;
}



.errortext{
color:#DDDDDD;
background-color:#990000;
font-weight:600;
}

/* Yahoo! Media Player: Playlist colors */
/* Default color for playlist entries */
#ymp-tray .ymp-tray-track {
  color:#003366 !important;
}
 
/* Highlighted track */
#ymp-tray .ymp-tray-track:hover {
  color:#336699 !important;
  background-color:transparent !important;
}
 
/* Currently playing track */
#ymp-tray .ymp-tray-track.playing,
#ymp-tray .ymp-tray-track.playing:hover {
  color:#cccccc !important;
  background-color:#777777 !important;
}
#ymp-yahoo-logo { display: none !important }

