/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}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{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* 
Clearfix
http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after { content: ".";  display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

body {
  font: 14px/17px 'Calibri', 'Lucida Grande', 'Candara', Arial, Sans-serif;
}

html.mac body {
  font: 13px/16px 'Lucida Grande', Arial, Sans-serif;
}

a {
  color: black;
  border-bottom: 1px solid #0D8FDC;
  text-decoration: none;
}
a:hover {
  color: #0979BA;
}

.highlight {
  background-color: #fffa73;
}

/* === Structure */ */
body {
  background-color: #fff;
}

#doc {
  width: 686px;
  margin: 0 auto;
  padding: 74px 0 0;
}

body.bookmarklet #doc {
  padding-top: 25px;
}

#flash {
  border: 1px solid;
  padding: 15px;
  margin-bottom: 1em;
  cursor: hand;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 673px 4px;
}

#flash.notice {
  background-color: #ffff99;
  background-image: url('/images/flash-close-notice.gif');
  border-color: #EAD150;
}

#flash.warning {
  background-color: #FFD5DE;
  background-image: url('/images/flash-close-warning.gif');
  border: 1px solid #e6999c;
}

#page_authorize, #page_login {
  padding: 25px;
  font: 22px arial;
}
#page_authorize p, #page_login p {
  margin: 15px 5px;
}

#ie_banner {
  background: #ffff99;
  color: #A18333;
  border-bottom: 1px solid #f0ef95;
}
#ie_banner p {
  padding: 10px 0;
  text-align: center;
}
