/*
Colors:
Main - #045fa8 #045fa8
Secondary - #fffffe #fffffe
Button Text - #fffffd #fffffd
Navtable selected and hover - #fffffc
Background Size changed to 210 x 80 due to logo text going all the way to the edge
*/

html
{
	height: 100%;
	overflow-x: hidden;
}

h2
{
	font-size: 22px;
}

body
{
	background-color: #e3e3e3;
	font-family: arial, verdana, sans-serif;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	height: 100%;
	behavior: url(pie/PIE.htc);
}

#maincontent
{
    background-image: URL('../images/Uptown_Background_1280x800.jpg');
    background-size: cover;
}

#info
{
	min-height: 290px;
}

.dialog-button, .dialog-button:hover, .dialog-button:active, .ui-button:focus
{
	background-color: #045fa8;
}

p
{
	line-height: 22px;
}

#wrapper
{
	margin: 0 auto;
	width: 900px;
	min-height: 500px;
	background-color: #ffffff;
	border-radius: 10px;
	margin-top: 50px;
	behavior: url(pie/PIE.htc);
	position: relative;
	padding-bottom: 35px;
}

#topbar
{
	padding-top: 10px;
	width: 100%;
	height: 120px;
	background-color: #a6a6a6;
	border-radius: 10px 10px 0 0;
	behavior: url(pie/PIE.htc);
	position: relative;
}

#toplogo
{
	margin-left: 0px;
	margin-top: 5px;
	width: 230px;
	height: 100px;
    /*background-color: #ffffff;*/
	background-image: URL('../images/Uptown_WebLogo_230x100.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 210px 80px;
	/*border-radius: 10px;
	border: 1px solid black;*/
    padding: 0px 1px 0px 1px;
	float: left;
}

#navbar
{
	width: 100%;
	height: 35px;
	clear: both;
	background-color: #313131;
}

#footerbar
{
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0;
	background-color: #313131;
	border-radius: 0px 0px 10px 10px;
	font-size: 14px;
	line-height: 35px;
	behavior: url(pie/PIE.htc);
}

#navtable
{
	border-collapse: collapse;
}

#navtable tr
{
	border: 0;
	margin: 0;
	padding: 0;
}

#navtable td
{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100px;
	height: 35px;
	font-weight: bold;
}

#navtable a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 27px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

a:link,
#navtable a:link
{
	color: #045fa8;
	font-weight: bold;
}

a:visited,
#navtable a:visited
{
	color: #045fa8;
	font-weight: bold;
}	

#navtable a:hover
{
	background-color: #045fa8;
	color: #fffffc;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #fffffe;
	
}

.navbutton-active
{
	background-color: #045fa8;
	color: #fffffc !important;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #fffffe;
	
}

#loginmain
{
    width: 500px;
    height: 90px;
    font-weight: bold;
    font-size: 14px;   
	float: right;
	padding-top: 10px;
	
}

#info
{
	margin: 0 auto;
	width: 800px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-family: verdana, arial, sans-serif;
}

#info h1
{
	font-size: 22px;
}

#info p
{
	font-size: 16px;
}

#info li
{
	font-size: 16px;
	margin-top: 10px;
}

#faqcontent
{
	font-family: verdana, arial, sans-serif;
	padding: 10px 40px 20px 50px;
}

#header
{
    background-image: URL(../images/lambos_header_800x150.png);
	background-repeat: no-repeat;
	background-size: contain;
    width: 100%;
    height: 25%;
	min-height: 150px;

}

.login-textbox
{
	width: 195px;
}

.submit-button
{
	height: 30px;
	font-size: 15px;
	background-color: #045fa8;
	color: #fffffd;
	border: none;
	border-radius: 4px;
}

.cardlogin
{ 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 16px;
	padding-top: 20px;	
	padding-bottom: 45px;
	font-family: verdana, arial, sans-serif;
}

.cardlogin h1
{
	font-size: 20px;
}

.startbutton
{
    background-color: #045fa8;
    vertical-align: middle;
    font-size: 20px;
    padding: 5px 8px 5px 8px;
	color: #fffffd;
}    
.terms
{
height: 240px;
width: 600px;
overflow: scroll; 
padding: 10px;
overflow-x: hidden;
border: 2px solid #ccc;
border-radius: 5px;
margin-top:10px;
}

.returnlink
{
    color: #8F1919;
}

.welcome
{
    font-size:22px;
    color: #045fa8;
}

.continuebutton
{
    background-color: #045fa8;
    margin: 25px 0px 0px 10px;
    vertical-align: bottom;
    font-size: 20px;
    padding: 5px 8px 5px 8px;
    float: right;
	color: #fffffd;
}

.continuebutton-center
{
    background-color: #045fa8;
    margin: 0px 0px -15px 10px;
    vertical-align: bottom;
    font-size: 20px;
    padding: 5px 8px 5px 8px;
	color: #ffffff;
}

.carrierbutton
{
    background-color: yellow;
    margin-top: 2px;
    vertical-align: middle;
    font-size: 11pt;
    width: 250px;
    height: 30px;
}

.enrollformwrapper
{
	padding-top: 20px;
	min-height: 270px;
	padding-bottom: 40px;
	
}

.enrollformwrapper h1
{
	font-size: 20px;
}

.formtable
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 16px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px auto 0px auto;
    COLOR: black;
    LINE-HEIGHT: 1.5;
    PADDING-TOP: 0px;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none;
}

select
{
	height: 35px;
	width: 200px;
	border: 1px solid #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	outline: 0;
	-webkit-appearance: none;
	behavior: url(pie/PIE.htc);
	position: relative;  
}

input[type="text"],
input[type="password"]

{
  border: 1px solid #000000;
  border-radius: 4px;   
  height: 25px;
  font-size: 18px;
  color: #414141;
  
  /* Safari 5, Chrome support border-radius without vendor prefix.
   * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
   * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
   */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;  
  font-size: 18px;
  
  /* with a big radius/font there needs to be padding left and right
   * otherwise the text is too close to the radius.
   * on a smaller radius/font it may not be necessary
   */
  padding: 4px 7px;
  
  /* only needed for webkit browsers which show a rectangular outline;
   * others do not do outline when radius used.
   * android browser still displays a big outline
   */
  outline: 0;

  /* this is needed for iOS devices otherwise a shadow/line appears at the
   * top of the input. depending on the ratio of radius to height it will
   * go all the way across the full width of the input and look really messy.
   * ensure the radius is no more than half the full height of the input, 
   * and the following is set, and everything will render well in iOS.
   */
  -webkit-appearance: none;
  
  /* The following is needed to make the rounded corners work in IE6-8. */
  behavior: url(pie/PIE.htc);
  position: relative;      
}

input[type="button"]
{
  border: 2px solid #ccc;
   
  /* Safari 5, Chrome support border-radius without vendor prefix.
   * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
   * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
   */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  
  /* Chrome, FF 4.0 support box-shadow without vendor prefix.
   * Safari 3/4/5 and FF 3.5/3.6 require vendor prefix.
   * No support in FF 3.0, IE 6/7/8, Opera 10.0, iPhone 3.
   * change the offsets, blur and color to suit your design.

  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;   */
  
  /* using a bigger font for demo purposes so the box isn't too small
  font-size: 20px; */
  
  /* with a big radius/font there needs to be padding left and right
   * otherwise the text is too close to the radius.
   * on a smaller radius/font it may not be necessary
   */
  padding: 4px 7px;
  
  /* only needed for webkit browsers which show a rectangular outline;
   * others do not do outline when radius used.
   * android browser still displays a big outline
   */
  outline: 0;

  /* this is needed for iOS devices otherwise a shadow/line appears at the
   * top of the input. depending on the ratio of radius to height it will
   * go all the way across the full width of the input and look really messy.
   * ensure the radius is no more than half the full height of the input, 
   * and the following is set, and everything will render well in iOS.
   */
  -webkit-appearance: none;
        
  /* The following is needed to make the rounded corners work in IE6-8. */
  behavior: url(pie/PIE.htc);
  position: relative;
}

input[type="submit"]
{
  border: 1px solid #ccc;
   
  /* Safari 5, Chrome support border-radius without vendor prefix.
   * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
   * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
   */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 7px;
    
  /* only needed for webkit browsers which show a rectangular outline;
   * others do not do outline when radius used.
   * android browser still displays a big outline
   */
  outline: 0;

  /* this is needed for iOS devices otherwise a shadow/line appears at the
   * top of the input. depending on the ratio of radius to height it will
   * go all the way across the full width of the input and look really messy.
   * ensure the radius is no more than half the full height of the input, 
   * and the following is set, and everything will render well in iOS.
   */
  -webkit-appearance: none;       
  
  /* The following is needed to make the rounded corners work in IE6-8. */
  behavior: url(pie/PIE.htc);
  position: relative;
}

.drag-handle
{ /*Overwrite default drag handle bar background color with below*/
background-color: #045fa8;
}

.cardnumber
{
    padding-top: 10px;
    /*font-weight: bold;*/
    color: black;
    font-size: 16px;
    text-align: left;
}

input[type="checkbox"]:hover {
	/* The line below is somewhat arbitrary. It stops the checkbox from being highlighted in
	blue when hovering over it or after checking it.  Was not able to determine why. */
	border-width: 0px;
}

.checkbox
{
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
}