
/*** COPYRIGHT 2013  BY CUTSEY BUSINESS SYSTEMS LTD. - ALL RIGHTS RESERVED ***/
/* new-customer.css -- Registration Styling                                  */
/*****************************************************************************/
/*R010008 06/17/16 MDL P25639 Move Interal use down more added Captcha       */
/*R010007 06/17/16 MDL P25159 Move Interal use down                          */
/*R010006 01/19/15 MDL Q21663 Force internal used down in the site           */
/*R010005 07/23/14 MDL P20651 remove blue border-left and merge style.css    */
/*R010004 10/29/13 BSM P18107 Tighten alignment of all fields and sections.  */
/*R010003 10/22/13 BSM P18107 Move the internal user div to the right.       */
/*R010002 09/11/13 BSM P18107 Font changes.                                  */
/*R010001 09/11/13 BSM P18107 Additional functionality.                      */
/*R010000 08/02/13 BSM P18107 Added to roundtable.                           */
/*****************************************************************************/

badclass {}

body {
    color: Black;
    background-color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    height:100%;        /* R010000 */
}

form {
 height: 100%; /* R010000 */
 
}

    td
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font: 10pt;
}

.pageTitle {
    color: #000000;
    font-size: 14px;
        font-weight: bold;
}

.header {
    color:#669999;
    font-family:Arial,Helvetica,sans-serif;
    font-size:18px;                            /* R010002 */
    font-weight:bold;
    padding-top:20px;
    padding-bottom:20px;
}

.bordered {
    border-style: solid;
    border-collapse: collapse;
}

.accountButton50 {
    font-size: 12px;
    width: 50px;
}

.accountButton100 {
    font-size: 12px;
    width: 100px;
    display: none;
}

.fieldHdr {
    font-size: 12px;                           /* R010002 */
    font-weight: normal;
    font-family:Arial,Helvetica,sans-serif;    /* R010002 */
    padding-top: 10px;
}

.fieldValue {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
}

.textRed {
    color:#CC0000;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:9pt;
    font-weight:bold;
}
.textBlack {
    font-size: 10px;
    font-weight: bold;
}
.registerTable {
    width: 500px;
    
}
    /*** marketing copy ***/
.redText {
    color: #ff0000;
    font-size: 14px;
        font-weight: bold;
}
.blackText {
    color: #000000;
    font-size: 14px;
        font-weight: bold;
}

.fdm4Button {
    margin: 1em 0;
    width: 100%;
    text-align: center;
    font-family: helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.fdm4Button a {
    display: block;
    width: 100px;
    font-size: 12px;
}

.fdm4Button a:link,
.fdm4Button a:visited,
.fdm4Button a:hover {
    background-color: #537DAF;
    color: #FFFFFF;
    text-decoration: none;
}
.fdm4Button a:link,
.fdm4Button a:visited {
    border-top: 1px solid #cecece;
    border-bottom: 2px solid #4a4a4a;
    border-left: 1px solid #cecece;
    border-right: 2px solid #4a4a4a;
}
.fdm4Button a:hover {
    border-top: 1px solid #cecece;
    border-bottom: 2px solid #4a4a4a;
    border-left: 1px solid #cecece;
    border-right: 2px solid #4a4a4a;
}

div.divmain {
    /*border-left: solid 105px #069;  R010005 */
    /*padding-left: 1em;*/
    height:100%;
    
}

div.divalign {
    height:100%;
   
}

/****v R010000 v****/

.siteTable {
    height:100%;
    width: 100%;
}


.toolTip {
    max-width:30px;
    display: inline;
}


.section2{
    position: relative;
    display: none;
    margin-top: 250px;
}

.buttonImage{
 display: none;
 position: relative; 
 top: 10px;
}

#userPass{
    position: relative;
    visibility: hidden;  /*R010004*/
    margin-top: 250px; 
}

#internalUse {
 position: absolute;
 left: 700px;           /*R010003*//*R010004*/
 top: 1800px;           /*R010006*//*R010007*//* R010008 */
}

/****^ R010000 ^****/

/****v R010001 v****/

select:focus { 
    outline:none;
    border:1px solid;
    border-color:#e66400;
}

/****^ R010001 ^****/

/***v R010005 v***/
.strength-indicator
{
	width: 200px;
	height: 120px;
	position: absolute;
	left: 200px;
	top: 23px;
	border-left: solid 2px gray;
	padding: 8px 8px 8px 16px;
	margin-left:4px;	
}
.strength-indicator
{
	line-height: 18px;
}
.meter
{
	display: block;
	width: 160px;
	height: 14px;
	background-color: Gray;
	background: #424042; /* Old browsers */
	background: -moz-linear-gradient(left, #424042 0%, #f2f2f2 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#424042), color-stop(99%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #424042 0%,#f2f2f2 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #424042 0%,#f2f2f2 99%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #424042 0%,#f2f2f2 99%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424042', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #424042 0%,#f2f2f2 99%); /* W3C */
	font-size: 12px;
	padding: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 15px;
}
.strong
{
	background-color: Green;
	background: #ffff00; /* Old browsers */
	background: -moz-linear-gradient(left, #ffff00 0%, #218400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffff00), color-stop(100%,#218400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffff00 0%,#218400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffff00 0%,#218400 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ffff00 0%,#218400 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#218400',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #ffff00 0%,#218400 100%); /* W3C */
}
.medium
{
	background-color: orange;
	background: #ffff00; /* Old browsers */
	background: -moz-linear-gradient(left, #ffff00 0%, #f98900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffff00), color-stop(100%,#f98900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffff00 0%,#f98900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffff00 0%,#f98900 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ffff00 0%,#f98900 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#f98900',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #ffff00 0%,#f98900 100%); /* W3C */
}
.week
{
	background-color: yellow;
	background: #ffff00; /* Old browsers */
	background: -moz-linear-gradient(left, #ffff00 0%, #fc1d00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffff00), color-stop(100%,#fc1d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffff00 0%,#fc1d00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffff00 0%,#fc1d00 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ffff00 0%,#fc1d00 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#fc1d00',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #ffff00 0%,#fc1d00 100%); /* W3C */
}
.no-match
{
	color: #FF7B78 !important;
}
.password-container
{
	width: 100%;
	padding: 4px;
	position: relative;
}
.password-container p
{
	margin: 0;
	padding: 0;
	margin-top: 8px;
}
.password-container p label
{
	text-align: right;
	display: inline-block;
	width: 130px;
	color: #6E6E6E;
	font-size:10px;
}
.password-container p input[type=password]
{
	background-color: #232A34;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: solid;
	color: #fff;
	font-size: 12px;
}
.password-container .info
{
	display: block;
	color: Gray;
	margin-left: 134px;
}

/***^ R010005 ^***/
