﻿body
{
	background:white url('../Images/main-bg.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	background-attachment:fixed;
}

.required-notice
{
	float:right;
	font-size:8pt;
	color:Red;
	padding:0 5px 0 0;
}

.header-text
{
	clear:both;
	font-size:10pt;
	padding:5px 0 5px 5px;
}

.fieldset
{
	border:solid 1px silver;
}

.fieldset legend
{
	margin:0 0 0 10px;
	font-size:9pt;
	font-weight:bold;
}

.list-grid-container
{
	margin:20px 5px 5px 5px;
}

.div-grid-footer
{
	text-align:right;
	padding:10px 0 0 0;
	font-size:8pt;
}

.div-grid-footer .div-results-found
{
	float:left;
}

.div-controls
{
	float:right;
}

.div-controls .image-button
{
	margin:0 0 0 20px;
	display:inline;
	background-repeat:no-repeat;
	padding:2px 0 2px 12px;
}

.div-controls .add-button
{
	background-image:url(../Images/addIcon.gif);
}

.div-controls .edit-button
{
	background-image:url(../Images/editIcon.gif);
}

.div-controls .delete-button
{
	background-image:url(../Images/deleteIcon.gif);
}

.div-controls .cancel-button
{
	background-image:url(../Images/deleteIcon.gif);
}

.div-controls .save-button
{
	background-image:url(../Images/saveIcon.gif);
}

.div-controls .image-button input
{
	border:none;
	cursor:pointer;
	background:transparent;
}

.div-controls .delete-button-disabled input, .div-controls .edit-button-disabled input
{
	cursor:default !important;
}

.div-controls .edit-button-disabled
{
	background-image:url(../Images/editIcon-disabled.gif);
}

.div-controls .delete-button-disabled
{
	background-image:url(../Images/deleteIcon-disabled.gif);
}

.list-grid
{
	width:100%;
	border-bottom:solid 1px black;
}

.list-grid .grid-row
{
	background:#F7F6F3;
	color:#333333;
}

.list-grid .grid-alternate-row
{
	background:White;
	color:#284775;
}

.list-grid .grid-selcted-row
{
	background:#5D7B9D;
	color:white;
}

.list-grid .grid-row, .list-grid .grid-alternate-row, .list-grid .grid-selcted-row
{
	border-left:solid 1px black;
	border-right:solid 1px black;
}

.list-grid .grid-header
{
	background:#284775;
	color:white;
	border:solid 1px black;
}

.list-grid .grid-header th
{
	text-align:left;
	font-weight:bold;
}

.list-grid .grid-pager
{
	background:#284775;
	color:white;
	border:solid 1px black;
	border-top:none;
	border-bottom:none;
}

.list-grid .grid-pager a, .list-grid .grid-header a
{
	color:white !important;
}

.list-grid .grid-header a
{
	text-decoration:none;
}

.list-grid .grid-header a:Hover
{
	text-decoration:underline;
}

.two-column-table
{
	margin:0;
	width:100%;
}

.two-column-table .label-column
{
	width:140px;
	text-align:left;
	color:Black;
}

.two-column-table .input-column
{
	text-align:left;
}

.two-column-table .input-column input
{
	width:160px;
}

.two-column-table .input-column input.half
{
	width:60px !important;
}

.two-column-table .input-column textarea.text-area 
{
	width:450px;
	height:100px;
}

.two-column-table .input-column select
{
	width:165px;
}

.two-column-table .input-column .checkbox input, .two-column-table .input-column .radio input
{
	width:auto !important;
}

.two-column-table .divider
{
	border-bottom:dashed 1px silver;
	margin:10px 0 10px 0;
}

.filter-table
{
	margin:0;
	width:100%;
}

.filter-table .label-column
{
	width:160px;
	text-align:right;
	color:Black;
	padding:0 5px 0 0;
}

.filter-table .input-column
{
	text-align:left;
}

.filter-table .input-column input, .filter-table .input-column select
{
	border:solid 1px gray;
	width:200px;
	height: 20px;
}

/* Sub Table */
.sub-table
{
	width:auto !important;
}

.sub-table td
{
	padding:2px 20px 2px 0 !important;
	color:Gray;
}

.sub-table tr.header td
{
	padding:2px !important;
	color:Black !important;
}

.sub-table input
{
	width:110px !important;
	padding:0 5px 0 0 !important;
}

/* controls */
.controls
{
	width:100%;
	padding:5px 0 0 5px;
}

/* Square Button */
.controls input.square-button
{
	border:solid 1px black;
	height:25px;
	padding:auto 10px auto 10px;
	width:auto !important;
}