/*   Style sheet for isar2009.com          */
/*   This one is for the dark blue theme.  */
/*   Updated: 02/08/09                     */


BODY {
  background-color: #FFFFFF;
  color: #000000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  margin: 20px;
}


P, UL, LI, TD, H1, H2, H3, H4, H5, H6, CENTER, LEFT, RIGHT {
  font-family: verdana, arial, helvetica, sans-serif;
}

P, UL, LI, TD, INPUT, CENTER, LEFT, RIGHT {
  font-size: 13px;
}



A:link {            /* unvisited link */
  color: #191180;      /* #290025;  */
  font-weight: bold;
}

A:visited {         /* visited link */
  color: #191180;       /* #290025;  */
  font-weight: bold;
}

A:active {          /* active link */
  color: #FF0000;   /* was #04A604 */
  font-weight: bold;
}

A:hover {           /* hover link */
  color: #FF0000;   /* was #04A604 */
  font-weight: bold;
}

/* the following are for links in the menu column, */
/* which need to be different from the main page   */
/* links, or else they disappear.                  */
/*  09/29/08: isar2009.com - using these in main menu    */

A.menu:link {       /* unvisited */
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #FFFF00;
  text-decoration: none;
}

A.menu:visited {    /* visited */
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #FFFF00;
  text-decoration: none;
}

A.menu:active {     /* active */
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #FF0000;
  text-decoration: none;
}

A.menu:hover {      /* hover */
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #FF0000;
  text-decoration: none;
}




.headline {
 font-size: 16px;
 font-weight: bold;
 border-bottom: 1px solid #000000;
 padding-top: 25px;
 padding-bottom: 5px;
}

.headline_no_us {            /* this is headline, but without the underline */
 font-size: 16px;
 font-weight: bold;
 padding-top: 25px;
 padding-bottom: 5px;
}


.trackname {
 font-size: 13px;
 font-weight: bold;
/* color: red; */
 color: #000000;
 font-style: italic;
}


.scheddate {        /* this is to set off the dates on the schedule page - basically a variation of .headerbar */
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;

  background-color: #EFEFEF;

  padding-top: 8px;
  padding-right: 5px;
  padding-bottom: 8px;
  padding-left: 5px;

  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #000000;

  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}


.shopsectionheader {        /* from scheddate, for use on the shopping page */
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;

  background-color: #FFFFDC;

  padding-top: 8px;
  padding-right: 5px;
  padding-bottom: 8px;
  padding-left: 5px;

  border-top-style: ridge;
  border-top-width: 1px;
  border-top-color: #000000;

  border-right-style: ridge;
  border-right-width: 1px;
  border-right-color: #000000;

/*  border-bottom-style: ridge;   */
/*  border-bottom-width: 1px;     */
/*  border-bottom-color: #000000; */

  border-left-style: ridge;
  border-left-width: 1px;
  border-left-color: #000000;

  margin-bottom: 0px;
}





/* General classes */

.normal {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
}

.heading {           /* this will be the same as .larger + .strong */
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
}


.smaller {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}

.extra-small {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
}

.larger {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 15px;
}

.extra-large {   /* and for even bigger type ... */
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 23px;
  font-weight: bold;
}

.strong {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
}

.italic {            /* italic */
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: italic;
}

.courier {           /* use Courier font for special effects (not Courier, actually, but web default */
  font-family: courier, roman, serif;
  font-size: 11px;
  font-weight: normal;
}

.bold {
  font-weight: bold;
}



.blue {
  color: blue;
}

.yellow {
  color: yellow;
}

.cyan {
  color: cyan;
}

.red {
  color: red;
}

.white {
  color: white;
}

.black {
  color: black;
}

.purple {
  color: #9900FF;
}

.green {
  color: #318A40;
}

.error {                              /* use for error messages */
  border: 1px solid #FF0000;          /* use as a DIV, not a SPAN, for multi-line messages */
  padding: 5px;
  background-color: #FFFFCC;
  font-weight: bold;
  color: #FF0000;
}



/* 05/29/09: For isar2009.com, use this to define the TABLE CELL PROPERTIES for the menu bar.  */
/*  Properties of the actual text are being defined using the link definitions, above.         */
.menu_item {                    /* used for the text of the individual items in the main menu */
/*  font-family: verdana, arial, helvetica, sans-serif;  */
/*  font-size: 11px;                                     */
/*  font-weight: bold;                                   */
 
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}




.page_title {                /* to put a title on the page   */
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;

  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}




