.textBox
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-position: center center;
	background-repeat: no-repeat;
	position: static;
	background-color: #ffffff;
	width: 100%;
}

.textBoxDisabled
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-position: center center;
	background-repeat: no-repeat;
	position: static;
	background-color: #ffffff;
	width: 100%;
	color: #808080;
	background-color: lavender;
}

.textBoxCenter
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-position: center center;
	background-repeat: no-repeat;
	position: static;
	background-color: #ffffff;
	width: 100%;
	text-align: center;
}

.textBoxCenterDisabled
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-position: center center;
	background-repeat: no-repeat;
	position: static;
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	color: #808080;
	background-color: lavender;
}

.textBoxRight
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-position: center center;
	background-repeat: no-repeat;
	position: static;
	background-color: #ffffff;
	width: 100%;
	text-align: right;
}

.textBoxRightDisabled
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-position: center center;
	background-repeat: no-repeat;
	position: static;
	background-color: #ffffff;
	width: 100%;
	text-align: right;
	color: #808080;
	background-color: lavender;
}

.comboBoxRight
{
	border-right: darkgray 1px solid;
	background-position: center center;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	width: 100px;
	border-bottom: darkgray 1px solid;
	background-repeat: no-repeat;
	position: static;
	background-color: #ffffff;
	text-align: right;
}

.fileField
{
	width:100%
}
.fileField1
{
	width:90%
}

.borderTblR
{
	border-right:1px ;
	border-right-color:#cecece;	
	border-right-style:dashed;
}
.borderTblLR
{
	border-left:1px ;
	border-left-color:#cecece;	
	border-left-style:dashed;
	border-right:1px ;
	border-right-color:#cecece;	
	border-right-style:dashed;
}

.borderTblB
{
	border-bottom:1px ;
	border-bottom-color:#003366;	
	border-bottom-style:dashed;
}

table {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #003366}
table.TableOrg {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #003366; border: 1px #BFC9D1 solid; font-weight: bold; background-color: #B3BEC7}

tr.TrLight { background-color: #BFC9D1}
tr.TrDark { background-color: #B3BEC7}

input {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #BB4547; background-color: #EEEEEE}
a.MenuLeft {  color: #587691; text-decoration: underline}
a.MenuLeft:hover {  color: #CC0000; text-decoration: none}

a.MenuLeftSelect {  color: #003366; text-decoration: none; font-weight: bold}
a.MenuLeftSelect:hover {  color: #FFFFFF; text-decoration: none}


a.TopLink {  color: #587691; text-decoration: underline}
a.TopLink:hover {  color: #FFFFFF; text-decoration: none}
table {  text-align: justify}
a {  color: #C50000; text-decoration: underline}
a:hover {  color: #003366; text-decoration: none}


.dateTextBox
{
	background-position: center center;
	background-repeat: no-repeat;
	position: static;
	background-color: #ffffff;
	width: 100%;
	text-align: center;
}
