/* -------------------------------------------------
for deprecated redirect page (< IE 6)
------------------------------------------------- */

/* ------------------------------------------------------------------------------------
fonts
------------------------------------------------------------------------------------ */
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {
   font: 13px verdana,arial,helvetica,clean,sans-serif;
   *font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% verdana,arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}


/* ------------------------------------------------------------------------------------
reset
------------------------------------------------------------------------------------ */
body,div,dl,dt,dd,/*ul,ol,*/li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote/*,th,td*/
{
margin: 0;
padding: 0;
}

table
{
border-collapse: collapse;
}

fieldset
{
border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var
{
font-style: normal;
font-weight: normal;
}

strong
{
font-weight: bold;
}

em
{
font-style: italic;
}

caption,th
{
text-align: left;
}

h1,h2,h3,h4,h5,h6
{
font-size: 100%;
}

q:before,q:after
{
content: '';
}

ul.structureList,
ol.structrueList
{
padding: 0;
margin: 0;
list-style: none;
}

/* ------------------------------------------------------------------------------------
body
------------------------------------------------------------------------------------ */

body
{
color: #ABABAB;
background: #000;
text-align: center;
}

div#deprecated
{
width: 450px;
margin: 3em auto;
text-align: left;
}

div#companyLogo
{
text-align: center;
}

div#companyLogo img
{
display: block;
margin: 0 auto;
}

div#companyLink
{
margin: 20px 0;
text-align: center;
}

div#companyLink a
{
color: #888;
}

div#text em
{
color: #FFF;
font-size: 182%;
font-weight: bold;
font-style: normal;
}

div#browsers
{
margin: 2em;
}

p#googleChrome
{
padding: 0 0 0 37px;
background: transparent url(https://s3.amazonaws.com/n1assets1.universal1.jamspiritsites.com/deprecated/chrome.gif) no-repeat top left;
}

p#googleChrome a
{
color: #4E913B;
}

p#firefox
{
padding: 0 0 0 37px;
background: transparent url(https://s3.amazonaws.com/n1assets1.universal1.jamspiritsites.com/deprecated/firefox.gif) no-repeat top left;
}

p#firefox a
{
color: #DF731B;
}

p#safari
{
padding: 0 0 0 37px;
background: transparent url(https://s3.amazonaws.com/n1assets1.universal1.jamspiritsites.com/deprecated/safari.gif) no-repeat top left;
}

p#safari a
{
/*color: #E93708;*/
color: #669DCB;
}

p#internetExplorer
{
padding: 0 0 0 37px;
background: transparent url(https://s3.amazonaws.com/n1assets1.universal1.jamspiritsites.com/deprecated/ie.gif) no-repeat top left;
}

p#internetExplorer a
{
color: #3192C7;
}