
/**
this rule is to reset the font back to the GCMD standard, GWT tried to change it 
*/
body, table td, select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

/** a record field block with sub fields */
.fieldSection
{
    margin-bottom:1em;
}


.fieldSummary
{
    width: 575px;
    overflow: auto;
}

/** used by tab bars on record displays the nextgen portal uses div.tab */
span.tab
{
    cursor:hand;
    cursor:pointer;
    padding:0.25em;
}

/** the update record link text */
span.tab span.textabs
{
    text-decoration:underline;
}

/** undo what gwt/gxt has done */

.manual {font-size:0.75em;}
.manual h1{font-size:1em;}
.manual ul{margin:0;margin-bottom:0.5em;margin-left:1.25em;}
.manual ul li{list-style-type:disc}
.manual code{font-style: monospaced;}
.manual code:before, .manual code:after{content:"\"";}

/** ****************************** tc - start  ****************************** */

/** used for the static google map image */
.map_area{margin: 0.25em 0;}

/** a generic box; a div that has an outline */
.box { border: 1px black inset; }

/** the content inside of a disclosure triangle which is either show or hidden*/
.disclosure_content { display: none; }

/** any object which users can interact with, .screen_controls not printable */
.screen_control, .control{cursor:pointer;}

/** the oposite of a screen control */
.print_note{display:none;}

/** a short instruction telling the user how to use a control */
.directions
{
    color:#0A3D0D;
    font-size:smaller;
}

/** tc - end */

/** a record field block with sub fields */
.fieldSection
{
    margin-bottom:1em;
}

/** this distinction is needed to override a setting in GXT, this style is here 
and not in styles.css because it restores the HTML default an as such is 
considered structure */
.textrecord strong, .mediumText strong{font-weight: bolder;}

/** status */
#statuspage {margin:0;padding:0;}
#status #time {font-size:0.8em;border-style: solid; border-width:1px 0 0 0;}
#status #time div{display: table-row;}
#status #time div label {font-weight:bold; display: table-header-group; }
#status #time div span { display: table-cell; padding-left:0.5em;}

/** preview.css will enable where needed */
div.sitePreview
{
    display:none;
}

/* IE added a space after the banner image */
.gcmd_banner img, .gcmd_banner map, .gcmd_banner map area
{
    display:block;
    margin:0px;
    padding:0px;
    border:0;
}


.propName
{
    margin-left:1em;
}

/** ****************************** Old styles ******************************* */

/*
pre
{
    font-family: "courier new", courier;
    font-size: 0.9em;
}
a, a:visited, a:hover {color: #0059bf;}

a, .textabs {color: #0059BF;}

a:visited, a:hover {color: #666;}
*/