﻿
/*------------------------------------------*/
/* Main Container (ALL Elements)	    	*/
/*------------------------------------------*/
.MainContainer
{
	position:relative;
	/*border: 1px solid #666666;*/
	background-color: #FFFFFF;
	width: 760px;
	margin: 0 auto;
}


/*------------------------------------------*/
/* Global Default Settings				    */
/*------------------------------------------*/
body
{
	margin: 0px 0px 0px 0px; /* Top, Right, Bottom, Left */
	padding: 0px 0px 0px 0px; /* Top, Right, Bottom, Left */
	font-size: 11px; /* font-family: Verdana, Arial, Helvetica, sans-serif; <-- Alternate Font */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000; /* Must be the same as <table> below */
	/* background-image: url(Images/PageBGTile.gif); */
}

input, textarea
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

table
{
	color: #000; /* Must be the same as <body> above  */
	font-size: 11px; /* font-family: Verdana, Arial, Helvetica, sans-serif; <-- Alternate Font */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 0;
}

img
{
    border: 0;
}

/* Styles for forms */
.formLabel, .FormLabel
{
	clear: both;
	padding-top: 1px;
	padding-left:1px;
	padding-right: 10px;
	vertical-align: middle;
	line-height: 16px;
	color: #3C6495; 
	font-weight: bold;
}

.formElement, .FormElement
{
    /*margin-bottom: 5px;*/
    vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
	/*position: relative;*/
}

.formElement *, .FormElement *
{
	vertical-align: middle;
}

.EndFormButtons
{
    padding: 10px 6px 6px 15px;
}

.WizardLineFormat
{
	padding: 5px 0px 5px 0px;
}

.StandardTextBox
{
    width: 288px;   
}

.WarningText
{
    color: Red;
}

/*------------------------------------------*/
/* Link Effects:						    */
/*------------------------------------------*/
/* Default link effects for ENTIRE site */
a:link
{
    color: #3333cc;
    text-decoration: none !important;
}
a:visited 	{color: #3333cc; text-decoration: none !important;}
a:active 	{color: #3333cc; text-decoration: none !important;}
a:hover 	{text-decoration: underline !important; cursor: pointer;}
span.spanlink {color: #3333cc; text-decoration: none; cursor: pointer;}
span.spanlink:hover {text-decoration: underline !important; cursor: pointer;}

.MoreLink	{text-align: right; font-weight: bolder; }

.MoreLink a
{
    text-decoration: none;
}

.MoreLink a:hover
{
    color: #2e436e;
    
    text-decoration: none !important;
}

.FaqMoreLink
{
    text-align: right; font-weight: bolder;
}

.FaqMoreLink a
{
    color: White;
    text-decoration: none;
}

.FaqMoreLink a:hover
{
    color: #2e436e;
    text-decoration: none !important;
}

/*------------------------------------------*/
/* Header Settings      				    */
/*------------------------------------------*/
.HeaderContainer
{
    width: 755px;    
}

.HomeLink
{
    background-image: url(Images/NavigationHomeSmall.gif);
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    width: 77px;
    height: 40px;
}

.RefillLink
{
    background-image: url(Images/NavigationRefillSmall.gif);
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    width: 77px;
    height: 40px;
}

.CommunityEducationNavigationLink
{
    background-image: url(Images/NavigationCommunityEducationSmall.gif);
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    height: 40px;
    width: 77px;
}

.NewsLink
{
    background-image: url(Images/NavigationNewsSmall.gif);
    background-position: top;
    background-repeat: no-repeat;     
    height: 40px;
    text-align: center;
    width: 77px;
}

.FaqLink
{
    background-image: url(Images/NavigationFaqSmall.gif);
    background-position: top;
    background-repeat: no-repeat;
    height: 40px;
    text-align: center;
    width: 77px;
}

.LocationLink
{
    background-image: url(Images/NavigationLocationsSmall.gif);
    background-position: top;
    background-repeat: no-repeat;
    height: 40px;
    text-align: left;
    padding-left: 27px;
    width: 102px;
}

.HeaderLink
{
    display: block;
    padding-top: 40px;
}

.HeaderLink a
{
    text-decoration: none;
}




.SearchArea
{
    float:right; 
    height: 25px; 
    vertical-align: middle;    
}

.SearchArea *
{
    vertical-align: middle;    
}

/*------------------------------------------*/
/* Footer Settings      				    */
/*------------------------------------------*/
.FooterContainer
{
    width: 740px;
    background-image: url(Images/bottom.jpg);
    background-position: top;
    background-repeat: no-repeat; 
    padding: 10px 5px 10px 5px;   
    margin-top: 5px;
    text-align: center;
}

/*------------------------------------------*/
/* Content Settings      				    */
/*------------------------------------------*/
.MainContent
{
    background-image: url(Images/BackgroundMain.jpg);
    background-repeat: repeat-y; 
    padding-left: 8px;   
}

.ContentTitle
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 6px;
	height: 25px;
	background-image: url(Images/BackgroundTitle2.gif);
	line-height: 25px;
	vertical-align: middle;
	background-color: #2e436e;
	border-top: #000 1px solid;
    border-bottom: #000 1px solid;
}

.PaddingStyle01
{
    padding: 6px 6px 6px 6px; /* Top, Right, Bottom, Left */
}

.AboutUsContainer
{
    width: 290px;
    vertical-align: top;
}

.AboutUsHeader
{
    font-size: larger;
    background-position: 0px center;
    background-image: url(Images/TitleAboutUs.gif);
    background-repeat: no-repeat;
    padding-top: 2px;
    padding-left: 28px;
    height: 20px;
    font-weight: bold;
    color: #2e436e;
}

.CommunityEducationContainer
{    
    background-color: #fafed9;
    width: 320px;
}

.CommunityEducationHeader
{
    font-size: larger;    
    /*background-position: 5px 3px;
    background-image: url(Images/TitleCommunityEducation.gif);
    background-repeat: no-repeat;*/
    padding-top: 5px;
    padding-left: 5px;
    height: 20px;
    font-weight: bold;
    color: #2e436e;
}

.CommunityEducationText
{
    padding-left: 15px;
    color: #515151;
}

.LocationContainer
{
    /* background-image: url(Images/BackgroundLocation.gif); */
    background-repeat: no-repeat;
    background-position: bottom;
    width: 234px;
}

.LocationHeader
{
    font-size: larger;
    /*background-position: 6px 0px;
    background-image: url(Images/TitlePharmacyLocation.gif);
    background-repeat: no-repeat;*/
    padding-top: 5px;
    height: 20px;
    padding-left: 5px;
    font-weight: bold;
    color: #2e436e;
}

.LocationMoreLink
{        
}

.LatestNewsContainer
{
    border-style: solid;
    border-width: thin;
    border-color: #515151;
    width: 320px;
    background-image: url(Images/LatestNews.gif);
    background-position: 0px 20px;
    background-repeat: no-repeat;
}

.LatestNewsHeader
{
    font-size: larger;
    /*background-position: 3px 0px;
    background-image: url(Images/TitleLatestHealthNews.gif);
    background-repeat: no-repeat;*/
    padding-top: 5px;
    padding-left: 5px;
    font-weight: bold;
    height: 20px;
    color: #2e436e;        
}

.LatestNewsList
{        
    padding-left: 80px;
    font-size: small;
}

.LatestNewsList a
{                
    text-decoration: none;
}

.LatestNewsList a:hover
{
    text-decoration: none !important;
    color: #515151;
}

.LatestNewsListItem
{
    background-position: 12px 3px;    
    background-repeat: no-repeat;
    padding-left: 25px;    
    background-image: url(Images/BulletNews.gif);        
}

.FaqContainer
{
    background-color: #f08c1a;
    background-image: url(Images/BackgroundFaq.gif);
    background-position: bottom;    
    background-repeat: no-repeat;  
}

.FaqHeader
{
    font-size: larger;
    font-weight: bold;
    color: White;    
}

.FaqTitle
{
    padding-left: 30px;
    background-position: -3px 0px;    
    background-repeat: no-repeat;        
    background-image: url(Images/ContentTitleFaq.gif);
}

.FaqQuestion
{
    font-weight: bold;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 5px;
}

.FaqAnswer
{
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.FaqDetailQuestion
{
    font-weight: bold;        
    padding-top: 5px;    
    background-position: 12px 7px;    
    background-repeat: no-repeat;
    padding-left: 25px;
    color: White;    
    background-image: url(Images/BulletFaq.gif);
}

.FaqDetailAnswer
{
    color: White;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 10px;    
}

.CommunityEducationTitle
{
    padding-left: 28px;
    background-position: -5px 0px;    
    background-repeat: no-repeat;      
    height: 20px;  
    background-image: url(Images/ContentTitleCommunityEducation.gif);
}


.CommunityEducationBreadcrumb
{
    font-weight: bold;    
}

.CommunityEducationBreadcrumb a
{
    font-weight: bold;       
    text-decoration: none !important;
}

.CommunityEducationBreadcrumb a:hover
{
    font-weight: bold;   
    text-decoration: underlie !important;    
}

.CommunityEducationCourseTitle
{
    font-size: small;
    padding: 0px 0 5px 0;
}

.CommunityEducationCourseTitle a
{
    text-decoration: none;
}

.CommunityEducationCourseTitle a:hover
{
    color: #515151;   
}

.CommunityEducationCourseDescription
{
}

.RssFeedTitle
{
    padding-left: 23px;
    background-position: -5px 0px;    
    background-repeat: no-repeat;        
    background-image: url(Images/ContentTitleRssFeed.gif);
}

.RssFeedHeading
{
    padding: 2px 0 2px 15px;
    font-size: small;
    background-position: 0px 5px;    
    background-repeat: no-repeat;        
    background-image: url(Images/BulletNews.gif);
}

.RssFeedHeading a
{    
    text-decoration: none;
}

.RssFeedHeading a:hover
{
    color: #515151;
}

.SystemTextTitle
{
    padding-left: 23px;
    background-position: -5px 0px;    
    background-repeat: no-repeat;        
    background-image: url(Images/ContentTitleSystemText.gif);
}

/*------------------------------------------*/
/* Topics column        				    */
/*------------------------------------------*/
.TopicsColumn
{
    width: 100%;
}

.TopicsColumnContainer
{
    background-color: #d0d9f2;    
    padding: 0;
}

.TopicsColumSpace
{
    background-color: White;
    height: 5px;
    line-height: 5px;
    width: 100%;
}

.RefillPrescriptionsHeaderContainer
{
    background-image: url(Images/BackgroundTitle.gif);
    width: 185px;
    height: 25px;
    background-position: center;    
}

.RefillPrescriptionsHeaderText
{
    font-size: larger;
    background-position: 2px 0px;
    background-image: url(Images/BackgroundRefillPrescriptionText.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 30px;
    height: 25px;
    color: white;
}

.RefillPrescriptionsContainer
{
    background-color: #fafed9;    
    border: #2e436e 1px solid;        
    width:185px;
}

.RefillCancelPending
{
	background-image: url(Images/LightBulb.gif);
	width: 16px;
	height: 16px;
}

.RefillText
{
    padding: 5px 10px 5px 10px;
}

.RefillButton
{   
    padding-top: 5px;
    padding-left: 105px;
}

.OurPharmacyHeaderContainer
{   
    background-color: #2e436e;
    background-image: url(Images/BackgroundTitle2.gif);
    width: 100%;
    height: 25px;
    background-position: center;
    border-top: #000 1px solid;
    line-height: 25px;
    border-bottom: #000 1px solid;    
}

.OurPharmacyHeaderText
{
    font-size: larger;
    background-position: 2px 0px;
    background-image: url(Images/TitleOurPharmacy.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 35px;    
    color: #FFF;
}

.OurPharmacyBullet
{
    float: left;
    background-position: 12px 1px;
    background-repeat: no-repeat;
    padding-left: 25px;        
    background-image: url(Images/BulletStyle1.gif);    
}

.OurPharmacyLinks
{
    background-color: #d0d9f2;
}

.OurPharmacyLinks a
{        
    text-decoration: none;
    color: #162336 !important;
    font-weight: bolder;        
    
}

.OurPharmacyLinks a:hover
{
    color: #f08c1a !important;
}

.OurPharmacyLinks a:visited
{
    /*color: #162336;*/
    text-decoration: none;
}

.HealthTopicsHeaderContainer
{
    background-color: #2e436e;
    width: 100%;
    height: 25px;
    line-height: 25px;
    background-position: center;
    background-image: url(Images/BackgroundTitle2.gif);
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
}

.HealthTopicsHeaderText
{
    font-size: larger;
    background-image: url(Images/TitleHealthTopics.gif);
    background-position: 4px 0px;    
    background-repeat: no-repeat;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 35px;    
    color: #FFF;
}

.HealthTopicRow
{
    width: 100%;
    background-position: center;
}

.HealthTopicRowAlt
{
    width: 100%;
    background-position: center;
}

.HealthTopicLink
{
    background-position: 12px 2px;
    background-image: url(Images/BulletStyle1.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bolder;
    padding-top: 2px;
    padding-left: 25px;
}

.HealthTopicLink a 
{
    text-decoration: none !important;
    color: #162336 !important;
}

.HealthTopicLink a:hover
{
    color: #f08c1a !important;
}

.HealthTopicLinkList
{
    padding: 5px 0 5px 0;
    background-color: #d0d9f2;
}

/*------------------------------------------*/
/* Ed2Go Column         				    */
/*------------------------------------------*/
.AmazonEducationAd
{
    text-align: center;
    background-color: #d0d9f2;
    padding: 5px 5px 5px 5px;
    
}

.EducationColumnSpace
{
    background-color: White;
    height: 5px;
    line-height: 5px;
    width: 100%;
}

.EducationContainer
{
    width: 160px;   
    background-color: #d0d9f2;    
    padding: 0;  
}

.EducationLinks
{
    background-color: #d0d9f2;
}

.EducationHeaderContainer
{        
    background-color: #2e436e;
    background-image: url(Images/BackgroundTitle2.gif);
    width: 100%;
    height: 25px;
    line-height: 25px;
    background-position: center;
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;    
}

.EducationHeaderText
{
    font-size: larger;
    background-position: 6px 0px;
    background-image: url(Images/ContentTitleCommunityEducation.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    padding-top: 4px;    
    padding-left: 40px;
    color: #FFF;
}

.ParentEducationCategory
{
    padding-bottom: 5px;
    padding-top: 5px;
}

.ParentEducationCategory a
{
    color: #162336 !important;
    text-decoration: none !important;
    font-weight: bold;
}

.ParentEducationCategory a:hover
{
    color: #f08c1a !important;
}

.ChildEducationCategory
{
        
    font-weight: bold;
    font-size: small;
    color: #f08c1a;
}

.ChildEducationCategory div
{
    margin-top:10px;
    margin-bottom:5px;
}

.CommunityEducationHeader
{
    font-size:12px;
    margin:10px;
}

.ChildEducationCategory a
{
    color: #162336 !important;
    text-decoration: none !important;    
    font-weight: normal;
    font-size: 11px;
}

.ChildEducationCategory a:hover
{
    color: #f08c1a !important;
    text-decoration: underline !important;  
}

/*------------------------------------------*/
/* Ad Settings          				    */
/*------------------------------------------*/
.AmazonAdContainer
{
    border-color: #2e436e; 
    border-style:solid; 
    border-width: 1px; 
    text-align: center;
    width: 145px;
    overflow: hidden;
    margin: 2px 0 2px 0;
}

.AmazonAdLink
{
    padding: 2px 0 2px 0;
}


/*------------------------------------------*/
/* Rad Ajax (3.5) Loading Panel Styles  	*/
/*------------------------------------------*/
/*loading image - do not specify background-position or background-repeat*/
.RadAjax_RxRefillLookup .raDiv
{
    background-image:url(Images/loading_rxlocal_rxsearch.gif);
}

/*loading image - do not specify background-position or background-repeat*/
.RadAjax_RxRefillSubmit .raDiv
{
    background-image:url(Images/loading_rxlocal_rxsubmit.gif);
}

/*loading panel background color*/
.RadAjax_RxRefillLookup .raColor, .RadAjax_RxRefillSubmit .raColor
{
    background-color:#fff;
}

/*skin transparency level - the smaller the number, the more the transparency*/
.RadAjax_RxRefillLookup .raTransp, .RadAjax_RxRefillSubmit .raTransp
{
    opacity:0.6; /*non-IE browsers, 0-1*/
    -moz-opacity:0.6; /*old Mozilla browsers, 0-1*/
    filter:alpha(opacity=60); /*IE, 0-100*/
}