﻿/**********************************************************************
 * 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_field_value, .dfv { /* panel field value text */
	font-family: Verdana, Arial, Geneva, ms sans serif;
	font-size: 11px;
	padding: 1px 4px 1px 4px;
	width: 220px;
	}

.dialog_header, .dh { /* panel header container */
	background-color: #f7fbff;
	background-image: url(../../Images/Azure.PanelHeader.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	border-bottom: 1px solid #7bd7ce;
	border-top: 1px solid #ade7de;
	}

.dialog_header_text, .dht { /* panel header title text */
	color: #395152;
	font-family: Verdana, Arial, Geneva, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 6px;
	text-align: left;
	vertical-align: middle;
	width: 1000px;
	}
	
	
.field_label_on_side, .fls { /* field lable on side */
	color: #182021;
	font-family: Verdana, Arial, Geneva, ms sans serif;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 4px 5px 4px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;	
	width: 110px;
	}