/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/* .ajax__tab_header - A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_outer - An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. */
/* .ajax__tab_inner	 - An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */
/* .ajax__tab_tab - An element of the tab that contains the text content. Child CSS classes:none. */
/* .ajax__tab_body - A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. */
/* .ajax__tab_hover - This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_active - This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */   

.ajaxtab .ajax__tab_header					{ background:url(images/tab-line.gif) repeat-x bottom; }
.ajaxtab .ajax__tab_outer					{ background:url(images/tab-right.gif) no-repeat right; }
.ajaxtab .ajax__tab_inner					{ background:url(images/tab-left.gif) no-repeat; }
.ajaxtab .ajax__tab_tab						{ background:url(images/tab.gif) repeat-x; }
.ajaxtab .ajax__tab_hover .ajax__tab_outer	{ background:url(images/tab-hover-right.gif) no-repeat right; }
.ajaxtab .ajax__tab_hover .ajax__tab_inner	{ background:url(images/tab-hover-left.gif) no-repeat; }
.ajaxtab .ajax__tab_hover .ajax__tab_tab	{ background:url(images/tab-hover.gif) repeat-x; }
.ajaxtab .ajax__tab_active .ajax__tab_outer	{ background:url(images/tab-active-right.gif) no-repeat right; }
.ajaxtab .ajax__tab_active .ajax__tab_inner	{ background:url(images/tab-active-left.gif) no-repeat; }
.ajaxtab .ajax__tab_active .ajax__tab_tab	{ background:url(images/tab-active.gif) repeat-x; }

.ajaxtab .ajax__tab_header 					{ font-size:11px; font-weight:bold;  }
.ajaxtab .ajax__tab_outer					{ height:29px; }
.ajaxtab .ajax__tab_inner					{ padding-left:3px; }
.ajaxtab .ajax__tab_tab						{ padding:8px 40px; margin:0; border: 1px solid #b6c1c5; }
.ajaxtab .ajax__tab_body					{ border-top:0; padding:8px; background-color:#ffffff; }


