/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
/**********************************************************************
 * Tab Control Styles                                                 *
 **********************************************************************/
.ajax__tab_xp { /* tab container alignment */
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
	}

.pContent .ajax__tab_xp .ajax__tab_body { /* tab container */
	margin: 0px;
	padding: 0px;
	}

.ajax__tab_xp .dialog_view, .ajax__tab_xp .dv { /* panel container within tab container */
	-moz-border-radius: none; 
	-moz-box-shadow: none; 
	-webkit-border-radius: none; 
	-webkit-box-shadow: none; 
	background-color: #fdfdfd;
	border-radius: none;
	box-shadow: none; 
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	width: 100%;
	}

.ajax__tab_xp .dBody, div.fixedHeaderContainer .ajax__tab_xp .dBody { /* panel content container (excludes panel header) within tab container */ 
	border: 0px;
	}

.ajax__tab_xp .tre { /* data grid container within tab container */
	}
/***********************************************************************/


.ajax__tab_default .ajax__tab_header{
	color: #4682b4;
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	background-color: #921818;
	margin-left: 0px;
}

/*Body*/
.ajax__tab_body
{
	border: 1px solid #b4cbdf;
	padding-top: 0px;
}

/*Tab Active*/
.ajax__tab_active
{
	color: #fdfdfd;
	height: 20px;
	margin: 0px !important;
	min-width: 80px;
	max-width: 200px;
	padding-left: 3px;
}
.ajax__tab_inner
{
	padding-left: 3px;
}

.ajax__tab_outer
{
	background-color: #fdfdfd;
	padding-right: 6px;
	margin-right: 1px;
}

/*Tab Hover*/
.ajax__tab_hover
{
	color: #FFFFFF;
	background-color: #fdfdfd;
	height: 20px;
	margin: 0px !important;
	min-width: 80px;
	max-width: 200px;
	padding-left: 3px;
}

.ajax__tab_default
{
	padding-right: 6px;
	margin-right: 1px;
}

/*Tab Inactive*/
.ajax__tab_tab
{
	color: #666666;
	height: 20px;
	margin: 0px !important;
	min-width: 80px;
	max-width: 200px;
	padding-left: 3px;
}