﻿@import url("/RichWidgets/Theme.Black.css?7649");

/*********************************************/
/******************* Colors ******************/
/*********************************************/
/*
background - #D9D9D9
dark grey - #666666
light grey - #F2F2F2
dark blue - #1F497D
light blue - #4F81BD
orange - #FF6600
red - #DD2311

*/

/*********************************************/
/***************** HTML Tags *****************/
/*********************************************/
body
{
    background: none #FFFFFF;
    margin: 0px;
    color: #666666;
}

body, select, textarea, input {
    font-size: 11px;
    font-family: 'lucida sans unicode', 'lucida sans', 'helvetica nueue', arial, helvetica, sans-serif;
    color: #666666;
}

th {
    text-align: left;
}

.Bold {
    display: inline;
    font-weight: bold;
}

.Italic {
    display: inline;
    font-style: italic;
}

.Underline {
    display: inline;
    text-decoration: underline;
}

input, select, textarea {
    padding: 2px;
    margin: 0;
    border: 1px solid #666666;
}

textarea {
    overflow: auto;
    resize: none; 
}

input[disabled='disabled'] {
    background: #D9D9D9;
    cursor: text;
}

input[type='text'][readonly]{
    background: #D9D9D9;
}

input[type=radio],
input[type=checkbox] {
    margin: 3px 0px;
    vertical-align: middle;
    border:none;
}

input[type=file] {
    vertical-align: bottom;
}

table {
    empty-cells: show;
}

a,
a:link,
a:visited {
    color: #DD2311;
    text-decoration: none;
}

a:hover {
    background-color: transparent;
    color: #666666;
    text-decoration: underline;
}

a[disabled='disabled'], 
a[disabled='disabled']:hover {
    background-color: transparent;
    color: #D9D9D9;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border-width: 0px;
}

/*********************************************/
/******************* Layout ******************/
/*********************************************/
div.Popup .ui-dialog .ui-dialog-titlebar,
div.Popup.ui-dialog .ui-dialog-titlebar{
    background-color: #1F497D;
}

td.Main,
td.MainWithRightSidebar,
td.MainWithLeftSidebar {
    background-color: transparent;
    padding: 10px 0px 0px 10px;
    vertical-align: top;
    height: 90%;
    width: 100%;
    min-width: 700px;
}

td.MainWithRightSidebar {
    border-right: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;    
}

td.MainWithLeftSidebar {
    border-left: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
}

td.MainPopup {
    padding: 10px 16px 14px 16px;
    vertical-align: top;
    background-color: #F2F2F2;
}

div.Sidebar_Block, 
div.Sidebar_BlockActions {
    min-height: 400px;
    margin: 0px;

}

td.Sidebar {
    background-color: transparent;
    vertical-align: top;
    height: 90%;
    min-width: 0px;
    padding: 10px;
}

div.Title {
    margin: 0px;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    width: 0px;
    display: none;
}

.ContentFrame {
    padding: 10px;
    border: 1px solid #CCC;
    _border: 1px solid #CCC;  /* IE6 */
    
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 2px 3px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.246094) 2px 3px 5px;
    
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    
    background-color: #EEEEEE;
    _background-color: #EEEEEE;  /* IE6 */
    display: block;
    margin: 0px 0px 10px 0px;
}
/*********************************************/
/************** Header & Footer **************/
/*********************************************/
div.Header {
    background: none;
    min-height: auto;
}

table.Header_Title {
    vertical-align: middle;
    height: auto;
}

table.Header_Title a,
table.Header_Title a:link,
table.Header_Title a:visited,
table.Header_Title a:hover {
    color: #666666;
}

td.Header_Title_Image img {
    margin: 10px;
}

.Header_Title_Application {
    color: #DD2311;
    font-size: 14pt;
    font-weight: bold;
}

div.Login_Info {  
    background: #666666;
    _background-image: none;  /* IE6 */
    _background-color: #666666;  /* IE6 */
    _border: 1px solid #666666;  /* IE6 */
    float: right;
    font-size: 11px;
    padding: 4px 10px 6px 8px;
    white-space: nowrap;
    color: white;
    
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
}

div.Login_Info a
div.Login_Info a:link,
div.Login_Info a:visited,
div.Login_Info a:hover {
    color: white;
    text-decoration: none;
}

div.Login_Info a:hover {
    color: #DD2311;
}

/*********************************************/
/****************** Widgets ******************/
/*********************************************/

/****************** Buttons ******************/
.Buttons_Wrapper,
.Buttons_Wrapper_Bottom,
.Buttons_Wrapper_Top {
    text-align: right;
    padding: 3px;
    white-space: nowrap;
}

.Buttons_Wrapper_Bottom {
    border: 1px solid white;
    border-top: none;
}

.Buttons_Wrapper_Top {
    border: 1px solid white;
    border-bottom: none;
}

.Button_Secondary,
.Button_Selected,
.Button {
    background: #DD2311 url('/GEP_Common/img/PRV_gradient.png?4863') repeat-x;
    border: 1px solid #DD2311;
    display: inline-block;
    padding: 7px 10px 7px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle;
    cursor: pointer;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    margin: 2px 2px;
}

.Button_Secondary {
    border: 1px solid #666666;
    background-color: #666666;
    color: white;
}

.Button_Selected {
    border: 1px solid #DD2311;
    background-color: #DD2311;
    color: white;
}

/****************** Edit Record ******************/
table.EditRecord {
    border-collapse: collapse;
    border-spacing: 1px;
    /*width: 100%;*/
    border: 1px solid white;
    margin-bottom: 0px;
}

td.EditRecord_Caption {
    font-weight: normal;
    background-color: #666666;
    border: 1px solid white;
    height: 17px;
    min-height: 17px;
    color: white;
    padding: 2px 7px 2px 10px !important;
    vertical-align: middle;
    width: 10%;
    white-space:nowrap;
    min-width:10px;
}

td.EditRecord_Value {
    border: 1px solid white;
    padding: 0px 5px 0px 0px;
}

/****************** Show Record ******************/
table.ShowRecord {
    border-collapse: collapse;
    border-spacing: 1px;
    width: 100%;
    border: 1px solid white;
}  

td.ShowRecord_Caption {
    font-weight: normal;
    background-color: #666666;
    border: 1px solid white;
    height: 17px;
    min-height: 17px;
    color: white;
    padding: 2px 7px 2px 10px !important;
    vertical-align: middle;
    width: 10%;
    white-space:nowrap;
}

td.ShowRecord_Value {
    border: 1px solid white;
    padding: 0px 5px 0px 0px;
}

/****************** Filters Record ******************/
div.Filters_Wrapper {
    background:none;
}
   
table.Filters {
    border-collapse: collapse;
    border-spacing: 1px;
    width: 100%;
    border: 1px solid white;
}

td.Filters_Caption {
    font-weight: normal;
    background-color: #666666;
    border: 1px solid white;
    height: 17px;
    min-height: 17px;
    color: white;
    padding: 2px 7px 2px 10px !important;
    vertical-align: middle;
    width: 10%;
    white-space:nowrap;
}

td.Filters_Value {
    border: 1px solid white;
    padding: 0px 5px 0px 0px;
}

/****************** Table Record ******************/
table.TableRecords {
    border:1px solid white;   
    width: 100%;
}

table.TableRecords a,
table.TableRecords a:link,
table.TableRecords a:visited,
table.TableRecords a:hover {
    color:#666666;   
    text-decoration: none;
}

table.TableRecords a:hover {
    color:#DD2311;   
    text-decoration: underline;
}

th.TableRecords_Header, td.TableRecords_Header {
    color: white;
    font-weight: normal;
    background: #666666;
    _background: #666666;  /* IE6 */
}

th.TableRecords_Header a,
th.TableRecords_Header a:link,
th.TableRecords_Header a:visited{
    color: white;
    font-weight: normal;
}

table.TableRecords>tbody>tr:hover td {
    background-color: #EADADA;
}

td.TableRecords_OddLine {
    background-color: white;
    border: none !important;
    padding: 2px;
}
td.TableRecords_Line_Error {
    background-color: white;
    border: none !important;
    padding: 2px;
}

td.TableRecords_Line_Error {
    background-color: #FFB2AF;
}

td.TableRecords_OddLine_Print {
    background-color: white;
    border: none !important;
    padding: 2px;
}

td.TableRecords_EvenLine {
    background-color: transparent;
    border-bottom: 0px dotted #cccccc;
    padding: 2px;
}

td.TableRecords_EvenLine_Print {
    background-color: transparent;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 2px;
}

div.TableRecords_TopNavigation{
    border-top: 0px solid white;
}

.TableRecords_Actions,
.TableRecords_Footer {
    float: right;
    vertical-align: middle;
    line-height: 25px;
}

div.ListNavigation_Wrapper {
    float: none;
    vertical-align: middle;
    line-height: 25px;
}

div.Counter_Message {
    color: #888888;
    font-size: 11px;
    float: none;
    vertical-align: middle;
    line-height: 25px;
}

/*********************************************/
/******************* Tabs ********************/
/*********************************************/
div.Tabs_Wrapper {
    border-color: transparent;
}

.Tabs_Wrapper {
    margin: 0px 0px 8px 0px;
    border: 1px solid transparent;
}

.Tabs_TabBody {
    margin: 20px 0px 0px 0px;
    padding: 5px;
    border: 1px solid #CCCCCC;
    _height: 1%;
    *display: inline-block;    
}

.Tabs_TabBody:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.Tabs_Header {
    margin: 0px;
    padding: 0px;
    height: 21px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
}

ul.Tabs_Header span {
    height: auto;
}

div.Tabs_TabOn,
li.Tabs_TabOn {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #EEEEEE;
    background-color: #EEEEEE;
}

div.Tabs_TabOff,
li.Tabs_TabOff {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC;
}

div.Tabs_TabDisabled,
li.Tabs_TabDisabled {
    float: left;
    margin: 0px;
    padding: 1px;
    list-style: none;
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC;
}

a.Tabs_TabOn,
a.Tabs_TabOn:link,
a.Tabs_TabOn:visited,
a.Tabs_TabOn:hover,
span.Tabs_TabOn {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    font-size: 11px;
    color: #DD2311;
    padding: 2px 8px 1px 8px;
}

a.Tabs_TabOff,
a.Tabs_TabOff:link,
a.Tabs_TabOff:visited {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    font-size: 11px;
    color: #DD2311;
    padding: 2px 8px 1px 8px;
    background: #CCCCCC;
}

a.Tabs_TabOff:hover {
    background-color: #DDDDDD;
}

a.Tabs_TabDisabled,
a.Tabs_TabDisabled:link,
a.Tabs_TabDisabled:visited,
a.Tabs_TabDisabled:hover,
span.Tabs_TabDisabled {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    font-size: 11px;
    color: gray;
    padding: 2px 8px 1px 8px;    
    background: #CCCCCC;
}

li.Tabs_TabOn,
li.Tabs_TabOff,
li.Tabs_TabDisabled {
    margin-right: 1px;
}

/*********************************************/
/******************* Text ********************/
/*********************************************/
.Heading1,
.Heading1_Inactive,
.Heading2,
.Heading2_Inactive {
    font-size: 22px;
    padding: 5px 0px 3px 0px;
    margin: 0px;
    text-align: left;
    font-weight: bold;
    border: none;
}

.Heading1_Inactive,
.Heading1_Inactive a, 
.Heading1_Inactive a:active, 
.Heading1_Inactive a:link,
.Heading1_Inactive a:hover, 
.Heading1_Inactive a:visited {
    color:#666666;
}

.Heading2,
.Heading2_Inactive {
    font-size: 15px;
    padding: 3px 0px 3px 0px;
    margin: 0px;
    text-align: left;
    font-weight: bold;
    border: none;
}

.Heading2_Inactive,
.Heading2_Inactive a, 
.Heading2_Inactive a:active, 
.Heading2_Inactive a:link,
.Heading2_Inactive a:hover, 
.Heading2_Inactive a:visited {
    color:#666666;
}

/* Begin Popup */
.DocumentPopup {
    width: 100%;
    height: 100%;
    margin-top: 0px;
}
/* End Popup */

/* Other Styles */
.Invisible {
    display: none;
}


.Footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #666666;
}

.Footer td {
    color: #666666;
    font-size: 11px;
}

.Footer th /* copied from '.Footer td' in the upgrade to 5.0.0.0 */ {
    color: #666666;
    font-size: 11px;
}


div.Popup .ui-dialog .ui-dialog-titlebar,
div.Popup.ui-dialog .ui-dialog-titlebar {
    background: #DD2311 url(/RichWidgets/img/Bar_Gradient.png?7649) repeat-x top !important;
    _background:#DD2311 ! important;  /* IE6 */
}


/*
td.TableRecords_OddLine, td.TableRecords_EvenLine {
    white-space: normal !important;
}


div.Sidebar_Block, div.Sidebar_BlockActions {
    min-width: 261px; !important;
}
*/
