body {
	background: white url(../media/misc/bg.gif) top left repeat-x;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.errors , .success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#6b0000;
	line-height: 15px;
	margin-bottom:0px;
	background:#ffe5e5;
	width:500px;
  padding:10px;
}
.success {
  color:black;
	background:#fffde9;
}
.th_title {
  display:block;
  margin-bottom:10px;
}
.basics {
	background-color:#FFF;
}
.txt1 , .gmit , .gmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333;
	line-height: 15px;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#333;
	line-height: 24px;
	font-weight: bold;
}
.eventTitle {
	margin:10px 0px;
}
.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
}
.imgCredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333;
	line-height: 15px;
  margin-bottom:30px;
 }

.style1 {
	color:#EEE;
}
.style2 {
  color:#CCC;
}

.gmiw img { /* google maps info window images */
  float:left;
  clear:none;
  border:solid 0px black;
}

.gmin { /* google maps info non image text */
}

.gmit { /* google maps info text */
  margin-left:60px;
}

/* calendar styles */
.c_rows td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 15px;
	font-size: 13px;
	text-align:right;
}
.c_hdr {
  text-align:center;
  background-color:#333;
}
.c_days {
 	font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
  background:#888;
  color:white;
}
.c_no_date {
  background-color:#ccc;
}
.c_cell {
  background-color:#fff;
}
.c_selected {
  background-color:#333;
}
.lb , .ls {
  margin:0px 5px 10px;
  border:none;
}
.lb { /* logo big */
  width:135px;
  height:60px;
}
.ls { /* logo small */
  width:85px;
  height:40px;
}
.logos td { /* logos tables */
  text-align:center;
}
.logo_dot_break { /* dotted full line break */
  width:950px;
  background:transparent url(../media/misc/dotted_950.gif) top left repeat-x;
  height:3px;
  margin:10px 0px;
}
.si {
  margin-bottom:5px;
  height:280px;
  width:300px;
  display:none;
}
#si_0 , #si_1 , #si_2 {
  display:block;
}
a:link {
	text-decoration: none;
	color: #F09;
}
a:visited {
	text-decoration: none;
	color: #F09;
}
a:hover {
	text-decoration: underline;
	color: #F09;
}
a:active {
	text-decoration: none;
	color: #F09;
}