/* Formatting for Primary Navigation Tabs */


#tabContainerMain {
	xmin-width: 950px;

	}
	ul#tabContainerMain-nav {
	display: block;
	overflow: hidden;
	border-top: 1px solid white;
	margin-left: 10px;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	background-image: url(/iTable/images/tabs/tabs_background.png);
	background-repeat: repeat;
	background-position: left -2px;
	}

	ul#tabContainerMain-nav li {
	background: url(/iTable/images/tabs/tabs.png) no-repeat 100% -60px;
	display:inline;
	list-style-image:none;
	list-style-type:none;
	text-align:center;
	margin: 0px;
	padding: 0px;
	}
	
	ul#tabContainerMain-nav li a{
	line-height:30px;
	float:left;
	padding-left: 11px;
	display:block;
	text-decoration:none;
	cursor:pointer;
	color: #000000;
	margin-right: 2px;
	background: url(/iTable/images/tabs/tabs.png) no-repeat 0px 0px;
	font-weight: bold;
	
	}
	
	ul#tabContainerMain-nav li a:hover{
		background-position:0px -30px;
		text-decoration: underline;
	}
	
	ul#tabContainerMain-nav li a span{
	float:left;
	display:block;
	padding-right: 13px;
	background-image: url(/iTable/images/tabs/tabs.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	color: #999;
	}

	ul#tabContainerMain-nav li a:hover span{
	background-position:100% -30px;
	color: #000;
	}
	
	ul#tabContainerMain-nav li a.active, ul#tabContainerMain-nav li a.active:hover{
		line-height:30px;
		background-image: url(/iTable/images/tabs/tabs.png);
		background-repeat: no-repeat;
		background-position: 0% -60px;
	}

	ul#tabContainerMain-nav li a.active span, ul#tabContainerMain-nav li a.active:hover span{
	background-image: url(/iTable/images/tabs/tabs.png);
	background-repeat: no-repeat;
	background-position: 100% -60px;
	xfont-weight: bold;
	text-decoration: none;
	color: #000;
	}

/* ============================================================================================== */
	ul#tabContainerMain-nav li.back {
	background: url(/faq/images/tabs_back.png) no-repeat 100% -60px;
	display:inline;
	list-style-image:none;
	list-style-type:none;
	text-align:center;
	margin: 0px;
	padding: 0px;
	}
	
	ul#tabContainerMain-nav li.back a{
	line-height:30px;
	float:left;
	padding-left: 10px;
	display:block;
	text-decoration:none;
	cursor:pointer;
	color: #000000;
	margin-right: 2px;
	background: url(/faq/images/tabs_back.png) no-repeat 0px 0px;
	}
	
	ul#tabContainerMain-nav li.back a:hover{
		background-position:0px -30px;
		text-decoration: underline;
	}
	
	ul#tabContainerMain-nav li.back a span{
	float:left;
	display:block;
	padding-right: 13px;
	background-image: url(/faq/images/tabs_back.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	color: #999;
	}

	ul#tabContainerMain-nav li.back a:hover span{
	background-position:100% -30px;
	color: #000;
	}
	
	ul#tabContainerMain-nav li.back a.active, ul#tabContainerMain-nav li.back a.active:hover{
		line-height:30px;
		background-image: url(/faq/images/tabs_back.png);
		background-repeat: no-repeat;
		background-position: 0% -60px;
	}

	ul#tabContainerMain-nav li.back a.active span, ul#tabContainerMain-nav li.back a.active:hover span{
	background-image: url(/faq/images/tabs_back.png);
	background-repeat: no-repeat;
	background-position: 100% -60px;
	xfont-weight: bold;
	text-decoration: none;
	color: #000;
	}

/* ============================================================================================== */
	ul#tabContainerMain-nav li.help_tab {
	background: url(/faq/images/tabs_help.png) no-repeat 100% -60px;
	display:inline;
	list-style-image:none;
	list-style-type:none;
	text-align:center;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: right;
	}
	
	ul#tabContainerMain-nav li.help_tab a{
   line-height:30px;
   float:left;
   padding-left: 30px;
   display:block;
   text-decoration:none;
   cursor:pointer;
   color: #000000;
   margin-right: 0px;
   background: url(/faq/images/tabs_help.png) no-repeat 0px 0px;
   font-weight: bold;
	}
	
	ul#tabContainerMain-nav li.help_tab a:hover{
		background-position:0px -30px;
		text-decoration: underline;
	}
	
	ul#tabContainerMain-nav li.help_tab a span{
   float:left;
   display:block;
   padding-right: 11px;
   background-image: url(/faq/images/tabs_help.png);
   background-repeat: no-repeat;
   background-position: 100% 0px;
   color: #999;
   padding-left: 4px;
	}

	ul#tabContainerMain-nav li.help_tab a:hover span{
	background-position:100% -30px;
	color: #000;
	}
	
	ul#tabContainerMain-nav li.help_tab a.active, ul#tabContainerMain-nav li.help_tab a.active:hover{
		line-height:30px;
		background-image: url(/faq/images/tabs_help.png);
		background-repeat: no-repeat;
		background-position: 0% -60px;
	}

	ul#tabContainerMain-nav li.help_tab a.active span, ul#tabContainerMain-nav li.help_tab a.active:hover span{
	background-image: url(/faq/images/tabs_help.png);
	background-repeat: no-repeat;
	background-position: 100% -60px;
	xfont-weight: bold;
	text-decoration: none;
	color: #000;
	}

/* ============================================================================================== */
/* ============================================================================================== */
	.back_tab {
	background: url(/faq/images/tab_back.png) no-repeat 100% -60px;
	text-align:center;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	position: relative;
	top: 1px;
	}
	
	.back_tab a{
	float:left;
	display:block;
	text-decoration:none;
	cursor:pointer;
	color: #000000;
	background: url(/faq/images/tab_back.png) no-repeat 0px 0px;
	height: 30px;
	width: 99px;
	margin: 0px;
	padding: 0px;
	}
	
	.back_tab a:hover{
		background-position:0px -30px;
		text-decoration: underline;
	}
	
	.back_tab a span{
	float:left;
	display:block;
	color: #999;
	height: 30px;
	width: 99px;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 0px;
}

	.back_tab a:hover span{
	color: #000;
	}
	
	.back_tab a.active, .back_tab a.active:hover{
		background-image: url(/faq/images/tab_back.png);
		background-repeat: no-repeat;
		background-position: 0% -60px;
	}

	.back_tab a.active span, .back_tab a.active:hover span{
	background-image: url(/faq/images/tab_back.png);
	background-repeat: no-repeat;
	background-position: 100% -60px;
	text-decoration: none;
	color: #000;
	}

/* ============================================================================================== */

.tab {
	overflow: visible;
	margin: -2px 0px 0px;
	padding: 0px;
	height: auto;
	width: auto;
	border-style: none;
	position: relative;
	z-index: 1000;
}


.h2_remake {
	font-size: 2em;
	color: #999;
	margin: 0px 10px 10px;
	padding: 0px 0px 8px 2px;
	background: none;
	border-bottom: 1px solid #999;
	border-top-style: none;
	
	}

hr{
	color: #CCC;
	
	
	}

h2 {
	color: #999;
	font-size:140%;
	margin: 0px 0px 10px;
	padding: 0px 0px 1px;
	border-bottom: 1px solid #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: none;
}



.tabbertab_wrapper {
	margin: 0px;
	padding: 0px;
}


.tabbertab_header {
	background: url(/iTable/images/tabs/tabFrame_topLeft.png) no-repeat left top;
}

.tabbertab_header .tabbertab_headerRight{
	background: url(/iTable/images/tabs/tabFrame_topRight.png) no-repeat right top;
	height: 8px;
	padding-right: 8px;
	margin-left: 8px;
}
.tabbertab_content {
	background: url(/iTable/images/tabs/tabFrame_middleLeft.png) repeat-y left top;
}
.tabbertab_content .tabbertab_contentRight {
	background: url(/iTable/images/tabs/tabFrame_middleRight.png) repeat-y right top;
	padding: 0px 8px 0px 0px;
	margin: 0px 0px 0px 8px;
}
.tabbertab_footer {
	background: url(/iTable/images/tabs/tabFrame_bottomLeft.png) no-repeat left bottom;
}
.tabbertab_footer .tabbertab_footerRight {
	background: url(/iTable/images/tabs/tabFrame_bottomRight.png) no-repeat right bottom;
	height: 9px;
	padding-right: 9px;
	margin-left: 9px;
}

.innerBox_wrapper{
	overflow: visible;
}
.innerBox_wrapper .innerBox_header{
	background: url(/iTable/images/tabs/promptFrame_topLeft.png) no-repeat left top;
}
.innerBox_wrapper .innerBox_header .innerBox_headerRight{
	background: url(/iTable/images/tabs/promptFrame_topRight.png) no-repeat right top;
	height: 5px;
	margin-left: 5px;
	padding-right: 5px;
}
.innerBox_wrapper .innerBox_content{
	background: url(/iTable/images/tabs/promptFrame_middleLeft.png) repeat-y left top;
}
.innerBox_wrapper .innerBox_content .innerBox_contentRight{
	background: url(/iTable/images/tabs/promptFrame_middleRight.png) repeat-y right top;
	padding: 10px;
	margin: 0px 0px 0px 1px;
}
.innerBox_wrapper .innerBox_footer{
	background: url(/iTable/images/tabs/promptFrame_bottomLeft.png) no-repeat left bottom;
}
.innerBox_wrapper .innerBox_footer .innerBox_footerRight{
	background: url(/iTable/images/tabs/promptFrame_bottomRight.png) no-repeat right bottom;
	height: 5px;
	margin-left: 5px;
	padding-right: 5px;
}


/*#promptContainer  
{
	white-space:normal;
	padding:0px 0px 10px;
	margin: 0px;
	min-width: 300px;
}


#promptContainer #formlable  
{
	color:#666;
	text-transform:capitalize;
	white-space:normal;
	font-weight:bold;
	float:left;
	padding:4px 7px 0px 5px;
	width: 160px;
	text-align: right;
	background: url(/iTable/images/fade_left.png) no-repeat right top;
	margin: 0px;
}

#promptContainer #formlable a
{
	color:#666;
}


#promptContainer .formData  
{
	color:#000033;
	padding:0px;
	margin: 0px;
	xmin-width: 140px;
	background: url(/iTable/images/fade_right.png) no-repeat left top;
	float: left;
	border-width: 0px;
	border-style: none;
}

#promptContainer .formData a
{
		display:block;
}
*/
/*#promptContainer .formData a span
{
	display:block;
	padding-right: 30px;
	min-height: 30px;
}


#promptContainer .formData a:hover span
{
	background: url(/faq/images/button_delete.png) no-repeat right top;	
}
*/


#promptContainer #formlable_clean  
{
	color:#666;
	text-transform:capitalize;
	white-space:normal;
	font-weight:bold;
	float:left;
	padding:4px 7px 0px 5px;
	width: 160px;
	text-align: right;
	background: none;
	margin: 0px;
}
#promptContainer .formData_clean
{
	color:#000033;
	float:none;
	xmin-width: 140px;
	background: none;
}

#promptContainer .formData input {

}
.userTab_wrapper {
	float: right;
	margin-right: 9px;
}
.userTab_wrapper .userTab_main {
	background: url(/faq/images/button_left.png) no-repeat left 0px;
}
.userTab_wrapper .userTab_main .userTab_mainRight {
	background: url(/faq/images/button_right.png) no-repeat right 0px;
	height: 26px;
	margin-left: 5px;
	padding-right: 9px;
	padding-left: 5px;
	padding-top: 4px;
}

.userTab_wrapper .userTab_main .userTab_mainRight a{
	color: #999;
	text-decoration: none;
}

.userTab_wrapper .userTab_main .userTab_mainRight a:hover{
	color: #000;
	text-decoration: underline;
}
.faqList_wrapper {

}
.faqList_wrapper .faqList_itemWrapper {
	font-size: 1.1em;
	margin-left: 172px;
}
.faqList_wrapper .faqList_itemWrapper .faqList_details {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	color: #999;
}
.faqList_wrapper .faqList_itemWrapper .faqList_question {
	padding-top: 3px;
	padding-bottom: 3px;
	border-left: 1px solid #A0A0A0;
	padding-left: 6px;
}
.faqList_wrapper .faqList_itemWrapper .faqList_question a {
	color: #000;
	text-decoration: none;
}

.faqList_wrapper .faqList_itemWrapper .faqList_question a:hover {
	color: #000;
	text-decoration: underline;
}
.faqList_wrapper .faqList_header .faqList_header_item {
	background: #A0A0A0;
	padding: 3px;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
}
.faqList_wrapper .faqList_itemWrapper .faqList_details {
	width: 200px;
}

.spacer{
	xpadding-top: 12px;}

#promptContainer #formlable  
{
	color:#666;
	white-space:normal;
	font-weight:bold;
	float:left;
	padding:4px 7px 0px 5px;
	width: 180px;
	text-align: right;
	background: url(/iTable/images/fade_left.png) no-repeat right top;
	margin: 0px;
	text-transform: none;
}
#promptContainer #formlable .spam{
	display: block;
	font-weight: normal;
	font-size: 80%;
	}


#promptContainer #formlable a
{
	color:#000;
	text-decoration: none;
}
#promptContainer .formData a {
	color:#000033;
	min-width: 140px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	display: block;
}
#promptContainer .formData a:hover {
	color:#000033;
	min-width: 140px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: underline;
}




#promptContainer .formData  
{
	color:#000033;
	background: url(/iTable/images/fade_right.png) no-repeat left top;
	float: left;
	font-size: 1.1em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	width: 80%;
}

#promptContainer #formlable_clean  
{
	color:#666;
	text-transform:capitalize;
	white-space:normal;
	font-weight:bold;
	float:left;
	padding:4px 7px 0px 5px;
	width: 160px;
	text-align: right;
	background: none;
	margin: 0px;
}
#promptContainer .formData_clean
{
	color:#000033;
	float:none;
	xmin-width: 140px;
	background: none;
}


#promptContainer  
{
	white-space:normal;
	padding:0px 0px 10px;
	margin: 0px 0px 5px;
	line-height: normal;
}
a.next {
	height: 24px;
	width: 59px;
	background: url(/faq/images/btn_next_normal.png) no-repeat left top;
	display: block;
	float: left;
}
a.next:hover {
	background: url(/faq/images/btn_next_hover.png) no-repeat left top;
}

.next_disabled {
	height: 24px;
	width: 59px;
	background: url(/faq/images/btn_next_disabled.png) no-repeat left top;
	float: left;
}


a.previous {
	display: block;
	height: 24px;
	width: 90px;
	background: url(/faq/images/btn_previous_normal.png) no-repeat left top;
	float: right;
}
a.previous:hover {
	background: url(/faq/images/btn_previous_hover.png) no-repeat left top;
}

.previous_disabled {
	height: 24px;
	width: 90px;
	background: url(/faq/images/btn_previous_disabled.png) no-repeat left top;
	float: right;
}


a.number {
	display: block;
	height: 19px;
	width: 32px;
	background: url(/faq/images/btn_number_normal.png) no-repeat left top;
	float: left;
	padding-top: 5px;
	font-size: 1.1em;
	color: #000;
	text-align: center;
	text-decoration: none;
}
a.number:hover {
	background: url(/faq/images/btn_number_hover.png) no-repeat left top;
	text-decoration: underline;
}

a.hardBeginning {
	display: block;
	height: 24px;
	width: 32px;
	background: url(/faq/images/btn_hardBeginning_normal.png) no-repeat left top;
	float: right;
}
a.hardBeginning:Hover {
	background: url(/faq/images/btn_hardBeginning_hover.png) no-repeat left top;
}

.hardBeginning_disabled {
	display: block;
	height: 24px;
	width: 32px;
	background: url(/faq/images/btn_hardBeginning_disabled.png) no-repeat left top;
	float: right;
}


a.hardEnd {
	display: block;
	height: 24px;
	width: 32px;
	background: url(/faq/images/btn_hardEnd_normal.png) no-repeat left top;
	float: left;
}

.hardEnd_disabled {
	display: block;
	height: 24px;
	width: 32px;
	background: url(/faq/images/btn_hardEnd_disabled.png) no-repeat left top;
	float: left;
}


a.hardEnd:Hover {
	background: url(/faq/images/btn_hardEnd_hover.png) no-repeat left top;
}
a.active_number {
	display: block;
	height: 19px;
	width: 32px;
	float: left;
	padding-top: 5px;
	font-size: 1.1em;
	color: #000;
	text-align: center;
	background: url(/faq/images/btn_number_hover.png) no-repeat left top;
	text-decoration: underline;
}
#content .buffer{
	margin: 0px;
	padding: 10px 0px;
}
.alert_public {
	font-size: 1em;
	color: #090;
}
.alert_private {
	font-size: 1em;
	color: #F00;
}
#content .question {
	font-size: 140%;
	line-height: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content .answer {
	font-size: 1em;
	margin-right: 50px;
	margin-left: 20px;
}
.status_new {
	color: #0C0;
}
.status_updated {
	color: #F90;
}
form {
	margin: 0px;
	padding: 0px;
}

.modDate{
	font-size: 80%;
	color: #CCC;
	float: right;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	line-height: normal;
}
.email_submitted {
	margin: 15px;
}

.successNote_wrapper {
	margin: 6px;
}
.successNote_wrapper .successNote_header {
	background: url(/_images/successNote/successNote_header.png) no-repeat left top;
}
.successNote_wrapper .successNote_header .successNote_headerRight {
	background: url(/_images/successNote/successNote_headerRight.png) no-repeat right 11px;
	height: 27px;
	margin-left: 27px;
	padding-right: 15px;
}
.successNote_wrapper .successNote_content {
	background: url(/_images/successNote/successNote_content.png) repeat-y left top;
}
.successNote_wrapper .successNote_content .successNote_contentRight {
	background: url(/_images/successNote/successNote_contentRight.png) repeat-y right top;
	margin-left: 27px;
	padding-right: 27px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.successNote_wrapper .successNote_content .successNote_contentRight p {
	padding: 0px;
	margin: 0px;
}
.successNote_wrapper .successNote_footer {
	background: url(/_images/successNote/successNote_footer.png) no-repeat left bottom;
}
.successNote_wrapper .successNote_footer .successNote_footerRight {
	background: url(/_images/successNote/successNote_footerRight.png) no-repeat right bottom;
	height: 9px;
	margin-left: 27px;
	padding-right: 15px;
}
.successNote_wrapper .successNote_content .successNote_contentRight .buttonBack_wrapper {
	text-align: center;
	background: url(/faq/images/button_returnLeft_default.png) no-repeat left top;
	width: 120px;
	margin-top: 12px;
	margin-right: 3px;
	margin-left: 3px;
}

.successNote_wrapper .successNote_content .successNote_contentRight .buttonBack_wrapperRight {
	background: url(/faq/images/button_returnRight_default.png) no-repeat right top;
	height: 19px;
	margin-left: 23px;
	padding-right: 6px;
	padding-top: 4px;
}

.successNote_wrapper .successNote_content .successNote_contentRight .buttonBack_wrapperRight a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.successNote_wrapper .successNote_content .successNote_contentRight .buttonBack_wrapperRight a:hover {
	color: #000;
	text-decoration: underline;
}

/*.attentionNote_wrapper {
	margin: 6px;
}
.attentionNote_wrapper .attentionNote_header {
	background: url(/iTable/images/attention_box/topLeft.png) no-repeat left top;
}
.attentionNote_wrapper .attentionNote_header .attentionNote_headerRight {
	background: url(/iTable/images/attention_box/topRight.png) no-repeat right top;
	height: 24px;
	margin-left: 27px;
	padding-right: 15px;
}
.attentionNote_wrapper .attentionNote_content {
	background: url(/iTable/images/attention_box/middleLeft.png) repeat-y left top;
}
.attentionNote_wrapper .attentionNote_content .attentionNote_contentRight {
	background: url(/iTable/images/attention_box/middleRight.png) repeat-y right top;
	margin-left: 27px;
	padding-right: 27px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.attentionNote_wrapper .attentionNote_content .attentionNote_contentRight p {
	padding: 0px;
	margin: 0px;
}
.attentionNote_wrapper .attentionNote_footer {
	background: url(/iTable/images/attention_box/bottomLeft.png) no-repeat left bottom;
}
.attentionNote_wrapper .attentionNote_footer .attentionNote_footerRight {
	background: url(/iTable/images/attention_box/bottomRight.png) no-repeat right bottom;
	height: 15px;
	margin-left: 27px;
	padding-right: 15px;
}
*/
#accordion .element .menuPod_wrapper .menuPod_title {
	display: none;
}
