﻿@charset "utf-8";

@import "myMoney.css";
/***********************************************************************************
 *
 * Styles specific to the User Information Page
 *      The Below overwrites anything conflicting with myMoney.css
 *
 ***********************************************************************************/

/***************************
 * Print
 ***************************/
 
h2 
{
  width: 255px;
  text-align: right;
  padding-top:1.5em;
  margin-bottom: 1em;
  height: 29px;
}




/****************************
 * Containers
 ****************************/

.middle-banner
{
  background: white no-repeat center center;
  border:solid 2px #5986a7;
  padding: 5px;
  margin-bottom:7px;
  
}

div#userInfo	
{ 
 position: relative;
 top: 10px;
 border: solid 2px Gray;
 color: #5087be;
 padding: 15px 28px;
 background:  white;
}

div.buttonsarea
{
 width: inherit;
 text-align: right;
}

/******************************
 * Images
 ******************************/
.Softwarebox {float:right; margin-left:23px;}


/******************************
 * Form items
 ******************************/

label.first 
{
  width: 120px;
}

input.first, span.first
{
  margin-left: 124px;
}

fieldset {padding: 1.5em 0px; border-bottom: 2px dashed #bac2c6; }

/******************************
 * Order Sub Menu
 ******************************/
ul#tabs  
{
  width: inherit;
  padding: 0;
  margin-top: 10px;
  left: 164px;
  position: absolute;
  z-index: 3;
}
	li.tab  
	{
	  list-style: none;
	  width: auto;
	  margin: 0px 3px;
	  display: inline-block;
	  position: relative;
	  float: left; 
	}
	li.tab a
	{
	  padding: 0 0.8em;
	  position: relative;
	  
	  border-style: solid solid none;
	  border-width: 2px 2px medium;
	  border-color: Gray;
	  border-bottom: none;
	  background: #cccccc;
	}
	li.tab a:hover 
	{
	  background: white;
	  text-decoration: none;
	  padding-bottom: 2px;
	}
	li.open a
	{
	  color: #1D52A7;
	  background: white;
	  padding-bottom: 2px;
	}
	li.disabled a, li.disabled a:hover
	{
	  color: #aaaaaa;
	  background: #cccccc;
	  padding-bottom: 0px;
	  cursor: default;
	}


/***************************
 * EULA Specific
 ***************************/

div#eula
{
  margin: 20px 0px;
  max-height: 500px;
  overflow: auto;
}
