/* Reset CSS from Zones.css and Index.css - Remove when the switch to YUI resets are made. */

*{padding:0;margin:0;}

/* Reset CSS from Zones.css and Index.css */

/* Start RESET CSS
**
** This will be used to reset new nav elements for future cleanup of the CSS.
** The goal is to move to percentage style layouts for fonts.
** this top section should eventually be replaced by
** fonts/fonts-min.css
** reset/reset-min.css
** menu/assets/menu.css
*/

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
html{color:#000;background:#FFF;}

html,
body{height:100%;}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,
img{border:0;}

address,
caption,
code,
dfn,
em,
strong,
th,
var{font-style:normal;font-weight:normal;}

li{list-style:none;}

h1,
h2,
h3,
h4,
h5,
h6{font-size:100%;font-weight:normal;}

q:before,
q:after {content:'';}

abbr,
acronym{border:0;font-variant:normal;}

sup,
#sub{vertical-align: text-top;}

sub{vertical-align:text-bottom;}

input,
textarea,
select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/*to enable resizing for IE*/
input,
textarea,
select{*font-size:100%;}

/*because legend doesn't inherit in IE */
legend{color:#000;}

/* Start FONTS CSS */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
/*Percents could work for IE, but for backCompat purposes, we are using keywords. x-small is for IE6/7 quirks mode.*/
body .gaia_header,
body .gaia_content,
body .gaia_footer,
body .rewardMessage,
body .mapBrowser,
body .cash_shop,
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}

table{font-size:inherit;font:100%;}

/*Bump up IE to get to 13px equivalent*/
pre,
code,
kbd,
samp,
tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* Start BASE CSS */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
/* base.css, part of YUI's CSS Foundation */

/*18px via YUI Fonts CSS foundation*/
h1{font-size:138.5%;}

/*16px via YUI Fonts CSS foundation*/
h2{font-size:123.1%;}

/*14px via YUI Fonts CSS foundation*/
h3{font-size:108%;}

/* top & bottom margin based on font size */
h1,
h2,
h3{margin:1em 0;}

/*bringing boldness back to headers and the strong element*/
h1,
h2,
h3,
h4,
h5,
h6,
strong{font-weight:bold;}

/*indicating to users that more info is available */
abbr,
acronym{border-bottom:1px dotted #000;cursor:help;}

/*bringing italics back to the em element*/
em{font-style:italic;}

/*giving OL's LIs generated numbers*/
ol li{list-style:decimal outside;}

/*giving UL's LIs generated disc markers*/
ul li{list-style:disc outside;}

/*giving UL's LIs generated numbers*/
dl dd{margin-left:1em;}

/*borders and padding to make the table readable*/
th,
td{border:0;padding:0;}

/*distinguishing table headers from data cells*/
th{font-weight:bold;text-align:center;}

/*coordinated marking to match cell's padding*/
/*centered so it doesn't blend in to other content*/
caption{margin-bottom:.5em;text-align:center;}

/*so things don't run into each other*/
p,
fieldset,
table,
pre{margin-bottom:1em;}

/* setting a consistent width, 160px;
   control of type=file still not possible */
input[type=text],
input[type=password],
textarea{width:12.25em;*width:11.9em;}

.yui-hidden{display:none;}
.phark{overflow:hidden;text-align:left;text-indent:-9999px;}

/* End BASE CSS */
