

/*____________________________________________________________
Import other styles
____________________________________________________________*/

@import url(type.css);
@import url(lists.css);
@import url(tables.css);
@import url(forms.css);
@import url(sIFR-screen.css);


/*____________________________________________________________
Some base styles for sizing/shapping etc.
____________________________________________________________*/

html{
	width:100%;
	margin:0;
	padding:0;
	background-color:#3399CC;
	background-image:url(/dailyslurp/Images/bg_Drips.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

body{
	width:100%;
	margin:0;
	padding:0;
	background-image: url(/dailyslurp/Images/bg_body.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}

#wrapper{
	width:100%;				 /*set site width here */
	margin:0 auto 0 auto;		 /* site defaults to fixed width centered */
}

.ClearAll{
	clear:both; height:0px; line-height:0px;
}
.ClearLeft{
	clear:left; height:0px; line-height:0px;
}
.ClearRight{
	clear:Right; height:0px; line-height:0px;
}
.Divider{
	clear:both;
}

/*____________________________________________________________
Header styles
____________________________________________________________*/
#header{
	display:none;
}
#ExtraNav{
	display:none;
}

.logo{
	
}
#Tabs{
	
}


/*____________________________________________________________
Footer styles
____________________________________________________________*/
#Footer{
	background-image:url(/dailyslurp/Images/bg_footer.jpg);
	background-repeat:no-repeat; 
	height:56px;
	margin-top:20px;
}

/*____________________________________________________________
Content section styles
____________________________________________________________*/

#MainContent{
	/* main content is a wrapper div to include the side bar and content*/
	
}
#Content{
	/* Content is the container with the actual content. */
	float:left;
	width:100%;
	padding-top:5px;
}

/*____________________________________________________________
Sidebar styles
____________________________________________________________*/
#LeftSideBar{
	display:none;	
}

/*____________________________________________________________
Sidebar styles
____________________________________________________________*/
#SideBar{
	display:none;	
}


/*____________________________________________________________
Site Suggestion Box
____________________________________________________________*/
#SiteSuggestion{
	display:none;
}


/*____________________________________________________________
Home page specific styles
____________________________________________________________*/

#HomePage{
	width:100%;
}

/*____________________________________________________________
Table of contents
____________________________________________________________*/
#TOC_layer1{
	display:none;
}
#TOC_layer2{
	display:none;
}
#TOC_layer3{
	display:none;
}
/*____________________________________________________________
Google Ads
____________________________________________________________*/

.GA_200_200{
	display:none;
}
.GA_468_60{
	display:none;
}


/*____________________________________________________________
In COPY Tool Tip
____________________________________________________________*/

#dhtmltooltip{
display:none;
}

#dhtmlpointer{
display:none;
}

/*____________________________________________________________
Article Thumbnails
____________________________________________________________*/
.SampleUsage{
	display:none;
}


fieldset{
	display:none;
}





/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
