@charset "utf-8";
/* CSS Document */
.search{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	}

.top{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #CCCCCC;
	border-color:#000099;
	}

.solutions{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}

.solutions_t{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #003366;
	}

.top a:link{
	color:#CCCCCC;
	text-decoration:none;
}

.top a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}

.top a:visited{
	text-decoration:none;
	font-style:inherit;
	color:#CCCCCC;
	}

.top a:visited:hover{
	color:#FFFFFF;
	}

.menu a:link{
	color:#CCCCCC;
	text-decoration:none;
	}

.menu a:visited{
	color:#CCCCCC;
	text-decoration:none;
	}

.menu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 0px 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #003366;
}

.mypets a:link{
	color: #003366;
	text-decoration:none;
	}

.mypets a:visited{
	color: #000088;
	text-decoration:none;
	}

.mypets a:hover{
	color: #000000;
	}

.thepet{
padding: 20px 70px;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
color:#000066;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.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;
}