/* Final Fantasy Tactics CSS Sheet */
body {background: url("images/background.png") #2D343A repeat fixed; color: #000000; font: small verdana, sans-serif; margin-right: 394px;}
img {border: none;}
a:link {color: #000099;}
a:visited {color: #000099;}
a:active {color: #000099;}
a:hover {color: #990000; cursor: url("images/finger.cur"), pointer;}
button:hover {cursor: url("images/finger.cur"), pointer;}
table {width: 100%;}
table.description  {display: none; left: 100px; position: fixed; float: left; width: 70%}
td.item:hover > table.description, table.description:hover {display: block;}
td {font: small verdana, sans-serif;}
.topleft {background: url("images/upperleftcorner.png"); height: 32px; width: 32px;}
.top  {background: url("images/upperedge.png"); height: 32px;}
.topright {background: url("images/upperrightcorner.png"); height: 32px; width: 32px;}
.left {background: url("images/leftedge.png"); width: 32px;}
.center {background: url("images/center.png");}
.right {background: url("images/rightedge.png"); width: 32px;}
.bottomleft {background: url("images/lowerleftcorner.png"); height: 32px; width: 32px;}
.bottom {background: url("images/loweredge.png"); height: 32px;}
.bottomright {background: url("images/lowerrightcorner.png"); height: 32px; width: 32px;}
td.option {width: 16px; height: 18px; vertical-align: middle;}
span.first:hover {cursor: url("images/finger.cur"), pointer;}
span.newsdate {font: medium verdana, sans-serif;}
span.disclaimer {font-size: x-small;}
span.sname {font-weight: bold; font-size: medium;}
table.quick {text-align: center;}
div.menu {width: 394px; float: right; position: absolute; right: 0px; position: fixed;}
.center{display: block; margin-left: auto; margin-right:auto;}