﻿.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 328px;
    height: 94px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

.headpic
{
   margin-top: 20px;
   height: 60px;
   width: 100px;
   
}

.toppicmargin
{
   margin-top: 20px;
}
   
   
   
.headleft
{
  text-align: center;
}

.headright
{
  text-align: center;
}

.wallback
{
    border: 10px;
    border-color: Black;
  
}
.mytopalig
{
   display: block;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    vertical-align:middle;
}

.mytxtalert
 {
      text-align: center;
      color:red;
}

.carsbtn {
    width: 220px !important;
}

    a.carbtnlink:link {color: #0000ff; background: #ffffff; }
    a.carbtnlink:link:visited {color: #0000ff; background: #ffffff; }
    a.carbtnlink:link:hover {color: #0000ff; background: #ffffff; }
    a.carbtnlink:link:active {color: #0000ff; background: #ffffff; }
    
  .mypri
{
   z-index: 100;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

.mycenter {
     float: none;
     margin-left: auto;
     margin-right: auto;
}
.mystyle {
    height:auto;
    font: 14px/24px Verdana, Arial, Helvetica, sans-serif;
   text-align: center;
}

.box-table-para
{
	font: 14px/24px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	border-collapse: collapse;
	top: 0px;
	float:left;
	margin-bottom:0px;
    margin-left:auto;
    margin-right :auto;
    width:auto;
}


table.table2 {
	font: 14px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 220px;
	}
		



.fldValues
{
    width:160px;
    text-align:center;
    border-top: 1px solid #FB7A31;
    border-bottom: 1px solid #FB7A31;
}

.fldValues2
{
    width:20px;
    text-align:right;
    border-top: 0px;
    
}

.fldValuesTrain
{
    width:200px;
    text-align:right;

}

.Trainlbls
{
    font-weight:bold;
    border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	width: 360px;
}

.OrangeLine {
    color:White;
    background-color:#FFA500;
   text-align: center;
}

.YellowLine {
    color:Black;
    background-color:#FFFF66; 
    text-align: center;
}

.VarTable {
    font: 14px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 420px;
}
 
.MainGrid
 {
    
    margin-left: 80px;
    margin-right: auto
    
     
     }

/* HEADER SECTION MASTER PAGE*/
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    background: #4b6c9e;
    
    width: 100%;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    color: White;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.HeaderVar
{
    font-weight:bold;
    border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	width: 360px;
    text-align: center;
}
    .HeaderVar.th {
          text-align: center;
    }
/***************************/


table.carsleyend {
    width: 220px;
}


table.fullLeyend {
	font: 14px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 800px;
	}
		

.fill
{
     min-height:100%;
}
