 /* CSS Document */

/* HTML TAGS */
.headline {
	line-height: 10px;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
.success {
	padding: 0 0 10px 0;
}
.error {
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.recipelisting image {
	padding: 0px 5px 0px 0px;
}
/*LINKS*/
a.bullet_pdf {
	text-align: left;
	color: #95191c;
	line-height:16px;
	text-decoration: none;
	padding: 4px 0px 2px 17px;
	background: url('images/bullet_pdf.gif') left center no-repeat;
}
a.bullet_pdf:hover {
	text-decoration: underline;
}
a.bullet_print {
	text-align: left;
	color: #95191c;
	line-height:16px;
	text-decoration: none;
	padding: 4px 0px 2px 22px;
	background: url('images/bullet_print.gif') left center no-repeat;
}
a.bullet_print:hover {
	text-decoration: underline;
}
a.bullet_send {
	text-align: left;
	color: #95191c;
	line-height:16px;
	text-decoration: none;
	padding: 4px 0px 2px 22px;
	background: url('images/bullet_send.gif') left center no-repeat;
}
a.bullet_send:hover {
	text-decoration: underline;
}

/*FORMS*/
.textbox {
	width: 250px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-size: 12px;	
}
.dropdown {
	width: 260px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;	
	font-size: 12px;
}
.button {
	font-size: 12px;
	margin: 2px 0 3px 0;
	padding: 2px 3px 2px 3px;

}
.formline {
	margin: 4px 0 4px 0;
	text-align: left;
}

label{
	float: left;
	width: 140px;
	font-weight: bold;
	padding: 3px 0 0 0;
}

.messagebox {
	font-size: 12px;
	color: #000000;
	padding: 3px;
	width: 250px;
	height: 120px;
	overflow: auto;
	margin-bottom: 6px;	
}

/* CALENDAR */

	#testdiv1 .TESTcpYearNavigation,
	#testdiv1 .TESTcpMonthNavigation
			{
			background-color:#0981c4;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			line-height: 18px;
			}
	#testdiv1 .TESTcpDayColumnHeader,
	#testdiv1 .TESTcpYearNavigation,
	#testdiv1 .TESTcpMonthNavigation,
	#testdiv1 .TESTcpCurrentMonthDate,
	#testdiv1 .TESTcpCurrentMonthDateDisabled,
	#testdiv1 .TESTcpOtherMonthDate,
	#testdiv1 .TESTcpOtherMonthDateDisabled,
	#testdiv1 .TESTcpCurrentDate,
	#testdiv1 .TESTcpCurrentDateDisabled,
	#testdiv1 .TESTcpTodayText,
	#testdiv1 .TESTcpTodayTextDisabled,
	#testdiv1 .TESTcpText
			{
			font-family: Trebuchet MS;
			font-size:9pt;
			}
	#testdiv1 TD.TESTcpDayColumnHeader
			{
			text-align:center;
			font-weight: bold;
			}
	#testdiv1 .TESTcpCurrentMonthDate,
	#testdiv1 .TESTcpOtherMonthDate,
	#testdiv1 .TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	#testdiv1 .TESTcpCurrentMonthDateDisabled,
	#testdiv1 .TESTcpOtherMonthDateDisabled,
	#testdiv1 .TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:center;
			}
	#testdiv1 .TESTcpCurrentMonthDate
			{
			color:#0981c4;
			font-weight:bold;
			text-align: center;
			}
	#testdiv1 .TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	#testdiv1 .TESTcpOtherMonthDate
			{
			color:#808080;
			}
	#testdiv1 TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #0981c4;
			text-align: center;
			}
	#testdiv1 TD.TESTcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	#testdiv1 TD.TESTcpTodayText,
	#testdiv1 TD.TESTcpTodayTextDisabled
			{
			font-weight:bold;
			}
	#testdiv1 A.TESTcpTodayText,
	#testdiv1 SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	#testdiv1 A.TESTcpTodayText
			{
			color:#0981c4;
			font-weight:bold;
			}
	#testdiv1 SPAN.TESTcpTodayTextDisabled,
			{
			color:#D0D0D0;
			}
	#testdiv1 .TESTcpBorder { }


/* STAR RATING */	
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:100px;
	height:20px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(star_small.gif);
	line-height: 10px;
	height: 10px;
}