/*
 * ====================================================================
 *
 * accountCreation.css
 *
 * Style definitions for the Account Creation layout.
 *
 * ====================================================================
 *
 * X2 Development Corporation
 *
 * Copyright (c) 2002-2012 X2 Development Corporation.
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, is not permitted without a written agreement
 * from X2 Development Corporation.
 *
 * ====================================================================
 */


.bodyBackground 
{
    background-color: #CCCCCC;
}
body
{
  background-color: #f5f5f5;
}

.accountType
{
  border-collapse: collapse;
}

.button
{
  font-size: x-small; 
  height: 30px;	
  width: auto !important; /* To fix T20116613 */
}

.buttonTable
{
  border-top: 1px solid black;
  padding: 5px;
}

.desc
{
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

.descPadding
{
  padding: 5px 10px 5px 10px;	
}

.descs
{
  border: 0px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

.font
{
  font-size: 12px;
  font-weight: normal;
}

.fontOption
{
  font-size: 12px;
  font-weight: bold;
}

.fontPadding
{
  padding: 5px;
}

.hide
{
  display: none;
}

.highlight
{
  background-color: #A8BDDC;
}

.maxWidth
{
  width: 100%;
}

.paddingLeft
{
  padding-left: 10px;	
}

.propertyLabel
{
  min-width: 100px;
  width: 100px; 
}

.section 
{
  background: rgb(234, 234, 234); /* The Fallback */
     background: rgba(234, 234, 234, 0.7);
  border: 1px solid #606264;
  margin: 5px 12px 5px 12px;
}

.step1cell
{
  padding-right: 30px;	
}

.title
{
  font-size: 20px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

.titles
{
  border-bottom: 1px solid black;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  width: 100%;
}

.warning
{
  border: 2px ridge #ab0000;
  color: black;
  font-weight: normal;
}