﻿/**********************************************************************
 * 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.      *
 *                                                                    *
 **********************************************************************/

.dialog_body, .dBody {
	background-color: #efebde;
	}
	

.recordPanelButtonsAlignment, .rpbAlign { /* page buttons alignment */
	padding-bottom: 5px;
	padding-top: 5px;
	}

	
.ajax__tab_xp { /* tab container alignment */
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	background-color: #efebde;
	}

.pContent .ajax__tab_xp .ajax__tab_body { /* tab container */
	margin: 0px;
	padding: 0px;
	background-color: #efebde;
	}
	
	
.ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:16px;
}	

.ajax__tab_panel { /* tab container */
	margin: 0px;
	padding: 5px;
	border: 0px;
	background-color: #efebde;
	}


.ajax__tab_xp .dialog_view, .ajax__tab_xp .dv { /* panel container within tab container */
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
    background-color: #efebde;

	}

.ajax__tab_xp .dBody { /* panel content container (excludes panel header) within tab container */ 
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #efebde;

	}

.ajax__tab_xp .tre { /* data grid container within tab container */
	border-top: 1px #cccccc solid;
	background-color: #efebde;

	}	
	
	
.borderTable, .pbTable { /* page content container */
     margin-left: auto;
     margin-right: auto;
	 width: 300px;
     }
	
