﻿.form ,
.notice
{
	border: solid 2px #000000;
	background-color: #FFE7AE;
	color: #000000;

	margin: 20px;
}

.form .controls,
.form .preload,
.notice .controls
{
	margin: 10px;
}

.form .preload
{
	margin: 5px;
}

/* Form Buttns */

.form .buttons,
.notice .buttons
{
	background-color: #000000;
	padding: 7px;
	padding-bottom: 4px;
	text-align: right;
}

.form .preload
{
	background-color: #ECE9D8;
	border: 1px solid black;
	padding-top: 3px;
	padding-bottom: 8px;
}

.form .buttons input,
.notice .buttons input
{
	padding: 0 8px;
	height: 26px;
}

.form .buttons_links
{
	color: Blue;
	text-align: right;
	margin: 5px 10px;
	margin-top: -25px;
	background-color: Transparent;
	width: 50%;
	float: right;
	font-size: 12px;
}

.form .buttons_links label
{
	text-decoration: underline;
	cursor: pointer;
}

/* ---------------- */

.form .controls label,
.form .controls .title,
.form .preload .title,
.notice .controls p,
.form .info
{
	font-family: Verdana;
	font-size: 12px;
}

.form .preload label,
.form .preload .title
{
	zcolor: #FFFFFF;
	zfont-weight: bold;
}

.form .controls label,
.form .preload label
{
	padding-left: 5px;
}

.form .controls .group,
.form .preload .group,
.notice .controls .group,
.genControlGroupInsert
{
	padding-top: 5px;

	min-height: 1em;
	height: auto !important;
	height: 1em;
}

.form .controls .title,
.form .preload .title,
.notice .controls .title,
.genTitleInsert
{
	float: left;
	width: 190px;
	
	padding-top: 5px;

	text-align: right;
	padding-right: 10px;
}

.form .controls .control,
.form .preload .control,
.notice .controls .control,
.genControlInsert
{
	margin-left: 200px;
}

.form .controls .info:before
{
	content: "Note: ";
	color: #000000;
}
.form .controls .info,
.notice .controls .info,
.form .preload .info
{
	margin-left: 200px;
	padding: 2px;
	color: #0066FF;
	font-size: 11px;
}

.form .controls input,
.form .controls textarea,
.form .preload input,
.form .preload textarea
{
	font-family: Verdana;
	font-size: 10pt;
	vertical-align: middle;
}

.notice .controls p
{
	margin: 0;
	padding: 10px;
	text-align: left;
}

.notice .controls p.question
{
	padding: 10px;
	text-align: center;
	font-size: 16px;
	
	color: Green;
	font-weight: bold;
}

#login
{
	text-transform: capitalize;
	width: 400px;
}

/* Sub Button Menu Options */
/* ==================== */

.button_options 
{
	background-color: #FCE398;
	padding: 5px;
	border: 1px solid gray;
	width: 300px;
	font: 13px/20px Verdana;
}

.button_options h4
{
	padding: 0;
	margin: 0;

	font-size: 13px;
	font-weight: bold;
}

.button_options ul
{
	padding: 0;	
	margin: 0;

	list-style: none;
	padding-left: 5px;
}

.button_options ul li
{
	padding: 0;
	margin: 0;
}

.button_options ul li img
{
	vertical-align: middle;
}

.button_options ul li a
{
	color: #0000FF;
	text-decoration: none;
	display: block;
	width: 296px;
	padding: 2px 0px;
}

.button_options ul li a:hover
{
	background-color: #FEBF01;
}

.button_options .disable,
.button_options a.disable:hover
{
	color: Gray;
	background-color: inherit;
	cursor: default;
}

/* ==================== */

.form .controls .group .formula span
{
	font-size: 20px;
}

.form .controls .group .formula input
{
	text-align: center;
}

/* ======================= */
/* ICONS: */
/* ======================= */

.icons 
{
	padding: 5px;
	margin: 10px 0;
	font: 13px/16px Verdana;
	float: left;
	width: 95%;
}

.icons h4
{
	padding: 0;
	margin: 0;

	font-size: 13px;
	font-weight: bold;
}

.icons ul
{
	padding: 0;	
	margin: 0;

	list-style: none;
	padding-left: 5px;
}

.icons ul li
{
	padding: 0;
	margin: 0;
	
	float: left;
	width: 85px;
	text-align: center;
	
}

.icons ul li img
{
	vertical-align: middle;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2px;
	
}

.icons ul li a
{
	color: #0000FF;
	text-decoration: none;
	display: block;
	padding: 5px 5px;
}

.icons ul li a:hover
{
	background-color: #FEBF01;
}

.icons .disable,
.icons a.disable:hover
{
	color: Gray;
	background-color: inherit;
	cursor: default;
}

table.orderitem
{
    border-collapse: collapse;
    width: 730px;
    border: 1px solid #DDDDDD;
    margin-left: 10px;
    margin-right: 10px;
}

table.orderitem td
{
    padding: 3px;
    vertical-align: top;
}

table.orderitem .title
{
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    letter-spacing: 1px;
    border-bottom: solid 1px gray;
    color: #333333;
}

table.orderitem .value
{
    width: 34%;
}

table.orderitem .label
{
    font-weight: bold;
    width: 16%;
}  


/* ========================================== */
/* Reports									  */
/* ========================================== */

#report_options.form
{
	width: 600px;
}

.ui-datepicker-trigger
{
	padding-left: 3px;
	vertical-align: middle;
}