/* CSS Document */

/* "simple" sheet */
html,
body,
div,
td,
p,
li {
	margin: 0;
}
p {
	margin: 10px 0 10px 0;
}
img {
	border: none;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h6 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	padding: 0;
	font-weight: bold;
}
sup {
	font-size: .75em;
	vertical-align: top;
}
li {
	margin-top: .5em;
	margin-bottom: .5em;
}
a:link, a:visited {
	background-color: transparent;
	color: #598527;
	text-decoration: none;
	/* text-decoration: underline; */
}
a:hover, a:active {
	text-decoration: none;
}
.strong {
	font-weight: bold;
}
.emphasis {
	font-style: italic;
}
.shout {
	text-transform: uppercase;
}
.turbo {
	color: #C03;
}
.note {
	font-style: italic;
	font-size: .8em;
}
.strike {
	text-decoration: line-through;
}
.confirm {
	background-color: #FF9;
}
.nowrap {
	white-space: nowrap;
}
#headline {
	display: none;
}

/* "main" sheet begins */

body {
	margin: 0;
	padding: 0;
	border: none;
	/* color: #000000;
	background-color: #FFFFFF; */
}
hr {
	clear: both;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: none;
	background-color: #CCC;
	color: #CCC;
}
a.image,
a.image:link,
a.image:visited,
a.image:hover,
a.image:active {
	border: none;
	background-color: transparent;
}
div#wrapper {
	margin: 0;
	padding: 0;
	border: none;
}
div#header {
	margin: 0;
	padding: 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	/*height: 100px;
	color: #000;*/
}
#contentarea {
	/* table#contentarea */
	margin: 0;
	padding: 0;
	border: none; /* solid 1px black; */
	width: 98%;
}
#pagebody {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
#maincontent {
	margin: 0;
	padding: .5em 1em;
	border: none;
	background-color: #FFF;
	/*color: #000; */
	vertical-align: top;
}
#maincontent.nobkgnd {
	background-image: none;
}
#maincopy {
	margin: 0;
	padding: .5em 1em;
	border: none;
}

div#pagecontent {
	text-align: left;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Footer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#footer {
	margin: 0;
	padding: 1em;
	border: none;
	/*color: #000;
	text-align: center;*/
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* BEGIN CUSTOM STYLES FOR OnRAMP        xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.AlertBox {
	background-color: #fff;
	border: 1px solid #c03;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	color: #c03;
}
.PageHeader {
	font-size: 18px;
	font-weight: bold;
}
.SectionHeader {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 5px 0;
}
.ProductOptionDescription {
	padding: 3px 3px 3px 3px;
	margin: 0 0 0 20px;
	border: solid 2px #9C3;
	background-color: #fff;
	
	position: absolute;
	width: 500px; 
	z-index :100; 
	visibility :hidden;
}
.RegProductDescription {
	font-size: 10px;
	/* padding: 3px 3px 3px 3px; */
	padding: 0;
	margin: 0 0 10px 30px;
	/* border: solid 2px #9C3; */
	/* background-color: #fff; */
	/* width: 500px; */
}

/********************* FORM CONTROLS *********************/
select, input, textarea {
	z-index: 1;
	width: auto;
}
input.textboxLarge {
	width: 250px;
}
input.textboxMedium {
	width: 175px;
}
input.textboxSmall {
	width: 100px;
}
.textarea {
	width: 300px;
	height: 50px;
}
.textareaLarge {
	width: 300px;
	height: 100px;
}
.DropDown {
	width: 250px;
}
.MultiSelect {
	width: 350px;
	height: 70px;
}
.RadioButtonList {
	float: left;
}
.CheckBoxList {
	float: left;
}
.CheckBoxListDescription {
	font-size: 10px;
	padding: 0 0 0 40px;
}
.CheckRegSendConfEmail {
	text-align: center;
}
input.Button100 {
	width: 100px;
}
input.Button125 {
	width: 125px;
}
input.Button150 {
	width: 150px;
}
.tiny{
	width: 50px;
}
.RequiredIndicator {
	padding: 1px 3px 1px 3px;
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 1em;
	color: #f00;
	text-align: left;
}
.FieldValidator {
	padding: 1px 3px 1px 3px;
	margin: 0 0 0 0;
	font-weight: bold;
	color: #f00;
	text-align: left;
	vertical-align: top;
}
.Instructions {
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

/*
input.textboxOther {
	width: 150px;
} */

.TextBoxOther_Watermark {
	color: #666;
	font-style: italic;
	border: 1px solid #BEBEBE;
	width: 150px;
	height: 17px;
}

.textboxOther_Margin {
	margin: 0 0 10px 20px;
}
/* 22px */

.textboxOther_AlignTop {
	vertical-align:top;
}


/********************* END FORM CONTROLS *********************/


/********************* Registration Form Instruction Text CONTROLS *********************/
/* These are the default styles.  To set styles for a specific event copy this code into the event stylesheet and change as necessary. */
#divEventText1, #divEventText2, #divEventText3, #divEventText4, #divEventText5, #divEventText6, #divEventText7, #divEventText8, #divEventText9, #divEventText10, #divEventText11 {
	margin: 10px 0 10px 0;
	/*  color: #FF0000;  */
	font-weight: normal;
}
/********************* END Registration Form Instruction Text CONTROLS *********************/


/********************* DATA GRID & TABLE CONTROLS *********************/
.TableDataStd {
	padding: 1px 10px 1px 1px;
}
.TableRegForm {
	width: 96%;
}

.TablePaymentMethod, 
.TableBillingInfo, 
.TableCreditCardInfo, 
.TableCheckInfo, 
.TablePOInfo, 
.TableWirePaymentInfo, 
.TablePaymentType, 
.TableAmount, 
.TableCreditTransactionInfo, 
.TableNotes {
	width: 96%;
	/* border: solid 1px #000000; */
}

.FullWidth{
	width: 96%;
}
.TableRegFormSelectedProducts {
	margin: 10px 0 0 0;
	width: 100%;
}
.TableHeaderRegFormSelectedProducts {
	padding: 0 3px 0 3px;
	font-weight: bold;
}
.TableCellProductName {
	padding: 2px 2px 2px 1px;
	text-align: left;
	vertical-align: top;
	width: 60%;
}
.TableCellQuantity {
	padding: 1px 2px 1px 1px;
	text-align: center;
	vertical-align: top;
	width: 10%;
}
.TableCellPrice, .TableCellAmount {
	padding: 1px 2px 1px 1px;
	vertical-align: top;
	text-align: right;
	width: 15%;
}
.TableCellLabelLeft {
	padding: 4px 4px 4px 1px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.TableCellLabel {
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: top;
	width: 30%;
	font-weight: bold;
}
.TableCellLabelTop {
	padding: 4px 4px 4px 1px;
	text-align: left;
	vertical-align:top;
	width: 30%;
	font-weight: bold;
}
.TableCellInstructions {
	padding: 4px 4px 4px 1px;
	text-align: left;
	vertical-align: top;
	width: 100%;
	font-weight: bold;
}
.TableCellControl {
	padding: 4px 4px 4px 1px;
	text-align: left;
	vertical-align: top;
	width: 70%;
}

.TableMultipleRegistrations, TableMultiplePresenters {
	/* width: 500px; */
	margin: 0 0 10px 0;
}
.TableCellHeaderMultiRegCenter {
	padding: 1px 2px 1px 1px;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}
.TableCellHeaderMultiRegLeft {
	padding: 1px 2px 1px 1px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
}
.TableCellLabelMultiRegNumber, TableCellLabelPresenterNumber {
	padding: 1px 2px 1px 1px;
	text-align: center;
	vertical-align: top;
	width: 100px;
	font-weight: bold;
}
.TableCellLabelMultiRegSendConfEmail, TableCellLabelPresenterSendConfEmail {
	padding: 1px 2px 1px 1px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	width: 100px;
}
.TableCellLabelMultiRegName, TableCellLabelPresenterName {
	padding: 1px 2px 1px 1px;
	text-align: left;
	vertical-align: top;
	width: 100px;
	font-weight: bold;
}
.TableCellLabelMultiRegEmail, TableCellLabelPresenterEmail {
	padding: 1px 2px 1px 1px;
	text-align: left;
	vertical-align: top;
	width: 200px;
	font-weight: bold;
}
.TableCellLabelPresenterCompany {
	padding: 1px 2px 1px 1px;
	text-align: left;
	vertical-align: top;
	width: 100px;
	font-weight: bold;
}
.TableCellLabelDiscountCodeInstructions {
	padding: 4px 4px 4px 4px;
}
.TableHeader {
	padding: 0 3px 0 3px;
	font-weight: bold;
	color: #fff;
	background-color: #666
}
.TableFooter {
	font-weight: normal;
	/*color: #fff;
	background-color: #666*/
}
.AlternatingRow0 {
	background-color: #fff;
}
.AlternatingRow1 {
	background-color: #e1e1e1;
}
.TableCellTotal {
	border-top: solid 1px #000;
	font-weight: bold;
	text-align: right;
	/* padding: 0 0 10px 0; */
}
.lblRegProducts {    /* label style */
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	margin: 0;
}

/******* Radio Button Styles ********/

#radRegProducts {
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 10px 10px 10px 10px;
}
#radRegProducts td {
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

#radRegProducts input {
	text-align: left;
	vertical-align: top;
	width: auto;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
}

#radRegProducts label {
	text-align: left;
	vertical-align: top;
	width: auto;
}

.RadioButtonList {
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

/******* Checkbox Styles ********/

#chkRegProductOptions {
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

#chkRegProductOptions td {
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

#chkRegProductOptions input {
	text-align: left;
	vertical-align: top;
	width: auto;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
}

#chkRegProductOptions label {
	text-align: left;
	vertical-align: top;
	width: auto;
}

.CheckBoxList {
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
/********************* END DATA CONTROLS *********************/

/********************* BEGIN GENERAL STYLES *********************/
.NoWrap {
	white-space: nowrap;
}
.NoGap {
	margin: 0;
	padding: 0;
}
.AlignLeft {
	text-align:left;
}
.AlignRight {
	text-align: right;
}
.AlignCenter {
	text-align: center;
}
.VertMiddle {
	vertical-align: middle
}
.FullWidth {
	width: 100%;
}
.Alert {
	font-weight: bold;
	color: #f00;
}
.Warning {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: red;
}
.Warning8 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: red;
}

/* Styles to hide for all except FundTech */
.tblProductOptionLegend {
	display:none;
}
.GuestRegHelpText {
	display:none;
}
/********************* END GENERAL STYLES *********************/

/********************* BEGIN ATTENDEE PORTAL STYLES *********************/
.TableRegAssistance {
	margin: 10px 0 0 0;
	width: 96%;
}
.TableMainMenu {
	/* text-align: center; */
	/* padding: 5px 5px 5px 5px; */
}
input.AttendeePortalMainMenuButton {
	width: 300px;
	height: 30px;
	text-align: center;
	margin: 5px 30px 5px 5px;
}
input.AttendeePortalMainMenuIcon {
	margin: 5px 0px 5px 0px;
}
/********************* END ATTENDEE PORTAL STYLES *********************/

/********************* BEGIN CUSTOM FlyTreeView CONTROL *********************/
.ProductOptions_Default {
}
.ProductOptions_Level1 {
	Padding: 10px 3px 5px 3px;
}
.ProductOptions_HoverLevel1 {
	Padding: 10px 3px 5px 3px;
	background-color: #ededed;
}
.ProductOptions_Level2 {
	Padding: 3px 3px 3px 3px;
}
.ProductOptions_HoverLevel2 {
	Padding: 3px 3px 3px 3px;
	background-color: #ededed;
}
/********************* END CUSTOM FlyTreeView CONTROL *********************/

/********************* HIDDEN BILLING CONTROLS *********************/

#BillingInfo {
	display: none;
}

/********************* END CUSTOM FORM STYLES *********************/

/********************* BEGIN CRYSTAL REPORT STYLES **********************/

/*
.RegistrationInvoice {
	width: 830px;
}
*/

/********************* END CRYSTAL REPORT STYLES **********************/


/***** Ajax Progress Indicator Formatting *****/
#progressBackgroundFilter {
	position:fixed; 
	top:0px; 
	bottom:0px; 
	left:0px;
	right:0px;
	overflow:hidden; 
	padding:0; 
	margin:0; 
	background-color:#000; 
	filter:alpha(opacity=50); 
	opacity:0.5; 
	z-index:1000; 
}

#progressMessage {
	position:fixed; 
	top:30%; 
	left:43%;
	padding:10px; 
	width:14%; 
	z-index:1001; 
	background-color:#fff;
	border:solid 1px #000;
}
/***** END Ajax Progress Indicator Formatting *****/




/***** Grid View Formatting *****/
.gvwtablestyle {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 10pt;
	border-color: #CDCDCD;
	color: #3D3D3D;
	text-align: left;
}
.gvwtablestyle td, .gvwtablestyle th {
	border-color: #CDCDCD;
}
.gvwalternatingrowstyle {
	background-color:#F5FBEF;
}
.gvwheaderstyle {
	background-color:#F0F0F6;
	background-image: url(../Images/sort_none.gif);
	background-repeat: no-repeat;
	background-position: center left;     
	padding-left: 20px;
}

.gvwheaderstyle a {
	text-decoration:none;
	color:black;
	display:block;
}

.gvwheaderstylenotsorting {
	background-color:#F0F0F6;
	background-repeat: no-repeat;
	background-position: center left;     
}

.gvwsortalternatingrowstyle {
	background-color:#e5e5e5
}
.gvwsortrowstyle {
	background-color:#f0f0f0
}
.gvwsortascheaderstyle {
	background-image: url(../Images/sort_asc.gif);     
	background-color: #8dbdd8;   
	background-repeat: no-repeat;
	background-position: left; 
	padding-left: 20px;
}
.gvwsortdescheaderstyle {
	background-image: url(../Images/sort_desc.gif);     
	background-color: #8dbdd8;   
	background-repeat: no-repeat;
	background-position: left;  
	padding-left: 20px;
}
.gvwpagerstyle {
	color:#444444;
	background-color:#EBDDE2;
	font-size:small;
	text-align:right;
	font-weight:bold;
} 
.gvwpagerstyle select {
	font-size:small;
}
.gvwprevious {
	background:transparent url(../Images/previous.gif) no-repeat scroll center;
	height:1.3em;
	width:16px;
}
.gvwnext {
	background:transparent url(../Images/next.gif) no-repeat scroll center;
	height:1.3em;
	width:16px;
}
.gvwgotopage {
	font-size:small;
	width:20px;
}

.gvwSearchHighlight {
	text-decoration: none;
	color:black;
	background:yellow;
}
/***** END Grid View Formatting *****/

/***** Abstract pop up Panel for Presentation Voting Gridview ******/
.dpframe
{
	position:absolute;
	font-family:arial,helvetica,clean,sans-serif;
	padding:2px 3px;
	width:350px;
}
.dpoverlay {
	border:solid 1px #808080;
	border-width:1px 1px;
}
.dpunderlay {
	position:absolute;
	background-color:#FFFFCC;
	bottom:-1px;
	left:-1px;
	right:-1px;
	top:3px;
	z-index:-1;
}
.dpheader {
	 /* cursor:move; Because the DragPanelExtender doesn't do this for me ;( */
	background: url(../images/DragPanel.png) repeat-x 0px -200px;	
	color: #000;	
	border-bottom:solid 1px #ccc;
	font-weight: bold;
}
.dpbody {
	background-color:#FFFF66;
	padding:10px;
}
.dpclose {
	right: 7px;	
	background: url(../images/DragPanel.png) no-repeat 0px -300px;	
	width: 25px;	
	cursor: pointer;	
	position: absolute;	
	top: 7px;	
	height: 15px;
}
/***** END Abstract pop up Panel for Presentation Voting Gridview ******/

/***** START Modal Popup *****/
.mdemodalbackground {
	background-color:Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.pnlmodalpopup {
	background-color:#ffffdd;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:2px;
	width:560px;
}
.pnlmodalheader {
	color:Black;
	width:550px;
}
.pnlmodalbody {
	background-color:#ffffdd;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:2px;
	width:550px;
	height:500px;
	overflow:scroll;
}
.pnlmodalheaderleft {
	float:left;
}
.pnlmodalheaderright {
	float:right;
}
/***** END Modal Popup *****/


/****** CollapsiblePanel *****/
.collapsePanel {
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader {
	color: white;
	background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	background-repeat:repeat-x;
	font-family:Verdana,sans-serif;
}

/****** END CollapsiblePanel *****/

/****** Start Textbox Watermark *****/

.unwatermarked {
	height:18px;
	width:148px;
}
.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	color:gray;
	font-style:italic;
}	
/****** END Textbox Watermark *****/

/****** Popup Table ******/
/* Table Formatting */
table.popuptable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: Black Black Black Black;
	border-collapse: separate;
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}
table.popuptable th {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}
table.popuptable td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}
table.popuptable caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}
table.popuptable td, table.popuptable th {
	padding: 4px;
}
table.popuptable thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}
table.popuptable tbody th {
	font-weight: bold;
}
table.popuptable tbody tr {
	background: #FCFDFE;
}
table.popuptable tbody tr.odd {
	background: #F7F9FC;
}
.AlignTopLeft {
	text-align: left;
	vertical-align: top;
}
.BottomGap{
	margin-bottom: 10px;
}
/****** END Popup Table *****/

/****** Radio Button List ****/
.radMyVote input {
	display: block;
	text-align: center;
}
.radMyVote label {
	display: block;
	text-align: center;
}
/****** END Radio Button List ****/

/***** Voting Key Panel *****/
.VotingKey {
	Width:200px;
	background:white;
	color:#000066;
	z-index: 1000;
}
/***** END Voting Key Panel ****/

/***** Rating Star Control ****/

.ratingStar {
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar {
	background-image: url(../Images/FilledStar.png);

}

.emptyRatingStar {
	background-image: url(../Images/EmptyStar.png);
}

.savedRatingStar {
	background-image: url(../Images/SavedStar.png);
}

/***** END Rating Star Control ****/

/***** Ajax Combobox Control ****/
.CustomComboBoxStyle .ajax__combobox_inputcontainer {
}
.CustomComboBoxStyle .ajax__combobox_textboxcontainer {
}
.CustomComboBoxStyle .ajax__combobox_textboxcontainer input {
	border: solid 1px ButtonShadow;
	border-right: 0px none;
}
.CustomComboBoxStyle .ajax__combobox_buttoncontainer {
}
.CustomComboBoxStyle .ajax__combobox_buttoncontainer button {
	background-image: url(../Images/arrow-down.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ADD8E6;
	border: solid 1px ButtonShadow;
}
.CustomComboBoxStyle .ajax__combobox_itemlist {
	margin: 0px;
	padding: 0px;
	cursor: default;
	list-style-type:none;
	text-align: left;
	border: solid 1px ButtonShadow;
	background-color:White;
	color: WindowText;
}
.CustomComboBoxStyle .ajax__combobox_itemlist li {
	white-space:normal;
	width:100%;
	padding: 0 3px 0 2px;
}

/***** END Ajax Combobox Control ****/

/***** ajax__tab_ie-theme theme ****/

.ajax__tab_ie-theme .ajax__tab_header {
	padding-left:5px;
}
.ajax__tab_ie-theme .ajax__tab_header .ajax__tab_tab {
	margin-right:0px;
	background:url(../Images/tab_unselected.gif);
	width:116px;
	padding:9px 0px 3px 0px;
	text-align:center;    
	color:#006699;
	font-family:verdana;
	font-size:13px;
	display:block;
}
.ajax__tab_ie-theme .ajax__tab_active .ajax__tab_tab {
	padding:6px 0px 3px 0px;
	background:url(../Images/tab_selected.gif);
}
.ajax__tab_ie-theme .ajax__tab_body {
	background:url(../Images/ie_tabbacker_720x296.jpg);
	font-size:13px;
	font-family:verdana;
}
.ajax__tab_ie-theme .ajax__tab_body div {
	 padding:8px;
}

/***** END ajax__tab_ie-theme theme ****/
.accordionpanecontent {
	font-size:9.0pt;
	font-family:Tahoma;
	background:url(../Images/item_bg.gif);
}
.accordionpaneheader {
	cursor:pointer;
	background:url(../Images/hd_bg.gif) repeat-x;
	border-bottom:solid 1px #57566f;
}
.accordionpaneheader DIV {
	cursor:pointer;
	height:30px;
	padding-left:40px;
	background-color:Transparent;
	background-position:center left;
	background-repeat:no-repeat;
}
.accordionpaneheader SPAN {
	cursor:pointer;
	font-weight:bold;
	display:block;
	padding-top:8px;
	color:#fff;
}
.accordionpaneheader:hover {
	cursor:pointer;
	height:31px;
	background-color:Transparent;
	background:url(../Images/hd_hover_bg.gif) repeat-x;
	border-bottom:none;
}
/*.accordion_outlook UL
{
	padding:0;
	margin:5px 5px 5px 15px;
	list-style-type:none;
}
.accordion_outlook LI
{
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:left center;
	vertical-align:middle;
	padding:6px 5px 6px 25px;
	cursor:hand;
}
.accordion_outlook LI DIV
{
	padding-left:10px;
	color:#666666;
	cursor:hand;
}
.accordion_outlook LI:hover
{
	text-decoration:underline;
}
*/
.ajax__sidebar_default {
	position: relative;
	float: left;
	
	background: #eae8ec;
}
.ajax__sidebar_default .ajax__sidebar_bar {
	float:left;
}
.ajax__sidebar_default .ajax__sidebar_content {
	float:left;
}

.panelddlmultiple {
	/* width: 155px; */
	max-height: 200px;
	overflow: auto;
	background-color: #EBEBEB;
	border: solid 1px #999;
	min-width: 130px;
}

/********************* PCI COMPLIANCE LOGOS STYLES *********************/
hr.LogoSeperator {
	/*background-color : #9CC; */
	color: #999;
	height: 1px;
	width: 90%;
	border: none;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.TablePCIComplianceLogos {
	position: relative;
	display: block;
	/*top: 160px; */
	width: 96%;
	height: 60px;
	margin: 0;
	padding: 0;
	/*vertical-align: middle; */
	text-align: left;
	border: none;
}

.CellPCIComplianceLogos {
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

.GoDaddyLogo {
	/*width: 100px;*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	vertical-align: top;
	/*text-align: center;*/
}

.TrustwaveLogo {
	/*width: 100px;*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	vertical-align: top;
	/*text-align: center;*/
}

.TestMode {
	display: block;
	background-color: #FF0000;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	width: auto;
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	padding: 5px;
	border: none;
	z-index: 2000;
}

/************ PasswordStrength Related Styles ***********************/
.ajax_password_strength_indicator1 {
	background-color:Gray;
	color:White;
	font-family:Arial;
	font-size:x-small;
	font-style:italic;
	padding: 2px 3px 2px 3px;
	font-weight:bold;
}
.ajax_password_strength_indicator2 {
	background-color:Gray;
	color:Yellow;
	font-family:Arial;
	font-size:x-small;
	font-style:italic;
	padding: 2px 3px 2px 3px;
	font-weight:bold;
}
.ajax_password_strength_indicator3 {
	background-color:Gray;
	color: #FFCAAF;
	font-family:Arial;
	font-size:x-small;
	font-style:italic;
	padding: 2px 3px 2px 3px;
	font-weight:bold;
}
.ajax_password_strength_indicator4 {
	background-color:Gray;
	color:Aqua;
	font-family:Arial;
	font-size:x-small;
	font-style:italic;
	padding: 2px 3px 2px 3px;
	font-weight:bold;
}
.ajax_password_strength_indicator5 {
	background-color:Gray;
	color: #93FF9E;
	font-family:Arial;
	font-size:x-small;
	font-style:italic;
	padding: 2px 3px 2px 3px;
	font-weight:bold;
}
/************ PasswordStrength Related Styles ***********************/

/********************* END PCI COMPLIANCE LOGOS STYLES *********************/

