﻿HTML
{
    scrollbar-face-color: #DEE3E7;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color: #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
}
#html, body
{
    background-image: url('../Images/page_bggrn.gif');
    background-color: #bfd2ee; /*background-image: url('../Images/gray_bg.gif');*/
    background-repeat: repeat-x;
}
table#main
{
    width: 1200px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: inherit;
}

.smallTipText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #AEBFE3;
}
.mediumTipText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #7694D1;
}
.divContentBody
{
    border: 4px solid #F9F9F9;
    background-color: #EBEDF1;
    width: 1230px;
}
.Button
{
    border: 1px solid #808000;
    background-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}
.PlainTextError
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #cc0000;
}
.PlainTextErrorLarge
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #cc0000;
    font-weight: bold;
}
.PlainText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

.PlainTextLarge
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
}
.PlainTextBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}
.PlainTextBoldLarge
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000066;
}
.HeaderTextBoldLarge
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}
.PlainButtonOLD
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    height: 26px;
}
.PlainButton
{
    border-left: 1px solid #ffffff;
    border-right: 1px solid #757575;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #757575;
    background: url('../Images/buttonbg.gif') repeat-x center;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    line-height: 21px;
    padding: 0 16px;
    height: 20px;
}
.PlainButton:hover
{
    background: url(../Images/buttonbg.gif) repeat-x scroll center center;
    border-color: #ffffff #757575 #757575 #ffffff;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    line-height: 21px;
    padding: 0 16px;
    text-decoration: underline;
}
.PlainTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
}
.PlainTextBox:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffe1;
    border: 1px solid #999999;
}
.PlainTextBox:focus
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffe1;
    border: 1px solid #999999;
}

.ActionButtonsMainFormBar
{
    background-color: #ffffff;
    border-top-style: solid;
    border-width: 1px;
    border-color: #E5E5E5;
}

.LoginPageMainTable
{
    border: 4px solid #ECF5FF;
    background-color: #FFFFFF;
    padding: 15px;
}
.ButtonAddMedium
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #3E1F00;
    height: 26px;
    width: 130px;
    background-image: url(../Images/button_add_new_medium.gif);
    background-repeat: no-repeat;
    border-style: none;
}

.ButtonAddMedium:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    height: 26px;
    width: 130px;
    background-image: url(../Images/button_add_new_hover_medium.gif);
    background-repeat: no-repeat;
    border-style: none;
}
.ButtonAddTiny
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    height: 17px;
    width: 60px;
    background-image: url(../Images/button_add_new_tiny.gif);
    background-repeat: no-repeat;
    border-style: none;
}

.ButtonAddTiny:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    height: 17px;
    width: 60px;
    background-image: url(../Images/button_add_new_tiny_hover.gif);
    background-repeat: no-repeat;
    border-style: none;
}
.ButtonAdd
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003300;
    height: 26px;
    width: 160px;
    background-image: url(../Images/button_add_new.gif);
    background-repeat: no-repeat;
    border-style: none;
}

.ButtonAdd:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    height: 26px;
    width: 160px;
    background-image: url(../Images/button_add_new_hover.gif);
    background-repeat: no-repeat;
    border-style: none;
}
.ButtonAddSmall
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    height: 26px;
    width: 86px;
    background-image: url(../Images/button_add_new_small.gif);
    background-repeat: no-repeat;
    border-style: none;
}

.ButtonAddSmall:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    height: 26px;
    width: 86px;
    background-image: url(../Images/button_add_new_small_hover.gif);
    background-repeat: no-repeat;
    border-style: none;
}
.ButtonUndo
{
    border-style: outset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    height: 26px;
    width: 90px;
    background-image: url(../Images/undo_icon.png);
    background-repeat: no-repeat;
    background-position: 6px 50%;
}
.ButtonSearch
{
    border-style: outset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    height: 26px;
    width: 180px;
    background-image: url(../Images/Search-icon.png);
    background-repeat: no-repeat;
    background-position: 6px 50%;
}
.ButtonReport
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    height: 26px;
    width: 190px;
    background-image: url(../Images/report_icon.gif);
    background-repeat: no-repeat;
    background-position: 4px 50%;
    text-align: right;
}
.ButtonUpdate
{
    border-style: outset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003300;
    height: 26px;
    width: 150px;
    background-image: url(../Images/button_ok.png);
    background-repeat: no-repeat;
    background-position: 6px 50%;
}
.ButtonDelete
{
    border-style: outset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    height: 26px;
    width: 150px;
    background-image: url(../Images/button_cancel.png);
    background-repeat: no-repeat;
    background-position: 6px 50%;
}
.ButtonAddDetails
{
    border-style: outset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    height: 26px;
    width: 150px;
    background-image: url(../Images/ico16_new.gif);
    background-repeat: no-repeat;
    background-position: 6px 50%;
}
.ButtonAttach
{
    border-style: outset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    height: 26px;
    width: 150px;
    background-image: url(../Images/attach.png);
    background-repeat: no-repeat;
    background-position: 6px 50%;
}
.CalculatorWindow
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #003366;
    width: 200px;
    text-align: right;
}
.DropDownListCurrentLanguage
{
    position: relative;
    left: -40px;
    z-index: 1000;
}
.FancyButton
{
    border: 1px solid #bb7100;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    background-image: url('../Images/fancy_btn_grad.bmp');
    height: 26px;
}
.FancyButton:hover
{
    border: 1px solid #ffc671;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    background-image: url('../Images/fancy_btn_grad_hover.bmp');
    height: 26px;
}
.LabelError
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #cc0000;
}
.NormalTabButton
{
    border-width: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-image: url('../Images/Tab_bckgrnd.gif');
    height: 26px;
    width: 76px;
    color: #666666;
}
.NormalTabButton:hover
{
    border-width: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-image: url('../Images/Tab_bckgrnd_hover.gif');
    height: 26px;
    width: 76px;
    color: #666666;
}
.SelectedTabButton
{
    border-width: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-image: url('../Images/Tab_bckgrnd_hover.gif');
    height: 26px;
    width: 76px;
    color: #666666;
}
.TabButtonsPanel
{
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #808000;
}
.GridTextBoxesSmall
{
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 70px;
}
.TextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 1px solid #c0c0c0;
}
.MainButtonsStrip
{
    border-width: 1px;
    border-color: #808080;
    background-image: url('../Images/h3.jpg');
    border-bottom-style: solid;
}
a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000066;
}
a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000066;
    text-decoration: none;
}

div#DivExpectedCostSum
{
    background: #FFFFFF;
    height: 300px;
    width: 100%;
}
h1
{
    font-size: 1px;
    color: #FFFFFF;
}
.MarkedRow
{
    border-width: 0px;
    background-color: #e8eef7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000066;
}
.DetailsGrid
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -400px;
    top: 40%;
    background-image: url('../Images/detailsgrid_bg.jpg');
    background-repeat: no-repeat;
    height: 450px;
}
.DetailsGridLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 2px 1px #8f8f8f;
    filter: dropshadow(color=#8f8f8f, offx=1, offy=2); 
}
.SumDiv
{
    background-color: #E8EEF7; /*background-color : #dbffb5;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000066;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CBD9ED;
}
.PlainTextExtraLarge
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000066;
}
.LoadingDiv
{
    border: 10px solid #e1edff;
    position: absolute;
    width: 250px;
    z-index: 99999999;
    top: 40%;
    left: 50%;
    margin-left: -150px;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #00339e;
}

.MainGridTable
{
    background-color: #ffffff;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #E5E5E5;
}

.AddNewDivTopBar
{
    background-color: #F0F0F0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}
.AddNewRecordDiv
{
    width: 100%;
    height: 100%; /*background-image: url('../Images/panel_login_bg.gif');*/
    display: none;
    background-color: #FFFFFF;
}
.AttachDiv
{
    border: 10px solid #cccccc;
    position: absolute;
    width: 300px;
    height: 120px;
    z-index: 1;
    top: 20%;
    left: 50%;
    margin-left: -150px;
    background-color: #ffffff;
}
.ModalDiv
{
    z-index: 1;
    position: absolute;
    width: 2000px;
    height: 2000px;
    top: -200px;
    left: -200px;
    right: 0;
    bottom: 0;
    background-color: #666666;
    margin-left: 0;
    margin-right: 0;
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    display: none;
}
.PreviewAttachmentDiv
{
    background-color: #ecffff;
    position: absolute;
}
.Validator
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}
.ValidatorBig
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #cc0000;
}
.ValidatorSmall
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #cc0000;
}
.LoginTextBox
{
    border: 1px solid #6699FF;
    background-image: url('../Images/h3.jpg');
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 22px;
    width: 200px;
}
.LoginTextBox:hover
{
    border: 1px solid #6699FF;
    background-image: url('../Images/h3.jpg');
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 22px;
    width: 200px;
}
.LoginTextBox:focus
{
    border: 1px solid #0033CC;
    background-image: url('../Images/h3_mouseover.jpg');
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 22px;
    width: 200px;
}
.DemoButton
{
    position: relative;
    top: 180px;
    left: 41px;
}
.ScrnshtButton
{
    position: relative;
    top: 206px;
    left: -184px;
}

.ContentTable
{
    width: 100%;
}
.LogoPanel
{
    width: 1001px;
    height: 275px;
    display: block;
    background-image: url('../Images/Main_logo_new_design_1.png');
    background-repeat: no-repeat;
}
.LoginPanel
{
    border: 1px solid #D9E8FF;
    width: 230px; /*background-image: url('../Images/Login_Panel_bckgrnd.gif');*/
    height: 322px;
    background-color: #f0f6ff;
}
.RegisterPanel
{
    border: 1px solid #E2E2E2;
    height: 467px;
    width: 230px;
    background-color: #ededed;
}
.HeadMenuStrip
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    height: 27px;
    background-color: #003366;
    background-image: url('../Images/Login_Page_Header_Gradient.bmp');
}

.MainFormCenterTable
{
    background-color: #FFFFFF;
}
.AdminPageHeader
{
    border-width: 1px;
    border-color: #ffcc00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #0000cc;
    height: 26px;
    background-image: url('../Images/fancy_btn_grad.bmp');
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    width: 100%;
}
.ErrorDiv
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #800000;
    background-color: #ffc6c6;
    border: 1px solid #cc0000;
}
.Footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #07203F;
    width: 1024px;
}
.NavigationBar
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #003399;
}
.NavigationBar:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0099cc;
}
.LabelCurrentMonth
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #000066;
}
.GridExpectedCostCells
{
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    color: #999999;
}
.GridExpectedCostCells:hover
{
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #ffffcc;
    color: #999999;
}
.GridExpectedCostCells:focus
{
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #ffffcc;
    color: #999999;
}
.GridActualCostCells
{
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #ffffff;
    font-weight: bold;
}
.GridActualCostCells:hover
{
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #ffffcc;
    font-weight: bold;
}
.GridActualCostCells:focus
{
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #ffffcc;
    font-weight: bold;
}
.GridCells
{
    width: 100%;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    color: #333333;
}
.GridCells:hover
{
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #ffffcc;
}
.GridCells:focus
{
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #ffffcc;
}
.GridCellsSelectedRowStyle
{
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #ffffcc;
    font-weight: bold;
    color: #333333;
}
.GridCellsEx
{
    width: 250px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffffff;
    color: #990000;
}
.GridCellsEx:hover
{
    width: 250px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffcece;
    color: #990000;
}
.GridCellsEx:focus
{
    width: 250px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffcece;
    color: #990000;
}
.GridCellsLang
{
    width: 250px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffffff;
    color: #003399;
}
.GridCellsLang:hover
{
    width: 250px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #dfefff;
    color: #003399;
}
.GridCellsLang:focus
{
    width: 250px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #dfefff;
    color: #003399;
}
.GridViewHeaderStyle
{
    /*background-image: url('../Images/barbbox.gif');*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    height: 24px;
    background-color: #333333;
    background-image: url('../Images/barbbox.gif');
    background-repeat: repeat-x;
}
.GridViewAdminHeaderStyle
{
    background-image: url('../Images/Login_Page_Header_Gradient.bmp');
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #003399;
    height: 28px;
}
.GridViewHeaderStyle a
{
    background-image: url('../Images/barbbox.gif');
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    height: 24px;
}
.GridViewFirefoxBorders
{
    border: none;
}
.GridViewFirefoxBorders td
{
    border-width: 1px;
    border-color: #c0c0c0;
    border-top-style: solid;
}
.GridViewFirefoxBorders th
{
    border: none;
}
.NoBordersForTablesInsideGridViews
{
    border: none;
}
.NoBordersForTablesInsideGridViews td
{
    border: none;
}
.GridViewSelectedRowStyle
{
    font-weight: bold;
    border: 1px solid #ff6600;
    background-color: #ffffcc;
    width: 120px;
}
.GridViewLastRowToEdit
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #000000;
}
.GridCellsCostDiffNOK
{
    width: 80px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffffff;
    color: #990000;
}
.GridCellsCostDiffNOK:hover
{
    width: 80px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffcece;
    color: #990000;
}
.GridCellsCostDiffNOK:focus
{
    width: 80px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffcece;
    color: #990000;
}
.GridCellsCostDiffOK
{
    width: 80px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffffff;
    color: #003399;
}
.GridCellsCostDiffOK:hover
{
    width: 80px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #dfefff;
    color: #003399;
}
.GridCellsCostDiffOK:focus
{
    width: 80px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #dfefff;
    color: #003399;
}
.GridCellsCostNoDiff
{
    width: 80px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffffff;
    color: #339933;
}
.GridCellsCostNoDiff:hover
{
    width: 80px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #ccffcc;
    color: #339933;
}
.GridCellsCostNoDiff:focus
{
    width: 80px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #ccffcc;
    color: #339933;
}
.DropDownYear
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    color: #000066;
    background-color: #ffffcc;
    float: right;
}
.LinkAlternateStyle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #e8ffff;
    font-weight: bold;
    text-decoration: none;
}
.LinkAlternateStyle:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #e8ffff;
    font-weight: bold;
    text-decoration: underline;
}
.TextBoxEntryNotify
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #c0c0c0;
    border: 1px solid #999999;
    background-image: url('../Images/h3.jpg');
    height: 22px;
    width: 200px;
}
.CenteredDivRecoverPassword
{
    padding: 20px;
    border: 10px solid #cccccc;
    position: absolute;
    width: 300px;
    height: 100px;
    z-index: 2001;
    top: 30%;
    left: 50%;
    margin-left: -150px;
    background-color: #ffffcc;
}
.LinksBar
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    color: #333333;
    background-color: #f0f6ff; /*background-image: url('../Images/barbbox.gif');*/
    height: 24px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #D5EAFF;
}
.ArticleTableRight
{
    background-color: #F9FBFF;
    width: 43%;
    font-family: Calibri;
    font-size: 12px;
    color: #232323;
    float: right;
}
.ArticleTableLeft
{
    background-color: #F9FBFF;
    width: 43%;
    font-family: Calibri;
    font-size: 12px;
    color: #232323;
    float: left;
}
.ImageLinks
{
    border: none;
}
.DivPickCategory
{
    position: absolute;
    background-color: #ffffcc;
    z-index: 20000;
}
.ListBoxPickCategory
{
    background-color: #ffffcc;
    width: 250px;
    height: 200px;
    border: none;
}
.LoginPageIntroTexts
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #00518f;
    font-size: 18px;
}
.PassVeryPoor
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color: #ff0000;
    font-weight: bold;
}
.PassWeak
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color: #ff8080;
    font-weight: bold;
}
.PassAverage
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #bf7300;
    background-color: #ffff99;
    font-weight: bold;
}
.PassStrong
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #003366;
    background-color: #ccffcc;
    font-weight: bold;
}
.PassExcellent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color: #99cc00;
    font-weight: bold;
}
.TextWaterMark
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #cccccc;
    border: 1px solid #999999;
    background-image: url('../Images/h3.jpg');
    height: 22px;
    width: 200px;
}
.CalculatorPopUpDragHandle
{
    background-image: url('../Images/barbbox.gif');
    height: 24px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}
.PanelCalculator
{
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
}
.LinkButtonLarge
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}
.LinkButtonLarge:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    text-decoration: underline;
}
.PanelSearch
{
    background-image: url('../Images/page_bggrn.gif');
    background-repeat: repeat-x;
    background-color: #bfd2ee;
}
.CustomControlsHolderTable
{
    border: 1px solid #C0C0C0;
    background-color: #D2E9FF;
}
.SumPopupTextBox
{
    width: 65px;
    height: 26px;
    background-color: #F0FFF0;
    border: 1px solid #CCFFCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #009933;
}
.SumPopupTextBox:hover
{
    width: 65px;
    height: 26px;
    background-color: #F0FFF0;
    border: 1px solid #33CC33;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #009933;
}
.SumPopupDiv
{
    position: absolute;
    z-index: 99999;
    width: 100px;
    height: 35px;
    border: 8px solid #ECFFEC;
    background-color: #CCFFCC;
}
div#Categories
{
    border: 1px dotted #FFFF00;
    display: none; /*    position: fixed;*/
    background-color: #FFFFCC;
    width: 250px;
    z-index: 999;
}
.CenteredDiv
{
    border: 10px solid #cccccc;
    position: absolute;
    width: 300px;
    height: 500px;
    z-index: 2;
    top: 20%;
    left: 50%;
    margin-left: -150px;
    display: none;
}
.recurrentCalendar
{
    border-style: dotted;
    border-width: 1px;
    z-index: 9999999 !important;
    color: Black !important;
    filter: Alpha(Opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    background-color: White;
}
.HiddenField
{
    display: none;
}

