/* CSS stylesheet for FirstClinical.com's resources database  -*- mode: Tcl -*-

   Edited June 2006 by Jonathan Yavner
*/

*
{
    FONT-FAMILY: verdana, sans-serif
}

/* For Internet Explorer */
abbr {
    border-bottom: #666 1px dashed
}

body
{
    margin: 0;
    color: black;
    background-color: white;
}

td, th {
    font-size: 0.8em
}


form, p, input, button, blockquote {
    font-size: inherit
}

form {
    margin: 0
}

p.caption
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: verdana, sans-serif
}

p.catpara
{
	margin-top: .2em;
	MARGIN-BOTTOM: .2em;
}

p.catpara:hover
{
    COLOR: #ffffff;
    BACKGROUND-COLOR: #55A6BD;
    TEXT-DECORATION: none
}


A:link {color:#222d73}
A.redlink:link { color: #ff0000 }
A:visited {color:#0066cc}
A:hover {color:#008200}

ul, ol {
    margin: 2px;
    padding-left: 1.75em
}

li {
    margin-top: 4px;
}

H2, H3
{
    FONT-WEIGHT: bolder;
    color: #222D73;
}

h4
{
    margin-bottom: 0;
    font-size: 1em
}


b, th, H4
{
	color: #222D73;
}

.pseudolink {
    font-family: Arial Unicode MS;
    cursor: pointer;
    text-decoration: none;
    color: #222D73;
}

.colhead {
    border-bottom: thin solid #222d73
}

tt, code {
    FONT-FAMILY: Courier
}

B.bigbold
{
    COLOR: #000000;
    FONT-WEIGHT: bold;
    FONT-SIZE: larger
}

A.catlinks:link
{
    FONT-WEIGHT: bold;
    COLOR: #222D73;
    TEXT-DECORATION: none
}

A.catlinks:visited
{
    FONT-WEIGHT: bold;
    COLOR: #222D73;
    TEXT-DECORATION: none
}

A.catlinks:hover
{
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #55A6BD;
    TEXT-DECORATION: none
}

.white
{
    FONT-WEIGHT: bolder;
    COLOR: #ffffff;
}

td.paddedCell
{
    padding: .3em;
}

.readonlyedit
{
}

.Input
{
    background-color: #e1f0ff;
    width: 220px;
    font-size: 0.75em;
    border: 1px #003471 solid;
}

.Edit
{
    background-color: #e1f0ff;
    font-size: 0.75em;
    border: 1px #003471 solid;
}

.sizeEdit
{
    background-color: #ddffdd;
    font-size: 0.75em;
}

.htmlEdit
{
    background-color: #eeeeff;
    font-size: 0.75em;
}

.badfield .Edit, .badfield .htmlEdit {
    background-color: #ffe8f3;
}

.badfield .FieldItem, .badfield .readonlyedit {
    color: green;
    background-color: #ffe8f3;
}

.fieldlistedit
{
    background-color: #ffddff;
    font-size: 0.75em;
}

.sample_record
{
    background-color: #ffe7ba;
    margin-top: 0.25in;
    padding: 4px
}

.db_change_button_background
{
    border-right:  1px solid brown;
    border-bottom: 1px solid brown
}

.SmallButton {
    text-align:center;
    text-decoration: none;
    padding: 0;
    font-family: Verdana, sans;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    color: #003471;
    background-color:#FFF3DB;
    cursor: pointer;
}

.SmallButton[disabled] {
    color:gray;
    cursor: default;
}

.Button {
    text-align:center;
    text-decoration: none;
    padding: 4px;
    font-family: Verdana, sans;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    color: #003471;
    background-color:#FFF3DB;
    cursor: pointer;
}

.Button[disabled] {
    color:gray;
    cursor: default;
}

.xmlnote
{
    padding-left: 0.125in;
    font-style: italic;
}

.experience
{
	padding-left: 0.25in
}

.topiclist
{
	padding-left: 0.25in
}

.bulletpara
{
    margin-left: 0;
    padding-left: 1.5em
}

.bulletpara li {
    margin-top: 0
}

.searchmatch
{
    color: red;
    text-decoration: underline;
}

.searchmatch1
{
    color: #c00;
    text-decoration: underline;
}

.searchmatch2
{
    color: #a00;
    text-decoration: underline;
}

.searchmatch3
{
    color: #800;
    text-decoration: underline;
}

.searchmatch4
{
    color: #600;
    text-decoration: underline;
}

.searchmatch5
{
    color: #400;
    text-decoration: underline;
}

.rd_p { /* Regdocs label paragraph */
    margin-bottom: 0.5em;
}

.rd_bq { /* Regdocs blockquote */
    margin: 0;
    margin-left: 7ex;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.rd_li { /* Regdocs list item */
    float: left;
    position: absolute; /* Bug workaround for IE6 */
    margin-left: -7ex;
    margin-right: 1ex;
    width: 6ex;
}

.rd_br { /* Regdocs linebreak */
    line-height: 50%;
}
