#containerId{
    min-height: 425px;
    margin-top: 40px;
}

/****************/
/*	 FOOTER 	*/
/****************/
#footer {
    width: 100%;
    height: 75px;
    clear: both;
    text-align: center;
    overflow: auto;
    border-top: 1px solid #9AA1A5;
    padding: 20px 0px 0px 0px;
    background-color: #162c55;
}

.footerLeft {
    float: left;
    width: 33%;
    text-align: left;
    padding-left: 20px;
}

.footerMiddle {
    color: #ffffff;
}

#footer img {
    vertical-align: middle;
}

/******************************/
/**    Notices and Errors    **/
/******************************/
.message {
    clear: both;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
    background: #ffcc00;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
    background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
    background-image: linear-gradient(top, #ffcc00, #E6B800);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 18px;
    padding: 7px 14px;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.success,
.message,
.cake-error,
p.error,
.error-message {
    clear: both;
    color: #b94a48;
    background: #f2dede;
    border: 1px solid rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.success {
    clear: both;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #3B8230;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
    background-image: linear-gradient(top, #76BF6B, #3B8230);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

p.error {
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}

p.error em {
    font-weight: normal;
    line-height: 140%;
}

.notice {
    color: #000;
    display: block;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    color: #fff;
}

/******************************/
/*     Color full spans       */
/******************************/
/******************************/
span.red {
    color: red;
    font-size: 12pt;
}

span.green {
    color: green;
}

span.yellow {
    color: yellow;
}

/*//////////////*/
/*	 LAST MOD	*/
/*//////////////*/

.lastMod {
    text-align: right;
    font-size: 80%;
    font-style: italic;
}

span.modUser {
    font-weight: bold;
    color: #003378;
}

span.modDate {
}

/**********************/
/** User login info  **/
/**********************/
.log-info {
    min-width: 200px;
}

/*********************************
**********************************
**           ACL                **
**********************************/
#contentTitle {
    font-size: 10pt;
    height: 20px;
    font-weight: bold;
    text-align: left;
    color: #384e54;
    margin-top: 10px;
}

#contentBlock {
    border: 1px solid #B3B3B3;
    background-color: #fff;
    padding: 5px;
}

th.colAlt1 {
    text-align: center;
}

td.colAlt1 {
    text-align: center;
    background-color: #fdd;
}

td.colAlt3 {
    text-align: center;
    background-color: #fba;
}

td.colAlt2 {
    text-align: center;
    background-color: #ddf;
}

td.colAlt4 {
    text-align: center;
    background-color: #bbf;
}

/******************************/
/*     loading screen         */
/******************************/
/******************************/
#LoadingDiv {
    margin: -100px 0px 0px 0px;
    position: fixed;
    height: 100%;
    z-index: 9999;
    padding-top: 300px;
    width: 100%;
    clear: none;
    font-weight: bolder;
    font-size: 18px;
    background: url('../img/transbg50.png');
    background-repeat: repeat;
    text-align: center;
}

.LoadingDivWhite {
    margin: 0 auto; /* align for good browsers */
    width: 250px;
    height: 45px;
    border: 5px solid #003378;
    background-color: #ffffff;
    padding-top: 10px;
}

/******************************/
/*  session Renew screen     */
/******************************/
/******************************/
#sessionRenew {
    margin: -100px 0px 0px 0px;
    position: fixed;
    height: 100%;
    z-index: 9999;
    padding-top: 300px;
    padding-left: 50px;
    width: 100%;
    clear: none;
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    background: url('../img/transbg50.png');
}

.countDivWhite {
    margin: 0 auto; /* align for good browsers */
    width: 595px;
    height: 75px;
    border: 5px solid #003378;
    background-color: #ffffff;
    padding-top: 10px;
}

/*********************************************/
/* hide the today button on the jquery popup */
/*********************************************/
/*********************************************/
.ui-datepicker-current {
    visibility: hidden
}

.radio-padding {
    margin: 4px 5px 5px;
    margin-left: -20px;
}

/********************************************/
/* white color a.link  used on images       */
/********************************************/
.white_link a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #FFFFFF;
}
.white_link a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration:underline;
    color: #FFFFFF;
}

/********************************************/
/* YGTSS Totals Widget                      */
/********************************************/
.ygtss_total_footer {
    text-align: center;
}

.margin-bottom{
    margin-bottom:10px;
}



/********************************************/
/* Header                                   */
/********************************************/
.navbar-inner {
    background-color: #162c55;
}
.headerMiddle{
    color:#ffffff;
}