﻿/*
	THIS FILE CONTAINS ONLY CLASSES THAT DEFINE 'FORMS' - TYPICALLY A TWO OR FOUR COLUMN
	TABLE CONAINING LABEL/INPUT FIELD PAIRS. THIS ALSO INCLUDES THE 'FORMS'' HEADING AND
	FOOTER/CONTROL AREA.
	
	NO INPUT FIELD CLASSES ARE TO BE ADDED HERE, THEY ARE OF A MORE GLOBAL SCOPE AND CAN
	BE FOUND WITHIN THE InputFields.css FILE.
	
	BUTTON CLASSES ARE ALSO NOT TO BE ADDED HERE, THEY TOO ARE GLOBAL SCOPE ELEMENTS, AND
	CAN BE FOUND WITHIN THE Buttons.css FILE.
*/

/* form grid */
div.Form {
    border: solid 1px #ccc;
    padding: 1px;
}
	div.Form div.Caption, div.Form_Caption {
		background-color: #a9843f;
		background-image: url(../../Images/Layout/GridHeader_Gold.jpg);
		background-position: 0px -3px;
		background-repeat: repeat-x;
		color: #3b2e16;
		font-weight: bold;
		padding: 3px;
		text-align: left;		
	}

	div.Form table.tbl {
		background-color: #dfdfdf;
		border: none;
		width: 100%;
	}
	div.Form table.tbl thead {
		background-color: #f8db8d;
		border-top: solid 3px #777;
		border-bottom: solid 1px #ccc;
		color: #000;
		font-weight: bold;
		padding: 3px;
	}
	div.Form table.tbl tfoot {
		background-color: #cfcfcf;
		border-bottom: solid 1px #ccc;
		padding: 3px;
		text-align: right;
	}
	
	div.Form table.tbl tbody.std tr td, td.Form_std_td {
		background-color: #f0f0f0;
		border-bottom: solid 1px #dfdfdf;
		border-top: solid 1px #fff;
		padding: 3px;
	}
	div.Form table.tbl tbody.std tr.div td, td.Form_std_div {
		background-color: #ccc;
		color: #000;
		font-weight: bold;
		padding: 3px;
	}
        div.Form td .Calendar{
            
                }
            
