﻿
.mypets{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	margin-top: 20px;
	border: 1px solid gray;
	background: #E1E1E1;
	font-size:14px;
	font-family:Verdana;
}

.thepet
{
	color:#444444;
	font-family:Verdana;
	font-size:12px;
	margin-top: 20px;
	margin-left:20px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	background-color: #B5060B;
	color:#ffffff;
}

.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font: bold 14px Verdana;
	margin: 10px 0;
}

.nextlink
{
	cursor: hand;
	cursor: pointer;
	font: bold 13px Verdana;
	margin: 10px 0;
	color: #B5060B;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: red;
}

.tooltips
{
	font-family:Verdana;
	color:Black;
	font-size:12px;
	background-color:#ffffff;
}

.cellTitle
{
	font-weight: bold;
	vertical-align:top;
	margin-right: 20px; 
	text-align: left;
	font-family:Verdana;
	width:100px;
}
.cellTitle1
{
	font-weight: bold;
	vertical-align:top;
	margin-right: 20px; 
	text-align: left;
	font-family:Verdana;
}

.revealcontent{
	visibility: hidden;
}
.fua
{
	font-size: 11px; 
	font-family:Verdana;
	color:#444444;
}

.BigTitle
{
	font-size:20px;
	margin-bottom:30px;
	text-align:center;
	font-family:Verdana;
	font-weight:bold;
	color:#444444;
}