        .TableStyleTransform
        {
            margin: auto;
        }
       
		
        .SectionDivs
        {
            margin: 5px;
            overflow: hidden;
            padding: 5px;
        }
        
        .ClickButton
        {
            -moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
            -webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
            box-shadow: inset 0px 1px 0px 0px #bee2f9;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
            background: -moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
            background: -webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
            background: -o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
            background: -ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
            background: linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
            background-color: #63b8ee;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border: 1px solid #3866a3;
            color: #14396a;
            font-family: arial;
            font-size: 13px;
            font-weight: bold;
            padding: 6px;
            text-decoration: none;
            text-shadow: 0px 1px 0px #7cacde;
            cursor: pointer;
            margin: 3px;
            display: inline-block;
        }
        
        .Margin0
        {
            margin: 0px;
        }
        
        .Padding0
        {
            padding: 0px;
        }
        
        .ClickButton:hover
        {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
            background: -moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
            background: -webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
            background: -o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
            background: -ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
            background: linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
            background-color: #468ccf;
        }
        .ClickButton:active
        {
            position: relative;
            top: 1px;
        }
        
        .InlineBlock
        {
            display: inline-block;
        }
        
        .FloatLeft
        {
            float: left;
        }
        
        .Width100
        {
            width: 100%;
        }
        
        .MonsterImageBG
        {
            padding: 3px;
            width: 300px;
            height: 300px;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            background-color: #efefef;
            background: -moz-linear-gradient( 		top, 		#efefef 0%, 		#d3d3d3);
            background: -webkit-gradient( 		linear, left top, left bottom,  		from(#efefef), 		to(#d3d3d3));
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            border: 0px solid #ffffff;
            -moz-box-shadow: 1px 1px 1px rgba(159,159,159,1), inset 0px 0px 1px rgba(255,255,255,0.7);
            -webkit-box-shadow: 1px 1px 1px rgba(159,159,159,1), inset 0px 0px 1px rgba(255,255,255,0.7);
            box-shadow: 1px 1px 1px rgba(159,159,159,1), inset 0px 0px 1px rgba(255,255,255,0.7);
        }
        
        table.Features td
        {
            font-size: 14px;
            text-align: center;
            color: #000000;
            padding: 5px;
            background-color: #ffffff;
            background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#d6d6d6);
            background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#d6d6d6));
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            border: 3px solid #000000;
            -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
            -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
            box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
            text-shadow: 0px -1px 0px rgba(255,000,255,0.1), 0px 1px 0px rgba(255,255,255,1);
            padding-left: 10px;
            padding-right: 10px;
        }
        
        table.StatPoints td, .RegularTd, table.StatPoints td div.PerAbility
        {
            font-size: 14px;
            text-align: center;
            color: #4b4b4b;
            padding: 5px;
            background-color: #f4f4f4;
            background: -moz-linear-gradient(
		top,
		#f4f4f4 0%,
		#e3e3e3);
            background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f4f4f4),
		to(#e3e3e3));
            border: 1px solid #b9b9b9;
            text-shadow: 0px 0px 0px rgba(000,000,000,0), 1px 1px 1px rgba(255,255,255,1);
        }
        
        table.StatPoints td div.PerAbility
        {
            display: inline-block;
            margin: 2px;
            width: 165px;
        }
        
        table.Features td img
        {
            vertical-align: middle;
        }
        
        table.Features td.MonsterName, table.StatPoints td.MonsterStats, td.TransformationTitle, table.MoveDefinitionTable td.TransformationTitle
        {
            font-size: 15px;
            -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
            -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
            box-shadow: inset 0px 1px 0px 0px #caefab;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
            background: -moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
            background: -webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
            background: -o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
            background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
            background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
            background-color: #77d42a;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border: 1px solid #268a16;
            color: #306108;
            text-decoration: none;
            text-shadow: 0px 1px 0px #aade7c;
        }
        
        td.TransformationTitle, table.MoveDefinitionTable td.TransformationTitle
        {
            padding: 5px;
            text-align: center;
        }
        
        table.StatPoints
        {
            min-width: 400px;
        }
        
        table.StatPoints td a, table.StatPoints td a:hover, table.StatPoints td a:visited
        {
            color: inherit;
            text-decoration: underline;
            display: block;
        }
        table.StatPoints td a:hover
        {
            color: Black;
        }
        
        table.StatPoints td img
        {
            vertical-align: middle;
        }
        
        table.StatPoints td.StatsTd
        {
            padding: 1px;
            margin: 1px;
            border-width: 0px;
        }
        
        td.NoEffectLink a, td.NoEffectLink a:visited, td.NoEffectLink a:hover
        {
            text-decoration: none;
            border-width: 0px;
            color: inherit;
        }
        
        .SmallToolTipIcon
        {
            background-image: url('http://static.monstermmorpg.com/images/backgrounds/question_16_16.png');
            width: 16px;
            height: 16px;
            vertical-align: middle;
            float: right;
            display: inline-block;
        }
        
        .SmallToolTipIcon:hover
        {
            cursor: help;
        }
        
        .PerPoke
        {
            display: table-cell;
            width: 62px;
            height: 62px;
            padding: 1px;
            vertical-align: middle;
            text-align: center;
        }
        
        .FormNameWidth
        {
            width: 120px;
        }
        
        .TransformDetail
        {
            font-size: 14px;
            color: #595959;
            padding: 5px;
            background-color: #f5f5f5;
            background: -moz-linear-gradient(
		top,
		#f5f5f5 0%,
		#e1e1e1);
            background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f5f5f5),
		to(#e1e1e1));
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            border: 1px solid #cccccc;
            -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 3px rgba(255,255,255,1);
            -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 3px rgba(255,255,255,1);
            box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 3px rgba(255,255,255,1);
            text-shadow: 0px -1px 0px rgba(000,000,000,0), 0px 1px 0px rgba(255,255,255,1);
            display: inline-block;
        }
        
        .TransformDetail hr
        {
            border: 1px solid #cccccc;
        }
        
        a.TransformLink
        {
            display: block;
            text-align: center;
            padding: 5px;
        }
        
        .AttackToolTip
        {
            background-image: url('http://static.monstermmorpg.com/images/pokemonpokedex/info_icon_24_px.png');
            width: 24px;
            height: 24px;
            margin: 0;
            padding: 0;
            display: inline-block;
        }
        .AttackToolTip:hover
        {
            cursor: help;
        }