@import "/css/menu.css";
@import "/css/toc.css";

html, body
{
  font-size: small;
  color: #222222;
  background-color: white;
  font-family: Verdana, Helvetical, sans-serif;
  margin: 0;
  padding: 0;
}

td
{
  font-size: small;
  font-family: Verdana, Helvetical, sans-serif;
}

.tagline
{
   font-size: larger;
}

a:active 
{
  text-decoration: none;
}

a:visited 
{
  text-decoration: none;
}

a:link 
{
  text-decoration: none;
}

a:hover
{
  color: #FF0000;
  background-color: transparent;
  text-decoration: underline;
}

a
{
  font-family: Verdana, Helvetical, sans-serif;
  color: #0066CC;
  background-color: transparent;
}

h2 a
{
  text-decoration: none;
}

p, form, ol, ul, dl
{
  margin-top: .35em;
  margin-bottom: .35em;
  padding-top: .35em;
  padding-bottom: .35em;
  padding-right: .35em;
}

.blogger-labels
{
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
}

dt
{
  margin-top: .50em;
  margin-bottom: .10em;
  margin-left: 1.5em;
  margin-right: 1.5em;
  text-decoration: underline;
}

dd
{
  font-style: italic;
  margin-right: 1.5em;
}

dfn, acronym, cite
{
  font-weight: bold;
  font-style: italic;
  font-family: Verdana, Helvetical, sans-serif;
}

code, var
{
  font-family: Courier, monospace;
  font-size: small;
}

h1, h2, h3, h4, h5, h6
{
  font-weight: bold;
  /*font-style: italic;*/
  margin-top: .75em;
  margin-bottom: .20em;
  padding-bottom: .25em;
  padding-left: .35em;
  padding-right: .35em;
}

h1, h3, h4
{
  padding-left: 0;
}

.main
{
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.main h1, .main h2, .main h3, .main h4, .main h5, .main h6
{
  margin-top: .75em;
  margin-bottom: .25em;
  font-weight: bold;
}

.main td, .main th
{
  padding-left: 5px;
  padding-right: 5px;
}

.printonly
{
  display: none;
}

.noprint
{
}

.section
{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section h1, .section h2, .section h3, .section h4, .section h5, .section h6
{
  font-weight: bold;
  margin-top: .75em;
  margin-bottom: .25em;
  padding-top: 1px;
  padding-bottom: 5px;
}

.section form, ol, ul, dl
{
  margin-top: .35em;
  margin-bottom: .35em;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: .35em;
  padding-bottom: .35em;
  padding-left: .35em;
  padding-right: .35em;
}

.sectiondate
{
  float: right;
  text-align: right;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 5px;
  font-size: small;
}

.sectioncontent
{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: .35em;
}

.sectioncontent h1, .sectioncontent h2, .sectioncontent h3, .sectioncontent h4, .sectioncontent h5, .sectioncontent h6
{
  font-weight: bold;
  margin-top: .75em;
  margin-bottom: 0;
  padding-bottom: .35em;
  padding-left: 0;
  padding-right: .35em;
}

h2
{
	/*
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #888888;
	*/
}

.section-divider
{
   border-top-width: 1px;
   border-top-style: solid;
   border-color: #888888;
}

ul.thumbs 
{
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 1em;
  margin-right: 1em;
}

.thumbs a
{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.thumbs img
{
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  vertical-align: middle;
}

div.thumbs
{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.info
{
  font-size: small;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-style: solid;
  border-top-color: #333333;
  color: #FFFFFF;
  background-color: #0066CC;
}

.validators
{
  width: 40%; 
  float: right; 
  text-align: right;
  margin-top: 5px;
}

.validators img
{
  border: 0px;
}

.info a
{
  color: #DDDDFF;
  background-color: transparent;
}

.warning
{
  display: none;
}

.example
{
  overflow: auto;
  color: #333333;
  font-size: medium;
  background-color: #EEEEEE;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #000000;
  font-style: normal;
}

.question
{
  font-style: italic;
}

pre
{
  font-size: small;
  font-family: "Courier New", monospace;
}

h1
{
  font-size: x-large;
  margin-bottom: .25em;
}

:target
{
  background-color: yellow;
}

#footer 
{
	position: absolute;  /* Needed for Safari */
	padding: 0;
	margin: 0;
	margin-top: 10px;
	width: 100%;
	color: white;
   background-color: #0066CC;
}

#footerSeparator
{
   visibility: hidden;
}

.item-control 
{
   display:none;
}

img
{
	background-color: White;
	padding: 10px;
}

.img-shadow 
{
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img 
{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
} 

.p-shadow 
{
	width: 90%;
	float:left;
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.p-shadow div 
{
	background: none !important;
	background: url(/images/shadow2.gif) no-repeat left top;
	padding: 0 !important;
	padding: 0 6px 6px 0;
}

.p-shadow p 
{
	color: #777;
	background-color: #fff;
	font: italic 1em georgia, serif;
	border: 1px solid #a9a9a9;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0;
}

.blogCommentBody
{
  background-color: #EEEEEE;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #CCCCCC;
}

.comment-icon
{
  display: none;
}

.byline
{
	margin-top: 3px;
	margin-bottom: 6px;
}

.readFullArticle
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	font-weight: bold;
}
