﻿body 
{
    background: #ffffff; /* Old browsers */
    color: Black;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: smaller;
    margin:0;
}
#wrapper
{
    margin:0;
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    padding-top:15px;
 }
.logo
{
    margin: 0 0 0 0;
    text-align: center;
}
#loginContainer
{
	margin: 0 auto 0 auto;
	width: 310px;
	height: 250px;
	background:white;
	
	background: transparent url("/images/PortalLoginBackground.png") no-repeat center;
	padding: 0;
	text-align: center;
	
	-webkit-border-radius: 10px;
    border-radius: 10px;
	
	-webkit-box-shadow:  2px 2px 10px 5px rgba(00, 00, 00, .2);
     box-shadow:  2px 2px 10px 5px rgba(00, 00, 00, .2);
	
}
#registerContainer
{
    margin:0 auto;
	width: 425px;
	background:white;   
	border: 1px solid gray;
	padding: 10px;
	text-align: left;

	-webkit-border-radius: 10px;
    border-radius: 10px;
	
	-webkit-box-shadow:  2px 2px 10px 5px rgba(00, 00, 00, .2);
     box-shadow:  2px 2px 10px 5px rgba(00, 00, 00, .2);
}

#loginText
{
    width:100px;
    float: left;
    line-height: 2em;
    margin: 50px 0 0 0;
    text-align: right;
}
#loginTextboxes
{
    width:200px;
    float:right;
    clear:right;
    margin: 50px 0 0 0;
}

.loginTextBoxWidth
{
    font-family: Arial, Tahoma, Verdana, Calibri; 
    font-size: 12px; 
    color: Black; 
    height: auto; 
    width: auto; 
    width: 150px;
}
#loginButton
{
    width:205px;
    float:right;
    text-align: left;
    margin: 4px -20px 10px  0;
    clear:right;
}

#txtPassword, #txtCustomerId
{
    margin: 0 0 0 0;    
}

#signature
{
    clear:both;
    font-size:smaller;
    font-style:italic;
    margin: 10px 0 auto;
    text-align: center;
}
#firstTime
{
    clear:both;
    font-size:10pt;
    font-weight:bold;
    margin: 0 0 0 0;
}
#register
{
    clear:both;
    font-size:smaller;
    font-weight:bold;
    margin: 0 0 0 0;
}
#mobileSite
{
    clear:both;
    font-size:10pt;
    margin: 0 auto;
    text-align:center;
    margin-top:10px;
}
/* DEFAULTS
------------------------------------------------------------*/
#register a:link, a:visited
{
    color: Gray;
}

a:hover
{
    color: blue;
    text-decoration: none;
}

a:active
{
    color: blue;
}
.errorText
{color:Red;}

.tableAlignCenter
{
    margin-left: auto; 
    margin-right: auto;
}