/*LAYOUT*/

body{padding: 0px; margin: 0px; background-color: #2d2d2d; font:100% Verdana;font-size: 10px; } 

#main{margin: auto; margin-top: 20px; padding-bottom: 1px; margin-bottom:5px; width: 981px; background-color:#ffffff;}

#top ul{list-style: none; padding: 0px 0px 15px 0px; margin: 0px;}
#top ul li{display: inline; margin: 0px; padding: 0xp;}
#top ul li a{padding: 10px;}
#header{margin-left: 5px; padding-top: 5px; clear: both;}
#footer{margin: 5px; padding: 0px}
#menubar {
	background: #ffffff; 
	padding: 0px 0px 0px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 25px;
	margin: 0px 0px 3px 0px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	vertical-align: middle;}
#Event{
	Width:981px;	
	}
#EventHeading{
	line-height:36px;
	padding:0px;
	text-align:left;
	margin-left:5px;
	Height:36px;
	Width:970px !important;
	Background-color:#ff0000;
	color:#ffffff;
	display: block;
	}
#EventHeading div{
	height:36px;
	margin: 3px 0;
	}
#EventHeading h1{
	margin: 3px 10px !important;
	font-size: 18px !important;
	padding: 0px;
	}
#EventBody{
	padding-left:10px;
	text-align:left;
	margin-left:5px;
	margin-top:5px;
	Width:580px;
	float:left;
	}
#EventImages {
	width:140px;
	float:right;
	vertical-align: text-bottom;
	}
#EventImages img {margin-bottom:5px;}

/* Calendar Specific DIV controls */

#Calendar {
	width: 375px;
	float: right;
	background-color:#d8d2c2;
	margin-right:5px
	}
#CalendarItem {
	margin-top: 5px;
	height: 60px;
	width: 100%;
	}
#CalendarImage {
	margin: 5px;
	text-align:top;
	float: left;

	}
#CalendarDetails {
	margin: 5px;
	width: 35%;
	float:right;
	}
#CalendarSessions {
	margin: 5px;
	float: left;
	width: 23%;
	}
#CalendarOther {
	margin: 5px 15px 5px 5px;

	float: right;
	}

/* End Of Calendar Styling */

/* Event Information Page Style */

#Invitation{
	Width: 452px;
	float: right;
	background-color:#edeae2;
	margin-right: 5px;
	}
#InvitationBanner {
	background: url('/Images/Club MSV/cf-header.jpg');
	height: 46px;
	line-height:10px;
	padding-left:10px;
	text-align:left;
	display: block;
	}

/* End of Event Information Page Style */

/* Specific Font Settings */

h1{}
h2{font-size:14px; color:#ff0000;}
h3{}

/* Following items brought in for TransMenu support */
#menu {
    float: left; 
    background-image:url('/Images/Club%20MSV/MenuGradient.jpg');
    background-repeat: repeat;
    border-bottom:1px solid white;
    padding: 4px 0px;
    width:970px;
}
#phone {
    float: right; background:#CC0000;
    border-bottom:1px solid white;
    padding:2px 5px 0px 0px;
    width:145px;
	height: 21px;
	color: white; font-size: 16px; font-weight: bold; text-align: right;
    }
#menu a {
    padding:4px 25px ;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    }
#menu a.hover {
    background-image:url('/Images/Club%20MSV/MenuGradientInv.jpg');
    background-repeat: repeat;
	color: #FF0000;
    }
#menu span {
    display:none;
    }
#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }
#SubProductList {
	width:970px;
	padding-top:5px;
}
#SubProduct1 {
	margin-left:5px;
}

/* ------------------------------------------------ */
a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:113px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:0; /* position:the image */
top:-150px;
left: 5px;
-moz-opacity:.9;
filter:alpha(opacity=90);
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:124px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500;
}
a.screen:hover b img {
border:0; /* remove the link border */
}
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#222;
    font-size:11px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background: #CC0000; /* #fdfdfd; */
	color:white;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}




























































































































