﻿* 
{
	margin: 0;
	padding: 0;
}

h3
{
  font-weight:normal;
}
html, body 
{
	min-height: 100%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*html 
{
	margin: 0px 0px -20px 0px;
	padding: 0px 0px 0px 0px;
}
*/

body 
{
	font-family: Calibri, Verdana;
	font-size: 10pt;
	background: #f1f1f1;
	background-image: url("../i/bggradient.png");
	background-position: top left;
	background-repeat: repeat-x;
}

#container 
{
	min-height: 100%;
	background: #FFF;
	width: 1030px;
	margin: auto;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

/* IE6 hack to get height 100% */
* html #container {
	height: 100%;
}

a 
{
/*	font-family: Georgia; */
	color: Black; 
/*	text-decoration: none;*/
	border: none;
}

img 
{
	border: none;
}

a.articleLink 
{
	background-image: url("/i/arrow.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
}

#divAboutUsBox 
{
	background-image: url("/i/bgtopbtn.png");
	float: right;
	width: 150px;
	height: 20px;
	text-align: center;
}

#divTopMenu 
{
	width: 100%;
	height: 20px;
	padding-top: 5px; 
	padding-bottom: 5px;
	background-image: url("/i/bgmenu.png");
	clear: both;
	
}

.TopMenuItemHome
{
	float: left;
}

.TopMenuItemHome > a
{
	font-family: Georgia;
	font-size: 8pt;
	font-weight: bolder;
	color: Black;
	text-decoration: none;
	padding-left: 10px; 
	padding-right: 20px;
}

.TopMenuItemLeft
{
	float: left;
	border-left: 2px groove white; 
}

.TopMenuItemLeft > a
{
	font-family: Georgia;
	font-size: 8pt;
	font-weight: bolder;
	color: Black;
	text-decoration: none;
	padding-left: 10px; 
	padding-right: 20px;
}

.TopMenuItem 
{
	border-left: 2px groove white; 
	float: right;
}

.TopMenuItem > a
{
	font-family: Georgia;
	font-size: 8pt;
	font-weight: bolder;
	color: Black;
	text-decoration: none;
	padding-left: 20px; 
	padding-right: 20px;
}

.TopMenuItem > a.SignedIn
{
	color: Red;
}

#divFooter 
{
	clear:both;
}

#divMainContent
{
	padding: 5px 10px;
}

#divMainLeftContent
{
	float: left;
	width: 430px;
	height: 100%;
	padding: 5px 10px;
	border-right: 1px solid #e9e9e9;
}

#divMainRightContent
{
	float: left;
	width: 310px;
	height: 100%;
	padding: 5px 10px;
	border-right: 1px solid #e9e9e9;
}

#divMainRightRightContent
{
	float: left;
	width: 228px;
	height: 100%;
	padding: 5px 10px;
}

#divExcelControlView
{
	padding: 20px;
	height: 100%;
}

#divExcelControlView > .one 
{
	width: 350px;
	float: left;
}

#divArticleView 
{
	padding: 20px;
	height: 100%;
}

#divArticleView > .one 
{
	width: 70%;
}

#divArticleView > .two 
{
	width: 460px;
	float: left;
}

#divArticleView > .full 
{
	widows: 100%;
}

.lFooter
{
  font-size:0.8em;
  font-family:Arial;
	width: 70%;
}

.mbox 
{
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
}
.mbox > .header 
{
	font-family: Calibri;
	font-size: 16pt;
	font-weight: bold;
	color: #000;
	padding: 2px 0px 2px 5px;
}

.abox 
{
	width: 100%;
	margin-top: 10px;
}

.abox > .header
{
	background-color: #e9e9e9;
	font-family: Rockwell;
	font-size: 12pt;
	font-weight: bold;
	color: #1e64b1;
	padding: 2px 0px 2px 5px;
}

table, th, td, tr 
{
	border: none! important;
}

table.GridFormatMomentum
{
	width: 70%;
	border: none! important;
}
table.GridFormatMomentum > tbody > tr > td
{
	background-color: #FFF;
	color: #000;
	border: none! important;
}
table.GridFormatMomentum > tbody > tr.GridFormatAltRow > td 
{
	background-color: #eeeeee;
	border: none! important;
}


table.GridFormatMomentum > tbody > tr > th
{
	background-color: #d2d2d2;
	font-family: Calibri;
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
	border: none! important;
}

table.GridFormat 
{
	width: 100%;
	border: none! important;
}
table.GridFormat > tbody > tr > td
{
	background-color: #FFF;
	color: #000;
	border: none! important;
}
table.GridFormat > tbody > tr.GridFormatAltRow > td 
{
	background-color: #eeeeee;
	border: none! important;
}


table.GridFormat > tbody > tr > th
{
	background-color: #d2d2d2;
	font-family: Calibri;
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
	border: none! important;
}

.ClearDiv 
{
	clear: both;
}

.articlepicture
{
  padding: 10px 0px 10px 0px
}

.subpagemenuitem
{
  text-decoration:none;
  font-size: 0.8em;
}
.subpage
{
  padding:25px;
}