/*
 * This CSS defines styles specific to the GetTogether application user side.
 *
 * $Id$
 */

.GTEntryArea {
	padding: 0px;
	width: 100%;
	margin: 0px;
}

.GTEntryHeading {
	font-weight: bold;
	background-color: #666699;
	color: #fff;
	padding: 2px;
	margin-bottom: 5px;
}

TABLE.GTEntryTabTable {
	margin-bottom: 5px; 
}

td.GTEntryTabTable {
	border-bottom: 2px solid #006f82 
}

.GTSectionTitle {
	font-weight: bold;
	margin-top: 5px;
}

.GTSubSectionTitle {
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 2px;
}

.GTHTMLBody {
	vertical-align: top;
}

.GTEventSummary {
	padding: 2px;
	vertical-align: top;
}

.GTFieldLabel {
	vertical-align: top;
}

#EventSummaryAttendeeMsg {
	white-space: normal;
	font-weight: bold;
}

#activitySplashTable #infoBar,
#hostCenterTable #infoBar {
	float: right;
	margin: auto;
	text-align: right;
}

.GTRequired {
	vertical-align: top;
}

#ed_max_attendees {
	vertical-align: bottom;
}

.GTError {
	color: red;
	font-size: 90%;
}

.GTEventInfoEdit {
}

td.GTBorderedCell {
	vertical-align: top;
	border: 1px solid #c0c0c0;
}

table.GTEventPhotoEdit {
	width: 15em;
	padding: 0px;
	margin: 0px;
}

.GTEventInfoTable {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

.GTContactTable {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 99%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 1px solid #c0c0c0;
}

/* Controls the look of the waiver message. */
.GTEventWaiver {
	border: 1px solid #777;
	padding: 4px 4px 1px 4px;
	margin: 4px 4px 1px 4px;
	background-color: #ccc;
}

.GTProgressBarWrap {
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 2px solid #c0c0c0;
}

.GTProgressBar {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	white-space: nowrap;
	margin: 0px;
	padding: 5px;
}

.GTPBCell {
	padding-right: 10px;
}

.GTPBCellEnabled {
	background-color: #ddd;
	padding-right: 10px;
}

.GTPBCellEnabled span {
	padding-right: 3px;
}

.GTPBCell span {
	padding-right: 3px;
}
/*  -- */


.GTInviteeDeclinedLeft {
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
	font-weight: bold;
	color:#000000;
	background-color: #FFFFFF;
	padding: 2px;
	margin-bottom: 5px;
	background: url(../images/delete2.png) left no-repeat;
	text-indent: 18px;
}

.GTInviteeNoResponseLeft {
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
	font-weight: bold;
	color:#000000;
	background-color: #FFFFFF;
	padding: 2px;
	margin-bottom: 5px;
	background: url(../images/help2.png) left no-repeat;
	text-indent: 18px;
}

.GTInviteeAcceptedLeft{
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
	font-weight: bold;
	color:#000000;
	background-color: #FFFFFF;
	padding: 2px;
	margin-bottom: 5px;
	background: url(../images/check2.png) left no-repeat;
	text-indent: 18px;
}

.GTInviteeRight {
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
	font-weight: bold;
	color:#000000;
	background-color: #FFFFFF;
	padding: 2px;
}

.GTEventTitle {
	font-size: 120%;
	font-weight: bold;
}

.GTEventLink {
	white-space: nowrap;
}

.GTHostCenterEventInformationHeading {
	font-weight: bold;
	font-size: 80%;
	background-color: #666699;
	color: #fff;
	padding: 1px;
}

.GTHostCenterEventInformationHeading a {
	color: #fff;
}

.GTHostCenterGuestListDateHeading {
	font-weight: normal;
	font-size: 70%;
	background-color: #666699;
	color: #fff;
	text-align: right;
}

#GTMyEventList {
	border: 1px solid #c0c0c0;
	margin-top: 5px;
}

#GTMyEventList table {
	padding: 2px;
}

#myEventsPrompt {
	margin: 0px;
	padding: 2px;
	background-color: #666699;
	color: white;
	width: 100%;
}

#GTEditEventLink {
	padding-left: 5px;
}

.GTEntryDescription {
	font-size: 90%;
}

#GTEventSummary {
	float: left;
	padding: 5px;
}

#GTEventSummary .GTFieldLabel {
	font-weight: bold;
}

#GTEventMainImage {
	float: right;
}

#GTEventMainDescription {
	vertical-align: top;
	float: left;
}

#GTEventMainTable2 td {
	padding: 5px;
}

#infoBar {
	vertical-align: top;
}

#eventMainLinksTable a {
	white-space: nowrap;
}

#eventlinksTable a {
	white-space: nowrap;
}

.GTBorderedTable {
	border: 1px solid #777;
	width: 99%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #ffffcc;
}

.GTBold {
	font-weight: bold;
}

#even_info_max_attendees_label {
	padding-top: 5px;
}

#even_info_max_attendees {
	vertical-align: bottom;
}

.GTEventDate table {
	padding-right: 5px;
	float: left;
}

#ed_date_range_hint {
	font-size: 85%;
}

table#GTSearchResults {
	margin-top: 10px;
}

div#GTSearchButtons {
	margin-top: 5px;
}

#GTSearchButtons input {
	padding: 2px;
	margin-right: 5px;
}

.GTAttendeeListHeading {
	font-weight: bold;
	font-size: 80%;
	background-color: #666699;
	color: #fff;
}

.GTScrollingBack {
	margin: 0px;
	text-align: left;
	overflow: hidden;
	width: 146px;
}

.GTControlArea {
	margin-top: 0px;
	padding: 3px 2px 4px 3px;
	text-align: center;
}

#GTShortcutTitle {
	margin-top: 8px;
}

#GTDonProgress {
	margin-top: 5px;
	border: 1px solid #c0c0c0;
}

#GTDonProgressContents {
	margin: 5px;
}

#GTDonProgressContents td {
	padding: 0px;
}

#GTDonLink td {
	padding-top: 3px;
	padding-bottom: 5px;
}

.GTInviteeName {
	white-space: nowrap;
}
.GTHostHomeBorderedTable {
	border: 1px solid #c0c0c0;
	padding: 2px;
}

.GTSignIn {
	border: 1px solid #777;
	width: 99%;
	margin: 5px 0px 5px 0px;
	padding: 2px 2px 2px 5px;
	background-color: #ffffcc;
}

#GTInviteAction {
	vertical-align: top;
	float: right;
	padding-left: 10px;
}

.GTEventMainLink {
	white-space: nowrap;
}

#GTSignInPrompt {
	padding-top: 5px;
}

#GTAttendeeSignIn {
	padding-bottom: 5px;
}

#GTAltLoginPrompt {
	font-size: 90%;
	white-space: nowrap;
}

#GTLocSearchLabel {
	vertical-align: bottom;
	padding-bottom: .5em;
}

#GTLocSearch td {
	padding-top: 3px;
	padding-right: 5px;
}

#GTDateSearch td {
	padding-top: 3px;
	padding-right: 5px;
}

#GTDateSearch img {
	margin-left: 3px;
	vertical-align: middle;
}

#GTHostCenterHelp a {
	float: right;
}

#GTHostCenterInfo table {
	float: right;
	width: 100%;
}

#GTHostCenterGuestList table {
	float: right;
	width: 100%;
}

#GTHostCenterTable #GTHostCenterInfoBar {
	vertical-align: top; 
}

#GTHostCenterInfoBar table {
	float: right;
	width: 100%;
}

#GTEventVideoTable .PaddedListHeadingsC {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	text-align: left;
	color: white;
}

#GTEventVideoTable td.TableHeadings {
	background-color: #666699
}

#GTEventVideoTable table table {
	border: 1px solid #c0c0c0;
}

#GTEventVideoDiv {
	margin-top: 5px;
}

#GTDescriptionContent {
	align: top;
}

.GTSearchFieldLabel {
	vertical-align: middle;
}

/*
 * Gray out text
 */
.GT-disable-text {
	color:Gray
}
