﻿/******************************/
/***** StandardCommon.CSS *****/
/******************************/


/* EM-Centric Typography & Rendering Defaults */

body
{
    font-size: 62.5%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
}

h1
{
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
}

h2
{
    font-size: 2em;
    margin-bottom: 0.75em;
}

h3
{
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
}

h4
{
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

h5
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6
{
    font-size: 1em;
    font-weight: bold;
}

.hLegacy {
  font-weight: normal;
  color: #1b5187;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p
{
    margin: 0 0 1.5em;
}

p img.left
{
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}

p img.right
{
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
}

blockquote
{
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

address
{
    margin: 0 0 1.5em;
    font-style: italic;
}

pre
{
    margin: 1.5em 0;
    white-space: pre;
}

pre, code, tt
{
    font: 1em 'andale mono' , 'lucida console' , monospace;
    line-height: 1.5;
}

li ul, li ol
{
    margin: 0 1.5em;
}

ul, ol
{
    margin: 0 1.0em 1.0em 1.0em;
}

dl
{
    margin: 0 0 1.5em 0;
}

dd
{
    margin-left: 1.5em;
}

a:link, a:visited
{
    color: #6060F0;
}

a:hover
{
    color: #60A0FF;
}

a:active
{
    color: #6060F0;
}

/* General Text & Control Classes */

.TextStd
{
    font-family: Tahoma, Arial;
    font-size: 1.2em;
}

.TextLogin
{
    font-family: Verdana, Arial;
    font-size: 1em;
    padding: 0px 0px;
}

.TextNarrow
{
    font-family: Arial Narrow, Arial;
    font-size: 1em;
}

.TextStd_Masthead
{
    font-family: 'Tahoma', Arial;
    font-size: 2.3em;
    font-weight: 500;
    font-style: italic;
    color: #000000;
}

.TextStd_Label
{
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    font-weight: bold;
}

.TextLarge_Label
{
    font-family: Tahoma, Arial;
    font-size: 1.6em;
    font-weight: bold;
}

.TextMediumLarge_Label
{
    font-family: Tahoma, Arial;
    font-size: 1.3em;
    font-weight: normal;
}

.TextMedium_Label
{
    font-family: Tahoma, Arial;
    font-size: 1.2em;
    font-weight: normal;
}

.TextSmall_Label
{
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    font-weight: bold;
}

.TextTiny_Label
{
   font-family: Tahoma, Arial;
   font-size: 1.0em;
   font-weight: bold;
}

.TextError_Label
{
    font-family: Tahoma, Arial;
    font-size: 0.9em;
    font-weight: bold;
    color: White;
    background-color: Red;
}

.TextboxStd
{
    font-family: Tahoma, Arial;
    font-size: 1.2em;
    padding: 1px 0 1px 0;
}

.TextboxSmall
{
    font-family: Tahoma, Arial;
    font-size: 1.0em;
    padding: 1px 0 1px 0;
}

.LinkbuttonStd
{
    font-family: Tahoma, Arial;
    font-size: 1.2em;
    font-weight: bold;
    height: 20px;
    color: #6060F0;
    text-decoration: underline;
}

.LinkbuttonStd_Disabled
{
    font-family: Tahoma, Arial;
    font-size: 1.2em;
    font-weight: bold;
    height: 20px;
    color: #AAAAAA;
    text-decoration: underline;
}

.HyperLinkButtonStd, .HyperLinkButtonStd:hover {
    display: block;
    height: 16px;
    line-height: 13px;
    width: 200px;
    padding: 2px;
    text-align: center;
    border: 1px solid #a0a0a0;
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    background: #e8e8e8;
    color: #000000;
}

.HyperLinkButtonDisabled, .HyperLinkButtonDisabled:hover {
    display: block;
    height: 16px;
    line-height: 13px;
    width: 200px;
    padding: 2px;
    text-align: center;
    border: 1px solid #a0a0a0;
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    background: #e8e8e8;
    color: #d0d0d0;
}

.DropdownlistStd
{
    font-family: Tahoma, Arial;
    font-size: 1.2em;
    padding: 0px 0px;
}

.DropdownlistSmall
{
    font-family: Tahoma, Arial;
    font-size: 1.0em;
    padding: 0px 0px;
}

.DropdownlistNarrow
{
    font-family: Arial Narrow, Arial;
    font-size: 1em;
    padding: 0px 0px;
}

.ListboxStd
{
    font-family: Tahoma, Arial;
    font-size: 1.2em;
    padding: 0px 0px;
}

.ListboxSmall
{
    font-family: Tahoma, Arial;
    font-size: 1.0em;
    padding: 0px 0px;
}

.CheckboxStd
{
    padding-top: 2px;
    padding-left: 2px;
}

.ButtonStd
{
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    font-weight: bold;
    height: 22px;
    width: 90px;
    padding: 0 0 10px;
    white-space: inherit;
}

.ButtonLarge
{
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    font-weight: bold;
    height: 40px;
    width: 90px;
    padding: 0 0 4px;
    white-space: inherit;
}

.ButtonShort
{
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    font-weight: bold;
    height: 22px;
    width: 30px;
    padding: 0 0 10px;
}

.ButtonConcise
{
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    font-weight: bold;
    height: 22px;
    width: 60px;
    padding: 0 0 10px;
}

.ButtonMedium
{
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    font-weight: bold;
    height: 22px;
    width: 120px;
    padding: 0 0 10px;
}

.ButtonLong1
{
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    font-weight: bold;
    height: 22px;
    width: 160px;
    padding: 0 0 10px;
}

.ButtonLong2
{
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    font-weight: bold;
    height: 22px;
    width: 220px;
    padding: 0 0 10px;
}

.ButtonLong200
{
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    font-weight: bold;
    height: 22px;
    width: 200px;
    padding: 0 0 10px;
}

.ButtonLong400
{
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    font-weight: bold;
    height: 22px;
    width: 395px;
    padding: 0 0 10px;
}

.Button_Grid
{
    font-family: Tahoma, Arial;
    font-size: 0.9em;
    font-weight: bold;
    height: 18px;
    width: 65px;
    padding-top: 0px;
    padding-bottom: 4px;
}

.RadiobuttonStd
{
    font-family: Arial Narrow, Arial;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0;
    text-indent: 5px;
}

.GridviewStd
{
    font-family: Tahoma, Arial;
    font-size: 1.2em;
    height: 14px;
}


.GridviewStd_TableCell tr td 
{
    font-family: Tahoma, Arial;
    font-size: 1.1em;
}

.GridviewStd_EditRow
{
    font-family: Tahoma, Arial;
    font-size: 0.8em;
}

.GridviewStd_HeaderRow
{
    padding: 1px 1px 1px 1px;
    font-family: Arial Narrow, Arial;
    font-size: 1.2em;
    font-weight: bold;
    color: White;
    background-color: Navy;
    vertical-align: text-bottom;
    text-align: center;
}

.GridviewStd_HeaderRowSmall
{
    padding: 1px 1px 1px 1px;
    font-family: Arial Narrow, Arial;
    font-size: 0.9em;
    font-weight: bold;
    color: White;
    background-color: Navy;
    vertical-align: text-bottom;
    text-align: center;
}

.HRStd
{
    clear: both;
    border-bottom: 1px solid #E7E5E6;
    margin: 1em 0;
}

.Underline
{
    text-decoration: underline;
}

/* General Positioning/Margin/Padding/Border/Rendering Classes */

.Pad0
{
    padding: 0px;
}

.Pad0i
{
    padding: 0px !important;
}

.Pad1
{
    padding: 1px;
}

.Pad1i
{
    padding: 1px !important;
}

.Pad2
{
    padding: 2px;
}

.Pad2i
{
    padding: 2px !important;
}

.Pad4
{
    padding: 4px;
}

.Pad4i
{
    padding: 4px !important;
}

.Pad5
{
    padding: 5px;
}

.Pad8i
{
    padding: 8px !important;
}

.Pad0T
{
    padding-top: 0;
}

.Pad2T
{
    padding-top: 2px;
}

.Pad3T
{
    padding-top: 3px;
}

.Pad4T
{
    padding-top: 4px;
}

.Pad6T
{
    padding-top: 6px;
}

.Pad8T
{
    padding-top: 8px;
}

.Pad2B
{
    padding-bottom: 2px;
}

.Pad3B
{
    padding-bottom: 3px;
}

.Pad4B
{
    padding-bottom: 4px;
}

.Pad6B
{
    padding-bottom: 6px;
}

.Pad8B
{
    padding-bottom: 8px;
}

.Pad2L
{
    padding-left: 2px;
}

.Pad4L
{
    padding-left: 4px;
}

.Pad6L
{
    padding-left: 6px;
}

.Pad8L
{
    padding-left: 8px;
}

.Pad10L
{
    padding-left: 10px;
}

.Pad0R
{
    padding-right: 0px;
}

.Pad2R
{
    padding-right: 2px;
}

.Pad4R
{
    padding-right: 4px;
}

.Pad6R
{
    padding-right: 6px;
}

.Pad8R
{
    padding-right: 8px;
}

.Margin0
{
    margin: 0px 0px 0px 0px;
}

.Margin5
{
    margin: 5px 5px 5px 5px;
}

.Margin10
{
    margin: 10px 10px 10px 10px;
}

.Margin-3T
{
    margin-top: -3px;
}

.Margin0T
{
    margin-top: 0px;
}

.Margin0Ti
{
    margin-top: 0px !important;
}

.Margin1T
{
    margin-top: 1px;
}

.Margin2T
{
    margin-top: 2px;
}

.Margin4T
{
    margin-top: 4px;
}

.Margin6T
{
    margin-top: 6px;
}

.Margin8T
{
    margin-top: 8px;
}

.Margin10T
{
    margin-top: 10px;
}

.Margin12T
{
    margin-top: 12px;
}

.Margin15T
{
    margin-top: 15px;
}

.Margin0B
{
    margin-bottom: 0px;
}

.Margin1B
{
    margin-bottom: 1px;
}

.Margin2B
{
    margin-bottom: 2px;
}

.Margin4B
{
    margin-bottom: 4px;
}

.Margin6B
{
    margin-bottom: 6px;
}

.Margin8B
{
    margin-bottom: 8px;
}

.Margin25B
{
    margin-bottom: 25px;
}

.Margin0L
{
    margin-left: 0px;
}

.Margin2L
{
    margin-left: 2px;
}

.Margin3L
{
    margin-left: 3px;
}

.Margin4L
{
    margin-left: 4px;
}

.Margin6L
{
    margin-left: 6px;
}

.Margin8L
{
    margin-left: 8px;
}

.Margin10L
{
    margin-left: 10px;
}

.Margin15L
{
    margin-left: 15px;
}

.Margin20L
{
    margin-left: 20px;
}

.Margin25L
{
    margin-left: 25px;
}

.Margin30L
{
    margin-left: 30px;
}

.Margin35L
{
    margin-left: 35px;
}

.Margin50L
{
    margin-left: 50px;
}

.Margin60L
{
    margin-left: 60px;
}

.Margin70L
{
    margin-left: 70px;
}

.Margin75L
{
    margin-left: 75px;
}

.Margin85L
{
    margin-left: 85px;
}

.Margin100L
{
    margin-left: 100px;
}

.Margin115L
{
    margin-left: 115px;
}

.Margin140L
{
    margin-left: 140px;
}

.Margin160L
{
    margin-left: 160px;
}

.Margin180L
{
    margin-left: 180px;
}

.Margin250L
{
    margin-left: 250px;
}

.Margin260L
{
    margin-left: 260px;
}

.Margin275L
{
    margin-left: 275px;
}

.Margin520L
{
    margin-left: 520px;
}

.MarginAutoL
{
    margin-left: auto;
}

.Margin0R
{
    margin-right: 0px;
}

.Margin0Ri
{
    margin-right: 0px !important;
}

.Margin3R
{
    margin-right: 3px;
}

.Margin6R
{
    margin-right: 6px;
}

.Margin8R
{
    margin-right: 8px;
}

.Margin10R
{
    margin-right: 10px;
}

.Margin20R
{
    margin-right: 20px;
}

.Margin25R
{
    margin-right: 25px;
}

.MarginAutoR
{
    margin-right: auto;
}

.LineHeight4
{
    line-height: 4px;
}

.LineHeight8
{
    line-height: 8px;
}

.LineHeight10
{
    line-height: 10px;
}

.LineHeight12
{
    line-height: 12px;
}

.LineHeight14
{
    line-height: 14px;
}

.LineHeight15
{
    line-height: 15px;
}

.LineHeight16
{
    line-height: 16px;
}

.LineHeight18
{
    line-height: 18px;
}

.LineHeight19
{
    line-height: 19px;
}

.LineHeight20
{
    line-height: 20px;
}

.Height8
{
    height: 8px;
}

.Height10
{
    height: 10px;
}

.Height12
{
    height: 12px;
}

.Height14
{
    height: 14px;
}

.Height15
{
    height: 15px;
}

.Height18
{
    height: 18px;
}

.Height28
{
    height: 28px;
}

.Height45
{
    height: 45px;
}

.Width10
{
   float: left;
   width: 10px;
}

.Width20
{
   float: left;
   width: 20px;
}

.Width30
{
    float: left;
    width: 30px;
}

.Width50
{
    float: left;
    width: 50px;
}

.Width60
{
    float: left;
    width: 60px;
}

.Width60i
{
    float: left;
    width: 60px !important;
}

.Width75
{
    float: left;
    width: 75px;
}

.Width80
{
    float: left;
    width: 80px;
}

.Width80i
{
    float: left;
    width: 80px !important;
}

.Width90
{
    float: left;
    width: 90px;
}

.Width100
{
    float: left;
    width: 100px;
}

.Width120
{
    float: left;
    width: 120px;
}

.Width140
{
    float: left;
    width: 140px;
}

.Width150
{
   float: left;
   width: 150px;
}

.Width160
{
   float: left;
   width: 160px;
}

.Width180
{
   float: left;
   width: 180px;
}

.Width185
{
   float: left;
   width: 185px;
}

.Width195
{
   float: left;
   width: 195px;
}

.Width200
{
   float: left;
   width: 200px;
}

.Width210
{
   float: left;
   width: 210px;
}

.Width220
{
    float: left;
    width: 220px;
}

.Width240
{
    float: left;
    width: 240px;
}

.Width260
{
    float: left;
    width: 260px;
}

.Width300
{
    float: left;
    width: 300px;
}

.Width350
{
    float: left;
    width: 350px;
}

.Width375
{
    float: left;
    width: 375px;
}

.Width380
{
    float: left;
    width: 380px;
}

.Width400
{
    float: left;
    width: 400px;
}

.Width450
{
    float: left;
    width: 450px;
}

.Width550
{
    float: left;
    width: 550px;
}

.Width590
{
    float: left;
    width: 590px;
}

.Width610
{
    float: left;
    width: 610px;
}

.Width630
{
    float: left;
    width: 630px;
}

.Width650
{
    float: left;
    width: 650px;
}

.Width1020
{
    float: left;
    width: 1020px;
}

.Width1024
{
    float: left;
    width: 1024px;
}

.TextLeft
{
    text-align: left;
}

.TextCenter
{
    text-align: center;
}

.TextRight
{
    text-align: right;
}

.ImageCenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ClearBlock
{
    display: block;
    clear: both;
}

.ClearNone
{
    clear: none;
}

.ClearRight
{
    clear: right;
}

.FloatLeft
{
    float: left;
}

.FloatRight
{
    float: right;
}

.VAlignTop
{
    vertical-align: top;
}

.VAlignMiddle
{
    vertical-align: middle;
}

.breadcrumb
{
    cursor: pointer;
}

.ForceToFront
{
    z-index: 999999 !important;
}

.Border0
{
    border: 0px;
}

.Border0i
{
    border: 0px !important;
}

.Border1
{
    border: 1px;
}

.Border1Red
{
    border: 1px solid Red;
}

.Border1Silver
{
    border: 1px solid Silver;
}

.Roundedcorners5
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* For IE9 */
}

.Roundedcorners8
{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; /* For IE9 */
}

.Roundedcorners10
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* For IE9 */
}

.DisplayNone
{
    display: none;
}

.DisplayInline
{
    display: inline;
}

.TableLayoutFixed
{
    table-layout: fixed;
}

.DirectionRTL
{
   direction: rtl;
}

/* Use to position checkbox labels better; wrap checkbox in div having this class */
.CheckboxDiv label
{
    position: relative;
    top: -2px;
}

/* Remove button padding in Firefox */
input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}

/* General Font/Color-Specific Classes */

.FontNormal
{
    background-image: none;
    font-style: normal;
    font-weight: 300;
}

.FontCourier
{
    font-family: 'Courier New';
}

.FontArialNarrow
{
    font-family: 'Arial Narrow';
}

.FontError
{
    color: White;
    background-color: Red;
}

.FontDisabled
{
    background-color: #E0DFE3;
    background-image: none;
}

.FontWhite
{
    color: White;
}

.FontRed
{
    color: red;
}

.FontGold
{
    color: gold;
}

.FontBlue
{
    color: blue;
}

.FontGreen
{
    color: green;
}

.FontGreen0
{
    color: #7BFC01;
}

.FontGreen1
{
    color: #05AF05;
}

.FontGreenYPP
{
    color: #A3C332;
}

.FontLime
{
    color: lime;
}

.FontYellow
{
    color: yellow;
}

.FontMaroon
{
    color: maroon;
}

.FontMaroon0
{
    color: #663333;
}

.FontMaroon1
{
    color: #660000;
}

.FontMaroon2
{
    color: #c00000;
}

.FontSilver
{
    color: silver;
}

.FontSilveri
{
    color: silver !important;
}

.FontGray0
{
    color: #808080;
}

.FontGray0i
{
    color: #808080 !important;
}

.FontGray1
{
    color: #606060;
}

.FontGray1i
{
    color: #606060 !important;
}

.FontGray2
{
    color: #D0D0D0;
}

.FontGray2i
{
    color: #D0D0D0 !important;
}

.FontMediumBlue
{
    color: #6060F0;
}

.FontDarkBlue
{
    color: #00008B;
}

.FontSteelBlue
{
    color: #4682B4;
}

.FontLinkBluei
{
    color: #71b7e3 !important;
}

.FontWeightNormal
{
    font-weight: normal;
}

.FontBold
{
    font-weight: bold;
}

.Font07em
{
    font-size: 0.7em;
}

.Font08em
{
    font-size: 0.8em;
}

.Font09em
{
    font-size: 0.9em;
}

.Font10em
{
    font-size: 1.0em;
}

.Font11em
{
    font-size: 1.1em;
}

.Font12em
{
    font-size: 1.2em;
}

.Font13em
{
    font-size: 1.3em;
}

.Font14em
{
    font-size: 1.4em;
}

.Font15em
{
    font-size: 1.5em;
}

.Font16em
{
    font-size: 1.6em;
}

.Font17em
{
    font-size: 1.7em;
}

.Font18em
{
    font-size: 1.8em;
}

.Font19em
{
    font-size: 1.9em;
}

.Font20em
{
    font-size: 2.0em;
}

.Font30em
{
    font-size: 3.0em;
}

.BGTransparent
{
    background: transparent;
    background-color: transparent;
}

.BGWhite
{
    background: #ffffff;
    background-color: #ffffff;
}

.BGLightGray
{
    background: #eeeeee;
    background-color: #eeeeee;
}

.BGMediumGray
{
    background: #d8d8d8;
    background-color: #d8d8d8;
}

.BGDarkGray
{
    background: #c0c0c0;
    background-color: #c0c0c0;
}

.BGVeryDarkGray
{
    background: #a8a8a8;
    background-color: #a8a8a8;
}

.BGMediumBlue
{
    background: #00BFFF;
    background-color: #00BFFF;
}

.BGJFLL
{
    background: #1E9F9A;
    background-color: #1E9F9A;
}

.BGFLL
{
    background: #C61424;
    background-color: #C61424;
}

.BGFTC
{
    background: #E7B220;
    background-color: #E7B220;
}

.BGFRC
{
    background: #003875;
    background-color: #003875;
}

/* Menu Formatting */

.MenuRoot
{
    padding-right: 10px;
    font-family: "Helvetica Neue" , Arial;
}

.MenuNode
{
    padding-left: 10px;
    font-family: "Helvetica Neue" , Arial;
}

.MenuNode:hover
{
    padding-left: 10px;
    font-family: "Helvetica Neue" , Arial;
    background-color: #EBF0FA;
}

.MenuNodeLabel
{
    cursor: pointer;
    font-family: "Helvetica Neue" , Arial;
}

.MenuNodeLabel:hover
{
    cursor: pointer;
    font-family: "Helvetica Neue" , Arial;
    background-color: White;
    color: Green;
}

.MenuNodeLabelDisabled
{
    cursor: pointer;
    font-family: "Helvetica Neue" , Arial;
    color: #8C8C8C;
}

.MenuCategory
{
    padding-left: 10px;
    font-family: "Helvetica Neue" , Arial;
    font-size: 1.3em;
}

.MenuCategoryLabel
{
    font-family: "Helvetica Neue" , Arial;
    font-size: 1.3em;
    font-weight: bold;
    cursor: pointer;
    padding-left: 2px;
}

.MenuCategoryLabel:hover
{
    font-family: "Helvetica Neue" , Arial;
    font-size: 1.3em;
    font-weight: bold;
    cursor: pointer;
    background-color: #EBF0FA;
    padding-left: 2px;
}

.PageHeader
{
    width: 800px;
}

.SearchLabel
{
    display: inline-block;
    width: 120px;
}

.SearchField
{
    width: 220px;
}

/* Error Tip Styling */
.errortip_arrow_top
{
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-left: 0px solid transparent;
    border-top: 0;
    border-bottom: 15px solid #FED22F;
    left: 10px;
    position: relative;
}

.errortip_arrow_top_inner
{
    border-right: 20px dotted transparent;
    border-left: 0;
    border-bottom: 15px solid #FFE45C;
    bottom: auto;
    top: 7px;
    left: 3px;
    right: auto;
    position: relative;
}

.errortip_box
{
    width: 250px;
    background-color: Green;
    border: 5px solid #FED22F;
    background-color: #FFE45C;
}

.errortip_box_text
{
    padding: 5px;
    font-size: 1.2em;
}

.LoadingGreyout
{
    background-color: white;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.50;
    position: absolute;
    top: 80px;
    left: 256px;
    height: 688px;
    width: 1024px;
}

.LoadingGreyoutInnerContainer
{
    position: absolute;
    top: 80px;
    left: 256px;
    width:1024px;
    height: 688px;
    text-align:center;
}

.LoadingGreyoutInnerContainer .Content
{
    width: 200px;
    height: 96px;
    margin: 0px auto;
    line-height: 96px;
    border: 1px solid black;
    background-color: white;
    font-size: 2em;
    top: 244px;
    position:relative;
}

.TimeoutGreyout
{
    background-color: white;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.50;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.TimeoutActionBox
{
    height: 200px;
    width: 360px;   
    margin: 0px auto;
    position: absolute;
}

.TimeoutActionBox .TitleBar
{
    width: 350px;   
    height: 25px;
    background-color: Gray;
    border:1px solid Black;
    font-weight: bold;
    color: White;
    font-size: 1.5em;
    line-height: 25px;
    vertical-align:middle;
    padding-left: 5px;
    padding-right: 5px;
}

.TimeoutActionBox .Content
{
    width: 350px;   
    height: 90px;
    background-color: White;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding:5px;
    font-size: 1.2em;
}

.TimeoutActionBox .Content .Buttons
{
    width: 75px;   
}

.TimeoutActionBox .Content .Timer
{
    padding:10px;
    
}

.SystemMessageGreyout
{
    background-color: white;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.50;
    position: absolute;
    height: 100%;
    width: 100%;
    
}

.SystemMessageActionBox
{
    height: 200px;
    width: 360px;   
    margin: 0px auto;
    position: absolute;
}

.SystemMessageActionBox .TitleBar
{
    width: 350px;   
    height: 25px;
    background-color: Gray;
    border:1px solid Black;
    font-weight: bold;
    color: White;
    font-size: 1.5em;
    line-height: 25px;
    vertical-align:middle;
    padding-left: 5px;
    padding-right: 5px;
}

.SystemMessageActionBox .Content
{
    width: 350px;   
    /*height: 90px;*/
    background-color: White;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding:5px;
    font-size: 1.2em;
    text-align: center;
}

.SystemMessageActionBox .Content .Buttons
{
    width: 75px;   
}

.SystemMessageActionBox .Content .Timer
{
    padding:10px;   
}

.BlueBoxImage
{
    background-image: url('../Images/box.bmp');
    background-repeat: no-repeat;
}

.BlueBoxImage_Selected
{
    background-image: url('../Images/box_selected.bmp');
    background-repeat: no-repeat;
}


