/*
	MODULE: /layouts/stylesheet.css
	AUTHOR: SCA-CORP
	CREATED:
	COPYRIGHT: Software Consulting Associates 2008,2009,2010,etc...
	MODIFIED:
		20090522 DMB	added second version of forObjectContainer, and class clear for request inspection page
/* BEGIN: Default HTML Settings */
body, td {
	font: 10pt Verdana, Tahoma, Arial, Sans-Serif;
}
a, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
textarea,select {
	border: 1px solid #A8A8A8;
	background-color: #FBFBFB;
}

input.checkbox {
	width: 15px;
}
input.readOnly {
	color:#cccccc;
}
button.submit {
	background: url(../images/btn_search.jpg) no-repeat;
	border: none;
	width: 104px;
	height: 25px;
	padding-right: 10px;
}
.infoBox {
	background-color: #F8F8F8;
	border: 1px dashed #333333;
	font-style: italic;
	text-align: center;
	width: 685px;
	margin-bottom: 20px;
	font-size: 9pt;
	padding: 10px;
}
.infoBoxSmall {
	background-color: #F8F8F8;
	border: 1px dashed #333333;
	font-style: italic;
	text-align: center;
	width: 337px;
	margin-bottom: 20px;
	font-size: 9pt;
	padding: 10px;
}

input#SBLSection, input#SBLSubSec, input#SBLBlock, input#SBLLot, input#SBLSubLot, input#SBLSuffex {
	width: 30px;
}
table {
	width: 711px;
	border: 1px solid #9A9A98;
}
thead {
	height: 30px;
}
tr {
	height: 42px;
}
tbody {
	border: 1px solid #9A9A98;
}
.odd {
	background-color: #FFFFFF;
}
.even {
	background-color: #EAEAEA;
}
.formObjectContainer {
	margin-bottom: 20px;
}
.formObjectContainer_1 {
	margin-bottom: 5px;
	font-weight:bold;
}
.formLabel {
	margin-bottom: 2px;
}
.formObject {
	margin-bottom: 2px;
	display:block;

}
.clear
{
	clear:both;
}
td.fieldLabel {
	width: 154px;
	height: 30px;
}
td.fieldLabel2 {
	width: 169px;
	height: 30px;
}

table.details tr {
	height: 30px;
}
table.details td {
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
}
.actionLink {
	background-color: #FFFFFF;
	height: 23px;
	padding-left: 5px;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 7px;
}
.actionLink a {
	padding-right: 15px;
	background: url(../images/arrow.jpg) no-repeat right;
}

.actionLink2 {
	background-color: #FFFFFF;
	height: 23px;
	padding-left: 5px;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 7px;
}
/*.actionLink2 a {
	padding-right: 20px;
	background: url(../images/arrow.jpg) no-repeat right;
}  */
/* END: Default HTML Settings */

.error {
	font-weight: bold;
	color: #CC0000;
}
/******************************************************************************/
/* Timepicker Styles ***************************************************************/
#timepicker table{
	border:none;
	width: 250px;
}
#timepicker table tr{
	height: 20px;
}
/* Timepicker Styles ***************************************************************/
/******************************************************************************/

/******************************************************************************/
/* Overridable Styles ***************************************************************/


/*
body,td,.formLabel {
	color: #996600;
}
a, button.submit {
	color: #461721;
}
#Body {
	background: #E0D190;
}
#PageHeader, .subheading, thead {
	color: #FFFFFF;
	background-color: #13516A;
}
table.tabular th {
	color: #13516A;
}
#pagingContainer #pagesLabel {
	color: #CC3300;
}
td.fieldLabel {
	color: #13516A;
	background-color: #EAEAEA;
}
*/
/* Overridable Styles ***************************************************************/
/******************************************************************************/

