/*RimsTabbed StyleSheet*/
.ExpandTextContent
{
	padding:10px 8px 8px 5px;
	text-align:justify;	
}
.ExpandOrHide
{
	padding:0px 8px 0px 5px;	
}
/* .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. */

/* XP IE7 theme - Backgrounds */
.TabbedBrowsing .ajax__tab_header
{
	/*background: url(images/tab-right.gif) repeat-x ;*/
background-color:#e9f1f5;
	border:solid 1px #9cb8c6;
	color:#000000;
border-bottom:0;
border-left:0;


}
.TabbedBrowsing .ajax__tab_outer
{
	/**/background: url(images/Tabbed/tab-right.gif) no-repeat right;
}
.TabbedBrowsing .ajax__tab_inner
{
	/**/background: url(images/Tabbed/tab-left.gif) no-repeat;
}
.TabbedBrowsing .ajax__tab_tab
{
	background: url(images/Tabbed/tab.gif) repeat-x;
margin-right:4px;
}

.TabbedBrowsing .ajax__tab_active .ajax__tab_outer
{
	/**/background: url(images/Tabbed/tab-active-right.gif) no-repeat right;
}
.TabbedBrowsing .ajax__tab_active .ajax__tab_inner
{
	/**/background: url(images/Tabbed/tab-active-left.gif) no-repeat;
}
.TabbedBrowsing .ajax__tab_active .ajax__tab_tab
{
	background: url(images/Tabbed/tab-active.gif) repeat-x;
	margin-right:4px;
	font-weight:700;
	font-size:12px;
	color:#444469;
}

/* XP IE7 theme - Other Styles */
.TabbedBrowsing .ajax__tab_header
{
	font-family: Arial,tahoma,helvetica;
	font-size: 12px;
width:auto;
}
.TabbedBrowsing .ajax__tab_outer
{
	height: 20px;
}
.TabbedBrowsing .ajax__tab_inner
{
	padding-left: 3px;
}
.TabbedBrowsing .ajax__tab_tab
{
	padding: 3px 20px;
	margin: 0;	

}
.TabbedBrowsing .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	border: 1px solid #9cb8c6;
	border-top: 0;
	padding: 8px;
	background-color: #ffffff;
	min-height:100px;
width:auto;

}

.accordionHeaderHorizontal
{
	background-color:#f0f8ff;
	color:#000000;
	text-align:center;
	font-weight:bold;
	font-family:Arial,Sans-Serif;	
	cursor:pointer;
	padding:0px 5px 0px 5px;

	

}
.accordionHeaderSelectedHorizontal
{	
	background-color:#004785;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;


}
.accordionContent
{

	font-size:11px;
	padding:5px 0px 5px 0px;
}

.ContentMainHeader
{
	
	
	font-family:Gautami;
	text-align:center;
	height:20px;
padding-top:5px;
	font-size:15px;

}