/* Main Style Sheet for PIN Entry System */

.font1    {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: normal}
.font1_par    {
	font-family: Verdana; 
	font-size: 8pt; 
	color: red; 
	font-weight: normal}
.font1_par_specialItem {
	font-family: Verdana; 
	font-size: 8pt; 
	color: blue; 
	font-weight: normal}
.font1_specialItem {
	font-family: Verdana; 
	font-size: 8pt; 
	color: green; 
	font-weight: normal}
.font1u   {
	font-family: Verdana; 
	font-size: 8pt; color: black; 
	font-weight: normal; 
	text-decoration: underline;}		
.font1Bold    {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: bold}
.font1bu    {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: bold;
	text-decoration: underline}
.font2	{
	font-family: Verdana; 
	font-size: 12pt; 
	color: black; 
	font-weight: normal}	
.font2Bold	{
	font-family: Verdana; 
	font-size: 12pt; 
	color: black; 
	font-weight: bold}
.fontRed  {
	font-family: Verdana; 
	font-size: 8pt; 
	color: red; 
	font-weight: bold}
.fontLocked {
	font-family: Verdana; 
	font-size: 8pt; 
	color: red; 
	font-weight: normal}
}	
.fontRequired {
	font-family: Verdana; 
	font-size: 8pt; 
	color: red; 
	font-weight: normal;
}
.fontblue  {
	font-family: Verdana; 
	font-size: 8pt; 
	color: #333399; 
	font-weight: bold
}
.debug {
	font-family: Verdana; 
	font-size: 9pt; 
	color: White; 
	font-weight: bold;
	background: #BA55D3;
}
/* usertype specific */
.secondaryMenu {
	background-color: #C45151;
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana;
	font-style : normal;	
}
/* usertype specific */
.TabInactive {
	background-color: #C45151;
	color:#000000;
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana;
	font-style : normal;
	padding-left: 10px;
}
/* usertype specific */
.TabActive {
	font-size: 10px;
	font-weight:bold;
	background-color: #C45151;
	color:#FFFFFF;
	font-family: Verdana;
	font-style : normal;
	padding-left: 10px;
}
/* usertype specific */
.TabInactiveWide {
	background-color: #C45151;
	color:#000000;
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana;
	font-style : normal;
	padding-left: 10px;
	padding-right: 10px;
}
/*usertype specific */
.TabActiveWide {
	font-size: 10px;
	font-weight:bold;
	background-color: #C45151;
	color:#FFFFFF;
	font-family: Verdana;
	font-style : normal;
	padding-left: 10px;
	padding-right: 10px;
}
/* usertype specific */
.AreaTabInactive {
	background-color: #708090;
	color: Silver;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana;
}
/* usertype specific */
.AreaTabActive {
	font-size: 10px;
	font-weight:bold;
	background-color: #C0C0C0;
	color: Black;
	font-family: Verdana;
}
/* usertype specific */
.AreaTabWarning {
	font-size: 10px;
	font-weight:bold;
	background-color: #C0C0C0;
	color: #FF0000;
	font-family: Verdana;
}
.ReportTabInactive {
	background-color: #C45151;
	color:#000000;
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana;
	font-style : normal;
}
.ReportTabActive {
	background-color: #C45151;
	color: White;
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana;
	font-style : normal;
	border-style: solid solid;
}
.PageTitle {
	font-family: Verdana; 
	font-size: 15px; 
	color: Black; 
	font-weight: bold;
}
.SubPageTitle	{
  font-family: Verdana; 
  font-size: 10pt; 
  color: Black; 
  font-weight: bold;
  background-color: #dedede;
}
p.font1    {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: normal}
p.font1Bold    {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: bold}
p.fontRed  {
	font-family: Verdana; 
	font-size: 8pt; 
	color: red; 
	font-weight: bold}
p.fontRequired {
	font-family: Verdana; 
	font-size: 8pt; 
	color: red; 
	font-weight: normal;
}
p.fontblue  {
	font-family: Verdana; 
	font-size: 8pt; 
	color: #333399; 
	font-weight: bold
}

/*usertype specific */
tr.colHeading {
	font-family: Verdana; 
	font-size: 8pt; 
	color: White; 
	font-weight: bold;
	background-color: #C45151;
}
tr.font1 {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: normal;
	vertical-align: top;
}
td {
	vertical-align: top;
}
td.font1 {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: normal;
	vertical-align: top;
}
td.font1Bold {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: bold;
	vertical-align: top;
}
tr.highlight {
	background-color: Yellow;
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: bold	
}
iframe.visible {
	visibility: visible;	
}
iframe.hidden {
	visibility: hidden;	
}
.Submit {
	font-size:10px;
	font-weight:bold;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
}
.selectSubmit1 {
	font-size:10px;
	font-weight:normal;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	padding: 5 15 5 15px;
	width: 175px;
}
.selectSubmit2 {
	font-size:10px;
	font-weight:normal;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	padding: 5 15 5 15px;
	width: 110px;
}

.Submit2 {
	font-size:10px;
	color: Black;
	font-style : normal;
	padding: 2px;
}
.SubmitRed {
	font-size:10px;
	font-weight:bold;
	background-color: #be1d1a;
	color:#FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
}	

.inputBox1 { 
	font: Verdana, Arial;
	padding: 3;
	font-size: 9pt;
	border-width:1;
	border-color:999999;
	border-style:solid;
	background-color:ffffff;color:000000;
}

.inputBox2 { 
	font: Arial, Helvetica; 
	width: 125;
	padding: 3;
	font-size: 11pt;
	border-width:1; 
	border-color:999999; 
	border-style:solid; 
	background-color:ffffff;
	color:000000;
}

.inputBoxReq { 
	font: Verdana, Arial;
	padding: 3;
	font-size: 9pt;
	border-width:1;
	border-color:#C45151;
	border-style:solid;
	background-color:ffffff;color:000000;
}

.font1h {
	font-family: Verdana;
	font-size: 8pt;
	color: #C45151;
	font-weight: normal;
	text-decoration:underline;
}

.hr {
	height:1px;
	color:CCCCCC;
}

.selectChargeToShipTo { 
	width: 40%;  
	font-size: smaller;  
}

.select1 { 
	width: 125;
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: normal}

}

/* #PLC, #PTT, #PST are used with the OES Help System */
#PCL {
	font-family: Verdana,Arial,Helvetica;
	font-style: none;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
}

#PTT {
	font-family: Verdana,Arial,Helvetica;
	font-size: 8pt;
}

#PST {
	font-family: Verdana,Arial,Helvetica;
	font-size: 8pt;
}


A.red_links:hover {text-decoration:underline; color:#C45151; font-weight: bold;}
A.red_links:link {text-decoration:underline; color:#C45151; font-weight: bold;}      
A.red_links:visited {text-decoration:underline; color:#C45151; font-weight: bold;}

red_links_txt {text-decoration:underline; color:#C45151; font-weight: bold;}

/* currently unused stylesheet elements from the original OES stylesheet1.css



.inputBox1 { font: Arial, Helvetica; padding: 3; font-size: 11pt; border-width:1; border-color:999999 ; border-style:solid; background-color:ffffff;color:000000; }
.inputBoxReq { font: Arial, Helvetica; padding: 3; font-size: 11pt; border-width:1; border-color:C45151 ; border-style:solid; background-color:ffffff;color:000000; }
.font10ab {font-family: Arial; font-size: 10px; color: black}
.font10aw {font-family: Arial; font-size: 10px; color: white}
.font10 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: black}
.font10bw {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: white; font-weight: bold;}
.font11 {font-family: Arial; font-size: 8pt; color: black}
.footer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: white}
.select {width:350px;}
.select2 {width:375px;}
.font11 {font-family: Arial; font-size: 8pt; color: black}
.footer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: white}

*/