@charset "utf-8";
body
{
}
.gvHeader
{
   background-image :url(../Images/grid_header.gif); 
   background-repeat :repeat-x; 
   font-size:12px;
}
/* Captcha BackColor*/
.Captcha
{
	background:url(../Images/wr_body.gif); 
}
.watermarked {
	height:16px;
	width:150px;
	padding:2px 2px 2px 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	
}
.unwatermarked 
{
	height:16px;
	width:148px;
}

/* Flash postcard */
#flashcontent {
	width: 560px;
	height: 850px;

}

.PostcardImage
{
	/*border: black thick solid;
	border-right: black thick solid;
	border-top: black thick solid;
	border-left: black thick solid;
	border-bottom: black thick solid;*/
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 15px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    /*cursor: pointer;*/
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../Images/star_full.gif);

}

.emptyRatingStar {
    background-image: url(../Images/star_empty.gif);
}

.savedRatingStar {
    background-image: url(../Images/SavedStar.gif);
}

.CurrentRatingLeft
{
	float:left;
	color:#444444;
	}
.rateThePostcardRight
{
	float:right;
	color:#444444;
}
.ratePostcardRight
{
	margin-left:80px;
	}
.Cloud1
    {
		font-size:12px;
		color:#b04598;
		text-decoration:none;
		font-family:"Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
		text-align:justify;
    }
	.Cloud1 a, .Cloud1 a:visited
	{
		font-size:18px;
		color:#444444;
		font-family:"Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
		text-decoration:none;
		text-align:justify;
	}
	.Cloud1 a:hover
	{
		font-size:18px;
		color:#444444;
		font-family:"Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
		text-decoration:none;
		text-align:justify;
	}

.Tab
{
}
.Tab div span
{
	/*background-image:url('../Images/title_repeater.jpg');
	background-repeat:repeat-x;*/
    text-decoration:none;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1f4c60;
}


.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;

  width:527px;
}





.AccordionTitle
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
  background-image:url('../Images/title_repeater.jpg');
  -moz-user-select:none;
	top: 0px;
	left: 135px;
}

.AccordionContent
{
  height:800px;
  overflow:auto;
  display:none;
}

.AccordionContainer
{
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
}


.Result
{
	position:fixed;
	margin-top: 150px;
	margin-left: 150px;
	background-color:#5F9CB7;
	color:White;
	border-bottom-width:medium;
	border-color:Black;
	font-weight:bold;
	font-size:large;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	z-index:100;
	text-align:center;
	cursor:pointer;
	
	}
.select_color
{
    background:#f4f4f4;
	text-align:left;	
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#a02b86;	
	width:200px;
}
.list_of_tags	
{
   color:#7A7A7A;
   font-family:"Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
   font-size:13px; 
}

.box_see_more a:hover
{
    margin-top:3px;
    color:#DA8AC8;
    text-decoration:underline;
}

.box_see_more a
{
    margin-top:3px;
    color:#B04598;
    text-decoration:underline;
}
.blue_link
{
    color:#5F9CB7;
    font-weight:bolder;
}