/*
   IMS Colors
   ----------
   Light Purple  - #D0C3D6;
   Medium Purple - #A28AAF;
   Dark Purple   - #4C2061;
*/

html { 
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

body {
  background-color: #FFFFFF;
  color: #000000;  
  padding: 0px;
  margin: 0px;
  line-height: 1.5em;
  font-size: 11pt;
  font-family: Verdana, Arial, sans-serif;
}

a.mailto:link {
  text-decoration: none;
  color: #4C2061;
  border-bottom: 1px solid #4C2061;
  padding-bottom: 2px;
  line-height: 24px;   /* IE hack so border won't be lost due to padding */
}

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

a:link {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #4C2061;
  background-color: #D0C3D6;
}

#header {
  background-color: #D0C3D6;
  color: #4C2061;

  border-bottom: 2px none #4C2061;
  padding: 18px 0px 0px 20px;
  height: 70px;
  /*  For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths]  */
  /* 50px + 18px + 2px = 70px */

  line-height: 70px;
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
}

a.leftNav:link, a.leftNav:visited {
  text-decoration: none;
}
a.leftNav:hover {
  background-image: url(../images/i_purple.gif);
  background-repeat: no-repeat; 
  background-position: left center;
  /* background-color: #A28AAF; */
  border-top: 1px solid #A28AAF;
  border-bottom: 1px solid #A28AAF;
  border-right: 1px solid #A28AAF;
}
a.leftNavTop {
  line-height: 30px;
  padding-left: 20px;
}
a.leftNavLevel2 {
  padding-left: 40px;
}
a.leftNavCurrent {
  font-weight: bold;
}

#leftNav {
	position: absolute;
	left: 1px;
	width: 141px;
	height: 530px;
	margin: 0px;
	padding: 10px 5px 20px 0px;
	color: #000000;
	background-color: #D0C3D6;
	font-size: 10pt;
	border-right: 2px solid #4C2061;
	border-bottom: 2px solid #4C2061;
	top: 89px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #D0C3D6;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #D0C3D6;
}

#content {
  margin-left: 155px;
  padding:10px;
}

#content ul {
  line-height: 1.5em;
}

#content li {
  list-style-type: square;
}

h2 {
  color: #000000;
  font-family: Georgia, Verdana, Arial, sans-serif;
}

.errorMessage {
  color: red;
  font-size: 16px;
  font-weight: bold;
}

div.orderBlock {
  width: 620px;
  border-style: solid;
  border-width: medium;
  border-color: #A28AAF;
  margin: 0 0 10px 0;
}
table.order {
  width: 600px;
  padding: 0;
  margin: 10px 0 0 10px;
}
td.order_title {
  padding: 0;
  font-weight: bold;
}
td.order_data {
  padding: 0 10px 0 3px;
}

.usage {
  padding-left: 30px;
  vertical-align: top;
}

.contact_title {
  font-weight: bold;
}
.contact_block {
  position: relative;
  width: 100%;
  padding-bottom: 35px;
  padding-bottom: 20px;
}
.contact_name {
  position: relative;
  top: 0px;
  left: 40px;
  width: 250px;
}
.contact_info {
  top: 0px;
  left: 3px;
}

div.usage_title, p.usage_title {
  font-size: x-large;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
div.usage_subtitle {
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px solid #A28AAF;
}
div.usage_date {
  font-size: small;
  font-style: italic;
  padding-bottom: 20px;
}
div.usage_category {
  font-weight: bold;
  font-style: italic;
}
div.usage_data {
  padding-left: 30px;
  font-style: italic;
}

.highlight {
  font-weight: bold;
}
.x-highlight {
  color: #4C2061;
  background-color: #D0C3D6;
  font-size: large;
  font-weight: bold;
}

*.userform {
	margin:auto;
}
table.userform {
	padding: 3px;
	border: 1px;
/*	color: #66CC00;
	background-color:#FFFF33;
*/	
}
.userform_title, .userform_data, .userform_submit {
	font-size:smaller;
	padding: 0px 3px 0px 3px;
}
	
.userform_title {
	text-align: right;
}
.userform_submit {
	text-align: center;
}

