/**
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;
}
pre
{
    font-family: "courier new", courier;
    font-size: 0.9em;
}
a, a:visited, a:hover {color: #0059bf;}

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

.tab
{
    cursor:hand;
    cursor:pointer;
	padding:0;			/* changed from .25em - TR */
}

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

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

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

/** 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;}

/** 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;}

div#previewGCMD.sitePreview
{
    display:block;
    position:absolute;
    right:100px;
    text-align:center;
    width:183;top:70px;
    z-index: 206;
}

#gcmdPreviewButton
{
    width:183;
}

#gcmdPreviewWin
{
    display:none;
    margin:-15px 0 0 0;
}

/*
the preview.jsp file has the structure:

<div class="screenControl" id="feedback"><a><img/></a></div>
*/

div#feedback.screenControl
{
    height:115px;
    left:0;
    margin-left:-4px;
    margin-top:-57px;
    padding:0;
    position:absolute;
    top:50%;
    width:31px;
    display:none;
}

/* added font styles for bold and italic text */
.boldText{font-weight: bold;}

.italicText {font-style: italic;}

/* added regular bullet style */
div#content ul{margin:0;margin-bottom:0.5em;margin-left:1.25em;}
