/* Put any application/deployment specific over rides in here   */
/* You should store each custom file as custom-appname.css and  */
/* then copy that one to custom.css once deployed and also put  */
/* the application name in the comment below                    */

/* If you know the class name you wish to alter, then simply */
/* include it below and override any style you want. You do  */
/* NOT have to include all the styles, just new ones or ones */
/* you need to change */

/* Custom Fusion CSS For The Application: FirstBag */

@font-face {
    font-family: "3 of 9 Barcode";
    src: url("../addons/fonts/3OF9_NEW.TTF") format('truetype'),
    url('../addons/fonts/3OF9_NEW.eot?#iefix') format('embedded-opentype');
}

body 
{
  margin-top: 0px;
  overflow-y: auto ! important;
  overflow-x: auto ! important;
  background-color: #191F1F; 
}

.FusionBox 
{
   border: 1px solid black;
   background-color: #fbfbee;
}

.LoadingScreen 
{
  height: 530px;
  background-color: black;
  color: white;
  background-image: url('../../images/fusion/wait_small_black.gif');  
}   

.BannerBox   { width: 1000px; height: 50px; }
.MainMenuBox { width: 0px; display: none;}
.BannerCenter { display: none; }
.BannerRight { display: none; }

.TopMenu
{
   padding-left: 0px;
}

.TopMenu a {
   margin-right: 1px;
   padding-left: 5px;
   padding-right: 5px;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px; 
}

.TopMenuItem
{
   color: #202020;
   background-color: #c5c32b;
}

.TopMenu a:hover
{
   color: black;
   background-color: #dddb39;
}

.TopMenuSelect 
{
   color: black;
   background-color: #dddb39;
}


.TopMenuBox {
   background: black;
   border: none;
   border-bottom: 2px solid #DDDB39;
   width: 1000px; 
   height: 26px;
}

.MainBox {
   border: 0px; 
}

.MainForm {
   border-top: 1px solid black;
}

.MenuPage {
   margin: 0px;
   padding-top: 10px; 
   padding-left: 50px;
   width: 900px;
   height: 520px;
   overflow: hidden;
}

.MenuPageName {
   width: 300px;
}

.MenuPage h1 
{
   border-bottom: 0px;
}

.MenuPageDesc {
   width: 470px;
}

.MenuPage a
{
   width:480px;
}            

.MenuPage a:hover 
{
   width:480px;
}            

.MenuPageInfo {
   border: 0px;
   width: 280px;
   margin: 0px;
   margin-right: 0px;
   padding: 0px;
}

.MenuPageInfo img {
   border: 1px solid #bbb;
   float: right;
}

.MenuItems
{
   width: 510px;
   height: 450px;
   overflow: auto;
   margin-top: 0px;
   border: 1px solid silver;
}


.MainFormBox {
   padding-top: 0px;
   padding-left:0px;
   border-right: 0px;
}

.ReportHeaderCell {
   font-weight:normal;
   border-left: 0px solid #99c;
   border-right: 1px solid #99c;
}
.FusionRepBody {
   background-color: #fbfbee;
   border:1px solid black;
   font-weight: normal;
   
}
.FusionRepBody table tr td {
   border-right: 1px solid #99c;
   border-bottom: 1px solid #99c;
   padding: 1px;
}
.FusionLabelHilite
{
	color: red;
	background-color: #FBFBEE;
}

/* All the classes and over-rides that FirstBag Uses */
/* All the classes and over-rides that FirstBag Uses */
/* All the classes and over-rides that FirstBag Uses */


.but120
{
    FONT-WEIGHT: bold;
    font-size: 8pt;
    CURSOR: hand;
    color: black; /* Firstbag */
    BORDER-STYLE:none;
    font-family: verdana;
    HEIGHT: 20px;
    text-align: center;
    background: #E9E89A;
    margin-right: 2px;
    padding: 0px;
    border-bottom: 0px none black;
    border-left: 1px solid #EEEECD;
    border-right: 1px solid #9EA426;
    border-top: 1px solid #9EA426;
    padding-bottom: 5px;
}

.but90
{
    FONT-WEIGHT: normal;
    font-size: 8pt;
    CURSOR: hand;
    color: black; /* Firstbag */
    BORDER-STYLE:none;
    font-family: verdana;
    HEIGHT: 20px;
    text-align: center;
    background: #DDDB39;
    margin-right: 2px;
    padding: 0px;
    border-bottom: 0px none black;
    border-left: 1px solid #EEEECD;
    border-right: 1px solid #9EA426;
    border-top: 1px solid #9EA426;
    padding-bottom: 5px;
}

.but90d
{
    FONT-WEIGHT: normal;
    font-size: 8pt;
    CURSOR: none;
    color: #aaa; /* Firstbag */
    BORDER-STYLE:none;
    font-family: verdana;
    HEIGHT: 20px;
    text-align: center;
    background: #DDDB39;
    margin-right: 2px;
    padding: 0px;
    border-bottom: 0px none black;
    border-left: 1px solid #EEEECD;
    border-right: 1px solid #9EA426;
    border-top: 1px solid #9EA426;
    padding-bottom: 5px;
}


button.but90:hover {
    background: #E9E89A;
}


.DbMvinput1
{
font-family: verdana;
font-size: 8pt;
color: Black;
Vertical-Align:center;
background-color: #F5F5F5;
}
.BagLargeorange
{
font-family: verdana;
font-size: 14pt;
FONT-weight: bold;
color: white;
Vertical-Align:center;
background-color: #FFCC66;
}
.BagNormalinput
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
}
.BagOutput
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: white;
background-color: #000000;
}
.BingoBagBarcode 
{
font-family: '3 of 9 Barcode';
font-size:22pt;
text-align:center;
border:none;
}
.BingoBagInfo 
{
width:20%;
text-align:center;
border:none;
}
.BingoBookingSeq 
{
width:5%;
font-weight:bold;
text-align:center;
border:none;
}
.BingoPaxName 
{
font-size:10pt;
text-align:center;
border:none;
}
.BingoTable 
{
width:100%;
page-break-inside:avoid;
}
.BingoSinglePage 
{
page-break-inside:avoid;
}
.BingoULDBarcode 
{
font-family: '3 of 9 Barcode';
font-size:36pt;
text-align:center;
border:none;
}
.BingoULDHeader 
{
width:25%;
font-weight:bold;
text-align:center;
border:none;
}
.BingoULDInfo 
{
width:25%;
font-size:larger;
text-align:center;
border:none;
}
.BingoULDSpacer
{
font-size:10pt
text-align:center;
border:none;
}
.DbNormal
{
font-family: verdana;
font-size: 8pt;
color: #333344;
}
.DbBold
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: #444455;
}
.DbMvheaderweb
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #E5E5F2;
}
.DbHighlitered
{
font-family: verdana;
font-size: 8pt;
color: black;
background-color: SANDYBROWN;
}
.DbHighlite
{
font-family: verdana;
font-size: 19pt;
FONT-weight: bold;
color: navy;
background-color: #EAF3F8;
}
.BagBreak
{
font-family: verdana;
font-size: 1pt;
color: black;
Vertical-Align:center;
background-color: #000000;
}
.DbBluehighlite
{
font-family: verdana;
font-size: 8pt;
color: White;
background-color: #3399CC;
}
.BagBluebackground
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: Black;
background-color: #D7EBF6;
}
.BagBold
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: Black;
}
.DbNormalreport
{
font-family: verdana;
font-size: 7pt;
color: Black;
Vertical-Align:center;
}
.DbBoldreport
{
font-family: verdana;
font-size: 7pt;
FONT-weight: bold;
color: black;
Vertical-Align:center;
}
.BagOrangebackground
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: Black;
background-color: #FFCC66;
}
.BagNormal
{
font-family: verdana;
font-size: 8pt;
color: Black;
}
.DbMvheader
{
font-family: verdana;
font-size: 8pt;
color: Black;
background-color: #DDDDE3;
}
.BagLargeyellow
{
font-family: verdana;
font-size: 14pt;
FONT-weight: bold;
color: #000000;
Vertical-Align:center;
background-color: #E9E89A;
}
.DbNormalinput
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
}
.DbBlueheader
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: White;
background-color: #3399CC;
}
.DbMainheader
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: #333344;
Vertical-Align:center;
}
.BagBluehighlite
{
font-family: verdana;
font-size: 8pt;
color: White;
background-color: #000000;
}
.BagYellowbackground
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: Black;
background-color: #E9E89A;
}
.BagHighlite
{
font-family: verdana;
font-size: 19pt;
FONT-weight: bold;
color: navy;
background-color: #EAF3F8;
}
.DbGreymultiselect
{
font-family: verdana;
font-size: 8pt;
color: white;
Vertical-Align:center;
background-color: #333344;
}
.DbBluebreak
{
font-family: verdana;
font-size: 9pt;
FONT-weight: bold;
color: black;
Vertical-Align:bottom;
background-color: #EAF3F8;
}
.DbGreybreak
{
font-family: verdana;
font-size: 1pt;
color: black;
Vertical-Align:center;
background-color: #BBBBCC;
}
.BagBlueheader
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: White;
background-color: #000000;
}
.DbBackgrounddark
{
font-family: verdana;
font-size: 8pt;
color: Black;
background-color: sandybrown;
}
.DbGreyhighlight
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #CCCCDD;
}
.DbGreybackground
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: #333344;
Vertical-Align:center;
background-color: #E5E5F2;
}
.BagMvinput
{
font-family: verdana;
font-size: 8pt;
color: Black;
background-color: white;
}
.DbBluebackground
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: Black;
background-color: #D7EBF6;
}
.DbReportheader
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
FONT-style: italic;
color: black;
text-align: center;
Vertical-Align:center;
}
.BagFlight
{
font-family: verdana;
font-size: 14pt;
color: #000000;
Vertical-Align:center;
}
.BagLarge
{
font-family: verdana;
font-size: 16pt;
color: #000000;
Vertical-Align:center;
}
.BagMvheader
{
font-family: verdana;
font-size: 8pt;
color: White;
background-color: #000000;
}
.DbMvinput
{
font-family: verdana;
font-size: 8pt;
color: Black;
background-color: white;
}
.BagRed
{
font-family: verdana;
font-size: 14pt;
FONT-weight: bold;
FONT-style: italic;
color: #FF3333;
}
.NORMAL
{
font-family: verdana;
font-size: 8pt;
color: #333344;
}
.BLUEHEADER
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: White;
background-color: #3399CC;
}
.verdana7
{
font-family: verdana;
font-size: 7pt;
color: black;
Vertical-Align:center;
}
.verdana1Break
{
font-family: verdana;
font-size: 0pt;
color: #444477;
Vertical-Align:center;
background-color: #555588;
PADDING-TOP:0px;
PADDING-BOTTOM:0px;
HEIGHT:1px;
MARGIN: 0px;
}
.GREYHIGHLIGHT
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #CCCCDD;
}
.MVHEADERWEB
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #E5E5F2;
}
.BLUEBREAK
{
font-family: verdana;
font-size: 9pt;
FONT-weight: bold;
color: black;
Vertical-Align:bottom;
background-color: #EAF3F8;
}
.verdana7Bold
{
font-family: verdana;
font-size: 7pt;
FONT-weight: bold;
color: black;
Vertical-Align:center;
}
.GREYMULTISELECT
{
font-family: verdana;
font-size: 8pt;
color: white;
Vertical-Align:center;
background-color: #333344;
}
.Courier8Normal
{
font-family: Courier New;
font-size: 8pt;
color: black;
Vertical-Align:center;
}
.NORMALREPORT
{
font-family: verdana;
font-size: 7pt;
color: black;
Vertical-Align:center;
}
.SEARCHLABELLITE
{
font-family: verdana;
font-size: 8pt;
color: white;
Vertical-Align:center;
TEXT-DECORATION:UNDERLINE;;
BORDER-STYLE: none;;
PADDING-RIGHT: 2px;;
PADDING-LEFT: 0px;;
HEIGHT: 12px;;
text-align: left;;
CURSOR: hand;
}
.REPORToHEADER
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
FONT-style: italic;
color: black;
text-align: center;
Vertical-Align:center;
}
.GREYBACKGROUND
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: #333344;
Vertical-Align:center;
background-color: #E5E5F2;
}
.MVHEADER
{
font-family: verdana;
font-size: 8pt;
color: Black;
background-color: #DDDDE3;
}
.NORMALoINPUT
{
font-family: verdana;
font-size: 8pt;
color: black;
}
.verdana8Black
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
}
.verdana10Bold
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: black;
Vertical-Align:center;
}
.MVINPUT
{
font-family: verdana;
font-size: 8pt;
color: Black;
background-color: white;
}
.BLUEBACKGROUND
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: Black;
background-color: #D7EBF6;
}
.verdana8Highlight
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #CCCCDD;
}
.MVINPUT1
{
font-family: verdana;
font-size: 8pt;
color: Black;
Vertical-Align:center;
background-color: #F5F5F5;
}
.HIGHLITE
{
font-family: Courier New;
font-size: 10pt;
color: navy;
}
.verdana8Report
{
font-family: verdana;
font-size: 8pt;
color: white;
Vertical-Align:center;
background-color: #777788;
}
.Vedana8MVInput1
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #F5F5F5;
}
.NORMALINPUT
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
}
.BOLD
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: #444455;
}
.verdana8Output
{
font-family: verdana;
font-size: 8pt;
color: #333344;
Vertical-Align:center;
background-color: #E5E5F2;
}
.Vedana8MVInput
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: white;
}
.verdana8BlackBold
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: black;
Vertical-Align:center;
}
.verdana8BoldBlue
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: STEELBLUE;
}
.HIGHLITEoRED
{
font-family: verdana;
font-size: 8pt;
color: black;
background-color: SANDYBROWN;
}
.BOLDoREPORT
{
font-family: verdana;
font-size: 7pt;
FONT-weight: bold;
color: black;
Vertical-Align:center;
}
.GREYBREAK
{
font-family: verdana;
font-size: 1pt;
color: black;
Vertical-Align:center;
background-color: #BBBBCC;
}
.verdana10Header
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: white;
Vertical-Align:center;
background-color: #333366;
}
.verdanaMVHeader
{
font-family: verdana;
font-size: 8pt;
color: white;
Vertical-Align:center;
background-color: #777788;
}
.Vedana8MultiSelect
{
font-family: verdana;
font-size: 8pt;
color: white;
Vertical-Align:center;
background-color: #222255;
}
.BACKGROUNDDARK
{
font-family: verdana;
font-size: 8pt;
color: Black;
background-color: sandybrown;
}
.BLUEHIGHLITE
{
font-family: verdana;
font-size: 8pt;
color: White;
background-color: #3399CC;
}
.Vedana8ClickEvent
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #DDDDDD;
}
.MAINHEADER
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: #333344;
Vertical-Align:center;
}
.BAGDBBUTTON
{
font-family: verdana;
font-size: 8pt;
color: Black;
}
.FIRSTBAGDBBUTTON
{
font-family: verdana;
font-size: 8pt;
color: Black;
}
.DBIWEBDBBUTTON
{
font-family: verdana;
font-size: 8pt;
color: #333344;
}
.DBIREP41DBBUTTON
{
font-family: verdana;
font-size: 7pt;
color: black;
Vertical-Align:center;
}
.DBIWEBDBBUTTON
{
font-family: verdana;
font-size: 8pt;
color: #333344;
}
.DBIWEB41DBBUTTON
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
}
.DbMvinput1
{
font-family: verdana;
font-size: 8pt;
color: Black;
Vertical-Align:center;
background-color: #F5F5F5;
}
.BagARUWV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: right;
background-color: #E9E89A;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagOutput
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: white;
background-color: #000000;
}
.DbNormal
{
font-family: verdana;
font-size: 8pt;
color: #333344;
}
.DbBold
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: #444455;
}
.NORMAL
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
}
.BagLargeorange
{
font-family: verdana;
font-size: 14pt;
FONT-weight: bold;
color: white;
Vertical-Align:center;
background-color: #FFCC66;
}
.BagARUNV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: right;
background-color: #E9E89A;
border:1px solid solid silver;
cursor:pointer;
}
.BagWRUWV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: right;
background-color: white;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagNormalinput
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
}
.BagARUWW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: right;
background-color: #E9E89A;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagBreak
{
font-family: verdana;
font-size: 1pt;
color: black;
Vertical-Align:center;
background-color: #000000;
}
.DbBluehighlite
{
font-family: verdana;
font-size: 8pt;
color: White;
background-color: #3399CC;
}
.Red
{
font-family: verdana;
font-size: 8pt;
color: red;
Vertical-Align:center;
}
.DbMvheaderweb
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #E5E5F2;
}
.BagWRUNV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: right;
background-color: white;
border:1px solid solid silver;
cursor:pointer;
}
.BagARUNW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: right;
background-color: #E9E89A;
border:1px solid solid silver;
cursor:pointer;
}
.DbHighlitered
{
font-family: verdana;
font-size: 8pt;
color: black;
background-color: SANDYBROWN;
}
.BagWRUWW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: right;
background-color: white;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagARNWV
{
font-family: verdana;
font-size: 8pt;
color: black;
text-align: right;
background-color: #E9E89A;
border:1px solid solid silver;
white-space:normal;
}
.BagACUWV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: center;
background-color: #E9E89A;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.DbHighlite
{
font-family: verdana;
font-size: 19pt;
FONT-weight: bold;
color: navy;
background-color: #EAF3F8;
}
.BagSRUWV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: white;
text-align: right;
background-color: #7A793B;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagACUWW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: center;
background-color: #E9E89A;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagBluebackground
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: Black;
background-color: #D7EBF6;
}
.BagWRUNW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: right;
background-color: white;
border:1px solid solid silver;
cursor:pointer;
}
.BagARNNV
{
font-family: verdana;
font-size: 8pt;
color: black;
text-align: right;
background-color: #E9E89A;
border:1px solid solid silver;
}
.BagBold
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: Black;
}
.BagACUNV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: center;
background-color: #E9E89A;
border:1px solid solid silver;
cursor:pointer;
}
.BagWRNWV
{
font-family: verdana;
font-size: 8pt;
color: black;
text-align: right;
background-color: white;
border:1px solid solid silver;
white-space:normal;
}
.BagARNWW
{
font-family: wingdings;
font-size: 8pt;
color: black;
text-align: right;
background-color: #E9E89A;
border:1px solid solid silver;
white-space:normal;
}
.BagWCUWV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: center;
background-color: white;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagSRUWW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: white;
text-align: right;
background-color: #7A793B;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagSRUNV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: white;
text-align: right;
background-color: #7A793B;
border:1px solid solid silver;
cursor:pointer;
}
.BagWCUWW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: center;
background-color: white;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.DbNormalreport
{
font-family: verdana;
font-size: 7pt;
color: Black;
Vertical-Align:center;
}
.BagACNWV
{
font-family: verdana;
font-size: 8pt;
color: black;
text-align: center;
background-color: #E9E89A;
border:1px solid solid silver;
white-space:normal;
}
.BagWRNNV
{
font-family: verdana;
font-size: 8pt;
color: black;
text-align: right;
background-color: white;
border:1px solid solid silver;
}
.DbBoldreport
{
font-family: verdana;
font-size: 7pt;
FONT-weight: bold;
color: black;
Vertical-Align:center;
}
.BagWCUNV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: center;
background-color: white;
border:1px solid solid silver;
cursor:pointer;
}
.BagWRNWW
{
font-family: wingdings;
font-size: 8pt;
color: black;
text-align: right;
background-color: white;
border:1px solid solid silver;
white-space:normal;
}
.BagARNNW
{
font-family: wingdings;
font-size: 8pt;
color: black;
text-align: right;
background-color: #E9E89A;
border:1px solid solid silver;
}
.BagSCUWV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: white;
text-align: center;
background-color: #7A793B;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagSRNWV
{
font-family: verdana;
font-size: 8pt;
color: white;
text-align: right;
background-color: #7A793B;
border:1px solid solid silver;
white-space:normal;
}
.BagSRUNW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: white;
text-align: right;
background-color: #7A793B;
border:1px solid solid silver;
cursor:pointer;
}
.BagACUNW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: center;
background-color: #E9E89A;
border:1px solid solid silver;
cursor:pointer;
}
.BagWCNWV
{
font-family: verdana;
font-size: 8pt;
color: black;
text-align: center;
background-color: white;
border:1px solid solid silver;
white-space:normal;
}
.BagACNWW
{
font-family: wingdings;
font-size: 8pt;
color: black;
text-align: center;
background-color: #E9E89A;
border:1px solid solid silver;
white-space:normal;
}
.BagOrangebackground
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: Black;
background-color: #FFCC66;
}
.BagWRNNW
{
font-family: wingdings;
font-size: 8pt;
color: black;
text-align: right;
background-color: white;
border:1px solid solid silver;
}
.BagWCUNW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: black;
text-align: center;
background-color: white;
border:1px solid solid silver;
cursor:pointer;
}
.BagACNNV
{
font-family: verdana;
font-size: 8pt;
color: black;
text-align: center;
background-color: #E9E89A;
border:1px solid solid silver;
}
.BagSCUNV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: white;
text-align: center;
background-color: #7A793B;
border:1px solid solid silver;
cursor:pointer;
}
.BagSCUWW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: white;
text-align: center;
background-color: #7A793B;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagSRNNV
{
font-family: verdana;
font-size: 8pt;
color: white;
text-align: right;
background-color: #7A793B;
border:1px solid solid silver;
}
.BagSRNWW
{
font-family: wingdings;
font-size: 8pt;
color: white;
text-align: right;
background-color: #7A793B;
border:1px solid solid silver;
white-space:normal;
}
.BagWCNNV
{
font-family: verdana;
font-size: 8pt;
color: black;
text-align: center;
background-color: white;
border:1px solid solid silver;
}
.BagNormal
{
font-family: verdana;
font-size: 8pt;
color: Black;
}
.BagALUWV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: black;
background-color: #E9E89A;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagACNNW
{
font-family: wingdings;
font-size: 8pt;
color: black;
text-align: center;
background-color: #E9E89A;
border:1px solid solid silver;
}
.DbMvheader
{
font-family: verdana;
font-size: 8pt;
color: Black;
background-color: #DDDDE3;
}
.BagWCNWW
{
font-family: wingdings;
font-size: 8pt;
color: black;
text-align: center;
background-color: white;
border:1px solid solid silver;
white-space:normal;
}
.BagSCNWV
{
font-family: verdana;
font-size: 8pt;
color: white;
text-align: center;
background-color: #7A793B;
border:1px solid solid silver;
white-space:normal;
}
.BagLargeyellow
{
font-family: verdana;
font-size: 14pt;
FONT-weight: bold;
color: #000000;
Vertical-Align:center;
background-color: #E9E89A;
}
.BagSCUNW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: white;
text-align: center;
background-color: #7A793B;
border:1px solid solid silver;
cursor:pointer;
}
.BagSRNNW
{
font-family: wingdings;
font-size: 8pt;
color: white;
text-align: right;
background-color: #7A793B;
border:1px solid solid silver;
}
.BagBluehighlite
{
font-family: verdana;
font-size: 8pt;
color: White;
background-color: #000000;
}
.BagYellowbackground
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: Black;
background-color: #E9E89A;
}
.DbNormalinput
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
}
.BagWLUWV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: black;
background-color: white;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagWCNNW
{
font-family: wingdings;
font-size: 8pt;
color: black;
text-align: center;
background-color: white;
border:1px solid solid silver;
}
.DbBlueheader
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: White;
background-color: #3399CC;
}
.BagALUWW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: black;
background-color: #E9E89A;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagALUNV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: black;
background-color: #E9E89A;
border:1px solid solid silver;
cursor:pointer;
}
.DbMainheader
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: #333344;
Vertical-Align:center;
}
.BagSCNNV
{
font-family: verdana;
font-size: 8pt;
color: white;
text-align: center;
background-color: #7A793B;
border:1px solid solid silver;
}
.BagSCNWW
{
font-family: wingdings;
font-size: 8pt;
color: white;
text-align: center;
background-color: #7A793B;
border:1px solid solid silver;
white-space:normal;
}
.DbGreybreak
{
font-family: verdana;
font-size: 1pt;
color: black;
Vertical-Align:center;
background-color: #BBBBCC;
}
.BagHighlite
{
font-family: verdana;
font-size: 19pt;
FONT-weight: bold;
color: navy;
background-color: #EAF3F8;
}
.BagWLUWW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: black;
background-color: white;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagWLUNV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: black;
background-color: white;
border:1px solid solid silver;
cursor:pointer;
}
.DbGreymultiselect
{
font-family: verdana;
font-size: 8pt;
color: white;
Vertical-Align:center;
background-color: #333344;
}
.BagALUNW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: black;
background-color: #E9E89A;
border:1px solid solid silver;
cursor:pointer;
}
.BagALNWV
{
font-family: verdana;
font-size: 8pt;
color: black;
background-color: #E9E89A;
border:1px solid solid silver;
white-space:normal;
}
.DbBluebreak
{
font-family: verdana;
font-size: 9pt;
FONT-weight: bold;
color: black;
Vertical-Align:bottom;
background-color: #EAF3F8;
}
.BagSCNNW
{
font-family: wingdings;
font-size: 8pt;
color: white;
text-align: center;
background-color: #7A793B;
border:1px solid solid silver;
}
.BagSLUWV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: white;
background-color: #7A793B;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.BagALNNV
{
font-family: verdana;
font-size: 8pt;
color: black;
background-color: #E9E89A;
border:1px solid solid silver;
}
.BagWLUNW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: black;
background-color: white;
border:1px solid solid silver;
cursor:pointer;
}
.BagBlueheader
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: White;
background-color: #000000;
}
.BagWLNWV
{
font-family: verdana;
font-size: 8pt;
color: black;
background-color: white;
border:1px solid solid silver;
white-space:normal;
}
.BagALNWW
{
font-family: wingdings;
font-size: 8pt;
color: black;
background-color: #E9E89A;
border:1px solid solid silver;
white-space:normal;
}
.DbBackgrounddark
{
font-family: verdana;
font-size: 8pt;
color: Black;
background-color: sandybrown;
}
.BagSLUNV
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: white;
background-color: #7A793B;
border:1px solid solid silver;
cursor:pointer;
}
.BagSLUWW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: white;
background-color: #7A793B;
border:1px solid solid silver;
white-space:normal;
cursor:pointer;
}
.DbBluebackground
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: Black;
background-color: #D7EBF6;
}
.DbReportheader
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
FONT-style: italic;
color: black;
text-align: center;
Vertical-Align:center;
}
.DbGreyhighlight
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #CCCCDD;
}
.BagWLNNV
{
font-family: verdana;
font-size: 8pt;
color: black;
background-color: white;
border:1px solid solid silver;
}
.BagALNNW
{
font-family: wingdings;
font-size: 8pt;
color: black;
background-color: #E9E89A;
border:1px solid solid silver;
}
.DbGreybackground
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: #333344;
Vertical-Align:center;
background-color: #E5E5F2;
}
.BagWLNWW
{
font-family: wingdings;
font-size: 8pt;
color: black;
background-color: white;
border:1px solid solid silver;
white-space:normal;
}
.BagSLNWV
{
font-family: verdana;
font-size: 8pt;
color: white;
background-color: #7A793B;
border:1px solid solid silver;
white-space:normal;
}
.BagMvinput
{
font-family: verdana;
font-size: 8pt;
color: Black;
background-color: white;
}
.BagSLUNW
{
font-family: wingdings;
font-size: 8pt;
text-decoration: underline;
color: white;
background-color: #7A793B;
border:1px solid solid silver;
cursor:pointer;
}
.BagFlight
{
font-family: verdana;
font-size: 14pt;
color: #000000;
Vertical-Align:center;
}
.BagWLNNW
{
font-family: wingdings;
font-size: 8pt;
color: black;
background-color: white;
border:1px solid solid silver;
}
.BagSLNNV
{
font-family: verdana;
font-size: 8pt;
color: white;
background-color: #7A793B;
border:1px solid solid silver;
}
.BagSLNWW
{
font-family: wingdings;
font-size: 8pt;
color: white;
background-color: #7A793B;
border:1px solid solid silver;
white-space:normal;
}
.BagMvheader
{
font-family: verdana;
font-size: 8pt;
color: White;
background-color: #000000;
}
.DbMvinput
{
font-family: verdana;
font-size: 8pt;
color: Black;
background-color: white;
}
.BagRed
{
font-family: verdana;
font-size: 14pt;
FONT-weight: bold;
FONT-style: italic;
color: #FF3333;
}
.BagSLNNW
{
font-family: wingdings;
font-size: 8pt;
color: white;
background-color: #7A793B;
border:1px solid solid silver;
}
.BagLarge
{
font-family: verdana;
font-size: 16pt;
color: #000000;
Vertical-Align:center;
}
.BagBLNNV
{
font-family: verdana;
font-size: 8pt;
color: white;
background-color: #000000;
border:1px solid solid silver;
}
.verdana8BlueBold
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: #123066;
Vertical-Align:center;
}
.Vedana8BlueClickEvent
{
font-family: verdana;
font-size: 8pt;
color: #0b2345;
Vertical-Align:center;
background-color: #BBD2EA;
}
.BLUEHEADER
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: White;
background-color: #3399CC;
}
.verdana7
{
font-family: verdana;
font-size: 7pt;
color: black;
Vertical-Align:center;
}
.verdana8Blue42
{
font-family: verdana;
font-size: 8pt;
color: #123066;
Vertical-Align:center;
}
.verdana1Break
{
font-family: verdana;
font-size: 0pt;
color: #444477;
Vertical-Align:center;
background-color: #555588;
PADDING-TOP:0px;
PADDING-BOTTOM:0px;
HEIGHT:1px;
MARGIN: 0px;
}
.GREYHIGHLIGHT
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #CCCCDD;
}
.MVHEADERWEB
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #E5E5F2;
}
.BLUEBREAK
{
font-family: verdana;
font-size: 9pt;
FONT-weight: bold;
color: black;
Vertical-Align:bottom;
background-color: #EAF3F8;
}
.verdana7Bold
{
font-family: verdana;
font-size: 7pt;
FONT-weight: bold;
color: black;
Vertical-Align:center;
}
.GREYMULTISELECT
{
font-family: verdana;
font-size: 8pt;
color: white;
Vertical-Align:center;
background-color: #333344;
}
.BUTTON42NEWTICK
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/tickbutton.jpg);;
background-repeat: no-repeat;;
margin: 5px auto;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.BUTTON42
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/cross.gif);;
background-repeat: no-repeat;;
margin: 5px auto;;
padding: 5px 0 0 0;;
text-align: center;;
text-decoration: none;;
border:0px;
}
.Courier8Normal
{
font-family: Courier New;
font-size: 8pt;
color: black;
Vertical-Align:center;
}
.BUTTON42HOVER
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background: url(images/design42.jpg);
}
.NORMALREPORT
{
font-family: verdana;
font-size: 7pt;
color: black;
Vertical-Align:center;
}
.BUTTON42DELETEHOVER
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/deletebuttonhover.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.BUTTON42DEVELOPER
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/developer.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.SEARCHLABELLITE
{
font-family: verdana;
font-size: 8pt;
color: white;
Vertical-Align:center;
TEXT-DECORATION:UNDERLINE;;
BORDER-STYLE: none;;
PADDING-RIGHT: 2px;;
PADDING-LEFT: 0px;;
HEIGHT: 12px;;
text-align: left;;
CURSOR: hand;
}
.BUTTON42OPEN
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/open.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.REPORToHEADER
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
FONT-style: italic;
color: black;
text-align: center;
Vertical-Align:center;
}
.verdanaMVBlueHeader
{
font-family: verdana;
font-size: 8pt;
color: #0B2345;
Vertical-Align:center;
background-color: #EEF3FA;
}
.GREYBACKGROUND
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: #333344;
Vertical-Align:center;
background-color: #E5E5F2;
}
.BUTTON42DEVELOPHOVER
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/developerhover.jpg);;
background-repeat: no-repeat;;
margin: 5px auto;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.MVHEADER
{
font-family: verdana;
font-size: 8pt;
color: Black;
background-color: #DDDDE3;
}
.BUTTON42CLOSE
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/closebutton.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.NORMALoINPUT
{
font-family: verdana;
font-size: 8pt;
color: black;
}
.BUTTON42OPENHOVER
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/openhover.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.verdana8Black
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
}
.verdana10Bold
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: black;
Vertical-Align:center;
}
.BUTTON42CANCELHOVER
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/cancelbuttonhover.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.MVINPUT
{
font-family: verdana;
font-size: 8pt;
color: Black;
background-color: white;
}
.BLUEBACKGROUND
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: Black;
background-color: #D7EBF6;
}
.verdanaBlueHeaderText42
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: white;
Vertical-Align:center;
}
.verdana8Highlight
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #CCCCDD;
}
.MVINPUT1
{
font-family: verdana;
font-size: 8pt;
color: Black;
Vertical-Align:center;
background-color: #F5F5F5;
}
.HIGHLITE
{
font-family: Courier New;
font-size: 10pt;
color: navy;
}
.searchlabel41
{
font-family: verdana;
font-size: 8pt;
color: #F0F8FF;
Vertical-Align:center;
CURSOR:HAND;
BORDER-STYLE: none;;
TEXT-DECORATION:UNDERLINE;;
}
.BUTTON42ADDTOFORM
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/tickbutton.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 15;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.BUTTON42TICK
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/tickbutton.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.verdana8Report
{
font-family: verdana;
font-size: 8pt;
color: white;
Vertical-Align:center;
background-color: #777788;
}
.verdana8BlueReport
{
font-family: verdana;
font-size: 8pt;
color: #0B2345;
Vertical-Align:center;
background-color: #EEF3FA;
}
.BUTTON42DEVELOPERHOVER
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/developerhover.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.SEARCHLABELLITEHOVER
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: LIGHTYELLOW;
Vertical-Align:center;
TEXT-DECORATION:UNDERLINE;;
BORDER-STYLE: none;;
PADDING-RIGHT: 2px;;
PADDING-LEFT: 0px;;
HEIGHT: 12px;;
text-align: left;;
CURSOR: hand;
}
.BUTTON42CLOSEHOVER
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/closebuttonhover.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.BUTTON42TICKHOVER
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/tickbuttonhover.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.Vedana8MVInput1
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #F5F5F5;
}
.Vedana8MVInput2
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #FCFCFD;
}
.NORMALINPUT
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
}
.BOLD
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: #444455;
}
.verdana8Output
{
font-family: verdana;
font-size: 8pt;
color: #333344;
Vertical-Align:center;
background-color: #E5E5F2;
}
.verdana8BlueOutput
{
font-family: verdana;
font-size: 8pt;
color: #124384;
Vertical-Align:center;
background-color: #F0F5FC;
}
.BUTTON42DELETE
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/deletebutton.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.Vedana8MVInput
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: white;
}
.BUTTON42ADDTOFORMHOVER
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/tickbuttonhover.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 15;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.Vedana8BlueMultiSelect
{
font-family: verdana;
font-size: 8pt;
color: white;
Vertical-Align:center;
background-color: #186BAB;
}
.verdana8Black42
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
}
.verdana8BlackBold
{
font-family: verdana;
font-size: 8pt;
FONT-weight: bold;
color: black;
Vertical-Align:center;
}
.searchlabelnewhover
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: #3586B6;
Vertical-Align:center;
CURSOR: hand;;
PADDING-RIGHT: 2px;;
PADDING-TOP: 1px;;
PADDING-BOTTOM: 1px;;
FONT-WEIGHT: normal;;
MARGIN: 0px 0px;;
HEIGHT: 12px;;
text-align: left;
}
.verdana8BoldBlue
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: STEELBLUE;
}
.HIGHLITEoRED
{
font-family: verdana;
font-size: 8pt;
color: black;
background-color: SANDYBROWN;
}
.BUTTON42HOMEHOVER
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/homehover.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.BOLDoREPORT
{
font-family: verdana;
font-size: 7pt;
FONT-weight: bold;
color: black;
Vertical-Align:center;
}
.verdana842Highlight
{
font-family: verdana;
font-size: 8pt;
color: #124384;
Vertical-Align:center;
background-color: #F1F3F8;
}
.BUTTON42SAVEHOVER
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/savehover.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.GREYBREAK
{
font-family: verdana;
font-size: 1pt;
color: black;
Vertical-Align:center;
background-color: #BBBBCC;
}
.searchlabelnew
{
font-family: verdana;
font-size: 8pt;
text-decoration: underline;
color: #105196;
Vertical-Align:center;
CURSOR: hand;;
PADDING-RIGHT: 2px;;
PADDING-TOP: 1px;;
PADDING-BOTTOM: 1px;;
FONT-WEIGHT: normal;;
MARGIN: 0px 0px;;
HEIGHT: 12px;;
text-align: left;
}
.verdana8Blue
{
font-family: verdana;
font-size: 8pt;
color: #123066;
Vertical-Align:center;
}
.verdana10Header
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: white;
Vertical-Align:center;
background-color: #333366;
}
.verdanaMVHeader
{
font-family: verdana;
font-size: 8pt;
color: white;
Vertical-Align:center;
background-color: #777788;
}
.Vedana8MultiSelect
{
font-family: verdana;
font-size: 8pt;
color: white;
Vertical-Align:center;
background-color: #222255;
}
.BUTTON42SAVE
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/save.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.verdana10BlueHeader
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: white;
Vertical-Align:center;
background-color: #2875B2;
padding: 0 0 0 10;;
}
.BACKGROUNDDARK
{
font-family: verdana;
font-size: 8pt;
color: Black;
background-color: sandybrown;
}
.BUTTON42CANCELIN
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/cancelbuttonin.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.BLUEHIGHLITE
{
font-family: verdana;
font-size: 8pt;
color: White;
background-color: #3399CC;
}
.BUTTON42HOME
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/home.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.verdana1BlueBreak
{
font-family: verdana;
font-size: 1pt;
color: black;
Vertical-Align:center;
background-color: #FCFCFC;
cellpadding:0;
cellspacing:0;
border:none;
border-top:1pt solid;
border-top-color:lightsteelblue;
}
.Vedana8ClickEvent
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: #DDDDDD;
}
.BUTTON42CANCEL
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
background-color: transparent;;
background-image: url(IMAGES/cancelbutton.jpg);;
background-repeat: no-repeat;;
padding: 0 0 0 5;;
text-align: center;;
text-decoration: none;;
border:1px;
}
.MAINHEADER
{
font-family: verdana;
font-size: 10pt;
FONT-weight: bold;
color: #333344;
Vertical-Align:center;
}
.BAGDBBUTTON
{
font-family: verdana;
font-size: 8pt;
color: Black;
}
.FIRSTBAGDBBUTTON
{
font-family: verdana;
font-size: 8pt;
color: Black;
}
.DBIWEBDBBUTTON
{
font-family: verdana;
font-size: 8pt;
color: #333344;
}
.DBIREP41DBBUTTON
{
font-family: verdana;
font-size: 7pt;
color: black;
Vertical-Align:center;
}
.DBIWEBDBBUTTON
{
font-family: verdana;
font-size: 8pt;
color: #333344;
}
.DBIWEB41DBBUTTON
{
font-family: verdana;
font-size: 8pt;
color: black;
Vertical-Align:center;
}
.DBIWEB42DBBUTTON
{
font-family: verdana;
font-size: 8pt;
color: #123066;
Vertical-Align:center;
}
.DBIWEB43DBBUTTON
{
font-family: verdana;
font-size: 8pt;
color: #123066;
Vertical-Align:center;
}

/* Start of paging */

.SMARTPAGING {
}

.SMARTPAGING table {
 font: normal normal normal 11px/normal verdana;
 text-align: center;
}

.SMARTPAGING a {
}

.SMARTPAGING td {
 cursor:default;
 border:1px solid white;
}

.SMARTPAGING td.Over {
 cursor:pointer;
 border:1px solid silver;
 background-color:#DDD;
}

.SMARTPAGING span {
 background-repeat: no-repeat;
 background-size: 18px;
 display:block;
 height:22px;
 width:22px;
}

.SMARTPAGING span.First {
 background-image:url('../../images/toolbar/nav_first.png');
}

.SMARTPAGING span.Prev {
 background-image:url('../../images/toolbar/nav_prev.png');
}

.SMARTPAGING span.Next {
 background-image:url('../../images/toolbar/nav_next.png');
}

.SMARTPAGING span.Last {
 background-image:url('../../images/toolbar/nav_last.png');
}

.SMARTPAGING span.Go {
 padding-top: 2px;
 width:16px;
 text-decoration: underline;
}

.SMARTPAGING span.GoCurrent {
 font: normal normal bold 16px/normal verdana;
 width:30px;
 border: 1px solid black;
}


/* End of paging */

.ToolbarImage {
 cursor:pointer;
 border:1px solid transparent;
 background-color:transparent;
 font-size:12px;
 text-align:center;
}

.ToolbarImageOver {
 cursor:pointer;
 border:1px solid silver;
 background-color:#DDD;
 font-size:20px;
 text-align:center;
}


.TranslationImage {
 cursor:pointer;
 border:1px solid #5F635E;
 background-color:transparent;
 font-size:12px;
 text-align:center;
}

.TranslationImageOver {
 cursor:pointer;
 border:1px solid silver;
 background-color:#DDD;
 font-size:20px;
 text-align:center;
}

.firstbag-vertical-text
{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}