﻿/**********************************************************************
 * 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.      *
 *                                                                    *
 **********************************************************************/
.formHeader
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: left;
	color: #666666;
	padding: 3px 6px 3px 6px;
}
.formHeaderText
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding: 3px 6px 3px 6px;
}
.formHeaderTextNoBold
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	color: #666666;
	padding: 3px 6px 3px 6px;
}
.formPanel
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	border-color:#A8BF85;
	border-style:ridge;
	border-width:1px 1px 1px 1px;
	padding: 2px;
	width:80%;
	margin-left: auto;
	margin-right: auto;
}
.formLabel
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 2px;
}
.divide
{
	height:1px;
	color: #357C2B;
}
.flsTop {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;	
	vertical-align: top;
	text-align: right;
	padding: 3px 6px 3px 6px;
	}
.mes{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;
	}

