@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

tr.xrepeat {
	background-repeat: repeat-x;
	background-image: url(/images/dividinglines/main-page-divider.png);
	background-position:center;
}

/* Main Page Headdings */ 
.RedHeadding {
	color: #e4030b;
	font-size: 20px;
}
.BlueHeadding {
	color: #000099;
	font-size: 20px;
}

.OrangeHeadding {
	color: #ffcc33;
	font-size: 20px;
}
.GreenHeadding {
	color: #6ab720;
	font-size: 18px;
	line-height: 20px
}
.CalendarHeadding{
	font-size:14px;
	color:#003366;
}

/* Login Main Page */
.GreenLoginHeadding {
	color: #009900;
	font-size: 12px;
}
.RedLoginFailed {
	color:#990000;
	font-size: 10px;
}
.LoginText {
	font-size: 12px;
	color: #000066;
}
.UserPwdText {
	font-size: 11px;
	color: #000066;
	font-variant: normal;
}
table.LoginTable {
	height: 120px;
	background:url(images/background/login_bg-blue.gif);
	background-repeat:repeat-x;
}
/* Left Nav */
.leftnav {
	font-size:12px;
	}

/* Bottom Nav */
.BottmNavText {
	font-size: 10px;
	color: #003399;
}
/* Calendar Styles */
  TD.NON {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#C0C0C0; font-weight :normal;}
  TD.TOP {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#0000FF; font-weight :bold;}
  TD.Some {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :normal;}

  A.NOEVENT:Link {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :normal; text-decoration: none;}
  A.NOEVENT:Visited {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :normal; text-decoration: none;}

  A.EVENT:Link {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :bold; text-decoration: none;}
  A.EVENT:Visited {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :bold; text-decoration: none;}

  A.NORMAL:Link {font-family :Verdana, Arial; font-size :12px; color :#0000FF; font-weight :normal; text-decoration: none;}
  A.NORMAL:Visited {font-family :Verdana, Arial; font-size :12px; color :#0000FF; font-weight :normal; text-decoration: none;}
td.whiteCalendar {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.categories {width:100px;}
.Legend { color:#999999; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; }
.description { width:100%; font-size:12px; color:#333333; border:thin; }

#gallery-container{
	position:relative;
	width:100%;
}
#gallery-image{
	width:105px;
	padding:5px;
	float:left;
}
