/* ########## common.css  ########## */
/*= overall GigCal styles */

#gigcal *,.gigcal *{
/* used to reset whitespace */
  margin: 0;
  padding: 0
}

#gigcal,.gigcal{
  color: #cccccc;
  background: #131313;
  font: 86%/1.5em "lucida grande",verdana,arial,sans-serif
/* adjust this percentage to fit your template */
}

#gigcal_intro{
  padding: 0px 10px;
  font-size: 1.2em
}

table.gigcal_nav{
  margin: 0;
  list-style-type: none;
  text-align: left;
  font-weight: bold;
/* padding: 0px 10px 0px 10px;
*/
  width: 450px
}

table.gigcal_nav td{
  padding-left: 10px;
  color: #ff0000
}

table.gigcal_nav td.gigcal_navbar{
  color: #ccc
}

table.gigcal_nav a{
  color: #fff;
  text-decoration: none;
  font-weight: bold
}

table.gigcal_nav a: hover{
  text-decoration: underline
}

#gigcal_wrapper{
  padding: 0px 10px
}

.GC_Body a{
  color: #aaf
}

.GC_Body a: hover{
  color: #ff0000
}

.GC_Intro{
  color: #0000ff;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1em;
  display: inline
}

