﻿/* Layout Styles */

/* make IE6 take full height */
html, body
{ 
  height: 100%;
}

body, div
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

body, div, table
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse
}

/* By default, form and table items do not inherit the CSS rules for font-weight, font-family and font-size. */
input, textarea, select, table
{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

select
{
	font-size: 8pt;
}

/* For Firefox*/
input[disabled]
{
  color: Gray;
}

/* Master Page layout */

input
{
  color: black;
  text-align: left;
  padding-left: 3px;
  padding-right: 3px;
}

hr
{
 color: #cccccc;
 background-color: #cccccc;
}

/*******************
	Table 
Margins do not apply to table cells
Have to use depreciated 'cellspacing' of table element
 */
td
{
	vertical-align: top;
	border: 0px;
	padding: 0px;
}


#jfmgLogo
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#jfmgLogo img
{
  border: none;
}

#leftcontainer
{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height : 100%;
  background-color: rgb(122,130,192);
}

#maincontainer
{
  position: absolute;
  top: 0px;
  right: 0px;
}

#contents
{
	margin: 20px;
	margin-top: 40px;
	width: 702px;
}

