﻿/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Establish line-height
-------------------------------------------------------------- */
body		{font-size: 62.5%; font-family:Verdana, Helvetica, Arial, sans-serif;}
html>body	{font-size: 10px;}
p			{line-height:1.5em;}

/* Paragraphs
-------------------------------------------------------------- */
p {
	font-size:1em;
	margin-top:1.5em;
	margin-bottom:1.5em;
}

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1	{font-size:1.5em; line-height: 1em; margin-top: 0; margin-bottom: 1em;}
h2	{font-size:1.33em; line-height:1.125em; margin-top:1.125em; margin-bottom:.125em;}
h3	{font-size:1.1667em; line-height: 1.286em; margin-top: .929em; margin-bottom: 0.643em;}
h4	{font-size:1em; line-height:1.5em; margin-top:1em; margin-bottom:2em; font-weight:bold;}
h5	{font-size:.916em; line-height:1.636em; margin-bottom:2em; margin-top:1.27em; font-weight:bold;}
h6	{font-size:.916em; line-height:1.636em; margin-bottom:2em; margin-top:1.27em; font-style:italic;}

/* Sidenote
-------------------------------------------------------------- */
.sidenote {
	font-size:0.8333em;
	line-height:1.8em; 
}

/* Horizontal Rule
-------------------------------------------------------------- */
hr {
	background:#666; 
	color:#666;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	border:none;
	margin-top:.5em; 
	margin-bottom:.5em;
}

/* Text elements
-------------------------------------------------------------- */
a			{text-decoration:none;}
ul, ol, dl	{list-style:none; font-size:1em; margin-top:1.5em;margin-bottom:1.5em;}

/* Tables
-------------------------------------------------------------- */
table					{width:100%;padding:0; margin:0;}
table.wborder			{border:1px solid #CCC;}
table.wborder_uc			{border:1px solid #3399FF;}
table.custom th,
table.custom td			{padding:0 0 0 5px;}
tbody					{ padding: 0; margin: 0; }
th						{ font-weight: bold; color:#222;}
th,td					{ padding:2px;  text-align: left; vertical-align: top; /*font-size:10px;*/}
td.dash					{width:2px;}
.input td				{font-size:1.2em !important;}
th.right, td.right		{text-align:right;}
td.input				{ width: 100%; }
tr.odd td,
tr.odd th				{ background: #ccc; }





/* Colors
-------------------------------------------------------------- */
body				{color:#333;}
h1,h2,h3,h4,h5,h6	{color:#111;}
a, a:visited		{color:#0088CC;}
a:hover				{color:#fff;}

.small	{font-size:9px;}


div.span-img {
  float: left;
  margin-right: 10px; 
}

div.span-img { margin-right: 26px; }

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Align the column to the right */
.f-right	{ float: right; margin-right: 0; }

.MGroupImage	{ border: 1px solid #CCC; }