﻿
/*10/06/2011*/
div.contentAdvertise
{  
    border: solid 1px #c0c0c0;
    margin: 0px;
    background-color: #fff;
    clear:both;
    zoom: 1;
    padding: 15px;
    padding-left:25px;
    /*  width:230px;changed from 250px*/
}

/*10/06/2011- removes the hyperlink underline and text color is black*/
div.contentAdvertise a
{	
	text-decoration:none;
    color:#000000;
}

/*VK changed dec 6*/
.advertise input
{
    width: 250px;
}

.advertisefooter
{
	background-image:url(/images/PhotoTestimonials/calltoaction-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	width:100%;	
	padding:10px;
}

.headerbkg
{
	background-image:url(/images/PhotoTestimonials/featured-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

.calltoactionbkg
{
	background-image:url(/images/PhotoTestimonials/calltoaction-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}



/*
.carousel
{
	position: relative;
	padding-bottom: 0px;
	margin: 0px 0px 20px 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}*/

.carousel
{
	vertical-align:middle;
	text-align:center;
}

.carousel A.prev
{
	width: 30px;
	display: block;
	background: url(/images/PhotoTestimonials/arrow-left-hover.gif) no-repeat left 60px;
	float: left;
	height: 143px;
	text-decoration: none;	
	
}
.carousel A.next
{
	width: 30px;
	display: block;
	background: url(/images/PhotoTestimonials/arrow-right-hover.gif) no-repeat right 60px;
	float: right;
	height: 143px;
	text-decoration: none;
}
/*
.carousel .advertisecarousel
{
	border-bottom: black 1px solid;
	position: relative;
	border-left: black 1px solid;
	background-color: #dfdfdf;
	float: left;
	visibility: hidden;
	border-top: black 1px solid;
	border-right: black 1px solid;
	left: -5000px;
}

.carousel LI IMG
{
	background-color: #fff;
	margin: 10px;
	width: 149px;
	height: 156px;
}

*/

.carousel .advertisecarousel
{	
	position: relative;
	/*background-color: #000000;*/
	float: left;
	visibility: hidden;
	left: -5000px;
}

.carousel UL
{
	margin: 0px;
	text-decoration:none;
    /*color:#000000;*/
}

.carousel LI 
{
	width: 280px;
	float: left; 
	height: 200px; 
	overflow: hidden
}


.carousel LI IMG
{
	/*background-color: #000000;*/
	margin: 10px;
	width: 240px;
	height: 180px;
	text-decoration:none;
    color:#000000;
    border-width:0px;
}

.carousel LI A
{	
	text-decoration:none;
    color:#ffffff;
}

/*carouselCoverAd*/
.carouselCoverAd
{
	vertical-align:middle;
	text-align:center;
}
/*
.carouselCoverAd A.prev
{
	width: 30px;
	display: block;
	background: url(/images/PhotoTestimonials/arrow-left-hover.gif) no-repeat left 60px;
	float: left;
	height: 143px;
	text-decoration: none;	
	
}
*/

.carouselCoverAd A.prev
{
	width: 30px;
	display: block;
	/*background: url(/images/PhotoTestimonials/arrow-left-hover.gif) no-repeat left 60px;*/
	float: left;
	/*height: 143px;*/
	height: 0px;
	text-decoration: none;	
	margin-top: 75px;	
	
}

/*
.carouselCoverAd A.next
{
	width: 30px;
	display: block;
	background: url(/images/PhotoTestimonials/arrow-right-hover.gif) no-repeat right 60px;
	float: right;
	height: 143px;
	text-decoration: none;
}
*/
.carouselCoverAd A.next
{
	width: 30px;
	display: block;
	/*background: url(/images/PhotoTestimonials/arrow-left-hover.gif) no-repeat left 60px;*/
	float: right;
	height: 0px;
	text-decoration: none;	
	margin-top: 75px;		
}

.carouselCoverAd .advertisecarouselCoverAd
{	
	position: relative;
	/*background-color: #000000;*/
	float: left;
	visibility: hidden;
	left: -5000px;
}

.carouselCoverAd UL
{
	margin: 0px;
	text-decoration:none;
    /*color:#000000;*/
}

.carouselCoverAd LI 
{
	width: 850px;
	float: left; 
	height: 200px; 
	overflow: hidden
}


.carouselCoverAd LI IMG
{
	/*background-color: #000000;*/
	margin: 10px;	
	width: 830px;
	height: 180px;
	text-decoration:none;
    color:#000000;
    border-width:0px;
}

.carouselCoverAd LI A
{	
	text-decoration:none;
    color:#ffffff;
}

/* hide the dotted lines around an element when it receives focus */
* 
{ 
	_noFocusLine: expression(this.hideFocus=true); } /* ie7 */
	::-moz-focus-inner {border:0;}	                     /* firefox */
	:focus {outline:none;                               /* ie8, chrome, etc */
}

.white
{
	color:#ffffff;
}

.small
{
	font-size:small;
}

.bold
{
	font-weight:bold;
}

.nowrap
{
	white-space:nowrap;
}

.noline
{
   text-decoration: none;
}
/* Start For Modal dialog */

.web_dialog_overlay
{
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   background: #000000;
   opacity: .50;
   filter: alpha(opacity=50);
   -moz-opacity: .50;
   z-index: 101;
   display: none;
}
.web_dialog
{
   display: none;
   position: fixed;
   width: 500px;
   height: 400px;
   top: 50%;
   left: 50%;
   margin-left: -190px;
   margin-top: -100px;
   background-color: #ffffff;
   border: 2px solid #ffffff;
   padding: 25px;
   z-index: 102;
   font-family: Verdana;
   font-size: 10pt;
}

.web_dialog_title
{
   border-bottom: solid 2px #ffffff;
   background-color: #ffffff;
   padding: 4px;
   color: White;
   font-weight:bold;
}
.web_dialog_title a
{
   color: White;
   text-decoration: none;
}
.align_right
{
   text-align: right;
}

.web_dialog_audio_title
{  
   background-color: #ffffff;
   padding: 0px;
   color: #000000;
   font-weight:bold;
   font-size:larger;   
}

.web_dialog_audio_title a
{
   color: Black;
   text-decoration: none;
}

.web_dialog_submit_title
{  
   background-color: #ffffff;
   padding: 0px;
   color: #000000;
   font-weight:bold;
   font-size:larger;   
}

.web_dialog_submit_title a
{
   color: Black;
   text-decoration: none;
}

/*temporary fix for IE border issue */
.jquery-corner div {
border-color:#fff !important;   
}
/* End For Modal dialog */


/*Prevent the Google pop-up from appearing on myyp site 02-15-2012*/
iframe.grelated-iframe {
display: none;
}


/*Start:Advertise print,online */
.mainContent{
	padding:10px !important;   
}
.blkheading{
	font-size:18px;
	color:#000;	
}
.indent0{
	margin-left:10px !important;   
}
.indent1{
	margin-left:45px !important;   
}
.indent2{
	margin-left:70px !important;   
}
.indent3{
	margin-left:25px !important;   
}
.indent4{
	margin-left:115px !important;   
}
.indent5{
	margin-left:130px;
}

.redtxt{
	color:#ED1C24;
	font-weight:bold;
}
.yellowtxt1{
	font-size:30px;
	font-weight:bold;
	color:#FFC920;
}
.yellowtxt2{
	font-size:30px;
	font-weight:bold;
	color:#FDBB24;
}
.yellowtxt3{
	font-size:30px;
	font-weight:bold;
	color:#FBAD26;
}
.yellowtxt4{
	font-size:30px;
	font-weight:bold;
	color:#F58029;
}

.yellowtxt5{
	font-size:30px;
	font-weight:bold;
	color:#F36E29;
}
.yellowtxt6{
	font-size:30px;
	font-weight:bold;
	color:#F15A29;
}
.yellowtxt7{
	font-size:30px;
	font-weight:bold;
	color:#EE2D29;
}
.sourcetxt{
	font-size:9px;
}
.image{
	position:relative;
	top:45px;
	left:375px;
	width:90px;
}
.image2{
	position:relative;
	left:285px;
	width:115px;
}

.imagetable{
	padding:15px !important;
}
.image3{
	position:relative;
	top:85px;
	width:110px;
}
.image4{
	position:relative;
	width:100px;
	padding:0;
	margin:0 0 0 350px;
}
.content1{
	width:465px;
	padding:0;
	margin:-85px 0 0 0;
}
.content2{
	width:365px;
	padding:0;
	margin:-130px 0 0 0;
}
.smallBox{
	width:200px;
	padding:0;
	margin:-75px 0 0 95px;
}

/*End:Advertise print,online */

/*Start:Advertiser testimonial */
.lblRight
{
	text-align:right;
}
/*End:Advertiser testimonial */

/*Start:Consumer testimonial */

.imgTextBubble 
{ 
	text-align:left; 
	margin:0; 
	padding:25px; 
}

.imgBoxBubbleLeft650  
{ 
	width:446px;
	height:650px;
	background-image: url("/Images/Corp/Testimonial/gray-bubble-left-650.png"); 
	background-repeat:no-repeat;
}

.imgBoxBubbleRight650  
{ 	
	width:446px;
	height:650px;
	background-image: url("/Images/Corp/Testimonial/gray-bubble-right-650.png");
	background-repeat:no-repeat;
}

.imgBoxBubbleLeft450 
{ 
	width:446px;
	height:450px;
	background-image: url("/Images/Corp/Testimonial/gray-bubble-left-450.png"); 
	background-repeat:no-repeat;
}

.imgBoxBubbleRight450 
{ 	
	width:446px;
	height:450px;
	background-image: url("/Images/Corp/Testimonial/gray-bubble-right-450.png");
	background-repeat:no-repeat;
}

.imgBoxBubbleLeft435
{ 
	width:446px;
	height:435px;
	background-image: url("/Images/Corp/Testimonial/gray-bubble-left-435.png"); 
	background-repeat:no-repeat;
}

.imgBoxBubbleRight435
{ 	
	width:446px;
	height:435px;
	background-image: url("/Images/Corp/Testimonial/gray-bubble-right-435.png");
	background-repeat:no-repeat;
}

.imgBoxBubbleLeft175  
{ 
	width:446px;
	height:175px;
	background-image: url("/Images/Corp/Testimonial/gray-bubble-left-175.png"); 
	background-repeat:no-repeat;
}

.imgBoxBubbleRight175  
{ 	
	width:446px;
	height:175px;
	background-image: url("/Images/Corp/Testimonial/gray-bubble-right-175.png");
	background-repeat:no-repeat;
}

.imgBoxBubbleLeft205  
{ 
	width:446px;
	height:205px;
	background-image: url("/Images/Corp/Testimonial/gray-bubble-left-205.png"); 
	background-repeat:no-repeat;
}

.imgBoxBubbleRight205
{ 	
	width:446px;
	height:205px;
	background-image: url("/Images/Corp/Testimonial/gray-bubble-right-205.png");
	background-repeat:no-repeat;
}

.imgBoxBubbleLeft330  
{ 
	width:446px;
	height:330px;
	background-image: url("/Images/Corp/Testimonial/gray-bubble-left-330.png"); 
	background-repeat:no-repeat;
}

.imgBoxBubbleRight330 
{ 	
	width:446px;
	height:330px;
	background-image: url("/Images/Corp/Testimonial/gray-bubble-right-330.png");
	background-repeat:no-repeat;
}
.imgBoxBubbleLeft135 
{ 
	width:446px;
	height:135px;
	background-image: url("/Images/Corp/Testimonial/gray-bubble-left-135.png"); 
	background-repeat:no-repeat;
}

.imgBoxBubbleRight135
{ 	
	width:446px;
	height:135px;
	background-image: url("/Images/Corp/Testimonial/gray-bubble-right-135.png");
	background-repeat:no-repeat;
}
/*End:Consumer testimonial */

