.border {
	border: 1px solid #dddddd;
}
.copyright {
	font-family: Verdana;
	font-size: 11px;
	color: #8f8f8f;
}
.newstext {

	font-family: Verdana;
	font-size: 11px;
	color: #6e6f71;
}
.content {
	font-family: Verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}
.productname {
	font-family: Verdana;
	font-size: 12px;
	color: #01a098;
	font-weight: bold;
}
.moredetails {
	font-family: Verdana;
	font-size: 11px;
	color: #008dd4;
	font-weight: bold;
}
.featuredproductname {

	font-family: Verdana;
	font-size: 11px;
	color: #01a098;
	font-weight: bold;
}
.link:link {



	font-family: Verdana;
	font-size: 11px;
	color: #676767;
}
.link:visited {




	font-family: Verdana;
	font-size: 11px;
	color: #676767;
}
.link:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: underline;
	font-weight: bold;
}
.link:active {
	font-family: Verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: underline;
	font-weight: bold;
}
.leftlink {
	font-family: Verdana;
	font-size: 11px;
	color: #6e6f71;
	text-decoration: none;
}
.heading {
	font-family: Verdana;
	font-size: 13px;
	color: #01a098;
	font-weight: bold;
}
.boldtext {
	font-family: Verdana;
	font-size: 11px;
	color: #676767;
	font-weight: bold;
}

/*
CSS elements below are added by me(Ruchit)..
*/

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}
.button
{
	border-right: #8d8d8d 1px solid;
	border-top: #8d8d8d 1px solid;
	vertical-align: middle;
	border-left: #8d8d8d 1px solid;
	border-bottom: #8d8d8d 1px solid;
	height: 22px;
	text-align: center;
	font-size: 11px;
	color: #767676;
	font-family: Verdana;
	background-color: #e7e7e7;
	font-weight: bold;
}
.producttext
{
	font-family: Verdana;
	font-size: 12px;
	color: #676767;
	text-decoration: none;
	line-height: 22px;
}
.formtextbox
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	line-height: 22px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	width: 110px;
	border-bottom: gray 1px solid;
	height: 17px;
}
.detailtext {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}