BODY {
    /*background:#DEE1FA;  light blue */
    /*color: black;*/
    /*    font-size: 18px;*/
    /*   COLOR:darkgray;*/
    /*    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#395F90,endColorStr=#A67F40);*/
    /*background: #5C4C2B;*/
    /*color:white;*/
}

.title_bar {
    background-color:#151B54; /* dark blue */
    display: block;
    color: #B8B279; /* gold */
    vertical-align:middle;
    text-align: center;
    height:125px;
    text-align:center;
}

.title_bar {    
    text-align:-moz-center;
}


.title_bar .image {
    display: block;
}

.title_bar .image .image_left {
    position:  absolute;
    top:10px;
    left:10px;
    width: 210px;
}

.title_bar .text {
    width:100%;
     display: inline-block; 
     text-align: center
}

.title_bar .text .primary {
    font-size: 75px;
    letter-spacing:5px;
    width: 100%;
/*    font-family:fantasy,sans-serif;*/
}

.screen_title {
    font-size: 40px;
    padding-top: 10px;
    color:white;
    font-family:sans-serif;
    font-weight: bolder;
    text-align: center;
    width: 100%
}


.black_bar {
    background: black;
    width: 100%;
    height: 5px;
    display: block;
}

.menu_holder {
    display: block;
    height: 55px;
    background-color:#151B54;
}

.footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:25px;
    background-color: white;
    color: black;
    text-align: center;
    
}

/* for moz/opera and others*/
html>body .footer{
    position:fixed
}

#content {
    margin-bottom: 25px;
}

.outer{
    margin: 0 auto;
    float: left;
    left: 50%;
    position: relative;
}

.inner{
    text-align: justify;
    float: left;
    position: relative;
    right: 50%;
   text-align:-moz-center;
}


.status_bar {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -10px;
    line-height: 20px;
    text-align: center;
}



.delete .ui-button-text:hover
{
 background-color: red !important;
}

/*.ui-button-text-only  {
    width: 100px;    
}*/

.oneOf, .oneOf .ui-spinner-input  {
    font-size: 16px !important;
}

.no_css  tr td   {
    background-color: transparent ;
    border-style: none ;
    /*color: black;*/
    font-size: 14px ;
    padding:2px;
}


#container {text-align:center}
#centered {width:200px; margin:0 auto;text-align:left}
