/* CSS Document */

body{ 
 background-color:white;
 text-align:center;
 margin:0;
 min-height:520px;
 SCROLLBAR-FACE-COLOR: #ebebeb; 
 SCROLLBAR-HIGHLIGHT-COLOR: #e6e6e6; 
 SCROLLBAR-SHADOW-COLOR: #cccccc; 
 SCROLLBAR-3DLIGHT-COLOR: #d4d0c8; 
 SCROLLBAR-ARROW-COLOR: #999999; 
 SCROLLBAR-TRACK-COLOR: #f6f6f6; 
 SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
 SCROLLBAR-BASE-COLOR: #cccccc
}
#wrapper{
 background-color: white;
 margin:0 auto;
 width:75%;
 z-index:1;
}
#menu{
 position:absolute;
 left:0;
 top:0;
 height:300px;
 width:150px;
 z-index:5;
}
#logo_container{
 text-align:left;
}
.overlay{
 display:none;
}
div > .overlay{ 
 position:absolute;
 top:243px;
 left:150px;
 z-index:3;
 display:block
}
.IEoverlay{
 position:absolute; 
 left:150px;
 top:243px;
 height:57px; 
 width:280px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/0/Skins/Text/overlay.png',sizingMethod='scale'); 
 z-index:3;
}
.ContentPane{
 position:absolute;
 left:10px;
 top:5px;
 height:300px;
 margin: 10px 10px 0px 10px;
 padding: 0px 20px 0px 0px;
 width: auto;
 overflow-y:scroll;
}
div > .ContentPane{
 overflow:auto;
}
.TicketsPane{
 position:absolute;
 border:0px solid black;
 width:242px;
 height:48px;
 top:330px;
 left:15px;
}
.SearchPane{

}

#dnn_Heading {
 position:absolute; 
 bottom:0px;
 right:2px;
 width:240px !important;
}

#livelife {
position:absolute;
top:40px;
left:150px;
}


.ImagePane{
 width:400px;
}
.ImagePane img{
 display:bock;
}
.relative{
 position:relative;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: red 0px solid; 
	border-left: white 0px solid; 
	border-top: white 0px solid; 
	border-right: gray 0px solid;  
	background-color: Transparent;
	width:150px;
	height:240px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:28px;
}

.MainMenu_TabRootMenuItem TD
{
	background-image: url(TabCWhite.jpg);	
	height: 25px;
}

.MainMenu_TabRootMenuItemSel TD
{
	background-image: url(TabCRed.jpg);	
	height: 25px;
}

.MainMenu_TabMenuItemHover TD
{
/*	background-image: url(TabCWhite.jpg);	*/
	color: Red;
	height: 25px;
	/*background-color: silver;*/
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: silver 0px solid; 
	border-bottom: #858585 1px solid;  /*silver*/
	border-top: #858585 1px solid;  /*silver*/
	border-right: silver 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #858585; /*silver*/ 
	border-left: #858585 1px solid;  /*silver*/
	border-bottom: #858585 1px solid;  /*silver*/
	border-top: #858585 1px solid;  /*silver*/
	text-align: center; 
	width: 15; 
	height: 28;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #858585; /*grey*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
}

.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #CC0000;
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	color:white;
	font-weight: normal; 
	font-style: normal;
	height:28px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: silver 1px solid; 
	border-bottom: silver 1px solid; 
	border-top: silver 0px solid;
	display:none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display:none;
} 
.SubHead{
 	font-family: "Gill Sans MT", "Gill Sans", "Gill Sans Regular", "Humanst521 BT",  Arial, Tahoma, "Times New Roman";
 	font-size:13px;
 	color:black;
 	font-weight:normal;
}
.contact td{
    padding-bottom:7px;
}