/* 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_CategoryLink,
.ci_css_Zp_TitleDIV,.ci_css_Zp_Table, .ci_css_Zp_TD, .ci_css_Zp_EnterZipTitle, .ci_css_Zp_EnterZipBoxRow, .ci_css_Zp_NoThanksText,
.ci_css_CpnCarrierTable, .ci_css_CpnCarrierTextLeftTD, .ci_css_CpnCarrierTextMdlTD, .ci_css_CpnCarrierTextRghtTD,
.ci_css_MoneySavedTitleTD, .ci_css_MoneySavedValueTD, .ci_css_CpnClippedTitleTD, .ci_css_CpnClippedValueTD, .ci_css_ViewCpnBtnTD, .ci_css_PrtCpnBtnTD,
.ci_css_CategoryLinkClicked,.ci_css_TotalOffers,.ci_css_InactivePage,.ci_css_ActivePage,.ci_css_ClippedCouponPopup
{
	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: auto;
    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;
}

.ci_css_table
{
	display: table;		
}

.ci_css_tr
{
	display: table-row;
}

.ci_css_td
{
	display: table-cell;	
}

/* 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/print.coupons.com/CouponWeb/Themes/CI_Holiday_INT/_images/veil.png");
	cursor: not-allowed;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
	opacity: 50;
}

#shellTable
{
	margin: 0px;
}

#DivContent
{
	width: 575px;
}

/**********************************************/
/* 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 */

/**********************************************/
/* install */
/**********************************************/
.ci_css_install_img
{
	width:530px;	
	height:70px;
}




/**********************************************/
/* 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
{
	border-width: 0px;
	width: 100%;
}

/* the footer section */
#OffersPageFooter
{
	
}

/*You currently have... section*/
.ci_css_TotalOffers
{
	margin-top: 18px; 
	margin-left: 8px; 
	margin-right: 5px; 
	line-height: 18px; 
	font-size: 16px; 
	font-family: Myriad Pro, Verdana; 
	color:#7daf0c
}

/*View By*/
.ci_css_ViewBy
{
	color: #023c77; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Myriad Pro, Verdana; 
	margin-bottom: 2px;
	line-height:15px;
}

/* category link */
.ci_css_CategoryLink:link
{
	 color: #A1A1A1;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: Verdana; 
	 font-size: 10px; 
	 text-decoration: none;
}

.ci_css_CategoryLink:active
{
	 color: #A1A1A1;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: Verdana; 
	 font-size: 10px; 
	 text-decoration: none;
}

.ci_css_CategoryLink:hover
{
	 color: #164271;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: Verdana; 
	 font-size: 10px; 
	 text-decoration: none;
}

.ci_css_CategoryLink:visited
{
	 color: #A1A1A1;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: Verdana; 
	 font-size: 10px; 
	 text-decoration: none;
}

.ci_css_CategoryLink:visited:hover
{
	 color: #164271;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: Verdana; 
	 font-size: 10px; 
	 text-decoration: none;
}

.ci_css_CategoryLinkClicked:link
{
	 cursor: hand;
	 cursor: pointer;	
	 font-family: Verdana; 
	 font-size: 10px; 
	 text-decoration: none;
	 font-weight: bold;
	 color: #5D5D5D;
}

.ci_css_CategoryLinkClicked:active
{
	 font-weight: bold;
	 color: #5D5D5D;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: Verdana; 
	 font-size: 10px; 
	 text-decoration: none;
}

.ci_css_CategoryLinkClicked:hover
{
	 font-weight: bold;
	 color: #5D5D5D;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: Verdana; 
	 font-size: 10px; 
	 text-decoration: none;
}

.ci_css_CategoryLinkClicked:visited
{
	 font-weight: bold;
	 color: #5D5D5D;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: Verdana; 
	 font-size: 10px; 
	 text-decoration: none;
}

.ci_css_CategoryLinkClicked:visited:hover
{
	 color: #164271;
	 cursor: hand;
	 cursor: pointer;	
	 font-family: Verdana; 
	 font-size: 10px; 
	 text-decoration: none;
}

/* the total pages text on the offer page */
/* #TotalPagesText */

/* pod brand text */
.ci_css_PodBrand
{
    color: #124c9e;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana;
    line-height:16px;
    width:115px;
    overflow:hidden;
}

/* pod summary text */
.ci_css_PodSummary
{
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: bold;
    color:#2e2e2e;
    font-family: Verdana;
    line-height:14px;
    width: 115px;
    overflow:hidden;    
}

/* pod offer text */
.ci_css_PodOffer
{
    font-size: 10px;
    color: #616161;
    font-family: Verdana;	
    line-height:12px;
    overflow:hidden;    
}

/* pod link used for video, duet and cpc pods */
.ci_css_PodLink:link
{
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: none;
}

/* active pod link */
.ci_css_PodLink:active
{
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: none;
}

/* visited pod link */
.ci_css_PodLink:visited
{
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: none;
}

/* hover pod link */
.ci_css_PodLink:hover
{
    cursor: pointer;
    cursor: hand;
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: none;
}

/* product info link */
.ci_css_PodProductInfo:link
{
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: underline;
}

/* active product info link */
.ci_css_PodProductInfo:active
{
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: underline;
}

/* visited product info link */
.ci_css_PodProductInfo:visited
{
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    text-decoration: underline;
}

/* hover product info link */
.ci_css_PodProductInfo:hover
{
    cursor: pointer;
    cursor: hand;
    font-size: 10px;
    color: #616161;
    line-height: 12px;
    font-family: Verdana;	
    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;
	font-family: Verdana;	
}

/* Zip Popup window*/
.ci_css_Zp_Table
{
	width: 237px;
	height:141px;
}
.ci_css_Zp_TD
{
	width:201px;
	height:129px;
	padding-left:46px;
	padding-top:10px;
}

.ci_css_Zp_TitleDIV
{
	color: #719F0B; 
	text-align: left;
	font-size:12px;
	font-weight:bolder;
	width: 135px;
	margin-top:10px;
}

.ci_css_Zp_EnterZipTitle
{
	width: 185px;
	text-align:left;
	color:#4AA5B8;
	font-weight:bolder
}

.ci_css_Zp_EnterZipBoxRow
{
	width: 185px; 
	text-align:left;
	margin-top:5px;
}

.ci_css_Zp_NoThanksText
{
	width: 185px; 
	text-align:left;
	margin-top:5px;
	color:#919191
}

/* Right Column Styles*/

/*Coupon Carrier*/
.ci_css_CpnCarrierTable
{
	height:145px;
	width: 161px;
	margin-top: 12px;
	background: url(http://download1.coupons.com/7/19/7125/1450/print.coupons.com/CouponWeb/Themes/CI_Holiday_INT/_images/cpnCarrierTableBkg.png);
	background-repeat: no-repeat;
}

.ci_css_CpnCarrierTextLeftTD
{
	width:3px;
	height:25px;
	background: url(http://download1.coupons.com/7/19/7125/1450/print.coupons.com/CouponWeb/Themes/CI_Holiday_INT/_images/leftCpnCarrierBkg.jpg);
}

.ci_css_CpnCarrierTextMdlTD
{
	width: 157px;
	background: url(http://download1.coupons.com/7/19/7125/1450/print.coupons.com/CouponWeb/Themes/CI_Holiday_INT/_images/cpnCarrierBkg.jpg);
	text-align:center;
	font-size:13px;
	font-weight:bold;
	padding:4px;
	color:#81AE0B;
}

.ci_css_CpnCarrierTextRghtTD
{
	width:3px;
	height:25px;
	background: url(http://download1.coupons.com/7/19/7125/1450/print.coupons.com/CouponWeb/Themes/CI_Holiday_INT/_images/rightCpnCarrierBkg.jpg);
}

.ci_css_MoneySavedTitleTD
{
	width: 84px;
	text-align:left;
	font-size:11px;
	line-height:15px;
	padding:4px 4px 0px 4px;
	color:#999999;
	font-family:Myriad Pro,Verdana ;
}

.ci_css_MoneySavedValueTD
{
	width: 84px;
	text-align:right;
	font-size:14px;
	line-height:15px;
	padding:4px 4px 0px 4px;
	color:#999999;
	font-weight:bold;
	font-family:Myriad Pro,Verdana;
	padding-top: 10px;
}

.ci_css_CpnClippedTitleTD
{
	width: 84px;
	text-align:left;
	font-size:11px;
	padding:0px 4px 0px 4px;
	color:#999999;
	font-family:Myriad Pro,Verdana;
	line-height:15px;
}

.ci_css_CpnClippedValueTD
{
	text-align:right;
	padding:0px 4px 0px 4px;
	color:#999999;
	font-weight:bold;
	font-family:Myriad Pro,Verdana;
	line-height:15px;
	padding-top: 5px;
}

.ci_css_MoneySavedTopTD
{
	font-size:11px;
	text-align:left;
	line-height:15px;
	padding:4px 4px 0px 4px;
	color:#999999;
	font-weight:bold;
	font-family:Myriad Pro,Verdana;

}

.ci_css_CpnClippedTopTD
{
	text-align:left;
	font-size:11px;
	padding:0px 4px 0px 4px;
	color:#999999;
	font-family:Myriad Pro,Verdana;
	line-height:15px;
}

.ci_css_MoneySavedTopVal
{
	font-size:11px;
	text-align:right;
	line-height:15px;
	padding:5px 4px 0px 4px;
	color:#999999;
	font-weight:bold;
	font-family:Myriad Pro,Verdana;

}

.ci_css_CpnClippedTopVal
{
	text-align:right;
	font-size:11px;
	padding:5px 4px 0px 4px;
	color:#999999;
	font-family:Myriad Pro,Verdana;
	line-height:15px;
}

.ci_css_ViewCpnBtnTD
{
	width: 84px;
	padding:4px;
	background-color:#E9E9E9
}

.ci_css_PrtCpnBtnTD
{
	width: 84px; 
	padding:4px;
	background-color:#E9E9E9
}

.ci_css_ClippedCouponPopup
{
	display:none;
	position: absolute;
	z-index: 100;
	text-align:left;
	width:292px;
	height:149px;
	left:100px;
	top:100px;
	overflow:hidden;
	padding-left:30px;
}
/* Pagination links styles*/
.ci_css_InactivePage
{	
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	color: #124c9e;
	cursor: hand; 
	cursor: pointer;
}

.ci_css_ActivePage
{
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	color: #616161;
}

/**********************************************/
/* 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;
}



