/****************************************************
File		: home.css
Edited by	: Adrian Liem
Date:		: 17-Mar-2006
Purpose		: Contains custom styling for Homepage
****************************************************/

#wizbang a:link, #wizbang a:visited {
  text-align:center;
  width:230px;
  height:132px;
  margin:auto;
  padding:0;
  display:block;
  background-image:url(/assets/images/home/wiz-awards.gif);
}
#wizbang a:hover,  #wizbang a:active{
  width:230px;
  height:132px;
  margin:auto;
  padding:0;
  display:block;
  background-image:url(/assets/images/home/wiz-awardshover.gif);
 }

/* --- event calendar iframe --- */
.calendarFrame {
  height:220px;
  width:230px;
}
.calendarNote {
  font-size:.6em;
  color:#888;
  background-color:#c4c4c4;
  margin:0;
  padding:0 20px 4px 20px;
  text-align:center;
}
.calendarNote a:link, .calendarNote a:visited {
  background-color: transparent;
  text-decoration: none;
  color: #7fa2c2;
}
.calendarNote a:hover, .calendarNote a:active {
  border-bottom: 1px dotted #7fa2c2;
  background-color: transparent;
  text-decoration: none;
  color: #7fa2c2;
}


/* Example CSS for demo ticker */

/* background-color: #EFDFCB; */

#ajaxticker1{
background-color: #FFFFFF;
height:140px;
width:230px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFFF;
}

.someclass{ //class to apply to your scroller(s) if desired
}
