html, body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family:  Arial, sans-serif;
	font-size: 9pt;

	background: #ffffff url('images/bg-header.png') top center repeat-x;
}

a, a:link, a:visited
{
	color: #000000; /*#2b1406;*/
	text-decoration: none;
	-moz-outline-style: none;
}

a:hover
{
	color: #421f0a;
	text-decoration: underline;
	cursor: pointer;
}

a.pink, a.pink:link, a.pink:visited
{
	color: #ea317d;
	text-decoration: underline;
}

a.pink:hover
{
	color: #fdabc9;
	text-decoration: underline;
}
	
a.lightpink, a.lightpink:link, a.lightpink:visited
{
	color: #fdabc9;
	text-decoration: none;
}

a.lightpink:hover
{
	color: #fdabc9;
	text-decoration: underline;
}

.pink
{
	color: #EA317D;
}

.black
{
	color: #000000;
}

.twslogo
{
	!important;
	width:318px;
	height:121px;
	background: url('images/logo.png'); 
}

.title-company
{
	width: 97px;
	height: 26px;
	background: url('images/header-company.png');
}

div.loginpanel
{
	position: relative;
	display: block;
	height: 514px;
	background: url('images/bg-adminlogin.png') center center no-repeat;
	text-align: center;
}

div.loginpanel form
{
	margin: 0px;
}

div.loginpanel fieldset
{
	border: none;
	padding-top:250px;
}

div.loginpanel fieldset label
{
	width: 45%;
	float: left;
	text-align: right;
	margin-right:0.5em;
  	padding-top:0.8em;
}

div.loginpanel fieldset input
{
	width: 150px;
	float: left;
	height: 14px;
	border: 1px solid #666666;
	background: #ffffff;
	
	font-size: 12px;
	margin-top: 8px;
}

div.loginpanel input.btnwood1
{
	width: 74px;
	height: 26px;
	border: none;
	margin: 4px;
	margin-left: 100px;
}

div.loginpanel input.btnwood2
{
	width: 96px;
	height: 26px;
	border: none;
	margin: 4px;
}

table.background
{
	width: 100%;
	height: 100%;
	background: url('images/bg-admin-bottom.png') bottom left repeat-x;
}

table.background div.footbg
{
	padding-top: 60px;
}

div.floatingpanel
{
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -387px;
	width: 773px;
}

table.publicpanel
{
	width: 100%;
	background: #914d31;
	color: #211006;
	font-size: 9pt;
}

table.publicpanel th
{
	color: #9f725f;
	font-weight: bold;
	background: #32251d;
	padding: 4px;
}

.breadcrumbs
{
	font-size: 8pt;
	/*color: #9f725f;*/
	color: #3c220e;
	font-weight: normal;
}

.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited
{
	font-size: 8pt;
	color: #3c220e;
	text-decoration: none;
}

.breadcrumbs a:hover
{
	text-decoration: underline;
	color: #9f725f;
}

.breadcrumbs img
{
}

.publicfoot
{
	background: url('images/bg-wood-bottom.gif') top left repeat-x;
	height: 18px;
	margin-bottom: 50px;
}

/* MENU */
div.menubar
{
	background: #f29296 url('images/bg-menu-pink.png') top center no-repeat;
	height: 39px;
}

td.menu
{
	height: 39px;
	background: none;
	font-size: 10pt;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	white-space: nowrap;
}

td.menu-selected
{
	background: url('images/bg-bird.png') center center no-repeat;
	min-width: 47px;
	font-size: 10pt;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	white-space: nowrap;
}	

div.menubar a, div.menubar a:link, div.menubar a:visited
{
	font-size: 10pt;
	color: #32251d;
	text-decoration: none;
}

div.menubar a:hover
{
	font-size: 10pt;
	color: #6c3823;
	text-decoration: none;
}

table.browntable
{
	width: 100%;
	background: none;
	margin: 1px;
	color: #211006;
}

table.browntable th
{
	color: #211006;
	font-weight: bold;
	background: #a1674f;
	text-align:right;
	vertical-align: top;
}

table.browntable td
{
	
}

/* FORM TABLE */
table.formtable
{
	color: #351512;
	background: none;
	text-align: left;
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

table.formtable thead th
{
	color: #65573a;
	font-weight: bold;
	text-align:left;
}

table.formtable thead th
{
	border: 0px;
	color: #65573a;
	font-weight: bold;
	text-align:center;
}

table.formtable tbody th
{
	padding: 2px;
	color: #65573a;
	font-weight: normal;
	text-align: left;
}
	
table.formtable td
{
	padding: 2px;
	color: #65573a;
}

/* INNER TABLE */
table.innertable
{
	/*width: 584px;*/
	color: #351512;
	background: none;
	text-align: left;
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

table.innertable thead th
{
	border: 0px;
	color: #65573a;
	font-weight: bold;
	text-align:center;
}

table.innertable tbody th
{
	border: 1px solid #a99d85;
	border-top: 0px;
	border-bottom: 1px solid #693d25;
	padding: 2px;
	color: #65573a;
	font-weight: normal;
	text-align: left;
}
	
table.innertable td
{
	background: none;
	border: 1px solid #a99d85;
	border-bottom: 0px;
	padding: 2px;
	color: #af5346;
}

table.innertable td.start, table.innertable th.start
{
	border-left: 0px;
}

table.innertable td.end, table.innertable th.end
{
	border-right: 0px;
}

table.innertable td.buttons
{
	border-top: 1px solid #a99d85;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

/* CUSTOM FORM ELEMENTS */
.twsfield
{
	height: 13px;
	font-size: 10px;
	border: 1px solid #c8bcac;
	background: #f4ede3;
	padding: 2px;
	color: #665537;
}

.twstextarea
{
	font-size: 12px;
	border: 1px solid #c8bcac;
	background: #f4ede3;
	padding: 2px;
	color: #665537;
}

.twsselect
{
	height: 19px;
	font-size: 10px;
	border: 1px solid #c8bcac;
	background: #f4ede3;
	padding: 1px 1px 1px 1px;
	color: #665537;
}

.twsfile
{
	border:1px solid #C8BCAC;
	background:#F4EDE3;
	color: #3e3e3e;
	width: 175px;
}

.twsbutton
{
	border: 1px solid #9fa1a0;
	color: #3e3e3e;
	font-size: 10px;
	padding: 1px 10px 3px 10px;
	height: 19px;
	background: #c1c1c1 url('images/bg-button.gif') top left repeat-x;
	vertical-align: center;
}

.twsdisabled
{
	background: #c1c1c1;
	color: #666666;
}

.gallerybutton
{
	width: 150px;
	height: 22px;
	background: url('images/button-gallery.png') top left no-repeat;
	border: 0px;
	
	padding-left: 6px;
	*padding-left: 4px;
	*padding-top: 3px;
	padding-bottom: 5px;
	
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	
	cursor: pointer;
}

/* FAQ */
a.faqtopic, a.faqtopic:link, a.faqtopic:visited 
{
	height: 14px;
	background: url('images/bullet-cross.gif') 0px 3px no-repeat;
	display: block;
	font-size: 8pt;
	padding-left: 16px;
	
	color: #655637;
	text-decoration: underline;
	
	margin-bottom: 6px;
}

a.faqtopic:hover
{
	color: #857657;
}

a.faqhead, a.faqhead:link, a.faqhead:visited, a.faqhead:hover
{ 
	height: 14px;
	display: block;
	border-bottom: 1px solid #aea391;
	
	color: #655637;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;

	padding-bottom: 3px;
	margin-bottom: 5px;
	
	margin-left: 16px;
	margin-top: 16px;
	margin-right: 10px;
	
	text-decoration: none;
}

div.faqentry
{
	text-align: justify;
	color: #655637;
	
	line-height: 1.4em;
	
	margin-left: 16px;
	margin-right: 10px;
}

a.faqtop, a.faqtop:link, a.faqtop:visited
{
	height: 16px;
	background: url('images/bullet-arrow.gif') right 3px no-repeat;
	display: block;
	
	font-size: 8pt;
	text-align: right;
	text-decoration: underline;
	color: #7b7a14;

	padding-top: 3px;
	padding-right: 18px;
	
	margin-left: 300px;
	margin-right: 10px;
}

a.faqtop:hover
{
	color: #8e8e16;
	text-decoration: underline;
}

/* REGISTER TABLE */
table.register
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.register th
{
	text-align: right;
}

table.register td
{
}

table.register input[type=text], table.register input[type=password], table.register select
{
	border: 1px solid #351512;
	background: #fcfcfc;
}

#registernow
{
	background: url('images/button-registernow.png') center center no-repeat;
}

div.bulleted
{
	background: url('images/bullet-flower.png') 0px 3px no-repeat;
	padding-left: 12px;
}


/* DIV UPCOMING EVENTS */
div.upcoming
{
	width:125px;
	height:174px;
	margin-top:98px;
	margin-left:20px;
	text-align: center;
}

div.upcoming a, div.upcoming a:link, div.upcoming a.visited
{
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

div.upcoming a:hover
{
	color: #cccccc;
	text-decoration: none;
}



/* DECORATIVE ELEMENTS */

div.rsvp-top
{
	background: url('images/rsvp-top.png') center center no-repeat;
	height: 42px;
}

div.rsvp-bottom
{
	background: url('images/rsvp-bottom.png') center center no-repeat;
	height: 43px;
}

div.rsvp-open
{
	background: url('images/rsvp-now-open.png') center center no-repeat;
	height: 14px;
}

div.rsvp-closed
{
	background: url('images/rsvp-closed.png') center center no-repeat;
	height: 14px;
}

div.rsvp-na
{
	background: url('images/rsvp-not-required.png') center center no-repeat;
	height: 14px;
}

div.vip-buy
{
	background: url('images/vip-buy.png') center center no-repeat;
	height: 14px;
}

div.vip-closed
{
	background: url('images/vip-closed.png') center center no-repeat;
	width: 173px;
	height: 14px;
}

/* FOOTER */

span.footer
{
	font-size: 8pt;
	color: #a06f6a;
}	

span.footer a, span.footer a:link, span.footer a:visited
{
	color: #a06f6a;
	text-decoration: none;
}

span.footer a:hover
{
	color: #c08f8a;
	text-decoration: underline;
}

#weekly-trends
{
	float:left;
	display:block;
	position: relative;
	
	top: 28px;
	left: 0px;
}

#weekly-trends a, #weekly-trends a:link, #weekly-trends a:visited
{
	display:block;

	width:204px;
	height:122px;
	
	background:url('images/link-weeklytrend.jpg') 0px 0px no-repeat;
	
	overflow:hidden;
	text-indent:-9999px;
}

#weekly-trends a:hover
{
	background-image: url('images/link-weeklytrend-active.jpg');
}

#videos
{
	clear:top;
	float:left;
	display:block;
	position: relative;
	top: 24px;
	left: 67px;
	z-index: 3;
}

#videos a, #videos a:link, #videos a:visited
{
	display:block;

	width:206px;
	height:52px;
	
	background:url('images/link-videos.jpg') 0px 0px no-repeat;
	
	overflow:hidden;
	text-indent:-9999px;
}

#videos a:hover
{
	background-image: url('images/link-videos-active.jpg');
}

#blog
{
	float:left;
	display:block;
	position: relative;
	top: 24px;
	left: 42px;
	
	z-index: 2;
}

#blog a, #blog a:link, #blog a:visited
{
	display:block;
	width:177px;
	height:127px;
	
	background:url('images/link-blog.jpg') 0px 0px no-repeat;
	
	overflow:hidden;
	text-indent:-9999px;
}	

#blog a:hover
{
	background-image: url('images/link-blog-active.jpg');
}

#sound
{
	float:left;
	display:block;
	position: relative;
	top: 48px;
	left: 42px;

	z-index: 1;
}

.soundoff a, .soundoff a:link, .soundoff a:visited
{
	display:block;
	width:190px;
	height:97px;

	background:url('images/link-soundoff.jpg') 0px 0px no-repeat;

	overflow:hidden;
	text-indent:-9999px;
	-moz-outline-style: none;
}

.soundoff a:hover
{
	background-image: url('images/link-soundoff-active.jpg');
}

.soundon a, .soundon a:link, .soundon a:visited
{
	display:block;
	width:190px;
	height:97px;

	background:url('images/link-soundon.jpg') 0px 0px no-repeat;

	overflow:hidden;
	text-indent:-9999px;
	-moz-outline-style: none;
}

.soundon a:hover
{
	background-image: url('images/link-soundon-active.jpg');
}
