/* body
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
}

 */

.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: italic; 
	font-size: 8px;
}

/* --- images --- */

img.gotLogo
{
	position: relative;
	top: 0px;
	left: 19px;
}

/* --- tables --- */

.table_preheader
{
	color: #3300cc;
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
}

.table_header
{
	background: #0066ff;
	color: #ffffff;
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
}

.table_grey_header
{
	background: grey;
	color: #ffffff;
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
}

.table_lightblue_header
{
	background: #3366cc;
	color: #ffffff;
	font: 12px/1.4em Arial, Tahoma, Verdana, sans-serif;
}

.table_borders
{
	border: 1px solid gray;
}

.light_line
{
	background: #ffffcc;
}

.dark_line
{
	background: #ffff99;
}

.guaranteed_listing
{
	background: #0dffd9;
}

.paid_listing
{
	background: #ff530d;
}

.advertiser_listing
{
	background: #83aeff;
}

.color-code
{
	float: left; width: 20px; height: 20px; margin-left: 10px; margin-right: 10px; text-align: left; margin-bottom: 5px;
}

.color-code-description
{
	float: left; vertical-align: middle; line-height: 20px;
}

.table_content
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	color: #000000;
}

.table_content_padded_vertical
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.table_content_padded_horizontal
{
	padding-left: 5px;
	padding-right: 5px;
}

.table_content_header_padded
{
	padding-top: 5px;
	padding-left: 5px;
}

/* --- divs */

#entry
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
}

#viewevents
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	padding-left: 0px;
	padding-right: 0px;
}
/*
#import
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}
*/
#searchResults
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	margin-left: 4px;
}

.searchResultsContent
{
	background: #eaeff0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.searchResultsContentLight
{
	background: #ffffff;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.searchResultsContentTight
{
	background: #eaeff0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.searchResultsContentLightTight
{
	background: #ffffff;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.searchResultBannerAd
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 234px;
	height: 60px;
	background-color: #EAEFF0;
}

.searchResultsFont
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif	
}

.contentSection
{
	width: 580px; 
	padding-right: 11px;
	padding-bottom: 15px;
	text-align: left;
}

.contentSection-fb
{
	width: 450px; 
	padding-bottom: 15px;
	text-align: left;
}

#mailcontainer
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	line-height: 2.4em;
	width: 100%;
	height: 750px;
	border: 1px solid #aaa;
	padding-left: 5px; 
	padding-right: 5px;
	background-color: #ededed;
}

.leftTitle
{
	width: 10%; 
	font-weight: bold;
	color: blue;
}

.table-left
{
	width: 50px; padding-left: 5px; float: left; text-align: left;
}

.table-centre
{
	width: 57%; padding-left: 5px; float: left; text-align: left;
}

.table-right
{
	width: 150px; padding-left: 5px; float: right; text-align: left;
}

#homepage-listing
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	margin-left: 4px;
	width: 493px;
}

#navigator
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
}

/* used in distrubtion form */
input.wide_input 
{
	 width: 250px;
}

td.light-grey
{
	padding-left: 10px;
}

/* Expandable CSS Text Boxes */
/* Put this in the HTML
<div class="cssbox">
    <div class="cssbox_head"><h2>This is a header</h2></div>
    <div class="cssbox_body">
        <p>This is for your content.</p>
    </div>
</div>
*/
/* set the image to use and establish the lower-right position */ 
/*.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 */
.cssbox 
{ 
    width: 580px !important; /* intended total box width - padding-right(next) */
    width: 565px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head 
{ 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 
{ 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 0px 0 0px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
	line-height: 1.4em;
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body 
{ 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 0px 25px; /* mirror .cssbox_head right/left */ 
}

/* Expandabe CSS Text Boxes 2 */
/* Put this in the HTML
<div class="sidebox">
	<div class="boxhead"><h2>Test Headline</h2></div>
	<div class="boxbody">
		<p>This is a short sample paragraph.</p>
		<p>And another one.</p>
	</div>
</div>
*/

/* Show only to IE PC \*/

* html .boxhead h2 { height: 1%; } /* For IE 5 PC */

.sidebox 
{
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}

.boxhead 
{
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxhead h2 
{
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxbody 
{
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

/* --- text specs */

.title
{
	font: 14px/1.4em Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	padding: 10px;
	background: #cccccc;
}

.alignleft
{
	text-align: left;
}

.eventInfoTitle
{
	font: 18px/1.4em Arial, Tahoma, Verdana, sans-serif;
}

.pickupCopyNotice
{
	font: 12px/1.4em Arial, Tahoma, Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	background: #ffffcc;
	color: #3300ff;
	text-align: center;
	padding: 10px 20px;
	margin-top: 10px;
	border-top: 1px dotted #ff6633;
	border-bottom: 1px dotted #ff6633;
}

.checkboxtext
{
	vertical-align: top;
}

.mailheaderContent
{
	font-size: 1.0em;
}

.submenu
{
	margin-left: 2px;
	padding: 7px 10px 7px 10px;
	background: #66ccff;
}

.submenu a
{
	text-decoration: none;	
}

/* --- FX */

.small_button
{
	FONT-SIZE: 11px;
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background: #e0e0e0;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	border-left: 1px solid #F7F9FA;
	border-top: 1px solid #F7F9FA;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
	height: 20px;
	text-decoration: none;
	cursor: hand;
}

.centered-50
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 50%;
	margin: auto;
}

.centered-50-relative
{
	position: relative;
	top: 20px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 50%;
	margin: auto;
}

.centered-90
{
	position: relative;
	top: 20px;
	width: 90%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.caption-title
{
	font: 13px/1.4em Arial, Tahoma, Verdana, sans-serif;	
	font-weight: bold;
	color: #000099;	
}

/* --- IMPORT SPECIFIC SECTION */

#dottedContainer
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	width: 500px;
	padding: 10px;
	border: 1px dotted gray; 
}

#dottedContainer textarea
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
}

#import_file
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	padding: 10px;
	font-weight: bold;
}

.file_input
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	padding-left: 20px;
}

/* --- Backgrounds --- */

#alt_orange
{
	background: url(../images/alt-orange.gif) repeat fixed center;
}

#admin-font
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
}

#admin-header
{
	background: url(../images/admin-header-background.gif) repeat fixed top;
}

#admin-header-border
{
	background: url(../images/admin-header-border.gif) repeat fixed top;
}

#admin-header-border a
{
	text-decoration: none;
	font-size: 13px;
	color: blue;
}

#admin-header-border a:hover
{
	text-decoration: none;
	font-size: 13px;
	color: blue;
}

#frame-container-top
{
	display: block;
	width: 511px;
	height: 72px;
	background: url(../images/container/frame-top.gif);
}

#frame-container-side
{
	display: block;
	width: 511px;
	margin: 0 0 0 0;
	background: url(../images/container/frame-sides.gif) repeat-y 0 0;
}

#frame-container-bottom
{
	display: block;
	width: 100%;
	height: 4px;
	background: url(../images/container/frame-bottom.gif);
}

.orange-button
{
	width: 100%;
	background: url(../images/buttons/orange_bkgnd.jpg) repeat-x 0 0;
}

.orange-button A:hover 
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #000099;
	cursor: pointer;
}

.orange-button A:visited
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

.orange-button A:link 
{
	font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

.red-horizontal-borders
{
	border-top: 1px solid red; 
	border-bottom: 1px solid red;
}

.orange-horizontal-borders
{
	border-top: 1px solid orange; 
	border-bottom: 1px solid orange;
}

.content_red_link
{
	color: red; 
	font-size: 9px;
}

.content_red_link A:hover 
{
	font: 9px/1.4em Arial, Tahoma, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
	color: #000099;
	cursor: pointer;
}

.content_red_link A:visited
{
	font: 9px/1.4em Arial, Tahoma, Verdana, sans-serif;
	font-size: 9px;
}

.content_red_link A:link 
{
	font: 9px/1.4em Arial, Tahoma, Verdana, sans-serif;
	font-size: 9px;
}

.content_red_link A:active {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.light-grey
{
	background: #efefef;
}

/* --- Colors --- */

.orange
{
	color: #FF6633;
}

.orange_background
{
	background: orange;
}

.table_row_background_1
{
	background-color: #ccffff;
}

.table_row_background_2
{
	background-color: #ccccff;
}


