/*

 CSS for Yedda widget, copied from Customizing_Combo_Widgets_with_CSS.docx

*/
.YeddaAolComboWidget_Font{
	font-size: 12px; 
	font-family: Arial, Verdana, Sans-Serif;  
	color: #000000;     
}


.YeddaAolComboWidget_ComboTitle{
        font-size:1.6em;
        font-family:georgia;       
	color: #ffffff;     
}

.YeddaAolComboWidget_ComboTitleContainer{
	/*background-color:#76b6d2;*/
  background-color:#00529B;
	padding:8px;
}

.YeddaAolComboWidget_SubTitle{
	font-size:1.5em;
        font-family:georgia;       
	color:#666666;
}

.YeddaAolComboWidget_SubTitleContainer{
	padding-top:15px;
	padding-bottom:5px;
	background-image:url(http://yedda.com/partners/aol/cookbook/images/subtitlecontainer.png);
	background-repeat:repeat-x;
}

.YeddaAolComboWidget_ComboBorder{
	border: 1px solid #d1e8f2;
}

.YeddaAolComboWidget_ComboBottom{
	background-color:#d1e8f2;
}



.YeddaAolComboWidget_ContentLink   {
	color:#2b65b0;
	text-decoration:none;
}

.YeddaAolComboWidget_ContentLink:hover   {
	color:#2b65b0;
	text-decoration:underline;
}

.YeddaAolComboWidget_ContentLink:visited   {
	color:#2b65b0;
	text-decoration:none;
}

.YeddaAolComboWidget_ContentSecondaryLink   {
	color:#666666;
	text-decoration:none;
}

.YeddaAolComboWidget_ContentSecondaryLink:hover   {
	color:#666666;
	text-decoration:underline;
}

.YeddaAolComboWidget_ContentSecondaryLink:visited   {
	color:#666666;
	text-decoration:none;
}


.YeddaAolComboWidget_ButtonFrame{
	border:1px solid #f9cd4a;
	background-color:#fcc65c;
	background-image:url(http://yedda.com/partners/aol/cookbook/images/buttonframe.png);
	background-repeat:repeat-x;
}

.YeddaAolComboWidget_Button{
	height:22px;
	margin:0px;
	font-size:0.9em;
	padding:1px 3px;
	border:1px solid #fef0d3;
	color:#485150;
	cursor:pointer;
  background-image:url(http://yedda.com/Partners/AOL/Cookbook/Images/ButtonBG.jpg);
}

.YeddaAolComboWidget_LogoContainerBackgroundIE

{


filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://yedda.com/Partners/AOL/Cookbook/Images/footerBG.png",sizingMethod="scale");

}

.YeddaAolComboWidget_LogoContainerBackgroundOther {

    background-image:url(http://yedda.com/Partners/AOL/Cookbook/Images/footerBG.png);
    background-repeat: repeat-x;

}
