﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background-color: #ffffff;
    background-position: center;
    background-repeat: repeat-y;
    font-size: 12px !important;
    font-family: "Open Sans Regular", "Open Sans", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif !important;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

body.PuebloCheco a:link, body.PuebloCheco a:visited {
    color: #002D62;
}

body.PuebloCheco a:hover {
    color: #003D72;
    text-decoration: none;
}

body.PuebloCheco a:active {
    color: #002D62;
}

body.PuebloCheco .dxtc-activeTab  a.dxtc-link:hover { color: white !important;}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

table.dxgvEditFormTable_MetropolisBlue td.dxgvCommandColumn_MetropolisBlue a {font-size: large; text-align:right; margin-right:15px; }

table.dxgvEditFormTable_MetropolisBlue td.dxgvCommandColumn_MetropolisBlue {text-align:right; padding-right:20px;}

table.dxgvEditFormTable_MetropolisBlue td.dxgvCommandColumn_MetropolisBrown a {font-size: large; text-align:right; margin-right:15px; }

table.dxgvEditFormTable_MetropolisBlue td.dxgvCommandColumn_MetropolisBrown {text-align:right; padding-right:20px;}


table.dxgvEditFormTable_MetropolisBlueCheco td.dxgvCommandColumn_MetropolisBlueCheco a {font-size: large; text-align:right; margin-right:15px; }

table.dxgvEditFormTable_MetropolisBlueCheco td.dxgvCommandColumn_MetropolisBlueCheco {text-align:right; padding-right:20px;}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-family: 'Verdana';
    font-size: 1.7em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #222222;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

.gridcolvalue { text-align: right;}
.dxgv[align='right'] {text-align: right;}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #eeeeee;
    width: 100%;
    border-bottom: 1px dotted #465c71;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #3645c4;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

#mainMenu a {

}


/* 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   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

.cap {
    font-variant: small-caps;
    font-family: 'Open Sans';
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.menuItem {
    font-size: large;
    font-weight: bold;
    font-family: 'Open Sans';
    background-color: whitesmoke;
    font-variant: small-caps;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 10px;
    padding-bottom: 7px;
}

body.GTI .menuItem {
    border-bottom: 3px solid #002D62 !important;
}

.menuItem:hover {
    color:white !important;
}

.menuItemLink {
    color: black;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    padding-top: 45px;
    padding-right: 30px;
    color: grey;
}

    .loginDisplay a:link {
        color: grey;
    }

    .loginDisplay a:visited {
        color: grey;
    }

    .loginDisplay a:hover {
        color: grey;
    }

    .loginDisplay span {    
        padding-left: 5px;
        padding-right: 5px;

    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.notif_req { color: red; padding:10px;}

.cust_button { background-color:white; color: #666666;  border: 1px solid #999999; text-transform:uppercase; padding:3px; cursor: pointer; }

.cust_button:hover { color: black;}

#dSellBondsHelp img, #dBuyBondsHelp img { border: 3px solid red; margin: 5px; }

/* --------------------------------------------------------------------------------- */
table.chng_tab > tr > td, table.chng_tab > tbody > tr > td {
padding: 10px !important;
white-space:nowrap;
}

#slider {
    min-height: 300px;
    width: 620px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
}

#slider-content {
    height: 335px;
    overflow: hidden;
    position: relative;
}

#slider .banners {
    height: 335px;
    width: 2480px;
    position: absolute;
    left: 0;
    top: 0;
}

    #slider .banners .banner {
        float: left;
    }

#slider .banner a, #slider .banner a:visited {
    outline: none;
}

.showbox {
    margin: 0px;
    opacity: 0.0;
}
/*
#slider-left
{
  position: absolute;
  left: -56px;
  top: 186px;
}

#slider-right 
{
  position: absolute;
  right: -56px;
  top: 186px;
}

    	-webkit-transition: all 2s ease-in-out;
		-moz-transition: all 2s ease-in-out;
		-o-transition: all 2s ease-in-out;
		-ms-transition: all 2s ease-in-out;
		transition: all 2s ease-in-out;	
	-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		transition-delay: 2s;
    -moz-transition-delay: 2s; 
    -webkit-transition-delay: 2s; 
    -o-transition-delay: 2s; 
*/



h1.banner_head1 {
    text-align: right !important;
    font-size: xx-large !important;
    color: White !important;
    text-shadow: #999999 1px 1px 1px;
    padding: 0px;
}

h2.banner_head2 {
    margin: 0px;
    text-align: right;
    font-size: x-large;
    color: Black;
    padding: 0px 0px 0px 100px;
    text-shadow: #999999 1px 1px 1px;
}

p.banner_text_style_maininfo {
    font-family: sans-serif;
    font-size: 23px;
    text-align: right !important;
    font-size: xx-large !important;
    color: White !important;
    text-shadow: #999999 1px 1px 1px;
    padding: 0px;
}

p.banner_text_style_subinfo {
    font-family: sans-serif;
    font-size: 23px;
    margin: 0px;
    text-align: right;
    font-size: x-large;
    color: Black;
    padding: 0px 0px 0px 100px;
    text-shadow: #999999 1px 1px 1px;
}

.rigth_separator {
    border-right: 5px solid white;
}

.banner_button {
    width: 183px;
    margin: 0px;
    padding: 10px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    font-family: sans-serif;
    color: #666666;
    font-size: small;
    float: left;
    font-variant: small-caps;
    font-weight: bold;
}

    .banner_button a:link {
        text-decoration: none;
        color: #999999;
    }

.not_on_screen {
    background-color: #eeeeee;
}

.banner_content {
    height: 291px;
    width: 605px;
    text-align: right;
    padding-right: 15px;
}

.banner_cont {
    height: 335px;
    width: 620px;
}

img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); /* IE6 & 7 */
    zoom: 1;
}

#commonDialogContent { padding:5px; font-size:14px; }

#commonDialogButtons {padding:5px; text-align:center;}

#commonDialogButtons a { font-size: larger; }

.clientform .colname {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
}

.clientform .colval {
    font-size: 16px;
    font-weight: normal;
    font-variant: normal;
    color: black;
}

.clientform > table {
    width: 95%;
    border-collapse: collapse;
    background-color: #FFFFEE;
    margin-left:20px;
}

    .clientform > table > tbody > tr > td {
        vertical-align: top;
        /*width: 25%;*/
        padding: 5px;
        padding-left: 10px;
        border: 1px solid #EEEEEE;
    }

.dxgv {
    border: none !important;
}

.clientpage {
    padding-left: 50px;
}

    .clientpage h1 {
        font-size: x-large;
        font-weight: normal;
        text-transform: none;
        color: darkblue;
        font-variant: normal;
    }

    .clientpage h2 {
        font-size: large;
        font-weight: normal;
        text-transform: uppercase;
    }

    .clientpage h1, .clientpage h2 {
        margin-left: 15px;
    }
