﻿/*** reset styles ***/
.reg { font-size: .6em; vertical-align: super; }

div.trumba * {
	margin: 0; padding: 0; /* reset all margins and padding */
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	white-space: normal;
	line-height: 1.4em;
	position: static;
}
div.trumba { font-size: small; font-size: "x-small"; } /* the quoted font-size value is fed to quirky browsers */
div.trumba table { font-size: small; font-size: "x-small"; } /* for quirky browsers */

/* blocks */
div.trumba div, div.trumba dl, div.trumba dt, div.trumba dd, div.trumba ul, div.trumba p, 
div.trumba h1, div.trumba h2, div.trumba h3, div.trumba h4, div.trumba h5, div.trumba h6 {
	display: block;
}

/* table elements */
div.trumba table { display: table; }
div.trumba tr { display: table-row; vertical-align: top; }
div.trumba td { display: table-cell; padding: 0; }

/* content elements */
div.trumba img { border: 0; }
div.trumba strong { font-weight: bold; }
div.trumba h1, div.trumba h2, div.trumba h3, div.trumba h4, div.trumba h5, div.trumba h6 { font-weight: bold; }
div.trumba p { margin: 1em 0; }
div.trumba a { text-decoration: none; font-weight: normal; white-space: normal; color: #039; }
div.trumba a:hover,
div.trumba a:focus { text-decoration: underline; }

/* lists */
div.trumba dl { margin: 1em 0; }
div.trumba ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin: 1em 0;
}
div.trumba li { display: list-item; }

div.trumba select > option { padding: 0 5px 0 3px; }

/**********************/
/*** utility styles ***/

/** text **/
div.trumba .txNoSpace { margin: 0; padding: 0; }
div.trumba .txNoTop { margin-top: 0; }
div.trumba .txNoBottom { margin-bottom: 0; }
div.trumba .txVMid { vertical-align: middle; }
div.trumba .txVMid + label { vertical-align: middle; }
div.trumba select.smselect { font-size: 8pt; }
html>body div.trumba input[type=checkbox] { margin: 4px 3px 2px 4px; }
div.trumba .txRule { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #000; }


/** shared in timefaces **/
div.trumba .txUY {
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: #000;
}
div.trumba a.txUY {
	text-decoration: none !important;
}
div.trumba a.txUY:hover,
div.trumba a.txUY:focus {
	border-bottom-style: solid;
}

.txClear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .txClear { height: 1%; }

div.trumba a.rsvpspaceavailable, div.trumba a.rsvpwaitinglist {
	font-size: xx-small !important;
	font-weight: normal;
	font-family: Tahoma, Sans-Serif;
	color: Black;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	margin-left: 8px;
	background-color: #E2DFD6;
	border-left: solid 1px #E8E5EE;
	border-top: solid 1px #EEECE6;
	border-right: solid 1px #A09D98;
	border-bottom: solid 1px #797773;
	position: relative;
	top: -1px;
}

/*************************************************************
 * Powered by Trumba
 *************************************************************/
div.trumba #powered {
	position: relative;
	padding: 10px 10px 0 10px;
}
div.trumba #powered .pbody {
	border-width: 2px;
	border-style: solid;
	border-color: #fc0;
	background-color: #ffee9f;
	padding: 10px 15px;
	text-align: center;
}
div.trumba #powered span, div.trumba #powered a {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold
}

/*************************************************************
 * Field format table
 *************************************************************/
/* TODO: these must be styled individually for their given spuds. */
/* The binder that emits them in TimeFaceControlBase.BinderLabelTable needs to be spud-specific. */
div.trumba .fmt_label
{
	border: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	font-size: 8pt;
}
div.trumba .fmt_data
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
}