/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffc430;
}

.topblock {
	background: #019ee1 url(/Portals/_default/Skins/DPI-Pets/images/introduction-header2.jpg) top left;
	background-repeat: no-repeat;
	padding : 0px 0px 0px 0px;
	height:158px;
}

.skinmaster {
	height: 60%;
	border: 1px solid #000000;	
	background-color: #019ee1;
	margin-top: 30px;
}

.skingradient { 
	height:130px;
}

.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #019ee1;
	border-bottom: #000000 1px solid;
	height: 25px;
}

H1
{
	font-family: Arial;
	font-size: 35px;
	font-weight: bold;
	color: #006699;
}

H2
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}

.Normal, .NormalDisabled
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.Head {
	font-family: Arial;
	font-size: 35px;
	font-weight: bold;
	color: #006699;
}