﻿/**********************************************************************
 * 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;                                   f         *
 * 	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.      *
 *                                                                    *
 **********************************************************************/
.dv {
width:1000px
}
.mystyle {
width:1%;
}
.thc {
font-size:14px !important;

}
.thc a.button_link {
font-size:14px !important;
}
.dfv{
font-size:14px !important;

}
.MyPageButton {
    right: -500px;
	background-image:url(../../Images/pBackTile.png);
	width:100%;

}
.recordPanelButtonsAlignment, .rpbAlign { /* page buttons alignment */
	padding-bottom: 5px;
	padding-top: 5px;
    }
.tableCellLabel {
	background-color: #eeeeee;
	color: #444444;
	font-family: Tahoma, Geneva, ms sans serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	text-align: left;
	fint-weight:bold;
}
.tableCellValue {
	padding: 5px;
	vertical-align: top;
	font-family: Tahoma, Geneva, ms sans serif;
	font-size: 14px;
	text-align: left;
}
.dfv a,
.dialog_field_value a,
.galleryttc a,
.popupTableCellValue a,
.tableCellValue a,
.ttc a,
.ttch a,
.ttcs a{ /* data grid data link text */
	color: #e47a00;
	cursor: pointer !important;
	text-decoration: none;
	font-size: 14px;
	}
.tableCellLabel a{
	font-weight:bold;
	}
	
.My_tableCellLabel {
	color: #F8F8F8;
	font-family: Tahoma, Geneva, ms sans serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	text-align: left;
	fint-weight:bold;
}

.My_tableCellLabel a{
	background-color:#858585;
	font-weight:bold;
	color: #F8F8F8;
	}