/* ********************************************************************************** @application VMS999 - Help File @company iB-Solutions @author Barry Maher @date-created 23-07-2009 @version 01.00.00/000 @date 23-07-2009 ********************************************************************************** @MAINTENANCE LOG: EDIT NO.: DATE: PROGRAMMER NAME & COMMENTS: **************!*************!***************************************************** 01.00.00/000 23-07-2009 Barry Maher : Initial Version ********************************************************************************** */ .frontpage { border-style:solid; border-width:1px; border-color:#1B2166; border-bottom:none; } .customHeader{ background-color:#0D4D94; font-weight: bold; font-size: 12pt; align:center; color: #ffffff; } .testHeader{ font-weight: bold; background-color:#D1DCF3; align:center; } .info { background-color: #F0F0FE; font-weight: bold; font-size: 12pt; align:center; font-weight: bold; font-size: 12pt; align:center; } .label { background-color: #F0F0FE; color: #2E61AD; font-weight: bold; font-size: 10pt; align:center; } .manditory { background-color: #FCDFFF; color: #000000; font-weight: bold; font-size: 10pt; align: center; font-family: arial; border-style: dashed; border-width: 1px; border-color: #FF0000; border-left: none; border-right: none; } .highlightRed{ background-color: #F0FFFF; color: #000000; font-weight: bold; font-size: 10pt; align: center; font-family: arial; border-style: solid; border-width: 1px; border-color: #1E90FF; /* #FF0000 */ border-left: none; border-right: none; } .highlightBlue{ background-color: #F0FFFF; /*#1E90FF, #00FFFF;*/ color: #000000; font-weight: bold; font-size: 10pt; align: center; font-family: arial; border-style: solid; border-width: 1px; border-color:#1E90FF; border-left: none; border-right: none; } .vmslabel { background-color: #FFFFFF; color: #2e81d8; font-weight: bold; font-size: 10pt; align: center; font-family: arial; } .vmsEmailLabel { background-color: #FFFFFF; color: black; font-weight: bold; font-size: 10pt; align: center; font-family: arial; } .vmspassword { background-color: #FFFFFF; border: 1px #2E61AD solid; font-weight: bold; color: #2E61AD; width: 250px; font-family: arial; } .vmsusername { background-color: #FFFFFF; border: 1px #2E61AD solid; color: #2E61AD; font-weight: bold; width: 250px; font-family: arial; } .vmsinfo { background-color: #FFFFFF; color: #1B2166; font-weight: bold; width: 250px; font-size: 13pt; font-family: arial; } .vmsinput { background-color: #FFFFFF; border: 1px #2E61AD solid; width: 150; margin-top: 20px; padding: 4px; font-weight: bold; text-align: center; color: #2E61AD; cursor:hand; } .vmsinputhover { background-color: #FFFFFF; border: 1px #2E61AD solid; width: 150; margin-top: 20px; padding: 4px; font-weight: bold; text-align: center; text-decoration:underline; color: #2E61AD; cursor:hand; } .info_note{ background-color: #F0F0FF; color: #FF0000; font-weight: bold; font-size: 12pt; align:center; padding: 5px; }