@charset "iso-8859-1";
/* Pedigree Chart Web Page Wizard - Style Sheet */
/* author: Allan Saw - ajsaw@wsawpit.net */



/* All comments between the slash and asterix are guidelines to help you with the color/style layout of your page. */

/* NOTE: The wizard has been designed to show comfortably on a 800x600 resolution screen. Changing font types and sizes may effect the layout and cause a horizontal bar to appear at the bottom of the screen. */




/* Mouseover color effect for any hyperlinks on the main page*/
a
{
 text-decoration: none; color: #0000ff;
}

a:hover
{
 text-decoration: none; color: #ff0000;
}



/* Set font, color, background etc. If you do not want a background graphic just delete that line */
body
{
 font : 10pt arial;
 color: #000000;
 background-color: #FFEBFC;
 scrollbar-base-color:#FFEBFC;
 
/* Remove the comment tags in the next line to add a graphic background */
/* background: URL('my_background.gif'); */

}



/* Set border and background for tables.*/
table
{
 border-color: #FFEFFF;

/* Remove the comment tags in either of the next 2 lines to add a background graphic or background color */

/* background: URL('my_background.gif'); */
/* background-color: #ffffff; */
}


/* Set Font for text appearing in tables */
td
{
 font: 10pt arial;
}

/* Sets font and background colors for used table cells. */
.tdbg
{
 color: #000000;
 font: 8pt arial;
 background-color: #FECBF6;
 border-color: #FFFFFF;
}

/* Sets colors for various form elements */
textarea
{
 font : 8pt arial;
 color: #000000;
 background-color: #FFFFFF;
 border-color: #FFEFFF;
 border-width: 2px;
 border-style: single;
}
input
{
 font : 8pt arial;
 color: #000000;
 background-color: #ffffff;
 border-color: #FFEFFF;
 border-width: 2px;
 border-style: single;
}


/* Sets color and size of horizontal rule */
hr
{
 color: #FF00FF;
 height: 1;
} 


/* Sets size, colors, font and border for clickable buttons */
.button
{
 color: #FFFFFF;
 font: 10pt arial;
 font-weight: bold;
 width:200;
 background-color: #FF00FF;
 border-color: #FFEFFF;
 border-width: 3px;
 cursor: hand;
}



/* Sets background color of checkbox in the Color Picker to match cell background. */
.box
{
 background-color: #FECBF6;
}



