/* generic style sheet */
.ci_css_frame, .ci_css_hr,
.ci_css_table, .ci_css_tr, .ci_css_td, .ci_css_div, .ci_css_span,
.ci_css_a:link, .ci_css_a:visited, .ci_css_a:hover, .ci_css_img, .ci_css_select, .ci_css_radio,
.ci_css_inputField, .ci_css_inputFieldText, .ci_css_checkbox, .ci_css_checkboxText,
.ci_css_CopyRightText, .ci_css_PodSummary, .ci_css_PodOffer, .ci_css_PodLink:link,
.ci_css_PodLink:active, .ci_css_PodLink:visited, .ci_css_PodLink:hover,
.ci_css_PodProductInfo:link, .ci_css_PodProductInfo:active, .ci_css_PodProductInfo:visited, 
.ci_css_PodProductInfo:hover, .ci_css_PodTitle:link, .ci_css_PodTitle:active, 
.ci_css_PodTitle:visited, .ci_css_PodTitle:hover, .ci_css_PrintLimitText,
.ci_css_RcpSubCategory:link,.ci_css_RcpSubCategory:hover,.ci_css_RcpSubCategory:active,.ci_css_RcpSubCategory:visited,
.ci_css_AdvanceSrchInput,.ci_css_DIVPopup,.ci_css_ExWinPopupAnimate,.ci_css_rcp_nut_tbl, .ci_css_rcp_nut_td, 
.ci_css_rcp_sr_td, .ci_css_rcp_sr_tbl, .ci_css_rcp_sr_tr,
.ci_rcp_go_btn, .ci_rcp_print_tbl, .ci_rcp_print_div, .ci_css_rcp_nut_tbl1, .ci_css_rcp_nut_span,
.ci_css_rcp_nut_td1,.ci_css_rcp_nut_td2,.ci_css_WinVeil,.ci_css_Zp_TitleDIV
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: 0%;
	background-repeat: repeat;
	border-collapse: collapse;
    border-spacing: 0px;
    border: solid 0px #000000;
    caption-side: top;
	clear: none;
	clip: auto;
    color: #333333;
	content: normal;
	cursor: default;
	direction: ltr;
	display: inline-block;
	empty-cells: show;
	float: none;		
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-height: 10000px;
    max-width: 10000px;
    min-height: 0;
    min-width: 0;
    outline-width: 0px;
    overflow: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    position: static;
    quotes: none;
    table-layout: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    unicode-bidi: normal;
    vertical-align: top;
    visibility: visible;
    white-space: normal;
    width: auto;
    word-spacing: normal;
    z-index: auto;
}

/* div */
.ci_css_div
{
	display: block;	
}

/* link */
.ci_css_a:link
{
    color: #0068aa;
    text-decoration: underline;
}

/* visited link */
.ci_css_a:visited
{
    font-size: 11px;
    color: #788b97;
    text-decoration: underline;
}

/* link onmouseover */
.ci_css_a:hover
{
    cursor: pointer;
    cursor: hand;
    color: #0068aa;
    font-size: 11px;
    text-decoration: none;		
}

/* select dropdown list */
.ci_css_select
{
    width: 135px;
    border-right: #a5acb2 1px solid;
    border-top: #a5acb2 1px solid;
    border-left: #a5acb2 1px solid;
    border-bottom: #a5acb2 1px solid;
    font-size: 12px;
    background: #ffffff;
    color: #555555;
    font-family: Verdana, Tahoma, Arial;
    display: inline;
}

/* input text field */
.ci_css_inputField
{
    width: 135px;
    border-right: #a5acb2 1px solid;
    border-top: #a5acb2 1px solid;
    border-left: #a5acb2 1px solid;
    border-bottom: #a5acb2 1px solid;
    font-size: 11px;
    background: #ffffff;
    color: #555555;
    font-family: Verdana, Tahoma, Arial;
    cursor: text;
    overflow: hidden;
}

/* the text that appear next to input fields */
.ci_css_inputFieldText
{
    font-size: 11px;
    color: #444444;
    font-family: Verdana, Tahoma, Arial;
}

/* radio */
.ci_css_radio
{
	width: 14px; 
	height: 14px;
	margin-top: 1px;
}

/* text that appears next to a checkbox */
.ci_css_checkbox
{
    font-size:  10px;
    color: #333333;
    line-height: 12px;
    font-family: Verdana, Tahoma, Arial;
    height: 13px;
}

/* text that appears next to a checkbox */
.ci_css_checkboxText
{
    font-size:  10px;
    color: #333333;
    line-height: 12px;
    font-family: Verdana, Tahoma, Arial;
}

/* the copyright text on the bottom of the page */
.ci_css_CopyRightText
{
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Tahoma, Arial;
    text-decoration: none;
}

/* dynamic popup */
.ci_css_DIVPopup 
{
	background-color: #ffffff;
	border-bottom: #b8b8b8 1px solid; 
	border-left: #b8b8b8 1px solid; 
	border-right: #b8b8b8 1px solid; 
	border-top: #b8b8b8 1px solid; 
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='#e0e0e0',Positive='true') alpha(opacity=95); 
	z-index: 100; 
}

/* popup animation */
.ci_css_ExWinPopupAnimate 
{
	border-bottom: gray 1px solid;
	border-right: gray 1px solid;
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	display: block;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

.ci_css_WinVeil
{ 
	/*CSS for veil that covers entire page while modal window is visible*/
	background: url("http://download1.coupons.com/7/19/7125/1450/micrositebeta.coupons.com/CouponWeb/Themes/CI_DFSI/_images/veil.png");
	cursor: not-allowed;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);
	opacity: 10;
}

#DivContent
{
	width: 100%;
	<#CI_DFSIBorderColor#> 
}

/**********************************************/
/* Edit Profile */
/**********************************************/
/* the welcome title  */
#WelcomeTitle
{
	font-weight: bold;
	margin-left: 10px; 
	margin-top: 8px;
}

/* the welcome sub title  */
#WelcomeSubTitle
{
	margin-left: 10px; 
	margin-top: 2px;
}

/**********************************************/
/* Loading */
/**********************************************/
/* the title on the loading page */
/* #LoadingTitle */
/* the subtitle on the loading page */
/* #LoadingSubTitle */
/* the wait message on the loading page */
/* #LoadingWaitMsg */

/**********************************************/
/* Login */
/**********************************************/
/* the privacy policy link on the login page */
/* #PrivacyPolicy */
/* the text that shows the registration 
   instructions on the login page */
/* #RegStep1Text */
/* #RegStep2Text */
/* #RegStep3Text */
/* the savings text on the the login page */
#SavingsText
{
	color: #008080;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 20px;
}
/* the text that shows the required fields 
   on the login page */
#RequiredFieldText
{
	font-size: 10px; 
	color: #1f6e00;
}
/* the error message that is displayed if a
   user tries to login with invalid credentials */
/* #LoginErrMsg */


/**********************************************/
/* Offers */
/**********************************************/
/* the header section */
#OffersPageHeader
{
	padding-left: 8px; 
	padding-right: 7px; 
	padding-bottom: 0px;	
}

/* zip text field */
#txtZip
{
    background: #ffffff;
    border-right: #a5acb2 1px solid;
    border-top: #a5acb2 1px solid;
    border-left: #a5acb2 1px solid;
    border-bottom: #a5acb2 1px solid;
    color: #555555;
    cursor: text;
    font-size: 10px;
    margin-top: 1px;
    width: 44px;
}

/* the content section */
#OffersPageContent
{
	padding-left: 7px; 
	padding-right: 7px;
}

/* the main offers table */
#CouponOfferTable
{
	background-color: #EAF4FD;
	border-width: 0px;
	border-color: #dddddd;
	width: 100%;
}

/* the footer section */
#OffersPageFooter
{
	
}

/* the main title on the offer page */
/* #OfferTitleText */
/* the sub title on the offer page */
/* #OfferSubTitleText */
/* the total pages text on the offer page */
/* #TotalPagesText */

/* pod summary text */
.ci_css_PodSummary
{
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Tahoma;
}

/* pod offer text */
.ci_css_PodOffer
{
    font-size: 11px;
    color: #333333;
    line-height: 13px;
    font-family: Verdana, Tahoma, Arial;	
}

/* pod link used for video, duet and cpc pods */
.ci_css_PodLink:link
{
    font-size: 11px;
    color: #333333;
    line-height: 13px;
    font-family: Verdana, Tahoma, Arial;	
    text-decoration: none;
}

/* active pod link */
.ci_css_PodLink:active
{
    font-size: 11px;
    color: #0068aa;
    line-height: 13px;
    font-family: Verdana, Tahoma, Arial;	
    text-decoration: underline;
}

/* visited pod link */
.ci_css_PodLink:visited
{
    font-size: 11px;
    color: #333333;
    line-height: 13px;
    font-family: Verdana, Tahoma, Arial;	
    text-decoration: none;
}

/* hover pod link */
.ci_css_PodLink:hover
{
    cursor: pointer;
    cursor: hand;
    font-size: 11px;
    color: #0068aa;
    line-height: 13px;
    font-family: Verdana, Tahoma, Arial;	
    text-decoration: underline;
}

/* product info link */
.ci_css_PodProductInfo:link
{
    font-size: 11px;
    color: #333333;
    line-height: 13px;
    font-family: Verdana, Tahoma, Arial;	
    text-decoration: underline;
}

/* active product info link */
.ci_css_PodProductInfo:active
{
    font-size: 11px;
    color: #0068aa;
    line-height: 13px;
    font-family: Verdana, Tahoma, Arial;	
    text-decoration: underline;
}

/* visited product info link */
.ci_css_PodProductInfo:visited
{
    font-size: 11px;
    color: #333333;
    line-height: 13px;
    font-family: Verdana, Tahoma, Arial;	
    text-decoration: underline;
}

/* hover product info link */
.ci_css_PodProductInfo:hover
{
    cursor: pointer;
    cursor: hand;
    font-size: 11px;
    color: #0068aa;
    line-height: 13px;
    font-family: Verdana, Tahoma, Arial;	
    text-decoration: underline;
}

/* pod title */
.ci_css_PodTitle:link
{
    font-weight: bold;
    font-size: 11px;
    color: #0068AA;
    font-family: Verdana, Tahoma, Arial;	
}

/* active pod title */
.ci_css_PodTitle:active
{
    font-weight: bold;
    font-size: 11px;
    color: #0068AA;
    font-family: Verdana, Tahoma, Arial;	
}

/* visited pod title */
.ci_css_PodTitle:visited
{
    font-weight: bold;
    font-size: 11px;
    color: #788B97;
    font-family: Verdana, Tahoma, Arial;	
}

/* hover pod title */
.ci_css_PodTitle:hover
{
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    font-size: 11px;
    color: #0068AA;
    font-family: Verdana, Tahoma, Arial;	
    text-decoration: underline;
}

/* print limit reached text on the offers page */
.ci_css_PrintLimitText
{
	color: #dd1111; 
	font-size: 10px; 
    line-height: 11px;	
	font-weight: bold;
}

/* Zip Popup window*/
.ci_css_Zp_TitleDIV
{
	padding-top: 3px;
	padding-bottom: 10px;
	color: #ffffff; 
	background-color: #ADD639; 
	font-family: Arial; 
	font-size: 18px; 
	font-weight:bold; 
	text-align: center;
}

/**********************************************/
/* Recipes */
/**********************************************/
.ci_css_RcpSubCategory:link
{
    FONT-SIZE: 12px;
    line-height: 16px;vertical-align:top; 
    color: #038AFF;
    FONT-FAMILY: verdana, tahoma, arial;
    TEXT-DECORATION: none
}
.ci_css_RcpSubCategory:visited
{
    FONT-SIZE: 12px;
    line-height: 16px;vertical-align:top; 
    color: #038AFF;
    FONT-FAMILY: verdana, tahoma, arial;
    TEXT-DECORATION: none
}
.ci_css_RcpSubCategory:active
{
    FONT-SIZE: 12px;
    line-height: 16px;vertical-align:top; 
    color: #038AFF;
    FONT-FAMILY: verdana, tahoma, arial;
    TEXT-DECORATION: none
}
.ci_css_RcpSubCategory:hover
{
   FONT-SIZE: 12px;
   line-height: 16px;vertical-align:top; 
   color: #038AFF;
   FONT-FAMILY: verdana, tahoma, arial;
   TEXT-DECORATION: underline;
   cursor:hand;
   cursor:pointer;	
}

.ci_css_AdvanceSrchInput 	
{ 
	border: solid 1px #7F9DB9; 
	font-size: 11px; 
	background: #ffffff; 
	color: #555555; 
	font-family: verdana, tahome, arial;
	height:15px;
	margin-bottom:3px;
	cursor:text;
	width:139px;
	overflow: hidden;
}

ci_css_rcp_nut_tbl
{
    border:dotted 0px #aaaaaa;
}

.ci_css_rcp_nut_td
{
    padding-top:8px;
    height:104px;
    vertical-align:bottom;
}

.ci_css_rcp_sr_td
{
    width: 139px;
    vertical-align:middle;
}

.ci_rcp_go_btn
{
    width:30px;
    height:17px;
    cursor:hand, pointer;
    padding-left:5px;
    padding-bottom:3px;
    cursor:hand;
    cursor:pointer;
}

.ci_css_rcp_sr_tbl
{
    border:solid 0px;
    background-color: #FDD424;
}

.ci_css_rcp_sr_tr
{
    background-color:#FDD424;
}

.ci_rcp_print_tbl
{
    width:80px;
    border-style: dotted; 
    border-width: 1px; 
    border-color: #ff3344;
    float: right;
    margin-left: 10px;    
}

.ci_rcp_print_div
{
    padding-bottom:5px;
    display:block;
}

.ci_css_rcp_nut_tbl1
{
    margin-bottom:5px;
    border:solid 1px; 
    border-top-color: #000000; 
    border-left-color: #000000; 
    border-right-color: #aaaaaa; 
    border-bottom-color: #aaaaaa;
}

.ci_css_rcp_nut_td1
{
	background-color: #FDD424;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	width:130px;
}

.ci_css_rcp_nut_span
{
     font-weight: bold; 
     font-size: 10px;
}

.ci_css_rcp_nut_td2
{
    vertical-align:middle;
    height:14px;
    font-size: 10px; 
    border-bottom-width: 1px; 
    border-bottom-color: #cdcdcd;
}

