/*----------------------------------------------------------------------------*/
/*         File:  common.css                                                  */
/*  Application:  FeelMyPain                                                  */
/*   Programmer:  George Kerber                                               */
/*      Written:  08-10-2004                                                  */
/*      Revised:  05-15-2010:                                                  */
/*                                                                            */
/*----------------------------------------------------------------------------*/


/* for use with the mouse roll over button color change   02-17-2005 */
/* if you change the background-color here, it must also be changed  */
/* in the change_button_color() function is common.js                */
.initial2
{
   font-weight:bold;
   font-size: 8pt;
   font-family: "Arial";
   background-color: lightgrey;
}

/* no longer used - replaced by initial above */
input.button_text
{
   color: black;
   font-size: 10pt;
   font-family: "Arial";
}

/*----------------------------------------------------------------------------*/

body.main
{
   background-image: url("cloud_white.jpg");
   margin-left:0;
   margin-right:0;
   margin-top:0;
   margin-bottom:0;
}

small_caps
{
   font-variant: small-caps;
   font-weight: bold
}

A.main
{
   font-variant: small-caps;
   font-weight: bold
}

img.silver
{
   border-style: solid;
   border-color: silver;
   border-width: 4px;
}

img.red
{
   border-style: solid;
   border-color: red;
   border-width: 4px;
}

img.black
{
   border-style: solid;
   border-color: black;
   border-width: 4px;
}

img.white
{
   border-style: solid;
   border-color: white;
   border-width: 4px;
}

img.darkgray
{
   border-style: solid;
   border-color: darkgray;
   border-width: 4px;
}

table.logo
{
   border-style: solid;
   border-color: red; 
   border-width: 5px;
   background: black;
}

table.text_box
{
   color: black;
   font-size: 10pt; 
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   border-style: solid;
   border-color: black; 
   border-width: 3px;
}


table.fog
{
   background-image: url("fog.gif");
}

table.news
{
   border-style: solid;
   border-color: silver; 
   border-width: 3px;
   padding: 10;
}

table.content
{
   background-image: url("cloud_white.jpg");
   width: 100%;
}

table.std
{
   color: black;
   font-size: 10pt; 
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
}

table.inner
{
   width: 100%;
   color: black;
   font-size: 10pt; 
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
}

td.spacer
{
   width: 10px;
}

td.content_margin
{
   width: 25px;
}

font.main
{
   font-size: 9pt; 
   font-family: "Arial";
   font-weight: normal;
   color: black;
}

font.navigation
{
   color: black;
   font-size: 100%;
   font-family: "Arial";
   font-weight: normal
}

leftpane
{
   font-size: small;
   font-family: "Arial";
   font-weight: normal;
}


.start:first-letter 
{
   color: black;
   font-size: 120%;
   font-weight: bold
}

font.repeat
{
   color: darkred;
   font-weight: bold
}

/*----------------------------------------------------------------------------*/
/* used for no link color <A HREF=xxx class=no_link_color ....>      20050101 */

a.no_link_color:link {color: BLACK; text-decoration: none;}
a.no_link_color:visited {color: BLACK; text-decoration: none;}
a.no_link_color:hover {color: BLACK; text-decoration: none;}

a.white_link_color:link {color: WHITE; text-decoration: none;}
a.white_link_color:visited {color: WHITE; text-decoration: none;}
a.white_link_color:hover {color: WHITE; text-decoration: none;}


/*----------------------------------------------------------------------------*/
/* used by jiggle.js                                                 20050428 */


.jiggle
{
   position:relative;
}

/*----------------------------------------------------------------------------*/
