﻿/* Product Range */
.formTable_pr
{
	width:100%;
	font-family:Arial;	
	font-size:8.95pt;    
	color:#404040;
    overflow:hidden;
    margin:0px;
    padding:0px;
    padding-left:0px;
    border:solid 1px #ECE9D8;    
    background-color: White;
    border-collapse: collapse;
}

.formTable_pr TBODY TR.Tab TD
{
	color:#404040;
	padding-bottom:5px;
}

.formTable_pr TBODY TR.CurTab TD
{
	color:#404040;
	font-weight: bold;
	padding-bottom:5px;
}

.formTable_pr TBODY TR.CurChildTab TD
{ 
	color:#404040;
	font-weight: bold;
	background-color: White;
	padding-bottom:5px;
}

.formTable_pr TBODY TR.ChildTab TD
{ 
	color:#404040;
	background-color: White;
	padding-bottom:5px;
}

.formTable_pr A:link, .ChildTab A:active, .ChildTab A:visited, .ChildTab A:hover
{
	display:block;
    background-position:right;
    text-decoration: none;
    color:#404040;
}

.formTable_pr A:link, .CurChildTab A:active, .CurChildTab A:visited, .CurChildTab A:hover
{
	display:block;
    background-position:right;
    text-decoration: none;
    color:#404040;
}

.formTable_pr A:link, .CurTab A:active, .CurTab A:visited, .CurTab A:hover
{
	display:block;
    background-position:right;
    text-decoration: none;
    color:#404040;
}

.formTable_pr A:link, .Tab A:active, .Tab A:visited, .Tab A:hover
{
	display:block;
    background-position:right;
    text-decoration: none;
    color:#404040;
}


.formTable_pr tbody tr.over
{
	background: #AEEF2D;
}

.formTable_pr tbody tr.over td
{
	background: #AEEF2D;
}


/* FORM STYLES */
/* Data Table Form */
.formTable
{
	background: white;
	border-collapse: collapse;
	font-size: 8.95pt;
	font-family: Arial;
	width: 100%;
	margin-bottom: 5px;
}

.formTable TR
{
	padding: 8px 0px 8px 0px;
}

.formTable TR TD
{
	border-bottom: solid 1px rgb(219,219,219);
	padding-top: 4px;
	padding-bottom: 6px;

}

.formTable TR TABLE TR
{
	background-color: Transparent;
	padding: 1px 1px 1px 1px;
}

.orderFormTable
{
	background: white;
	border-collapse: collapse;
	font-size: 8.95pt;
	font-family: Arial;
	width: 100%;
	margin-bottom: 5px;
	table-layout: fixed;
}

.orderFormTable TR
{
	padding: 2px 0px 2px 0px;
}

.orderFormTable TR TD
{
	padding-top: 2px;
	padding-bottom: 2px;

}

.orderFormTable TR TABLE TR
{
	background-color: Transparent;
	padding: 1px 1px 1px 1px;
}


.formBreak
{
	font-family: Arial;
	background-color: rgb(219,219,219);
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	color: #454545;
	vertical-align: middle;
}

.formHeader
{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.formHeaderCenterAlign
{
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	text-align: left;
	vertical-align: top;
	text-align: center;
}

.formButton
{
	font-size: 8pt;
	font-family: Arial;
	text-decoration: none;
	color: #333333;
	width: 85px;
}

.formText
{
	vertical-align: top;
}
.formTextCenterAlign
{
	padding-top: 2px;
	padding-bottom: 8px;
	white-space: nowrap;
	vertical-align: top;
	text-align: center;
}
.formTextDollar
{
	/*border-bottom: solid 1px #09539F; /*Light Green: #8CB340;*/
	text-align: right;
	padding-right: 5px;
}
.formTextBox
{
	border-bottom: solid 1px #09539F; /*Light Green: #8CB340;*/
	width: 200px;
	height: 100px;
}




/*Paging Control Table*/
.pagingTable
{
	border: solid 1px #EFEFEF;
    margin-bottom: 5px; 
    background-color: #EFEFEF;
    width:100%;	
}

.normalTable
{
	font-size:12px;
	width:100%;	
}
