/*/////////////////////////////////////////////////////////////////////////////////
// Main Stylesheet v1.0 
// for PHP/MySQL Web Database Application Code Generator Version 10
// © 2001-2009 City Business Logic  All Rights Reserved
//
// You may use this library in your own applications (commercial and otherwise)
// and re-distribute as long as this notice is kept intact.  
/////////////////////////////////////////////////////////////////////////////////*/
/* =-=-=-=-=-=-=-[Main Document]-=-=-=-=-=-=-=- */  

body {
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    
    background-color: #e6eef7;
    width: 100%;
}

h1 {
    font-size: 14pt;
}

h2 {
    font-size: 11pt;
}

.centeredImage {
    text-align: center;
    padding: 8px;
}

.centeredTextBold {
    font-weight:bold;
    text-align:center
}

.centeredText {
    text-align:center
}

a:link {
    color: #00f;
    text-decoration: none;
}
a:visited {
    color: #00f;
    text-decoration: none;
}
a:hover {
    color: #ff0;
    background-color: #ccf; 
    text-decoration: none;
}
a:active {
    color: #00f;
    text-decoration: none;
}

.banner_subtitle {
    font-size: 8pt;
    font-weight: bold;
}


/* =-=-=-=-=-=-=-[Top Bar]-=-=-=-=-=-=-=- */  

.topBar {
    background: url(images/top-menu-bar.png);
    background-repeat: repeat-x;
    background-color: #e6eef7;
}

.topBarHeading {
    background: url(images/php-mysql-web-database-application-code-generator-title.png);
    background-repeat: no-repeat; 
    width: 1007px;
    height: 35px;
    padding-left: 12px;
    margin-top: 2px;    
    text-align: left;
    color: #fff;
    font-size: 24pt;    
    cursor: default;
}

.breadCrumbs {
    font-size: 10pt;
    margin-top: 8px;
    margin-left: 270px;
    margin-bottom: 18px;
    color: #e0e0e0;
    cursor: default;
}

.breadCrumbs a {
    color: #fff;
}

.validationBlock {
    float: right;
    margin-top: -40px;
    margin-right: 7px;
    width: 95px;
}

.validationImage {
    border: none;
}

.city_business_logic {
    background: url(images/city-business-logic-logo.png);
    width: 250px;
    height: 35px;
    position: absolute;
    margin-top: 36px;
    margin-left: 1px;
    z-index: 7000;
}
    
/* =-=-=-=-=-=-=-[Navigation Menu]-=-=-=-=-=-=-=- */
    
#menu {
    float: left;
    width: 200px;
    margin: 10px; 
    padding: 0;
    font-weight: bold;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menuTop {
    background: url(images/menu-top.png);
    height: 30px;
    width: 190px;
    padding: 8px 0 0 10px;
}
    
#menu a {
    height: 24px;
    text-decoration: none;
}                                

#menu a:link, #menu a:visited {    
    background: url(images/navigation-buttons.png);
    display: block;
    padding: 8px 0 0 10px;
    color: #fff;
}
    
#menu a:hover {
    background: url(images/navigation-buttons.png) 0 -32px;
    padding: 8px 0 0 10px;
    color: #fff;
}
    
#menu a:active, .menuSelected {
    background: url(images/navigation-buttons.png) 0 -64px;
    height: 24px;
    padding: 8px 0 0 10px;
    cursor: default;
    color: #fff; 
}

#menuBottom {
    background: url(images/menu-bottom.png);
    height: 30px;
    width: 190px;
    padding: 8px 0 0 10px;
}    
    

/* =-=-=-=-=-=-=-[Content Block]-=-=-=-=-=-=-=- */  

#content {
    margin-top: 8px;
    margin-bottom: 28px;   
    padding: 4px;
margin-left: 220px;
margin-right: 150px;
*float: left;
*margin-left: 0;
*margin-right: 0;

}

#content li {
    padding-bottom: 20px;
}

#content #page {
    background-color: #fff;
    border-color: #c0c0c0 #000 #000 #c0c0c0;
    border-style: solid;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding: 24px;
    width: auto;
overflow-x: auto;    
}

#features {
    border: 1px solid #000;
    padding-left: 0;
    margin-bottom: 24px;
}

#features li {
    padding-bottom: 4px;
    border-bottom: 1px black solid;
    list-style: none;
}

#right {
    float: right;
    width: 130px;
    margin: 0; 
    padding: 0;
}

.normalRow {
    background-color: #f0f0f0; 
    padding-left: 4px;
    color: #0000ff;
    cursor: default; 
}

.alternateRow {
    background-color: #e0e0e0;
    padding-left: 4px;     
    cursor: default; 
}
        
/* =-=-=-=-=-=-=-[Footer Block]-=-=-=-=-=-=-=- */          
#footer {
    float: clear;
    width: 100%;
    font-size: 8pt;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}