body
{
	background-color:Black;
}

.Application
{
	z-index: auto;
	position: relative;
	
	margin-left: 120px;

	width: 368px;
	height: 645px;

	background-image: url('images/backdrop_main_frame.gif');
	background-repeat: no-repeat;
	
	-moz-border-radius: 4px;
}

.PetFrame
{
	z-index: 4;

	position: absolute;
	top: 23px;
	left: 22px;

	color: White;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.PetInformationFrame
{
	z-index: 5;

	position: absolute;
	top: 35px;
	left: 8px;

	width: 302px;
	height: 76px;

	padding-top: 10px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
}

.TalentsFrame
{
	z-index: 3;

	position: absolute;
	top: 163px;
	left: 22px;
	
	width: 335px;
	height: 441px;
	
	background-image: url('images/backdrop_talents_frame.gif');
	background-repeat: no-repeat;
}

.TalentsGroup1Frame
{
	z-index: 9;
	width: 100%;
	position: relative;
	float: left;
}

.TalentsGroup2Frame
{
	z-index: 8;
	width: 100%;
	position: relative;
	float: left;
}

.TalentsGroup3Frame
{
	z-index: 7;
	width: 100%;
	position: relative;
	float: left;
}

.TalentsGroup4Frame
{
	z-index: 6;
	width: 100%;
	position: relative;
	float: left;
}

.TalentsGroup5Frame
{
	z-index: 5;
	width: 100%;
	position: relative;
	float: left;
}

.TalentsGroup6Frame
{
	z-index: 4;
	width: 100%;
	position: relative;
	float: left;
}

.TrainingPointsFrame
{
	z-index: 2;

	position: absolute;
	
	top: 606px;
	left: 22px;

	width: 335px;
	height: 27px;

	padding-top: 4px;
	padding-left: 8px;
	padding-right: 3px;

	background-image: url('images/backdrop_training_points_frame.gif');
	background-repeat: no-repeat;
}


.PetInformationTitle
{
	color: #ffffff;
	font-family: arial,verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	
	cursor: default;
}

.PetInformationText
{
	color: #ffffff;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
	cursor: default;
}

.TrainingPointsText
{
	font-weight: bold;
	color: #ffd200;
	
	cursor: default;
}

.TrainingPointsValue
{
	color: #ffffff;
	font-weight: bold;
	
	cursor: default;
}

.TrainingPointsLevelButton
{
	position: absolute;
	float: left;
	
	top: 4px;
	left: 249px;

	width: 25px;
	height: 21px;

	background-image: url('images/backdrop_pet_level.gif');
	background-repeat: no-repeat;
	
	cursor: pointer;
}

.TrainingPointsLevelButtonPressed
{
	position: absolute;
	float: left;
	
	top: 4px;
	left: 249px;

	width: 25px;
	height: 21px;

	background-image: url('images/backdrop_pet_level_pressed.gif');
	background-repeat: no-repeat;
	
	cursor: pointer;
}

.TrainingPointsLevelTextFrame
{
	position: relative;
	float: left;
	
	top: 2px;

	width: 25px;
	height: 19px;

	padding-top: 0px;
}

.TrainingPointsLevelText
{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffd200;

	cursor: pointer;
}

.TrainingPointsLevelTextPressed
{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a38500;

	cursor: pointer;
}

.TrainingPointsLevelChooser
{
	position: absolute;
	float: left;
	
	width: 15px;
	height: 15px;

	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;

	background-color: #000000;
}

.TrainingPointsLevelChooserSelected
{
	position: absolute;
	float: left;

	z-index: 120;
	
	width: 30px;
	height: 30px;

	font-family: arial, verdana, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #ffd100;
	
	cursor: default;

	/*background-color: #1c1c1c;*/
}

.TrainingPointsLevelPopup
{
	visibility: visible;

	z-index: 50;

	position: absolute;
	top: 25px;
	left: -78px;

	width: 217px;

	background-color: #171413;

	color: White;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;

	border-width: 1px;
	border-style: solid;
	border-color: #8d8b8c;
	
	filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;

	padding: 3px;
	-moz-border-radius: 4px;
}

.TrainingPointsLevelPopupHidden
{
	visibility: hidden;

	z-index: 50;

	position: absolute;
	top: 25px;
	left: -78px;

	width: 211px;

	background-color: #171413;

	color: White;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;

	border-width: 1px;
	border-style: solid;
	border-color: #8d8b8c;
	
	filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;

	padding: 3px;
	-moz-border-radius: 4px;
}

.TrainingPointsResetButton
{
	position: absolute;
	float: left;

	top: 4px;
	left: 275px;

	width: 57px;
	height: 19px;

	background-image: url('images/reset_button.gif');
	background-repeat: no-repeat;

	cursor: pointer;
}

.TrainingPointsResetButtonPressed
{
	position: absolute;
	float: left;

	top: 4px;
	left: 275px;

	width: 57px;
	height: 19px;

	background-image: url('images/reset_button_pressed.gif');
	background-repeat: no-repeat;
	
	cursor: pointer;
}

.LevelBrowserFrame
{
	z-index: 100;

	top: 103px;
	left: -12px;
	position: absolute;

	width: 400px;
	height: 500px;
	color: White;

	background-image: url('images/backdrop_level_browser.gif');
	background-repeat: no-repeat;

	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;

	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	
	-moz-border-radius: 4px;
}

.TalentButtonMin
{
	position: relative;
	float: left;
	
	width: 42px;
	height: 42px;

	margin-top: 24px;
	margin-bottom: 0px;
	margin-left: 9px;
	margin-right: 9px;
	
	padding: 1px;

	border-width: 1px;
	border-style: solid;
	border-color: #8d8b8c;
	
	-moz-border-radius: 4px;
}

.TalentButtonMax
{
	position: relative;
	float: left;

	width: 42px;
	height: 42px;

	margin-top: 24px;
	margin-bottom: 0px;
	margin-left: 9px;
	margin-right: 9px;
	
	padding: 1px;

	border-width: 1px;
	border-style: solid;
	border-color: #ffd100;
	
	-moz-border-radius: 4px;
}

.TalentButtonBetween
{
	position: relative;
	float: left;

	width: 42px;
	height: 42px;

	margin-top: 24px;
	margin-bottom: 0px;
	margin-left: 9px;
	margin-right: 9px;
	
	padding: 1px;
	
	color: #1aff1a;
	font-family: arial,verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;

	border-width: 1px;
	border-style: solid;
	border-color: #1aff1a;
	
	-moz-border-radius: 4px;
	
	cursor: pointer;
}

.TalentButtonDisabled
{
	position: relative;
	float: left;
	width: 42px;
	height: 42px;

	margin-top: 24px;
	margin-bottom: 0px;
	margin-left: 9px;
	margin-right: 9px;
	
	padding: 2px;
}

.TalentButtonCounterMin
{
	position: absolute;
	left: 28px;
	top: 37px;
	
	width: 15px;
	height: 12px;
	background-color: #000000;

	color: #1aff1a;
	font-family: arial,verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;

	border-width: 1px;
	border-style: solid;
	border-color: #8d8b8c;
	
	padding: 2px;
	padding-left: 1px;
	padding-right: 1px;
	-moz-border-radius: 4px;
	
	cursor: pointer;
}

.TalentButtonCounterMax
{
	position: absolute;
	left: 28px;
	top: 37px;

	width: 15px;
	height: 12px;
	background-color: #000000;

	color: #ffd100;
	font-family: arial,verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;

	border-width: 1px;
	border-style: solid;
	border-color: #ffd200;
	
	padding: 2px;
	padding-left: 1px;
	padding-right: 1px;
	-moz-border-radius: 4px;
	
	cursor: pointer;
}

.TalentButtonCounterBetween
{
	position: absolute;
	left: 28px;
	top: 37px;

	width: 15px;
	height: 12px;
	background-color: #000000;

	color: #1aff1a;
	font-family: arial,verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;

	border-width: 1px;
	border-style: solid;
	border-color: #1aff1a;
	
	padding: 2px;
	padding-left: 1px;
	padding-right: 1px;
	-moz-border-radius: 4px;
	
	cursor: pointer;
}

.TalentButtonCounterDisabled
{
	position: absolute;
	left: 28px;
	top: 37px;

	width: 15px;
	height: 12px;
	background-color: #000000;

	color: #888888;
	font-family: arial,verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;

	border-width: 1px;
	border-style: solid;
	border-color: #888888;

	padding: 2px;
	padding-left: 1px;
	padding-right: 1px;
	-moz-border-radius: 4px;
}

.TalentButtonPopupFrame
{
	position: absolute;
	top: 25px;
	left: 60px;
	
	z-index: 100;

	width: 350px;

	background-image: url(images/backdrop_talent_popup_frame.png);
	background-repeat: repeat;

	color: White;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;

	border-width: 1px;
	border-style: solid;
	border-color: #8d8b8c;
	
	padding: 3px;
	-moz-border-radius: 4px;
}

.TalentButtonPopupTitle
{
	font-family: arial,verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: White;
}

.TalentButtonPopupText
{
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

.TalentButtonPopupDescription
{
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffd200;
}

.TalentButtonPopupLearn
{
	float: left;
	color: #0eff0e;
}

.TalentButtonPopupUnlearn
{
	float: right;
	color: #ff0e0e;
}

.TalentButtonPopupUnlearnable
{
	float: left;
	color: #ffffff;
}

.PetButtonFrame
{
	z-index: 6;

	position: relative;
	float: left;
	
	top: -15px;
	left: -4px;
	
	width: 0px;
	height: 0px;
	
	margin: 0px;
	padding: 0px;
}

.PetButtonMask
{
	position: absolute;
	top: -4px;
	left: -13px;
	
	background-image: url(images/petbutton_mask.png);

	width: 73px;
	height: 73px;
	
	cursor: pointer;
}

.PetButtonMaskIE
{
	position: absolute;
	top: -4px;
	left: -13px;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/petbutton_mask.png', sizingMethod='scale');

	width: 73px;
	height: 73px;
}

.PetButtonIcon
{
	position: absolute;
	top: -4px;
	left: -13px;
	width: 73px;
	height: 73px;
}

.PetButtonPopupFrame
{
	z-index: 50;

	position: absolute;
	top: 20px;
	left: 70px;

	width: 206px;

	background-color: #171413;

	color: White;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;

	border-width: 1px;
	border-style: solid;
	border-color: #8d8b8c;
	
	filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;

	padding: 3px;
	-moz-border-radius: 4px;
}


.PetBrowserFrame
{
	z-index: 30;

	top: 55px;
	left: -70px;
	position: absolute;

	width: 480px;
	height: 500px;

	background-image: url('images/backdrop_pet_browser.gif');
	background-repeat: no-repeat;

	color: #ffffff;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;

	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	
	-moz-border-radius: 4px;
}

.PetBrowserButton
{
	position: relative;
	float: left;
	width: 76px;
	height: 75px;
	font-weight: bold;

	margin: 4px;
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 4px;
	padding-bottom: 0px;
}

.PetBrowserButtonSelected
{
	position: relative;
	float: left;
	width: 76px;
	height: 75px;
	font-weight: bold;
	background-color: #1c1c1c;

	margin: 4px;
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 4px;
	padding-bottom: 0px;

	cursor: pointer;
}

.PetBrowserButtonIcon
{
	width: 53px;
	height: 53px;
}
