@font-face {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 9px;
}


.wrap {
    width: 90%;
    box-shadow: 0px 1px 5px #aaa;
    font-family: Arial;
    
    min-height: 92%;
height: auto !important;
height: 92%;
margin: 0 auto -9em;
}

.header {
    background-color: #0c0e39;
    text-align:center; 
}
.header img {
    padding: 22px; 
}

.secondary-nav {
    background-color: #2b3950;
    height:30px; 
}

.secondary-nav ul {
    float:right;
    margin: 10px 10px 10px 0px;
}

.secondary-nav li {
    float:left;
    list-style-type:none;
    text-transform: uppercase;
    font-size:11px;
    padding: 0px 8px 0px 2px; 
    color:#fff;
}
.secondary-nav li a {
    color: #979797;
    text-decoration:none;
}
.secondary-nav li a:hover {
    color:#fff;
}
.secondary-nav li.separator {
    color:#777;
}

h1 {
    font-family: 'HelveticaNeue', Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;
    color: #0c0e39;
    letter-spacing: -1px; 
    text-transform: uppercase;
    text-align:center;
    clear:both;
    margin: 0px 0px;
    height: 40px; /*From 25px to 40px by TTSLS*/
}

.content {
    background:url(../Images/content_bg.png) center top repeat-x #fff;
    min-height: 200px; /*From 660px to 360px By TTSLS*/
}

.content_grid {
    background:url(../img/content_bg.png) center top repeat-x #fff;
    min-height: 500px; /*From 660px to 360px By TTSLS*/
}

/************* LOGIN FORM **************/
form.login {
    width: 640px; 
    margin:100px auto 20px auto;
}

form.login table {
    width: 100%;
}
form.login label {
    font-size: 18px;
    width: 170px; 
}

form.login input {
    width:456px;
}
form.login .btn-primary {
    display:block; 
    width: 140px;
    margin: 60px auto;
}


table.data_fields {
    width:90%;
    margin:10px auto;
    border-collapse:collapse;
    border:1px solid #cdcdcd;
    font-size: 12px !important;

    
}

table.data_fields tbody tr td {
    padding:4px;
    border:0px solid #cdcdcd;
}


/************* LOGIN FORM **************/
div.set {
    width: 700px; 
    margin: 20px auto 10px auto;
}

div.set table {
    width: 90%;
}

div.set label {
    font-size: 18px;
    width: 100px; 
}

div.set .content {
    font-size: 18px;
    font-weight: bold;
}

div.set input {
    width:180px;
}
div.set .btn-primary {
    display:block; 
    width: 140px;
    /*margin: 60px auto;*/
}

div.result 
{
    margin:20px;
    font-size: 16px;
}

div.invalidRequest 
{
    padding:20px;
    font-size: 16px;
    color: Red
}



/*************** DATA TABLE ****************/
table.data {
    width:640px;
    margin:20px auto;
    border-collapse:collapse;
    border:1px solid #cdcdcd;
}

table.data tbody tr td {
    padding:3px;
    border:1px solid #cdcdcd;
}
table.data tbody tr.odd td {
    background-color: #fff;
}
table.data tbody tr.even td {
    background-color: #f1f1f1;
}


/******** FOOTER ***********/
.footer {
    background-color:#E1E2E4;
    color: #777;
    font-size: 12px;
}
.footer table {
    margin-left: 36px;
}
.footer a {
    color: #dc4402;
}


/************ BOOTSTRAP BUTTON *********/
.btn {
    text-transform: uppercase;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px;
    font-size: 14px; /*From 12px to 16px By TTSLS*/
    font-family: 'HelveticaNeue', Helvetica, 'Open Sans', Arial;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    height:36px;
}
.btn-primary {
  background-color: #ff9900;
  background-color: #fb8332;
    border-color: #fb8332 #fb8332 #c60;
    min-width: 213px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-image: linear-gradient(to bottom, #ff9900, #fb8332);
    width: 213px;
    color:#ffffff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #54647A;
  background-color: #fb8332;
  background-color: #fb8332;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #960 ;
}
a.btn:visited {
    color:#fff;
}


/***** IE FIXES ******/
html.lt-ie9 body .wrap {
    border: 3px solid #ccc;
}

/****** MAC FIXES ******/
html.mac h1 {
    line-height: 80px;
    
}
html.mac .btn {
    line-height: 29px;
}
html.mac.firefox .btn-primary {
    padding-bottom: 2px;
}


/* TTSLS defined css*/
table tbody tr.user-setting
{
    height: 36px
}

span 
{
    font-size: 12px;
    text-align: center;
    width:100%   
}

.note 
{
    color: #777;
}

.error 
{
    color: red;
    font-size: 16px;
}

.LinkPointer, .HoverImage
{
    cursor: pointer;
}

a
{
    cursor: pointer;
}

a.MoreDetail
{
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    color: Blue;
    padding-left: 5px;
}

.btn-search 
{
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
              
    font-size: 12px;
    font-family: 'HelveticaNeue', Helvetica, 'Open Sans', Arial;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    color: white;
    cursor: pointer;
    
    height:24px;
    background-color: #ff9900;
    border-color: #fb8332 #fb8332 #c60;
    background-image: linear-gradient(to bottom, #ff9900, #fb8332);
}

.btn-search:hover
{
  color: #ffffff;
  background-color: #fb8332;
}
* {
margin: 0;
}
html, body {
height: 91%;
}
.footer, .push {
height: 9em;
}