﻿html, .event, .skinHeader, .skinContentsTable
{
	width:100%;	
}
body
{
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px;
	background-position: bottom;
	background-image: url('/Content/Images/gradientPage.jpg');
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Arial;
}
.skinMenubar{
	background-position: center;
	background-image: url('/Content/Images/menu.gif');
	height: 35px;
	width: 760px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 32px;
	text-indent: 10px;
	font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
}
.skinMenubar a{
	color: White;
	font-size: large;    
	text-decoration: none;    
}
.skinWrapper{
	width: 760px; /*	min-height: 100%;
	height: auto !important;
	height: 100%; */
	margin: 0px auto 0px auto;
	padding: 0px;
}
.skinPage{
	width: 760px;
	background-position: bottom;
	background-image: url('/Content/Images/gradientCenter.gif');
	background-repeat: repeat-x;
	background-color: #007CC3;
}
.skinFooter{
	height: 75px;
}
.skinCopyright{
	font: 100% Tahoma;
	background-image: url('/Content/Images/logoBottom.gif');
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	line-height: 25px;
	font-size: small;
	width: 151px;
	text-align: center;
	}
.skinBottomNotes
{
	float:left;	
	line-height:25px;
	font-size:small;
	width:600px;
}
.skinContainer{
	background-color: #CEE6F4;
	border: solid thin;
}
.skinContainerHeader{
	background-color: #E3F1F9;
	text-align: center;
	font-size: large;
	font-weight: bolder;
	color: #000000;
	padding: 3px;	
}
.skinHyperlink
{
	text-decoration:none;
	color:Black;
}
.skinSearch
{
  color: #FFFFFF;
  font-style: oblique;
  background-image: url('/Content/Images/searchBackground.png');
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0px;
  width: 85px;
  padding-left: 22px;
  height: 21px;
}
.searchbox
{  
  color: #4D4948;
  font-style: oblique;  
}
.eventDate {
	font-size: x-small;
	float: left;
	width: 125px;
	text-transform: capitalize;
	margin-top: 0.5em;
}
.eventName {
	font-size: medium;
	font-weight: bolder;
	/*float: left;*/
}
.eventLocation {
	font-size:small;
	font-style: oblique;
}
.eventDescription {
	font-size:small;
	text-align: justify;
}
.eventThumb {
	width: 200px;
}
.eventImageColumn{
	padding-right:10px;
	text-align:left;
}
.eventPlay {
	font-size: small;
	vertical-align: middle;
}
.eventPlayThumb{
	border: 0;
	vertical-align: middle;
	margin-right: 0.5em;
}
.eventSelected
{
	background-color: #FFFFCC;     
}
.eventOdd
{
	background-color: #E3F1F9;
}
.eventFilterDropDownList
{
	width: 150px;
}
