/* 
    Document   : main.css
    Created on : Sep 12, 2009, 11:02:53 AM
    Author     : Jeff Christy
    Description:
        Purpose of the stylesheet follows.
*/

/**
 * Main page control div blocks
 */

 /* center content area in browser */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 12px;
	color: #265686;
	background-image: url(/images/body-bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
   padding:0px;
	text-align:center;
}

td, th {
   font-size: 12px;
	color: #265686;
}

p {
   margin-top: 4px;
   margin-bottom: 4px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 200%;
	font-style: italic;
	color: #FF6600;
}

h2 {
   margin-top: 0px;
   margin-bottom: 8px;
	font-size: 150%;
	font-style: italic;
   font-weight: bold;
	color: #265686;
}

label {
	width: 20em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

input,
select,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #265686;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: left;
/*
   border-top: 1px #a9a9a9 solid;
	border-left: 1px #a9a9a9 solid;
	background-color: #F0FFFF;
*/
}

button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #265686;
	word-spacing: normal;
	letter-spacing: normal;
   cursor: pointer;
}


a:visited {
	color: #265686;
   text-decoration: underline;
}

/* Main holds all elements of page except for footer.  */
#container {
   height: 97%;
	width:760px;
	margin:0px auto;
	text-align:left;
}

/* main content area with bottom padding reserves space for footer  */
#content {
   clear: both;
}

#body {
   padding-bottom: 85px;
	position: relative;
	width: 760px;
	border-top: 1px #0000FF solid;
	background-color: #FFFFFF;
}


#contentLeft {
   position: relative;
	float: left;
	width: 180px;
	padding-right: 10px;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#contentMain {
	position: relative;
	width:540px;
	float: right;
	padding: 10px;	
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#contentFull {
	position: relative;
	width:740px;
	float: right;
	padding: 10px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}


/* header area is sized so background will show  */
.header {
	text-align: right;
	top: 0px;
	left: 0px;
	width: 760px;
   height: 130px;
	background-image: url(/images/MetisLogo.jpg);
	background-repeat: no-repeat;
}

.footer {
   clear: both;
   margin-top: -85px;
   text-align: center;
   padding-bottom: 0px;
   margin-bottom:0px;
}

/**********

   End of content divs

***********/


/* menu content formatting  */
.menu {
   width:800px;
   margin: -10px 0 0 -40px;
}
.menu ul li{
	list-style-type:none;
   line-height:18px;
   display: block;
   border-left: 1px #ffbd09 solid;
	border-right: 1px #ffbd09 solid;
	text-decoration:none;
	margin: 0 0 0 0;
   /*       t    r   b    l  */
   padding: 0px 10px 0px 10px;
   color: #ffffff;
	font-weight:bold;
   font-size: 13px;
}
.menuLeft li{
   float:left;
}
.menuRight li{
   float:right;
}
.menu ul li a{
	color: #ffffff;
	font-weight:bold;
	font-size: 100%;
   text-decoration: none;
}
.menu ul li a:hover{
	color: #0000FF;
	text-decoration: underline;
}

.submenu {
   position:relative;
   clear:both;
   float:left;
   width:100%;
   height: 40px;
   overflow:hidden;
}
.submenu ul {
	font-size: 90%;
	clear:left;
	float:left;
	list-style:none;
	margin:6px auto;
	padding:0;
	position:relative;
	left:50%;
}

#subMenu ul {
	font-size: 70%;
	line-height: 20px;
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}


.submenu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
.submenu ul li a {
	display:block;
	height: 14px;
	margin:0 0 0 0px;
	padding:3px 10px;
	color:#FFFFFF;
	text-decoration:none;
   border-left: 1px #13b8ef solid;
	border-right: 1px #13b8ef solid;
	font-weight: bold;
}
.submenu ul a:hover {
	color: #0000FF;
	text-decoration: underline;
}

/* default settings   */
/*
a, a:hover, a:visited {
   color: #265686;
   text-decoration: underline;
}
*/

h4 {
   font-size: 9px;
   font-weight: normal;
   padding-bottom: 0px;
   margin-bottom:0px;

}

legend {
   font-size: 125%;
   font-weight: bold;
}

legend#popup_legend {
   font-size: 100%;
   font-weight: normal;
}

.subInstructions {
   font-size: 9px;
   text-align: left;
   margin-left: 7em;
}



/********************

   Popup window rules:

*********************/

/*  Login Popup */

#login {
   display: none;
   position:absolute;
   height: 150px;
   width: 250px;
   display: block;
   background: #CCCCCC; /* this is a shadow color of grey   */
   text-align: left;
}

#loginWindow {
   position: relative;
   display: block;
   height: 150px;
   width: 250px;
   background-color: #ffffff;
   border: 1px solid #a9a9a9;
   margin: -8px 5px 5px -5px; /* this will offset up and left to give a shadow  */
}

#loginContent {
   display: block;
   width: 100%;
   background-color: #ffffff;
}

#loginTitle {
   position: relative;
   height:22px;
   text-align:left;
   margin:0px;
   cursor:move;
   background-color: #3399FF ;
}

#loginTitleBarLeft {
   position: absolute;
   left: 0;
   width: 85%;
   padding-top: 3px;
   margin-left: 2px;
   color:#000000;
}

#loginTitleBarRight {
   position: absolute;
   right: 0;
   width: 15%;
   text-align: right; /* depends on element width */
   margin-right: 2px;
   padding-top: 2px;

}

#loginTitleBarCloseButton {
   border:0;
   cursor:pointer;
}

.loginForm label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
   padding: 4px;
}

.loginForm submit,
.loginForm input {
	margin-left: .2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #265686;
	word-spacing: normal;
	letter-spacing: normal;
}

#login p.error{
	color: #FF0000;
	font-size: 120%;
	font-weight: bold;
	margin-top: 9px;
}

#loginHover {
   margin-top: 16px;
   text-decoration: underline;
   cursor: pointer;
}

#loginNoHover {
   margin-top: 16px;
}

/*

   text formatting styles

*/

.sectionBlock {
   margin-bottom: 24px;
   text-align: justify;
}

.doubleSpace {
   margin-top: 16px;
}

.justify {
   text-align: justify;
}

.formHeading {
   font-weight: bold;
   margin-top: 20px;
   margin-bottom: 16px;
}

.doubleSpace {
   margin-bottom: 16px;
}

.error {
   margin-top: 8px;
   margin-bottom: 8px;
   font-weight: bold;
   color: red;
}

#lcTT{
	color:rgb(6,161,59);
	font-size:12px;
}

#lcTT ul{
	list-style:none;
	margin-top:4px;
	margin-bottom:0px;
}

#lcTT li{
	text-align:left;
	list-style:disc;
	margin-top:4px;
}

#lcTT li.label{
	list-style:none;
	text-indent:-14px;
	font-style:italic;
}

#lcTT p{
	margin-bottom:4px;
	margin-top:4px;
}

#lcTT p span{
	font-weight:bold;
}

#lcTT a:link{
	color:rgb(6,161,59);
	font-size:12px;
	text-decoration:none;
}

#lcTT a:visited{
	color:rgb(6,161,59);
	font-size:12px;
	text-decoration:none;
}

#lcTT a:active{
	color:rgb(6,161,59);
	font-size:12px;
	text-decoration:underline;
}

#lcTT a:hover{
	color:rgb(6,161,59);
	font-size:12px;
	text-decoration:underline;
}


#lcTT-Orange{
	color:#FF6600;
	font-size:12px;
}

#lcTT-Orange img{
	border:0;
}

#lcTT-Orange ul{
	list-style:none;
	margin-top:4px;
	margin-bottom:0px;
}

#lcTT-Orange li{
	list-style:disc;
	margin-top:4px;
}

#lcTT-Orange li.label{
	list-style:none;
	text-indent:-14px;
	font-style:italic;
}

#lcTT-Orange p{
	margin-bottom:4px;
	margin-top:4px;
}

#lcTT-Orange p span{
	font-weight:bold;
}

#lcTT-Orange a:link{
	color:#FF6600;
	font-size:12px;
	text-decoration:none;
}

#lcTT-Orange a:visited{
	color:#FF6600;
	font-size:12px;
	text-decoration:none;
}

#lcTT-Orange a:active{
	color:#FF6600;
	font-size:12px;
	text-decoration:underline;
}

#lcTT-Orange a:hover{
	color:#FF6600;
	font-size:12px;
	text-decoration:underline;
}

/*  Main Body  */

.mBody{
	color: #265686;
	font-size:12px;
	margin-top:6px;
	margin-bottom:0px;
}

.mBody p{
	font-size:12px;
	margin-top:6px;
	margin-bottom:0px;
}

.mBodyText{
	color: #265686;
	font-size:12px;
	margin-top:6px;
	margin-bottom:6px;
}

.mBodyText p{
	font-size:12px;
	margin-top:6px;
	margin-bottom:0px;
}

.mBody ul{
}

.mBody li{
	margin-top:6px;
	margin-bottom:4px;
}

.mBodyHeader{
	color: #265686;
	font-size:18px;
}

.mBodyHeader p{
	font-weight:bold;
	font-style:italic;
	margin-top:8px;
	margin-bottom:8px;
}

.mBodySubHeader{
	color:#FF6600;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	margin-top:0px;
	margin-bottom:0px;
}

.mBodySubHeader p{
	margin-top:0px;
	margin-bottom:0px;
}

.mBodyReference{
	color:#FF6600;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
}

.mBodyReference p{
	margin-top:12px;
	margin-bottom:0px;
}

.mBodyRefLink{
	color: #265686;
}

.mBodyRefLink p,
.mBodyRefLink p a{
	font-size:12px;
	margin-top:6px;
	margin-bottom:18px;
}

.mBodyRefLink a:link,
.mBodyRefLink p a:link{
	font-size:12px;
	text-decoration:underline;
}

.mBodyRefLink a:visited,
.mBodyRefLink p a:visited{
	font-size:12px;
	text-decoration:underline;
}

.mBodyRefLink a:active,
.mBodyRefLink p a:active{
	font-size:12px;
	text-decoration:underline;
}

.mBodyRefLink a:hover,
.mBodyRefLink p a:hover{
	font-size:12px;
	text-decoration:underline;
}

.freeTrial{
	color:rgb(6,161,59);
	font-size:12px;
}

.freeTrial a:link{
	color:rgb(6,161,59);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.freeTrial a:visited{
	color:rgb(6,161,59);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.freeTrial a:active{
	color:rgb(6,161,59);
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.freeTrial a:hover{
	color:rgb(6,161,59);
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

