﻿/* NEW STYLE */

/*Styles an input box to look like a label.*/
input.label 
{
  border: none;
  background-color: #FFFFFF;
}

.FormStep
{
  font-family:Trebuchet MS, Arial, Verdana;
  font-size:10pt;
	color:#999999;
	font-weight:bold;
	float:right;
}

.FormSectionTitle
{
  margin-top:5px;
	padding:2px 2px 2px 6px;
	background-color: #eee7d7;
	font-weight: bold;
	font-size:11pt;
	font-family:Trebuchet MS, Arial, Verdana;
	color:#645444;
	border:solid 1px #dddddd;
}

.FormSectionTitlePrint
{
  font-size:8pt;
	font-family:Trebuchet MS, Arial, Verdana;
	font-weight:bold;
	padding-right:5px;
}

.FormSubSectionTitle
{
	font-weight: bold;
	font-size:11pt;
	font-family:Trebuchet MS, Arial, Verdana;
  padding-top: 12px
}

.FormFields td
{
	color:#54504d;
	font-size:9pt;
	font-family:Trebuchet MS, Arial, Verdana;
}

.FormSectionRequiredMessage
{
  color:#54504d;
	font-size:9pt;
	font-family:Trebuchet MS, Arial, Verdana;
	padding: 5px;
	border-bottom: solid 1px #e4e4e4;
	margin-bottom:5px;
}

.FormPrompt
{
	width: 29%;
	border-right: solid 1px #f7f7f7;
	border-bottom: solid 1px #e4e4e4;
	padding: 5px;
	text-align: right;
}

.FormControlHint
{
	padding-top:14px;
}

.FormButtonRow
{
	padding: 7px 0px 0px 0px;
	text-align: left;
	border-top: solid 1px #e4e4e4;
}

.FormButtonRow input,
input.FormButton,
div.FormButton, td.FormButton
{
	border: none;
	background-image: url(../img/FormButtonBg.gif);
	background-repeat: repeat-x;
	padding: 3px 8px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #EEB269;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	cursor:pointer;
	height:26px;
	border: 1px solid #e5e5e5;
}

.FormButtonRow input:hover,
input.FormButton:hover,
div.FormButton:hover, td.FormButton:hover
{
  background-image: url(../img/FormButtonBg_hover.gif);
}

.ValidationSummary
{
  color:#ff6600;
	font-size:8pt;
	font-family:Verdana;
}

.FormValidationOnlySummary
{
	margin-bottom: 10px;
	border: solid 1px #E38217;
	padding: 4px 4px 4px 30px;
	color: #FF6600;
	background-image: url(../img/InvalidFormIcon.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
	font-size:10pt;
	font-family:Arial;
}

h2
{
 	color:#817871;
	font-size:12pt;
	font-family:Trebuchet MS, Arial, Verdana;
	margin-top:0px;
	padding-top:0px;
	font-weight: bold;
}

h3
{
 	color:#817871;
	font-size:9pt;
	font-family:Trebuchet MS, Arial, Verdana;
	font-weight: normal;
}

h1
{
  font-weight: bold;
	font-size:21pt;
	font-family:Trebuchet MS, Arial, Verdana;
	color:#54504d;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:15px;
}

.FrequencyPromptHint
{
	font-size:9pt;
	font-weight: normal;
}

#ctl00_MainContentHolder_uxEnquiryPackMessage
{
  border: solid 1px #FF6600; padding: 3px 15px; margin-bottom: 12px 
}

#ctl00_MainContentHolder_uxEnquiryPackMessage p
{
  color:#54504d;
}

#WhiteBandIntro p
{
  color:#54504d;
}

/* END NEW STYLE */

/* USED */

.floatClear
{
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
}

.FormSection
{
	margin: 0px auto;
	font-size: 10pt;
}
.FormSection tr
{
	vertical-align: top;
}

.FormSubtitle
{
  margin-top:5px;
	padding:1px 2px 1px 6px;
	background-color: #eee7d7;
	font-weight: bold;
	font-family:Trebuchet MS, Arial, Verdana;
	color:#645444;
	border:solid 1px #dddddd;
	border-top:0px;
}

.FormMessage
{
	padding: 5px;
	border-bottom: solid 1px #e4e4e4;	
  color:#54504d;
	font-size:8pt;
	font-family:arial;
}

.FormMessage p
{
  color:#54504d;
	font-size:9pt;
	font-family:Trebuchet MS, Arial, Verdana;
}

.FormSummaryWrapper
{
	padding: 5px;
	border-top: solid 1px #9A9A9A;	
}

.RequiredIndicator
{
	color: #FF6600;
	font-weight: bold;
}

.FormControl
{
	width: 71%;
	border-bottom: solid 1px #e4e4e4;
	padding: 5px;
}

.FormControlWhiteBandsPostage
{
	width: 71%;
	border-bottom: solid 1px #e4e4e4;
	padding: 5px;
	vertical-align:middle;
}

td.FormDonationOptions label
{
    padding-left: 2px;
}

.FormWideControl
{
	width: 65%;
	border-right: solid 1px #F5F5F5;
	border-bottom: solid 1px #e4e4e4;
	padding: 5px;
}
.FormSubControl
{
	padding-left: 16px;
	padding-top: 8px;
}
.FormDateDropdown
{
	width: 45px;
}

.LastRow td, div.LastRow
{
	border-bottom: none !important;
}

.AsNextFieldRow td, div.AsNextFieldRow
{
	border-top: solid 1px #e4e4e4;
}

.FormFields
{
	width: 100%;
}

.FormRadioButtonList td
{
	text-align: left;
	border-top: none;
}

.FormRadioButtonList input
{
	float: left;
}

.FormRadioButtonList label
{
	margin-left:25px;	
	display:block;	
}

a.ButtonStyleLink
{
  height:14px;
	border: 1px solid #e5e5e5;
	background-image: url(../img/FormButtonBg.gif);
	background-repeat: repeat-x;
	padding: 5px 0px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #EEB269;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	text-decoration: none;
	display: block;
	width: 95px;
	text-align: center;
}

a.ButtonStyleLink:Hover
{
  background-image: url(../img/FormButtonBg_hover.gif);
  color: #FFFFFF;
}

input.FormButton
{
    width: 1px;
    overflow: visible;
}

input.FormButton[class]
{
    width: auto;
}

input.LinkButton
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
    border: none;
    background-color: Transparent;
    color: #FF6600;
    text-decoration: underline;
}

.FormValidationSummary
{
	margin: 10px 10px 0px;
	border: solid 1px #E38217;
	padding: 4px 4px 4px 30px;
	color: #FF6600;
	background-image: url(../img/InvalidFormIcon.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
}

.FormInvalid
{
	background-image: url(../img/InvalidFormIcon.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #FF6600;	
	padding-left: 18px;
	margin-top: 3px;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size:8pt;
}
.FormSummaryKey
{
	width: 210px;
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:9pt;
}
.FormSummaryData
{
	width: 65%;
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:9pt;
}

#FormDisclaimer p
{
  color:#54504d;
  font-size:8pt;
	font-family:Trebuchet MS, Arial, Verdana;
	margin-bottom:0px;
	padding-left:3px;
	padding-right:3px;
}

.SocialTagsContainer
{
  float:right; 
  width:200px; 
  min-height:91px;
  margin-top:20px;
  padding:9px 0px 0px 0px; 
  background: url(/shared/img/SocialTagsContainer_bg.png) no-repeat center 0px;
}

.SocialTagsContainer .title
{
	color: #FFF;
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
	text-align:center;
	margin-bottom: 10px;
}

.SocialTagsContainer .icons
{
	padding: 0 12px;
}

.SocialTagsItem
{
  float:left; margin-right:8px;
}

.emailInviter
{
	cursor:pointer;
}
.tooltip {
	display:none;
	background-color:#DFDFDF;
	border: solid thin #000000;
	font-size:12px;
	width:200px;
	padding:5px;
	color:#000000;	
	font-family:Trebuchet MS;
}

/* END USED */


