﻿/* WishList Css Starts Here */

/* WishList Master Css Starts Here */

/* sets the Top-Left-Border for Photogallery Template */
.Wish_borderboxtopleft
{
	background: url(./images/borderboxtopleftcorner.gif) no-repeat top;
	width: 11px;
	height: 22px;
}
/* sets the Top-Middle-Border for Photogallery Template */
.Wish_borderboxtop
{
	border-top: solid 2px #87ccda;
}

/* sets the Top-Right-Border for Photogallery Template */
.Wish_borderboxtopright
{
	background: url(./images/borderboxtoprightcorner.gif) no-repeat top;
	width: 11px;
	height: 22px;
}

/* sets the Left-Border for Photogallery Template */
.Wish_borderboxleft
{
	border-left: solid 2px #87ccda;
}


/* sets the Right-Border for Photogallery Template */
.Wish_borderboxright
{
	border-right: solid 2px #87ccda;
}

/* sets the Bottom-Left-Border for Photogallery Template */
.Wish_borderboxbottomleft
{
	background: url(./images/borderboxbottomleftcorner.gif) no-repeat bottom;
	width: 11px;
	height: 22px;
}

/* sets the Bottom-Middle-Border for Photogallery Template */
.Wish_borderboxbottom
{
	border-bottom: solid 2px #87ccda;
}

/* sets the Bottom-Right-Border for Photogallery Template */
.Wish_borderboxbottomright
{
	background: url(./images/borderboxbottomrightcorner.gif) no-repeat bottom;
	width: 11px;
	height: 22px;
}

.WishList_TopTitle_td
{
	background-color: #4facd3;
	vertical-align: middle;
	height: 28px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
}

/* sets the hyperLinkColor and fonts */
.WishList_HyperLink, A.WishList_HyperLink:link, A.WishList_HyperLink:visited, A.WishList_HyperLink:active
{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

/* sets the hyperLinkColor and fonts on Hover*/
A.WishList_HyperLink:hover
{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #0066ad;
	text-decoration: none;
}


/* sets the hyperLinkColor and fonts */
.WishList_BoldHyperLink, A.WishList_BoldHyperLink:link, A.WishList_BoldHyperLink:visited, A.WishList_BoldHyperLink:active
{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

/* sets the hyperLinkColor and fonts on Hover*/
A.WishList_BoldHyperLink:hover
{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #0066ad;
	text-decoration: none;
	font-weight:bold;
}

/* .blacktextverdana11 */
.Wishlist_Label_Text
{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}

.WishList_EmptyTemplateStyle
{
	padding: 5px;
	border: solid 1px #ADE6F2;
}

.WishList_TopTitle_Label
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}

/* sets the color of link to white, Such as New Album,Add Album */
.WishList_WhiteLink, A.WishList_WhiteLink:link, A.WishList_WhiteLink:visited, A.WishList_WhiteLink:active
{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-decoration: none;
}

A.WishList_WhiteLink:hover
{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-decoration: underline;
}

/* Title Text  */

.WishList_TitleText 
{
	font: bold 14px "Tahoma";
	color: #005b95;
}

/* sets the Style of TextBox */
.WishList_TextBox
{
	background-color: #FFFFFF;
	border: 1px solid #219AC6;
	width: 90px;
	height: 16px;
}

/* sets the style for Button of PhotoGallery */
.WishList_Button
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	background: url(./images/photogallery_buttonbg.jpg) repeat-x top;
	height: 20px;
	border: solid 1px #e59f31;
}

/*CSS for validator
.SuccessMsg */
.WishList_SuccessMsg
{
	font-family: Verdana;
	font-size: 11px;
	color: Green;
}

/* .FailureMsg */

.WishList_FailureMsg
{
	font-family: Verdana;
	font-size: 11px;
	color: Red;
}

/* sets the color of SubHeadings */
.WishList_SubHeading
{
	color: #000000;
	font: bolder 10pt Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}