﻿html 
{
	background:#FFFFFF url(Images/bg-repeat.png) repeat-x;
}

body 
{
 	background:url(Images/bg.jpg) no-repeat center top;
	margin:0;
	font:12px "Arial", Sans-Serif;
	color:#6B6B6B;
}

ul
{
	margin:0;
	padding:0;
	list-style:none;
}

/* Text Styles */

p, a
{
    font:12px/17px "Arial", Sans-Serif;
	color:#6B6B6B;
	text-decoration:none;
	margin:0;
}

a
{
    text-decoration:underline;
    margin:0;
    color:#52C2FF;
}

a:hover
{
    color:#2275A3;
    text-decoration:underline;
}

#Sml_Module2 p
{
    margin-bottom:10px;
}

h1
{
    text-indent:-9999px
}

h2
{
    margin:0;
}

h3, h3 a
{
	color:#82CF00;
	font:bold 18px "Arial", Sans-Serif;
	margin:0 0 3px 0;
	text-transform:capitalize;
	display:block;
	text-decoration:none;
}

#Module2 h3
{
   color:#52C2FF;
}

body.Bookings h3 a, body.Events h3, body.Events h3 a
{
    color:#52C2FF;
}

h4, h4 a, #Column3 h4.Gallery
{
	margin:0;
	padding:0;
	text-transform:capitalize;
	font:italic 13px "Arial", Sans-Serif;
	color:#666666;
	text-decoration:none;
}

#Column3 h4, #Column3 h4 a
{
    color:#C90061;
    font:bold 14px "Arial",Sans-Serif;
    margin:0 0 2px;
    padding:0;
}

h5, h5 a
{
	color:#8C8C99;
    font:15px "Arial",Sans-Serif;
    margin:0 0 8px;
    padding:0 0 10px;
    text-decoration:none;
}

#Footer h5 a
{
    margin:0;
    padding:0;
}

h6
{ 
    color:#88B4C4;
    font:12px "Arial",Sans-Serif;
    margin:5px 0 10px;
    text-transform:lowercase;
}
 
a img
{
	border:0;
}

/* ASP.NET Styles */ 

.Button
{ 
	height:25px; 
	margin:0;
	display:block;
	margin:auto;
	width:100px;
}

.TextBox, .DropDownList, textarea
{
	font:13px "Arial", Sans-Serif;
	width:350px;
	border:1px solid #DEDEDE;
	padding:3px;
	background:#FFFFFF;
	color:#666666;
	margin:0 0 3px 0;
}

.DateTextBox
{
	width:80px;
}

.CheckBox
{
    margin:0 20px 20px 0;
}

.DropDownList
{
	width:auto;
}

/* Site Structure */

#Logo 
{
	position:absolute;
	width:245px;
	height:139px;
	left:70px;
	top:0px;
	background:url(Images/Fubarlogo.png);
	z-index:1000;
}

#Logo embed, #Logo object {display:none;}

#Wrapper {
	width:864px;
	margin:0 auto 0 auto;
	padding:0;
	position:relative;
}

#Content
{
	width:864px;
	float:right;
}

#Column1
{
	width:850px;
	height:378px;
	position:relative;
}

#Column2
{
	width:544px;
	float:right;
}

#Column3
{
	width:314px;
	float:left;
	position:relative;
}

#Ad1
{
	width:847px;
	height:168px;
	background:url(Images/ad1-bg.png);
	position:absolute;
	padding:17px 0 0 17px;
	left:0;
	top:188px;
}

#Ad2
{
    position:absolute;
    left:437px;
    top:205px;
}

#Ad3, .MediaPlayer
{
	width:286px;
	height:287px;
	background:#FFFFFF url(Images/flashad.png) no-repeat;
	margin:0 0 10px 0;
	position:relative;
	padding:27px 0 0 27px;
}

#Footer
{
	clear:both;
	margin:20px 0 0 0;
	background:url(Images/footer-bg.gif) repeat-x;
}

.Footer_Content
{
	width:814px;
	margin:auto;
	padding:5px 0 25px 50px;
	min-height:160px;
	height:auto !important;
	height:160px;
	color:#8C8C99;
}

#Footer_Column1, #Footer_Column2, #Footer_Column3, #Footer_Column4
{
	width:190px;
	margin:0 10px 0 0;
	float:left;
	line-height:16px;
}

#Footer_Column2 a {         color:#8C8C99; text-decoration:none; display:block;}
#Footer_Column2 a:hover {   color:#52C2FF; text-decoration:underline;}

/* Main Page Links */

ul.LinkHolder
{
	width:750px;
	height:48px;
	position:absolute;
	left:13px;
	top:126px;
	list-style:none;
	margin:0;
}

ul.LinkHolder li
{
    height:33px;
    float:left;
}

ul.LinkHolder li a
{
	font:normal 14px "Arial", Sans-Serif;
	display:block;
	text-decoration:none;
	text-align:center;
	line-height:17px;
	height:33px;
	color:#3F3F3F;
	padding:15px 12px 0 12px;
	background:url(Images/links.gif) no-repeat right top;
	float:left;
}
		
ul.LinkHolder li a:hover
{
	background:url(Images/links.gif) no-repeat right bottom;
}

ul.LinkHolder li.SportsLink
{
    display:none;
}

/* Log-In Styles */

.loginpanel-holder
{
	position:absolute;
	left:590px;
	top:0px;
	overflow:hidden;
	z-index:3000;	
}

.loginpanel
{
	width:265px;
	height:132px;
	background:url(Images/login-bg.png) no-repeat;
	padding:11px 0 0 10px;
}

a#ctl00_HL_ForgotLoginDetails
{
    margin-left:83px;
}

.User_Pwd
{
	width:73px;
	height:12px;
	margin:3px 0 0 0;
	text-align:right;
	float:left;
	padding:0 5px 0 0;
}

.loginpanel input.Submit, .loginpanel input.Register
{
    font:10px "Arial", Sans-Serif;
	height:20px; 
    display:inline;
	width:60px;
}

.loginpanel input.Submit
{  
	margin-left:77px;
}




.loginpanel a
{
    display:block;
    margin:3px;
    text-decoration:underline;
}

span.KeepSignedIn
{
    display:block;
    padding:0 0 0 73px;
    width:130px;
}

.login
{
	width:0px;
	float:left;
}

.logged-in
{
	position:absolute;
	left:650px;
	top:144px;
	width:130px;
	height:20px;
	font:13px "Arial", Sans-Serif;
	color:#B2B2B2;
	text-align:right;
}

.LoginButton a
{
	position:absolute;
	top:145px;
	right:0px;
	z-index:100;
	width:55px;
	font:13px "Arial", Sans-Serif;
	display:block;
	text-decoration:none;
	line-height:15px;
	height:25px;
	color:#B2B2B2;
}

.LoginButton a:hover
{
	text-decoration:underline;
}

/* Large Modules */

#Module1, #Module2, #Module3
{
	width:100%;
	background:url(Images/rightcolumn-mid.png);
	margin:0 0 6px 0;
}

#Module1 .Module_Top, #Module2 .Module_Top, #Module3 .Module_Top
{
	width:538px;
	height:76px;
	padding:7px 0 0 6px;
	background:url(Images/bluetop.png);
}

body.Default #Module1 .Module_Top, body.News #Module1 .Module_Top, body.News #Module2 .Module_Top,
body.Venue #Module1 .Module_Top, body.Venue #Module2 .Module_Top, body.Gallery #Module1 .Module_Top, body.Gallery #Module2 .Module_Top,
body.GalleryUploads #Module1 .Module_Top, body.GalleryUploads #Module2 .Module_Top
{ 
    background:url(Images/greentop.png);
}

body.DJs #Module1 .Module_Top
{
       background:url(Images/pinktop.gif);
}

#Module1 .Module_Bottom, #Module2 .Module_Bottom, #Module3 .Module_Bottom
{
	width:100%;
	height:15px;
	background:url(Images/rightcolumn-bottom.png);
}

/* Small Modules to the right */

#Sml_Module1, #Sml_Module2, #Sml_Module3
{
	width:314px;
	background:#FFFFFF url(Images/content-small.png) repeat-y;
	margin:0 0 10px 0;
	position:relative;
}

#Sml_Module1 .Module_Top, #Sml_Module2 .Module_Top, #Sml_Module3 .Module_Top
{
	background:url(Images/pink-top.png);
	height:76px;
	padding:7px 0 0 6px;
}

#Sml_Module1 .Module_Bottom, #Sml_Module2 .Module_Bottom, #Sml_Module3 .Module_Bottom, .ModuleAcc_Bottom
{
	width:314px;
	height:17px;
	background:url(Images/smalltables-bottom.png);
}

/* All Mids */

.Module_Mid
{
	text-decoration:none;
	margin:0 9px 0 9px;
	background:#FAFAFA url(Images/mid.png) repeat-x;
	padding:10px;
	overflow:hidden;
}

.Sml_ModuleAcc .Module_Top, .Module_Selected
{
	margin:0 7px 0 7px;
	height:39px;
	background:url(Images/acc-top.gif) no-repeat center top;
}

.Sml_ModuleAcc .Module_Content, .Sml_ModuleAcc .Module_Content2, .Sml_ModuleAcc .Module_Content3
{
	overflow:hidden;
}

.Sml_ModuleAcc .Module_Mid
{
	text-decoration:none;
	background:url(Images/acc-content.png) no-repeat;
	margin:0 7px 0 7px;
	padding:35px 15px 0 15px;
	overflow:visible;
}

.Module_Footer
{
    width:100%;
	height:30px;
	color:#76007F;
	text-align:center;
	overflow:hidden;
	clear:both;
	margin:10px 0 -10px 0;
}

.Sml_ModuleAcc .Module_Footer
{
    margin:10px 0 0 0;
}

/* Section Titles Start */

h2 span
{
	display:block;
	height:35px;
	background:no-repeat 15px 10px;
	text-indent:-9999px;
}

.title-accgallery   { background-image:url(Images/title-accgallery.gif); cursor:pointer; }
.title-accpolls     { background-image:url(Images/title-accpolls.gif); cursor:pointer; }
.title-accextra     { background-image:url(Images/title-accextra.gif); cursor:pointer; }

.title-news         { background-image:url(Images/title-news.gif); }
.title-morenews     { background-image:url(Images/title-morenews.gif); }
.title-newsarchive  { background-image:url(Images/title-newsarchive.gif);}

.title-events       { background-image:url(Images/title-events.gif); }
.title-comingsoon   { background-image:url(Images/title-comingsoon.gif);}
.title-rundown      { background-image:url(Images/title-rundown.gif);}

.title-venue        { background-image:url(Images/title-venue.gif);}
.title-maps         { background-image:url(Images/title-map.gif);}
.title-venuegall    { background-image:url(Images/title-venuegall.gif);}

.title-gallery      { background-image:url(Images/title-gallery.gif);}
.title-features     { background-image:url(Images/title-features.gif);}
.title-upload       { background-image:url(Images/title-upload.gif);}
.title-mms          { background-image:url(Images/title-mms.gif);}
.title-guide        { background-image:url(Images/title-guide.gif);}
.title-thumbs       { background-image:url(Images/title-thumbnails.gif);}
.title-albums       { background-image:url(Images/title-albums.gif);}

.title-register     { background-image:url(Images/title-register.gif);}
.title-bookings     { background-image:url(Images/title-bookings.gif);}
.title-guestlist    { background-image:url(Images/title-guestlist.gif);}

.title-music        { background-image:url(Images/title-music.gif);}
.title-videos       { background-image:url(Images/title-videos.gif);}
.title-wallpapers   { background-image:url(Images/title-wallpapers.gif);}
.title-screensavers { background-image:url(Images/title-screensavers.gif);}

.title-profile      { background-image:url(Images/title-profile.gif);}
.title-myvenues     { background-image:url(Images/title-myvenues.gif);}
.title-pleaselogin  { background-image:url(Images/title-pleaselogin.gif);}

.title-djs          { background-image:url(Images/title-djs.gif); }

/* Image Frames */

.Img_Holder
{
	float:left;
	width:220px;
	height:132px;
	background:url(Images/imgholder1.png);
	margin:0 10px 10px 0;
	position:relative;
	padding:9px 0 0 10px;
}

.Img_Holder_Sml
{
	float:left;
	width:66px;
	height:40px;
	padding:3px 0 0 3px;
	margin:0 7px 0 0;
	line-height:0;
	font-size:0;
	background:url(Images/imgholder-sml.gif);
}

.Img_Holder_Venue
{
    width:476px;
    height:225px;
    margin:auto;
}

ul.GalleryThumbnails li
{
	float:left;
	padding:0 0 7px 7px;
}

.Img_Holder_Gallery
{
	padding:16px 19px 10px 10px;
	background:url(Images/gallery-album.png) no-repeat top left;
}

/* Default.aspx */

body.Default #Module1 .Module_Content
{
    height:250px;
	padding:10px 0 6px 5px;
	position:relative;
}

ul.Headlines
{
    width:510px;
	clear:both;
	height:100px;
	position:absolute;
	left:-5px;
	bottom:0px;
}

ul.Headlines li, ul.Headlines li.selected
{
	list-style:none;
	width:224px;
	height:41px;
	float:left;
	padding:3px;
	margin:0 0 10px 15px;
	background:url(Images/headlinenormal.png) no-repeat top left;
}

ul.Headlines li a, ul.Headlines li.selected a
{
	text-align:left;
	font:11px "Arial", Sans-Serif;
	text-decoration:none;
	color:#656565;
	line-height:12px;
}

ul.Headlines li.selected
{
   background:url(Images/headlineselected.png) no-repeat top left;
}

/* Polls */

ul.pollresults
{
	padding:3px 0 20px 23px;
	list-style-type:disc;
}

ul.pollresults li
{
	padding:5px 0 5px 0;
	list-style:none;
}

.Poll
{
    margin:0 0 10px 0;
}

span.pollinfo
{
    display:block;
    color:Green;
}

/* News.aspx */

a.Archive, a.Archive_Alt
{
    display:block;
    padding:5px;
}

a.Archive_Alt
{
    background:#dedede;
}

.Magnifyer
{
	position:absolute;
	right:10px;
	bottom:12px;	
	border:1px solid #ffffff;
}

a.Previous, a.Next
{
	font:12px/14px "Arial", Sans-Serif;
	height:18px;
	float:left;
	margin:0 10px 0 15px;
	color:#307E9C;
	padding:0 0 0 23px;
	text-decoration:none;
	text-transform:capitalize;
	background:url(Images/btn-prev.gif) no-repeat 0px 0px;
}

a.Next
{
	background:url(Images/btn-next.gif) no-repeat 0px 0px;
}

a:hover.Previous, a:hover.Next
{
	background-position:0px -17px;
	text-decoration:underline;
}

a.DownArrow
{
    width:17px;
    height:16px;
    background:url(Images/DownArrow.png) no-repeat;
    text-indent:-9999px;
}

a:hover.DownArrow
{
    background-position:0px -22px;
}

/* Comments */

.Pan_CommentsHeader 
{
    float:right; 
    margin:-20px 0 0 0;
    height:20px; 
    width:160px;
    cursor:pointer;
}

.Pan_CommentsHeader img
{
    width:18px;
    height:18px;
    float:left; 
    padding:0 5px 0 0;
}

.Pan_CommentsHeader span
{
    color:#307E9C;
}

.Comments_Content
{
	float:left; 
	font-size:0;
	line-height:0; 
	overflow:hidden;
}

.Comments_Content .Wrapper2
{
	background:url(Images/comment-bg.gif) repeat-x bottom;
	padding:10px 0 15px 0;
	float:left;
	width:100%;
}

.Comments_Content .Wrapper3 h4 
{
   font-size:12px; 
}

.Comments_Content .Wrapper3 h6
{
	font-size:10px;
	line-height:10px;
	color:#88B4C4;
	margin:0;
}

.Comments_Content .Wrapper2 p
{
	padding:0 3px 0 0;
	margin:0 0 0 117px;
	text-align:left;
}

.Comments_Content .Wrapper3
{
	width:110px;
	margin:0 3px 0 0;
	color:#307E9C;
	padding:0 0 0 3px;
	float:left;
}

.Pan_NewCommentHeader p a
{
	color:#000000;
	font-style:italic;
	text-decoration:none;
}

.Pan_NewCommentHeader p a:hover
{
	text-decoration:underline;
}

.Pan_NewCommentContent, .Pan_NewCommentHeader
{
	clear:both;
	overflow:hidden;
}

.Pan_NewCommentHeader a.New_Comment
{
	margin:10px 0 5px 0;
	font:14px "Arial", Sans-Serif;
	color:#307E9C;
	text-decoration:none;
	display:block;
}

.Pan_NewCommentHeader a:hover.New_Comment
{
	text-decoration:underline;
}

/* Events.aspx */

.Rundown, .Rundown_Selected
{
    padding:5px;
    margin:0 0 5px 0;
}

.Rundown h4 a, .Rundown_Selected h4
{
    margin:0;
    color:#C90061;
    font:bold 14px "Arial",Sans-Serif;
}

.Rundown_Selected
{
    background:#FFFFFF;
    border: 1px solid #C90061;
    padding:4px;
}

.Rundown p, .Rundown h4, .Rundown_Selected p, .Rundown_Selected h4
{
    margin:0 0 0 75px;
}

/* Gallery.aspx */

ul.GalleryAlbums li
{
	width:110px;
	display:inline;
	float:left;
	padding:0 0 20px 15px;
	font:12px "Arial", Sans-Serif;
	color:#666666;
	text-align:center;
	height:150px;
}

ul.GalleryAlbums h4
{
    margin:0;
	padding:0;
	text-transform:capitalize;
	font:italic 13px "Arial", Sans-Serif;
	color:#666666;
	text-decoration:none;
}

body.Gallery #Module1 .Img_Holder
{
	margin:0 auto 10px auto;
	text-align:center;
	width:auto;
	height:auto;
	background:none;
	padding:5px;
	border:1px solid #CECECE;
}

body.Gallery #Module1 .Img_Holder p
{
	text-align:center;
	max-width:320px;
	margin:10px auto 10px auto;
} 

body.Gallery table, body.Gallery td {
    margin:0 auto;
    padding:0;
}

ul.GalleryThumbnails input
{
	padding:8px 6px 6px 8px;
	display:block;
	background:#FAFAFA url(Images/gallerythumb.png);
}

p.Caption
{
	max-width:300px;
	margin:auto;
}

body.Gallery #Sml_Module1 .Module_Content
{
    margin:0 -12px;
    height:320px;
}

img.Camera, img.Phone
{
    float:left;
    margin:0 10px 0 0;
}

.GalleryFeatures p, .GalleryFeatures h3
{
    margin:0 0 0 100px;
}

#Column2 .GalleryFeatures h3, body.GalleryUploads #Column2 h3
{
    color:#82CF00;
    margin:10px 0 0 0;
}

p.Small
{
    font:italic 10px "Arial", Sans-Serif;
    margin:10px 0 0 100px;
}

/* GalleryUploads.aspx */

body.GalleryUploads .Wrapper1
{
    padding:0 0 0 98px;
}

h4.Instructions
{
    margin:7px 0 0 0;
}

/* Bookings.aspx */

body.Bookings .Wrapper1
{
	padding:0 0 0 86px;
}

p.Form
{
	clear:both;
	color:#666666;
	margin:5px 0 0 0;
	display:block;
}

h4.Instructions
{
    margin:7px 0 0 0;
}

img.BookingsIcon
{
	float:left;
	margin:0 10px 0 0;
	cursor:pointer;
}

img.Calendar 
{
    display:inline;
    cursor:pointer;
    margin:0 220px 0 0;
}

body.Bookings #Module1 .Button, body.Bookings #Module2 .Button, body.Bookings #Module3 .Button, 
body.GalleryUploads #Module1 .Button, body.GalleryUploads #Module2 .Button
{
    width:auto;
    height:auto;
    margin:20px 0 10px 130px;
}

.Special
{
	margin:10px 0;
}

/* CustomerProfile.aspx */

div.Details
{
    border:1px dashed #CCCCCC;
    padding:20px;
    margin:10px;
    background:#fafafa;
}

div.Details a
{
    line-height:30px;
    color:#307E9C;
    margin:0 10px 0 0;
}

body.CustomerProfile img.Calendar
{
    margin:0;
}

p.Form span
{
    color:#000;
}

/* password strength */

.verypoor, .weak, .average, .strong, .excellent
{
	font:10px "Arial", Sans-Serif;
	color:#FFFFFF;
	padding:3px;
}

.verypoor   { background-color:#FF0000;}
.weak       { background-color:#FF7F00;}
.average    { background-color:#8C8C8C;}
.strong     { background-color:#008C42;}
.excellent  { background-color:#00EB00;}

.passwordhelp
{
	font:Italic 10px "Arial", sans-Serif;
	color:#8C8C8C;
}

/* Downloads.aspx */

body.Downloads .Img_Holder
{
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #B2B2B2;
    height:155px;
    padding:4px;
    width:206px;
    margin:0;
}

li.Wallpaper
{
	width:220px;
	text-align:center;
	padding:0 0 0 0;
	float:left;
	list-style:none;
	margin:20px 0 0 22px;
	display:inline;
}

li.Wallpaper a:link
{
	font-size:10px;
	padding:0;
	margin:0;
}

.MediaImage
{
    float:left;
}

body.Downloads #Sml_Module1 .Media,
body.Downloads #Sml_Module2 .Media
{
    margin-left:50px;
}

p.Media
{
    margin-bottom:10px;
}

.MediaPlayer object, .MediaPlayer embed
{
	width:260px;
}

/* Modal Popup Style */

.modalpopup 
{
	padding:0px;
	width:500px;
	height:400px;
	position:relative;
}

body.Bookings .modalpopup
{
    background:#FFF;
    padding:20px;
    height:auto;
}

body.Bookings .modalpopup p
{
    margin:5px 0;
}

body.Bookings .modalpopup .Button
{
    margin-left:30px;
}

.modalpopup .Button
{
    display:inline;
}

.modalbackground {
	background-color:#241036;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalimg
{
	padding:5px;
	border:1px solid #B2B2B2;
	background:#FFFFFF;
	position:absolute;
	right:120px;
	top:0px;
}

.error
{
	font:13px "Arial", Sans-Serif;
	color:blue;
}

.error li
{
	margin:0 0 0 10px;
	list-style:none;
}

.submittedby
{
	display:none;
}

/* Win.aspx */

#Competitions .Wrapper1
{
    margin:0 0 20px 115px;
}

#Competitions .Wrapper2
{
    margin:10px 0;
}

#Competitions .TextBox
{
    width:240px;
}

#Competitions .Wrapper3
{
    padding:10px;
    border:1px dashed #CCCCCC;
}

#Competitions .Wrapper3 .TextBox
{
    width:220px;    
}

#Competitions .Button
{
    margin:10px 0 30px 0;
    width:auto;
}

#Competitions .Img_Holder
{
    width:96px;
    height:94px;
    background:url(Images/Image_Quiz_Fubar.png) no-repeat;
}

#Competitions p
{
    margin:10px 0;
}

#Competitions .Wrapper4
{
    background:#82CF00;
    padding:10px;
}

#Competitions .Wrapper4 h3
{
    color:#FFF;
}

p.Register, p.Register a
{
    color:#FFF;
    font-size:12px;
}

p.Register a
{
    text-decoration:underline;
}

p.Notice
{
    color:#82CF00;
}

/* User.aspx */

body.User .Button
{
    display:block;
}

body.User img.Calendar
{
    margin:0;
}

body.User h2
{
    text-indent:-9999px;
}

/* DJs.aspx */

body.DJs .Module_Mid .Wrapper1
{
    margin:10px;
}

body.DJs .Module_Mid p
{
    margin:10px 0;
    line-height:1.6;
}

body.DJs .Module_Mid .Wrapper1
{
    border-bottom: 1px dashed silver;
}


/* Misc */

#ctl00_CPH1_FV_NewsItem, #ctl00_CPH1_FV_Event { width:100%;}
.ClearFloats { clear:both;line-height:0px;}
#ctl00_CPH1_Acc1{ margin:7px 0 0 0;background:url(Images/acc-bg.png) repeat-y center;} 


/* YouTube Video and Article Link */

#Article object, #Article embed
{
    width:100%;
}

#Article a
{
    display:block;
    margin:10px 0;
}

/* Facebook */
body#fb
{
    text-align:center;
    width:512px;
    margin:auto;
}

body#fb .container
{
    padding:10px;
}

body#fb div, body#fb p
{
    font-size:14px;
    font-family:Verdana, Sans-Serif;
    font-weight:bold;
}
