﻿/* Html Tags Styles */
@import url(DatePicker.css);
@import url(TabStrip.css);
@import url(Bookmarks.css);
@import url(Autocompleter.css);

body
{
    direction: rtl;
    margin: 0px 0px 0px 0px;
    font-family: Arial;
    font-size: 12px;
    background-color: #ffffff;
}
HR
{
    border-top: solid 1px #6392ce;
    border-bottom: solid 1px #ffffff;
}
TD
{
    color: #666666;
    font-size: 12px;
}
A
{
    color: #297dc6;
}
A:Hover
{
    color: red;
}


/* Control Styles */
.control
{
    background-color: #bddbff;
    border: solid 1px #6392ce;
}
.control_title_container
{
    padding: 0px 7px 0px 0px;
    height: 36px;
}
.control_title
{
    font-size: 16px;
    font-weight: bold;
    color: #10418c;
    vertical-align: middle;
}
.control_description
{
    font-size: 12px;
    color: gray;
    padding: 10px 7px 10px 7px;
    line-height: 22px;
}
.control_error_msg
{
    color: red;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 0px 40px 0px 10px;
    margin: 10px 10px 10px 10px;
    background: url('../Images/Icons/16x16/Shadow/delete2.png' );
    background-repeat: no-repeat;
    background-position: right;
    vertical-align: top;
}
.control_success_msg
{
    color: red;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 0px 40px 0px 10px;
    margin: 10px 10px 10px 10px;
    background: url('../Images/Icons/16x16/Shadow/check2.png' );
    background-repeat: no-repeat;
    background-position: right;
    vertical-align: top;
}

/* Form Styles */
.form_block_title
{
    color: #0087D4;
    font-size: 17px;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    height: 26px;
    border-bottom: solid 1px #6392ce;
}
.form_buttons_block
{
    background-color: #9fbfe3;
    border-bottom: solid 1px #2b7dc7;
    border-right: solid 1px #2b7dc7;
    border-left: solid 1px #2b7dc7;
    height: 40px;
}
.form_tab_content
{
    border-bottom: solid 1px #2b7dc7;
    border-right: solid 1px #2b7dc7;
    border-left: solid 1px #2b7dc7;
}
.form_section_title
{
    background-color: #e2e4e7;
    color: Black;
    font-weight: bold;
    line-height: 20px;
}
.form_block_comment
{
    color: #666666;
    font-size: 12px;
    line-height: 22px;
}
.form_table
{
}
.form_field_name
{
    color: black;
    background-color: #eef2f8;
    text-align: left;
    font-size: 12px;
    padding: 3px 7px 3px 7px;
    width: 150px;
}
.form_field_tip
{
    background-color: #eef2f8;
    padding: 7px 7px 7px 7px;
    width: 20px;
}
.form_field_value
{
}
.form_label
{
}
.form_textbox
{
    font-family: arial;
    font-size: 12px;
    border: solid 1px #b2c2df;
    height: 23px;
}
.form_dropdownlist
{
    font-family: arial;
    font-size: 12px;
    border: solid 1px #b2c2df;
}
.form_textbox_disabled
{
    font-family: arial;
    font-size: 12px;
    border: solid 1px silver;
    height: 23px;
    background-color: #efefef;
}
.form_button
{
    border-top: #ffffff 1px solid;
    border-right: #6392ce 1px solid;
    border-bottom: #6392ce 1px solid;
    border-left: #ffffff 1px solid;
    height: 23px;
    font-size: 12px;
    color: #000000;
    font-family: arial;
    text-align: center;
    cursor: pointer;
    background-color: #6a94df;
    background: url(     '../Images/button-background.gif' );
}
.invalid_field
{
    border: solid 1px red;
}
.field_error_msg
{
    margin: 0px 0px 0px 5px;
    font-size: 11px;
    color: Red;
}
.Invalid
{
    background: url(     '../Images/errorIcon.gif' );
    background-repeat: no-repeat;
    vertical-align: top;
    background-position: right;
}
.required_field
{
    color: Red;
    font-weight: bold;
}

/* Tooltip Styles */
.tool-tip
{
    direction: rtl;
    color: #fff;
    width: 220px;
    z-index: 13000;
}
.tool-title
{
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    color: #9FD4FF;
    padding: 8px 8px 4px;
    background: url(../Images/bubble.gif) top left;
}
.tool-text
{
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(../Images/bubble.gif) bottom right;
}

/* Menu Styles */
.ToolbarPane
{
    height: 25px;
    background: url(../Images/Toolbar/toolbar-background.gif);
}
.Toolbar
{
    height: 25px;
}
.ToolbarItem
{
    text-decoration: none;
    cursor: pointer;
    text-align: right;
    text-align: center;
    color: #636563;
}
.ToolbarItemOver
{
    text-decoration: none;
    cursor: pointer;
    text-align: right;
    text-align: center;
    color: black;
}
.ToolbarSubMenu
{
    width: 180px;
    border: solid 1px #848e94;
    background-color: White;
}
.ToolbarSubMenuItem
{
    border: solid 1px #f7f3f7;
    height: 22px;
    cursor: pointer;
    width: 167px;
}
.ToolbarSubMenuItemOver
{
    border: solid 1px #f7f3f7;
    height: 22px;
    cursor: pointer;
    background-color: #f7f3f7;
    width: 167px;
}
.ToolbarSpacer
{
    background: url(../Images/Toolbar/toolbar-spacer.gif);
    background-repeat: no-repeat;
    width: 2px;
    background-position: center;
}

/* WebGrid Styles */
.WebGrid
{
    width: 100%;
    direction: ltr;
    text-align: right;
    border-collapse: collapse;
    table-layout: auto;
}
.WebGrid TD
{
}
.WebGrid .HeaderStyle TD
{
    background: url(        '../Images/grid-header-background.gif' );
    height: 21px;
    border-top: solid 1px #e7efff;
    border-bottom: solid 1px #9cc7ff;
    color: black;
}
.WebGrid .HeaderEditColumn
{
    background: url(        '../Images/grid-header-background.gif' );
    height: 21px;
    border-top: solid 1px #e7efff;
    border-bottom: solid 1px #9cc7ff;
    color: black;
    text-align: center;
}
.WebGrid .EditColumn
{
    text-align: center;
}
.WebGrid .ItemStyle TD
{
    border-bottom: solid 1px #e7efff;
    padding: 4px 5px 4px 5px;
}
.WebGrid .AlternatingItemStyle TD
{
    border-bottom: solid 1px #eef2f8;
    padding: 4px 5px 4px 5px;
    background-color: #eef2f8;
}
.WebGrid .ItemStyleOver TD
{
    border-bottom: solid 1px #e7efff;
    padding: 4px 5px 4px 5px;
    background-color: #FFFFA0;
}
.WebGrid .AlternatingItemStyleOver TD
{
    border-bottom: solid 1px #e7efff;
    padding: 4px 5px 4px 5px;
    background-color: #CCFFCC;
}
.arrow
{
    padding-right: 0px;
    margin-top: -3px;
    padding-left: 0px;
    font-size: 10px;
    margin-bottom: 2px;
    padding-bottom: 2px;
    overflow: hidden;
    width: 10px;
    color: black;
    padding-top: 0px;
    font-family: webdings;
    height: 11px;
}
.MenuDefault
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 10px 0px 10px;
}
.MenuBase
{
    cursor: pointer;
}
.MenuItemOver
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 10px 0px 10px;
    text-decoration:underline;
}

.ItamModuleTitle
{
    font-size: 12pt;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
}
.ItamModulesTable
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}
.ItamModulesTable TD
{
    width: 50%;
}

