﻿/* Inserted in the upgrade to 5.0.0.0: */
.Bold {
    display: inline;
    font-weight: bold;
}

.Italic {
    display: inline;
    font-style: italic;
}

.Underline {
    display: inline;    
    text-decoration: underline;
}

table.Empty {
}

/* Inserted in the upgrade to 5.0.0.0 */


/*-----------------------------------------------------------------*/
/*----------------- HTML Elements Start ---------------------------*/
/*-----------------------------------------------------------------*/

body, form {
    margin: 0px;
    padding: 0px;
    height: 100%;
}
html {
    margin: 0px;
    padding: 0px;
}

#primary_nav_wrap ul li
{
    position:relative;
    float:left;
    margin:0;
    padding:0;
    background-color:#00704A !important;
    color:#FFFFFF;
    z-index: 50;
    display: inline-block;
    float:none;
}

.Menu_Context a:hover { 
    color: #00704A !important;
}

#primary_nav_wrap ul li a:hover
{
    background:#FFFFFF;
    color:#00704A !important;
}

#primary_nav_wrap ul li:hover > ul
{
    display:block;
    background:#FFFFFF;
    color:#00704A !important;
}

body,
select,
textarea,
input,
fieldset,
td {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

th  {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    text-align: left;
}

p {
    margin: 0px;
}

.Paragraph {
    margin: 0px;
}

input {
    padding: 1px 0px 1px 0px;
}

input[disabled=true],
input[disabled=disabled] {
    background: ButtonFace;
    cursor: text;
}
Input[disabled][type="submit"] { 
    color:gray; 
}

input[type=radio],
input[type=checkbox] {
    margin: 0px 3px 0px 4px;
    vertical-align: bottom;
}

input[type=file] {
    height: 21px;
    vertical-align: bottom;
}

textarea {
    margin-top: 2px;
    *margin-top: 0px;
}

table {
    border-collapse: separate;
    empty-cells: show;
}

a,
a:link,
a:visited {
    color: #000000;
    cursor: pointer;
}

a:hover {
    color: rgb(0, 112, 74);
}

a[disabled=true] {
    color: ButtonShadow;
}

img {
    border-width: 0;
    border-style:none;
}

fieldset {
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

fieldset legend {
    color: #00704A;
    font-weight: bold;
}

/*-----------------------------------------------------------------*/
/*----------------- HTML Elements End -----------------------------*/
/*-----------------------------------------------------------------*/

.Button {
    background: #999;
    border: 1px solid #888888;
    color: white;
    text-shadow: none;
    vertical-align: middle;
    display: inline-block;
    padding: 0px 3px 0px 3px;
    margin-bottom: 0;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 9pt;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    filter: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    /* Add Touch States to Your Buttons: Remove the tap highlight color, we want to use active state css instead */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

.Button:hover,
a.Button:hover {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(82, 168, 236, 0.6);
    text-decoration: none;
}

.Button:active {
    /* Add Touch States to Your Buttons */
    box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,0.25); 
}

.ButtonDefault,
.Button.Is_Default {
    background: #00704A;
    border: 1px solid #888888;
    color: white;
    text-shadow: none;
    font-weight: normal;
}

.Button[disabled] {
    background: #eeeeee;
    box-shadow: none;
    color: #ccc;
    border-color: #eeeeee;
}

/*  Remove additional spacing (padding) added by the FF browser  */
.Button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.TableOptions,
.TableOptions a,
.TableOptions a:link,
.TableOptions a:hover,
.TableOptions a:visited{
    font-size: 11px;
    vertical-align: middle;
}

.ListRecords {
}

input.Prompt, textarea.Prompt {
    color: #BBBBBB;
}

select.Mandatory {
}

textarea.Mandatory {
}

input.Mandatory {
}

input.Not_Valid {
}

input.Is_Default {
}

a.Is_Default {
}

td.MandatoryValue {
    border-left: 3px solid #ffa85a;
}

th.MandatoryValue {
    border-left: 3px solid #ffa85a;
}

td.MandatoryValue input {
  background-color: #FFEFE5;
}

th.MandatoryValue input {
  background-color: #FFEFE5;
}

td.MandatoryCaption {
}

th.MandatoryCaption {
}

span.ValidationMessage {
    white-space: nowrap;
    font-weight: normal;
    color: red;
    display: inline;
    margin-left: 5px;
}

.EditableTable {
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
}

.EditableTable thead th {
    color: white;
    background-color: #00704A;
    white-space: nowrap;
    line-height: 16px;
    padding: 3px 6px 3px 6px;
    border-bottom: none;
}

/*--------General Start------------------------*/

.Heading1 {
    color: #444444;
    font-size: 20px;
    padding-bottom: 4px;
    font-weight: bold;
}

.SubHeading1 {
    color: #888888;
    font-size: 13px;
    margin-top: -3px;
    padding-bottom: 4px;
}

.Heading2 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 0.8em;    
}

.Heading3 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 2px;    
}

.Heading4 {
    color: #1F5BA4;
    font-size: 12px;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 1px;
    margin-bottom: 5px;
}

.Text_Large {
    font-size: 15px;
}

.Text_Note {
    color: #888888;
    font-size: 11px;
}

.Text_Note_Small {
    color: #888888;
    font-size: 9.5px;
}

.Text_Small {
    font-size: 11px;
}

.Text_Error {
    color: #c7331f;
}

.Text_NoWrap {
    white-space: nowrap;
}

.Text_Preformatted {
    white-space: -moz-pre-wrap;
    white-space: pre;
    word-wrap: break-word;
}

.Text_Justified { 
    text-align: justify;
} 

.Text_Strong {
    font-weight: bold;
}

.Text_DoubleSpaced {
    padding-bottom: 1em;
}

.Invisible {
    display: none;
}

/*--------General End--------------------------*/

/*--------StyleGuide General Start-------------*/

.os-internal-ui-dialog {
    z-index: 5001 !important;   
}

.Document {
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    min-height: 100%;
    _height: 100%;
    width:100%;
}

.DocumentPopup {
    background-color: White;    
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.BodyPopup {
    padding: 14px 15px 14px 15px;
    vertical-align:top;    
}

.Body,
.BodyWithoutMenu {
    padding: 10px 15px 20px 15px;
    min-height: 440px;
    _height: 440px;
    position: relative;
}

.BodyWithoutMenu {
   margin-top: 70px;
}

.Body .Button {
    margin-top: 10px;
}

.Body td .Button {
    margin-top: 0px;
}

.Body th .Button {
    margin-top: 0px;
}

.Body div .Button {
    margin-top: 0px;
}

.Footer {
    clear: both;
    color: gray;
    font-size: 11px;
    background-color: #FFFFFF;   
    border-top: 1px solid #CCCCCC;
}
.Title {
    margin-bottom: 10px;
}
.Title_Links {
    margin-top: -3px;
    font-size: 11px;
}
.Title_Links td {
    font-size: 11px;
}

.Title_Links th {
    font-size: 11px;
}
.FloatLeft {
    float: left;
}
.FloatRight {
    float: right;
}
.ClearBoth {
    clear: both;
}

/*--------StyleGuide General End---------------*/

/*--------ShowRecord Pattern Start-------------*/

.ShowRecord {
}

.ShowRecord_Wrapper {
    margin-bottom: 8px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #CCCCCC;
}

.ShowRecord_WrapperForTabs {
    margin-bottom: 8px;
    padding: 5px 5px 5px 5px;
}

.ShowRecord_Caption {
    color: #444444;
    font-size: 11px;
    white-space: nowrap;
    border-bottom: 1px solid rgb(188,188,188);
    padding: 3px 10px 2px 0px;
}
.ShowRecord_Value {
    color: #404040;
    font-weight: bold;
    vertical-align: bottom;    
    padding: 2px 2px 2px 2px;
}

/*--------ShowRecord Pattern End---------------*/

/*--------EditRecord Pattern Start-------------*/

.EditRecord {
}

.EditRecord_Wrapper {
    margin-bottom: 8px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #CCCCCC;
}

.EditRecord_Wrapper_ForTabs{
    margin-bottom: 8px;
    padding: 5px 5px 5px 5px;
}

.EditRecordWithTitles_Wrapper {
    float: left;
    margin-bottom: 8px;
    width: 100%;
}

.EditRecord_SectionTitle {
    color: #00704A;
    font-size: 12px;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 1px;
    margin-bottom: 5px;
    border-bottom: 1px solid #00704A;
}

.EditRecord_Caption {
    color: #444444;
    font-size: 11px;
    white-space: nowrap;
    border-bottom: 1px solid rgb(188,188,188);
    padding: 8px 10px 2px 0px;
}
.EditRecord_Value {
    color:#444444;
    font-weight:normal;
    padding:1px 0px 1px 1px;
}
.EditRecord_Button {
    font-weight:normal;
    padding:6px 0px 1px 1px;
    vertical-align:top;
}

/*--------EditRecord Pattern End---------------*/

/*--------TableRecords Pattern Start-----------*/

.TableRecords {
}

.TableRecords td {
    font-size: 11px;
}

.TableRecords .Button {
    font-size: 8pt;
}

.TableRecords_Header {
    color: white;
    background-color: #00704A;
    white-space: nowrap;
    line-height: 16px;
    padding: 3px 6px 3px 6px;
}

.TableRecords_HeaderWrap,
.TableRecords_HeaderWrapComparisson,
.TableRecords_HeaderLastCol {
    color: white;
    background-color: #00704A;
    line-height: 16px;
    padding: 3px 6px 3px 6px;
}

.TableRecords_Header a,
.TableRecords_Header a:hover,
.TableRecords_Header a:link,
.TableRecords_Header a:visited {
    color: white;
}

.TableRecords_OddLine,
.TableRecords_EvenLine {
    line-height: 18px;
    margin: 1px 1px 1px 1px;
    padding: 1px 6px 1px 6px;
    border-top: 0px solid #DEDEDE;
    border-right: 0px solid #efefef;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #efefef;
}

.TableRecords_EvenLine {
    background: #f6f6f6;
}

.TableRecords_LineSelected{
    background-color:#FBEDBB;
}

.TableRecords_OddLine a:visited,
.TableRecords_EvenLine a:visited {
}

.TableRecords_Wrapper {
    margin-bottom: 8px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #CCCCCC;
    font-size: 11px;
}

.TableRecords_Wrapper_ForTabs {
    margin-bottom: 8px;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
}

.TableRecordsWithFilters_Wrapper {
}

.Filters_Wrapper {
    border: 1px solid #CCCCCC;
    margin-bottom: 3px;
    background-color: #F4F4F4;
}

.TableRecords_Frame {
    overflow: auto;
    width: 100%;
}

.TableRecords_Actions,
.TableRecords_Footer {
    font-size: 10px;
    font-style: italic;
    vertical-align: middle;
    float: left;
}

div.TableRecords_Actions div.BulkSelect_Wrapper, 
div.TableRecords_Footer div.BulkSelect_Wrapper {
    font-size: 10px;
    float: left;
    padding: 0px;
}

.TableRecords_RightActions {
    font-size: 10px;
    vertical-align: middle;
    white-space: nowrap;
}

.TableRecords_TopNavigation {
    background-color: white;
    padding: 3px 0px 3px 0px;
    border-top: 1px solid white;
    border-right: 0px none white;
    border-bottom: 0px solid white;
    border-left: 0px none white;
    _height: 1%;
    display: block;
    *display: inline-block;
}

.TableRecords_TopNavigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.TableRecords_BottomNavigation {
    background-color: white;
    padding: 3px 4px 3px 4px;
    border-top: 2px solid #00704A;
    border-right: 0px none white;
    border-bottom: 0px solid white;
    border-left: 0px none white;
    _height: 1%;
    display: block;
    *display: inline-block;
}

.TableRecords_BottomNavigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*--------TableRecords Pattern End-----------*/

/*--------Filters Pattern Start-------------*/

.Filters {
    width: 100%;
    }

.ExpandableFilters {
    width: 100%;
}

.FilterCaption {
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
    padding: 4px 0px 4px 4px;
}

.FilterValue {
    white-space: nowrap;
    vertical-align: middle;
    padding: 4px 4px 4px 4px;
}
    
td.FilterValue img {
    vertical-align: middle;
    margin: 4px 8px 6px 4px; 
    _margin: 0px;
}

th.FilterValue img {
    vertical-align: middle;
    margin: 4px 8px 6px 4px; 
    _margin: 0px;
}

.FilterButtons {
    white-space: nowrap;
    padding: 3px 0px 3px 4px;
}

.FilterRightSpacer {
    vertical-align: middle;
    padding: 8px 4px 8px 4px;
    font-size: 11px;
    text-align: right;
    width: 100%;
    white-space: nowrap;
}

/*--------Filters Pattern End-------------*/

/*--------Popup Start--------------------------*/

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar, div.os-internal-ui-dialog.os-internal-Popup .os-internal-ui-dialog-titlebar {
    border-bottom: 0px solid #d8d2aa;
    background: #00704A url('/RichWidgets/img/Bar_Gradient.png') repeat-x top;
    _background: #00704A;  /* IE6 */
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
    padding: 0px;
    height: 28px;
}

/*--------Popup End----------------------------*/

/*--------Tabs Client Side Start---------------*/

ul.Tabs_Header {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 24px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
}

a.Tabs_TabOn,
a.Tabs_TabOn:link,
a.Tabs_TabOn:visited,
a.Tabs_TabOn:hover,
span.Tabs_TabOn {
    font-size: 11px;
    color: #363636;
}

a.Tabs_TabOff,
a.Tabs_TabOff:link,
a.Tabs_TabOff:visited {
    font-size: 11px;
}

a.Tabs_TabOff:hover {
    color: #00704A;    
}
/*--------Tabs Client Side End-----------------*/

.Dashbord {
    font-size:11px;
    margin-bottom: 15px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #CCCCCC;
}

.Dashbord td {
    font-size:11px;
}

.Dashbord th {
    font-size:11px;
}

.Dashbord .TableRecords_Header, .TableRecords_OddLine, .TableRecords_EvenLine{
    line-height: 16px;
    padding: 2px 4px 2px 6px;
}

.MainContents_WidthSidebar    {
    vertical-align: top;
}

.Sidebar_Placeholder {
    vertical-align: top;
    width:200px;
    padding-left:10px;
    padding-top:2px;
}

.NavigationTreePlaceholder {
  vertical-align: top;
  border-right: solid 2px #acacac;
 /*  min-width: 200px;
  max-width: 300px;*/
  width: 240px;
}

.Scrollable_Wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 420px;    
}

.TransparencyOFF {
    opacity:1;
    filter: alpha(opacity=100); 
    -moz-opacity: 1
 }
.TransparencyON {
    opacity:.25;
    filter: alpha(opacity=25); 
    -moz-opacity: 0.25
 }

.UnorderedList {}
.UnorderedList P {
    list-style: disc inside;
    display: list-item;
}

.UnorderedList .Paragraph {
    list-style: disc inside;
    display: list-item;
}

/* ---------- TO DELETE Start ------------*/

.DivButtons {
    white-space: nowrap;
    padding: 3px 0px 3px 4px;
}

/* ---------- TO DELETE End ------------*/


/* Login Page Styles (and not home page styles) Start */
.EditRecordHomePage {
    margin-top: 130px;   
    margin-bottom: 20px;
}

.EditRecordHomePage_Caption {
    color: #666;
    padding: 7px 10px 0 0;
    vertical-align: top;
    font-size: 14px;
}

.EditRecordHomePage_Value {
    padding: 5px 0;
    line-height: 22px; /* needed to align labels with inputs*/
    vertical-align: top;    
}

.TextBoxLogin{
    padding: 0px 12px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border-radius: 4px;
    vertical-align: middle;
    box-sizing: border-box;
}

.ButtonHomePage{
    background: #00704A;
    border: 1px solid #888888;
    color: white;
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
   
}

.TextBoxLarge{
    width: 900px;
    height: 300px;
}
/* Login Page Styles (and not home page styles) End */

@media print {
   .HideWhenInFrame, .Header, .Footer, .Sidebar_Placeholder, .Menu, .Menu_Items, .Menu_SubItems, .Shortcut_Items, input[type=submit] {display: none;} 
}
