﻿/*--------------------------------------------*\
   HTML elements
\*--------------------------------------------*/

a,
navigationAction
{
    text-decoration: none;
    border: none;
    outline: none;
    color: #0040A8;
}

a:hover,
navigationAction:hover
{
    text-decoration: underline;
}

a:active,
navigationAction:active
{
    text-decoration: underline;
}

a:visited,
navigationAction:visited
{
    
}

a img
{
    border: none;
}

h2
{
    margin: 0;
    padding: 10px 2px;
}

/*--------------------------------------------*\
    Screen
\*--------------------------------------------*/

.screenContainer
{
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
}

/*--------------------------------------------*\
    Print
\*--------------------------------------------*/

body.forPrint
{
    background-color: #ffffff;
}

.forPrint #mainPageContentWrapperLayoutTable
{
    border: 0;
}

.forPrint #pageHeaderWrapperContainer,
.forPrint #pageFooterWrapperContainer,
.forPrint #workflowExecutionContainer,
.forPrint .styledButton,
.forPrint #subcriptionContainer,
.forPrint .formHeaderContainer.boxPanelHeaderContainer,
.forPrint .printView
{
    display: none;
}

.forPrint #pagePrintHeaderContainer
{
    display: block;
}

.forPrint .boxPanelHeaderExpandCollapse
{
    visibility: hidden;
}

.forPrint #printWarningButtons .yes.styledButton
{
    display: inline;
}

.forPrint .ui-jqgrid tr.jqgrow td
{
    overflow: auto;
    white-space: normal;
    
    border-bottom: 1px solid #BCBDBF;
}

.printView
{
    width: 22px;
    height: 18px;
    
    background: url('printIcon.png') no-repeat;
    
    float: right;
    
    margin: 7px;
    
    cursor: pointer;
}

/*--------------------------------------------*\
    Box panel
\*--------------------------------------------*/

.boxPanelContainer
{
    position: relative;
    
    border: 1px solid #BCBDBF;
}

.boxPanelContainer.boxPanelStyle2, .boxPanelContainer.boxPanelStyle3, .boxPanelContainer.boxPanelStyle4, .boxPanelContainer.boxPanelStyle5
{
    border: 0; /* 1px solid #9DD8F0;*/
}

.boxPanelHeaderContainer table
{
    border-collapse: collapse;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
}

.boxPanelHeaderContainer table td
{
    padding: 0;
    margin: 0;
}

.boxPanelHeaderContainer
{
    /* default */
    position: relative;
    border-bottom: 1px solid #BCBDBF;
    background: #e0e1e2 url(boxpanel/header.png) repeat-x top;
    color: #6d6e70;
    padding: 2px 2px 2px 5px;
}

.boxPanelContainer.boxPanelStyle2 .boxPanelHeaderContainer.boxPanelStyle2
{
    border-bottom: 0px; /* 1px solid #9DD8F0; */
    background: transparent url(boxpanel/header.style2.png) repeat-x bottom;
    color: #333333;
    padding: 2px 2px 2px 5px;
}

.boxPanelContainer.boxPanelStyle3 .boxPanelHeaderContainer.boxPanelStyle3
{
    border-bottom: 0px; /* 1px solid #9DD8F0; */
    background: transparent url(boxpanel/header.style3.png) repeat-x bottom;
    color: #333333;
    padding: 2px 2px 2px 5px;
}

.boxPanelContainer.boxPanelStyle4 .boxPanelHeaderContainer.boxPanelStyle4
{
    border: 1px solid #DCDCDC;
    background: #DCDCDC url(boxpanel/header.style4.png) repeat-x top;
    color: #212121;
    padding: 0;
    
    background-color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E0E1E2');
    background-image: -webkit-linear-gradient(top,#FFFFFF,#E0E1E2);
    background-image: -moz-linear-gradient(top,#FFFFFF,#E0E1E2);
    background-image: -ms-linear-gradient(top,#FFFFFF,#E0E1E2);
    background-image: -o-linear-gradient(top,#FFFFFF,#E0E1E2);
    background-image: linear-gradient(top,#FFFFFF,#E0E1E2);
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -o-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    
    -webkit-box-shadow:     0px 2px 2px 0px #aaa;
    -moz-box-shadow:        0px 2px 2px 0px #aaa;
    -o-box-shadow:          0px 2px 2px 0px #aaa;
    -khtml-box-shadow:      0px 2px 2px 0px #aaa;
    box-shadow:             0px 2px 2px 0px #aaa; 
    
    height: 28px;
    z-index: 10000;
    
    font-size: 18px;
}

.boxPanelContainer.boxPanelStyle5 .boxPanelHeaderContainer.boxPanelStyle5
{
    border: 1px solid #DCDCDC;
    background: #DCDCDC url(boxpanel/header.style4.png) repeat-x top;
    color: #212121;
    padding: 0;
    
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(210,235,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-9 */
    
    -webkit-border-top-right-radius:    3px;
    -moz-border-radius-topright:        3px;
    -o-border-top-right-radius:         3px;
    -khtml-border-top-right-radius:     3px;
    border-top-right-radius:            3px;

    -webkit-border-top-left-radius:     3px;
    -moz-border-radius-topleft:         3px;
    -o-border-top-left-radius:          3px;
    -khtml-border-top-left-radius:      3px;
    border-top-left-radius:             3px;
    
    -webkit-box-shadow:     0px 2px 2px 0px #aaa;
    -moz-box-shadow:        0px 2px 2px 0px #aaa;
    -o-box-shadow:          0px 2px 2px 0px #aaa;
    -khtml-box-shadow:      0px 2px 2px 0px #aaa;
    box-shadow:             0px 2px 2px 0px #aaa; 
    
    height: 20px;
    z-index: 10000;
}

.boxPanelContainer.boxPanelStyle5 .boxPanelHeaderContainer.boxPanelStyle5 .boxPanelHeaderLabel
{
    line-height: 20px;
    padding-left: 8px;
}

.boxPanelHeaderContainer.collapsible
{
    cursor: pointer;
}

.boxPanelHeaderLabelCell
{
    vertical-align: middle;
    width: 100%;
    
    font-weight: bold;
}

.boxPanelHeaderLabel
{
    font-weight: bold;
}


.boxPanelHowTo
{
    /* Initially hidden */
    display: none;
    color: #9db4c2;
    font-size: .9em;
    font-weight: normal;
    padding-left: 4px;
}

.boxPanelHeaderExpandCollapseCell
{
    vertical-align: middle;
    text-align: center;
    padding: 0px 5px 0px 5px;
}

.boxPanelHeaderExpandCollapse
{
    /* Initially hidden */
    display: none;
    background: url('boxpanel/expandcollapse.png') no-repeat top;
    width: 11px;
    height: 8px;
}

.boxPanelHeaderExpandCollapse.expanded
{
    background-position: 0px 0px;
}

.boxPanelHeaderExpandCollapse.collapsed
{
    background-position: -11px 0px;
}

.boxPanelContentContainer
{
    position: relative;
}

.boxPanelContainer.boxPanelStyle2 .boxPanelContentContainer.boxPanelStyle2
{
    border: 1px solid #9DD8F0;
    
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -o-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -o-border-bottom-right-radius: 3px;
    -khtml-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.boxPanelContainer.boxPanelStyle3 .boxPanelContentContainer.boxPanelStyle3
{
    border: 1px solid #BCBDBF;
    
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -o-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -o-border-bottom-right-radius: 3px;
    -khtml-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.boxPanelContainer.boxPanelStyle4 .boxPanelContentContainer.boxPanelStyle4
{
    margin-left: 3px;
    border: 1px solid #DCDCDC;
    border-top: 0;
    
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -o-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -o-border-bottom-right-radius: 3px;
    -khtml-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    
    z-index: 10;
}

.boxPanelContainer.boxPanelStyle5 .boxPanelContentContainer.boxPanelStyle5
{
    border: 1px solid #D2EBF9;
    
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -o-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -o-border-bottom-right-radius: 3px;
    -khtml-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    
    z-index: 10;
    
    padding: 10px 30px;
}

.boxPanelContentContainerInitiallyCollapsed
{
    /* Initially collapse */
    display: none;
}

/*--------------------------------------------*\
    Sub-Section Container
\*--------------------------------------------*/
.subSectionContainer
{
    margin: 20px 0px;
}


/*--------------------------------------------*\
    Styled button
\*--------------------------------------------*/

.styledButton,
.commandAction
{
    background-color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E0E1E2');
    background-image: -webkit-linear-gradient(top,#FFFFFF,#E0E1E2);
    background-image: -moz-linear-gradient(top,#FFFFFF,#E0E1E2);
    background-image: -ms-linear-gradient(top,#FFFFFF,#E0E1E2);
    background-image: -o-linear-gradient(top,#FFFFFF,#E0E1E2);
    background-image: linear-gradient(top,#FFFFFF,#E0E1E2);
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    
    border: 1px solid #bcbdbf;
    
    display: inline-block;
    color: #333333;
    font-family: helvetica,arial,verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 12px;
    text-decoration: none;
    white-space: nowrap;
}

.styledButton:hover,.styledButton:focus,
.commandAction:hover,.commandAction:focus
{
    -webkit-box-shadow:     inset 0px 1px 4px 2px #E0E1E2;
    -moz-box-shadow:        inset 0px 1px 4px 2px #E0E1E2;
    -o-box-shadow:          inset 0px 1px 4px 2px #E0E1E2;
    -khtml-box-shadow:      inset 0px 1px 4px 2px #E0E1E2;
    box-shadow:             inset 0px 1px 4px 2px #E0E1E2; 
    /* box-shadow should come after -moz-box-shadow and -webkit-box-shadow. That way when full browser support arrives, your code will render according to the spec rather than specific to the vendor because the default declaration comes after the vendor declarations.*/
    
    border: 1px solid #bcbdbf;
    
    background-color: #F4F5F6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEBEC', endColorstr='#F4F5F6');
    background-image: -webkit-linear-gradient(top,#EAEBEC,#F4F5F6);
    background-image: -moz-linear-gradient(top,#EAEBEC,#F4F5F6);
    background-image: -ms-linear-gradient(top,#EAEBEC,#F4F5F6);
    background-image: -o-linear-gradient(top,#EAEBEC,#F4F5F6);
    background-image: linear-gradient(top,#EAEBEC,#F4F5F6);
        
    color: #111111;
    
    text-decoration: none;
}

.styledButton.selected,
.commandAction.selected
{
    
    -webkit-box-shadow:     inset 0px 1px 4px 1px #49636F;
    -moz-box-shadow:        inset 0px 1px 4px 1px #49636F;
    -o-box-shadow:          inset 0px 1px 4px 1px #49636F;
    -khtml-box-shadow:      inset 0px 1px 4px 1px #49636F;
    box-shadow:             inset 0px 1px 4px 1px #49636F; 
    /* box-shadow should come after -moz-box-shadow and -webkit-box-shadow. That way when full browser support arrives, your code will render according to the spec rather than specific to the vendor because the default declaration comes after the vendor declarations.*/
    
    border: 1px solid #49636F;
    
    background-color: #49636F;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49636F', endColorstr='#7C969D');
    background-image: -webkit-linear-gradient(top,#49636F,#7C969D);
    background-image: -moz-linear-gradient(top,#49636F,#7C969D);
    background-image: -ms-linear-gradient(top,#49636F,#7C969D);
    background-image: -o-linear-gradient(top,#49636F,#7C969D);
    background-image: linear-gradient(top,#49636F,#7C969D);
        
    color: #FFFFFF;
    
    text-decoration: none;
}

.styledButton:active,
.commandAction:active
{
    -webkit-box-shadow:     inset 0px 1px 4px 2px #D0D0D1;
    -moz-box-shadow:        inset 0px 1px 4px 2px #D0D0D1;
    -o-box-shadow:          inset 0px 1px 4px 2px #D0D0D1;
    -khtml-box-shadow:      inset 0px 1px 4px 2px #D0D0D1;
    box-shadow:             inset 0px 1px 4px 2px #D0D0D1; 
    
    background-color: #D0D0D1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D0D0D1', endColorstr='#F4F5F6');
    background-image: -webkit-linear-gradient(top,#D0D0D1,#F4F5F6);
    background-image: -moz-linear-gradient(top,#D0D0D1,#F4F5F6);
    background-image: -ms-linear-gradient(top,#D0D0D1,#F4F5F6);
    background-image: -o-linear-gradient(top,#D0D0D1,#F4F5F6);
    background-image: linear-gradient(top,#D0D0D1,#F4F5F6);
    
    /*
    position: relative;
    top: 1px;*/
}

.styledButton.disabled,
.commandAction.disabled
{
    color: #CCCCCC;
}


#saveAndContinueAction.commandAction,
#createAction.commandAction
{
    background: rgb(180,227,145); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(180,227,145,1) 0%, rgba(41,154,11,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,227,145,1)), color-stop(100%,rgba(41,154,11,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(180,227,145,1) 0%,rgba(41,154,11,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(180,227,145,1) 0%,rgba(41,154,11,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(180,227,145,1) 0%,rgba(41,154,11,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(180,227,145,1) 0%,rgba(41,154,11,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    
    border: 1px solid #bcbdbf;
    
    display: inline-block;
    color: #111111;
    font-family: helvetica,arial,verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 12px;
    text-decoration: none;
    white-space: nowrap;
}

#saveAndContinueAction.commandAction:hover,#saveAndContinueAction.commandAction:focus,#saveAndContinueAction.commandAction:active,
#createAction.commandAction:hover,#createAction.commandAction:focus,#createAction.commandAction:active
{
    -webkit-box-shadow:     inset 0px 1px 4px 0px #61c419;
    -moz-box-shadow:        inset 0px 1px 4px 0px #61c419;
    -o-box-shadow:          inset 0px 1px 4px 0px #61c419;
    -khtml-box-shadow:      inset 0px 1px 4px 0px #61c419;
    box-shadow:             inset 0px 1px 4px 0px #61c419; 
    /* box-shadow should come after -moz-box-shadow and -webkit-box-shadow. That way when full browser support arrives, your code will render according to the spec rather than specific to the vendor because the default declaration comes after the vendor declarations.*/
    
    border: 1px solid #bcbdbf;
    
    background: rgb(97,196,25); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(97,196,25,1) 0%, rgba(180,227,145,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,196,25,1)), color-stop(100%,rgba(180,227,145,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(97,196,25,1) 0%,rgba(180,227,145,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(97,196,25,1) 0%,rgba(180,227,145,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(97,196,25,1) 0%,rgba(180,227,145,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(97,196,25,1) 0%,rgba(180,227,145,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61c419', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */


    text-decoration: none;
}

#saveAndContinueAction.commandAction:active,
#createAction.commandAction:active
{
    -webkit-box-shadow:     inset 0px 1px 4px 0px #299a0b;
    -moz-box-shadow:        inset 0px 1px 4px 0px #299a0b;
    -o-box-shadow:          inset 0px 1px 4px 0px #299a0b;
    -khtml-box-shadow:      inset 0px 1px 4px 0px #299a0b;
    box-shadow:             inset 0px 1px 4px 0px #299a0b; 
    
    background: rgb(41,154,11); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(41,154,11,1) 1%, rgba(180,227,145,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(41,154,11,1)), color-stop(100%,rgba(180,227,145,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(41,154,11,1) 1%,rgba(180,227,145,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(41,154,11,1) 1%,rgba(180,227,145,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(41,154,11,1) 1%,rgba(180,227,145,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(41,154,11,1) 1%,rgba(180,227,145,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */
    
    /*
    position: relative;
    top: 1px;*/
}

#saveAndContinueAction.commandAction.dirty,
#creationAction.commandAction.dirty
{
    background: rgb(255,104,114); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,104,114,1) 0%, rgba(255,20,43,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,104,114,1)), color-stop(100%,rgba(255,20,43,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,104,114,1) 0%,rgba(255,20,43,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,104,114,1) 0%,rgba(255,20,43,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,104,114,1) 0%,rgba(255,20,43,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,104,114,1) 0%,rgba(255,20,43,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6872', endColorstr='#FF142B',GradientType=0 ); /* IE6-9 */
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    
    border: 1px solid #bcbdbf;
    
    display: inline-block;
    color: #111111;
    font-family: helvetica,arial,verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 12px;
    text-decoration: none;
    white-space: nowrap;
}

#saveAndContinueAction.commandAction.dirty:hover,#saveAndContinueAction.commandAction.dirty:focus,#saveAndContinueAction.commandAction.dirty:active,
#createAction.commandAction.dirty:hover,#createAction.commandAction.dirty:focus,#createAction.commandAction.dirty:active
{
    -webkit-box-shadow:     inset 0px 1px 4px 0px #FF4F60;
    -moz-box-shadow:        inset 0px 1px 4px 0px #FF4F60;
    -o-box-shadow:          inset 0px 1px 4px 0px #FF4F60;
    -khtml-box-shadow:      inset 0px 1px 4px 0px #FF4F60;
    box-shadow:             inset 0px 1px 4px 0px #FF4F60; 
    /* box-shadow should come after -moz-box-shadow and -webkit-box-shadow. That way when full browser support arrives, your code will render according to the spec rather than specific to the vendor because the default declaration comes after the vendor declarations.*/
    
    border: 1px solid #bcbdbf;
    
    background: rgb(255,79,96); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,79,96,1) 0%, rgba(255,104,114,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,79,96,1)), color-stop(100%,rgba(255,104,114,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,79,96,1) 0%,rgba(255,104,114,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,79,96,1) 0%,rgba(255,104,114,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,79,96,1) 0%,rgba(255,104,114,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,79,96,1) 0%,rgba(255,104,114,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4F60', endColorstr='#FF6872',GradientType=0 ); /* IE6-9 */


    text-decoration: none;
}

#saveAndContinueAction.commandAction.dirty:active,
#createAction.commandAction.dirty:active
{
    -webkit-box-shadow:     inset 0px 1px 4px 0px #FF142B;
    -moz-box-shadow:        inset 0px 1px 4px 0px #FF142B;
    -o-box-shadow:          inset 0px 1px 4px 0px #FF142B;
    -khtml-box-shadow:      inset 0px 1px 4px 0px #FF142B;
    box-shadow:             inset 0px 1px 4px 0px #FF142B; 
    
    background: rgb(255,20,43); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,20,43,1) 1%, rgba(255,104,114,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,20,43,1)), color-stop(100%,rgba(255,104,114,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,20,43,1) 1%,rgba(255,104,114,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,20,43,1) 1%,rgba(255,104,114,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,20,43,1) 1%,rgba(255,104,114,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,20,43,1) 1%,rgba(255,104,114,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF142B', endColorstr='#FF6872',GradientType=0 ); /* IE6-9 */
    
    /*
    position: relative;
    top: 1px;*/
}

/*--------------------------------------------*\
    Form instructions
\*--------------------------------------------*/

.formInstructionsContainer
{
    padding: 10px;
    
    display: table;
    margin: 12px auto;
    
    border: 1px solid #BCBDBF;
    background-color: #FBFCD9;
    /*background-color: #fffede;*/
    
    position: relative;
    
    /*font-size: .9em;*/
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.formInstructions
{
    font-style: italic;
}

/***************************************************************************************
* The following is for the information folded corner
* Reference: http://www.howtocreate.co.uk/tutorials/css/slopes
***************************************************************************************/

.formInstructionsContainerCornerFoldBottomBorder
{
    position: absolute;
    top: 0px;
    right: 0px;
    
    font-size: 0px; 
    line-height: 0%; 
    width: 0px;
    border-top: 10px solid #ffffff;
    border-bottom: none;
    border-left: 10px solid #BCBDBF;
}


.formInstructionsContainerCornerFold
{
    position: absolute;
    top: -1px;
    right: -1px;
    
    font-size: 0px; 
    line-height: 0%; 
    width: 0px;
    border-top: 10px solid #ffffff;
    border-bottom: none;
    border-left: 10px solid #FBFCD9;
}

.formInstructionsContainerCornerFoldTopBorder
{
    position: absolute;
    top: 0px;
    right: 0px;
    
    font-size: 0px; 
    line-height: 0%; 
    width: 0px;
    border-top: 10px solid #BCBDBF;
    border-bottom: none;
    border-left: 10px solid transparent;
}

.formInstructionsContainerCornerFoldTopClip
{
    position: absolute;
    top: -1px;
    right: -1px;
    
    font-size: 0px; 
    line-height: 0%; 
    width: 0px;
    border-top: 11px solid #ffffff;
    border-bottom: none;
    border-left: 11px solid transparent;
}



/*--------------------------------------------*\
    Form fields
\*--------------------------------------------*/

.formFieldsContainer
{
    /*padding: 5px;
    background: #f8f8f8;*/
    
    margin: 0 auto;
    display: table;
    width: 960px;
}

.formFieldsContainer.v2
{
    /*padding: 5px;
    background: #f8f8f8;*/
    
    margin: 0 auto;
    display: table;
    width: 100%;
}

.formFieldContainer
{
    margin: 12px 0px;
}

.formFieldContainer.v2
{
    margin: 18px 0px 18px 0px;
}

.formFieldLabelContainer
{
    float: left;
    width: 45%;
    text-align: right;
}

.formFieldLabelContainer.v2
{
    padding-bottom: 1px;
    
    float: none;
    
    text-align: left;
    
    width: auto;

}

.formFieldLabel
{
    padding-top: 3px;
    padding-right: 5px;
    font-weight: bold;
    
    color: #212121;
}

.formFieldLabel.v2
{
    padding-right: 5px;
    font-weight: bold;
    font-size: 11px;
    
    color: #212121;
}

.formFieldValueContainer
{
    overflow: hidden;
    width: 55%;
}

.formFieldValueContainer.v2
{
    overflow: visible;
    
    width: auto;
    
    margin-top: 2px;
    margin-left: 18px;
}

.formFieldValue
{
    position: relative;
    padding-left: 10px;
}

.formFieldValue.v2
{
    position: relative;
    
    padding: 0;
}

.formFieldValidationMessage
{
    
}

.formFieldValidationMessage .field-validation-error
{
    display: block;
    
    background: #FFEEEE url(validation/delete_16x16.png) no-repeat;
    background-position: 5px 5px;
    
    width: 310px; /* to fit within 350px width of a textbox */
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -o-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    
    border: 1px solid #FFCCCC;
    
    padding: 5px 5px 5px 30px;
    margin-top: 2px;
    margin-left: 10px;
    margin-bottom: 5px;
    
    color: #4C4C4C;
}

.formFieldValue span.disabled
{
    /* This styles makes it look like a text box, see input[type='text'], select */
    display: block;
    overflow: hidden;
    
    width: 348px; /* would be 350px but reduced due to borders */
    border-bottom: 1px solid #bcbdbf;
    
    color: #000000;
    /*color: #434343;
    background-color: #EDEDED;*/
    
    margin-top: 1px;
    padding: 1px;
    
    white-space: pre-wrap;
    
    min-height: 15px;
}

.formFieldValue.v2 input[type='text'], 
.formFieldValue.v2 input[type='password'], 
.formFieldValue.v2 select, 
.formFieldValue.v2 textarea,
.formFieldValue.v2 span.disabled
{
    /*font-size: 14px;*/
    border: 1px solid #8fb3d4;
}

.formFieldValue.v2 span.disabled
{
    /* This styles makes it look like a text box, see input[type='text'], select */
    display: block;
    overflow: hidden;
    
    width: 334px; /* would be 350px but reduced due to borders */
    border: 0;
    border: 1px solid #8fb3d4; /*#bcbdbf;*/
    
    color: #000000;
    /*color: #434343;
    background-color: #EDEDED;*/
    
    margin-top: 1px;
    padding: 1px;
    padding: 5px 7px;
    
    white-space: pre-wrap;
    
    min-height: 15px;
    
    background: #F2F8FF;
    
    -webkit-border-radius:  4px;
    -moz-border-radius:     4px;
    -o-border-radius:       4px;
    -khtml-border-radius:   4px;
    border-radius:          4px;
}

.formFieldValue span.disabled.textarea
{
    width: 95%;
    padding: 5px 7px;
    border: 1px solid #8fb3d4;
}

.formFieldValue span.normal
{
    /* This styles makes it look like a text box, see input[type='text'], select */
    display: block;
    overflow: hidden;
    
    /*width: 348px; /* would be 350px but reduced due to borders */
    border: 1px solid transparent;
    
    /*color: #434343;
    background-color: #EDEDED;*/
    
    margin-top: 1px;
    padding: 1px;
    
    white-space: pre;
    
    min-height: 15px;
}

.formFieldValue input[type='text'].input-validation-error, .formFieldValue input[type='password'].input-validation-error, .formFieldValue select.input-validation-error, .formFieldValue textarea.input-validation-error,
.formFieldValue.mandatory input[type='text'].input-validation-error, .formFieldValue.mandatory input[type='password'].input-validation-error, .formFieldValue.mandatory select.input-validation-error, .formFieldValue.mandatory textarea.input-validation-error
{   
    background-color: #ffeeee;
}

.formFieldValue.mandatory input[type='text'], .formFieldValue.mandatory input[type='password'], .formFieldValue.mandatory select, .formFieldValue.mandatory textarea
{
    /*background-color: #D8E7C0;*/
}

.formFieldValue .mandatoryMarker
{
    position: absolute;
    left: -2px;
    padding-left: 2px;
    padding-top: 5px;
    color: #718E41;
    font-size: 19px;
    line-height: 12px;
}

.formFieldValue.v2 .mandatoryMarker
{
    position: absolute;
    top: 5px;
    padding: 0;
    left: -12px;
    color: #718E41;
    font-size: 21px;
    line-height: 12px;
}

.formActionContainer, .formSubmitContainer
{
    margin: 4px 0px 4px 0px;
    text-align: center;
}

.formFieldValue.v2 .amountValue input[type='text'], 
.formFieldValue.v2 .percentageValue input[type='text']
{
    width: 100px;
    text-align: right;
}

.formFieldValue.v2 span.disabled.amountValue, 
.formFieldValue.v2 span.disabled.percentageValue
{
    text-align: right;
    width: 100px;
}

.formFieldValue.v2 span.disabled.dateValue
{
    float: left;
    width: 75px;
    text-align: right;
}

.formFieldValue.v2 span.disabled.dateValueFormat
{
    font-size: 11px;
    
    border: 0;
    
    background: none;
    
    line-height: 18px;
    
    padding-left: 10px;
    
    color: #555555;
}

.formFieldValue.v2 span.dateValue input[type="text"]
{
    text-align: right;
    width: 75px;
}

.formFieldValue.v2 span.dateValueFormat
{
    line-height: 18px;
    
    font-size: 11px;
    
    margin-left: 10px;
    
    color: #555555;
}

/*--------------------------------------------*\
    Form actions
\*--------------------------------------------*/

.formActionsContainer
{
    margin: 0 auto;
    display: table;
    width: 960px;
    
    padding-top: 5px;
    padding-bottom: 10px;
}

.formActionsContainer.v2
{
    margin: 0 auto;
    display: table;
    width: 100%;
    
    padding-top: 5px;
    padding-bottom: 10px;
}

.formActionsContainer.centered
{
    text-align: center;
}

.formActionContainer
{
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}

.formActionContainer a.saveAction .saveActionDirtyMarker
{
    padding-left: 2px;
}


/*--------------------------------------------*\
    Form Validation Summary
\*--------------------------------------------*/

.formValidationSummaryMessageContainer
{
    
}

.formValidationSummaryMessageContainer .validation-summary-errors, .formValidationLargeMessageContainer .field-validation-error.formValidationLargeMessage
{
    display: block;
    
    background: #ffeeee url(validation/delete_32x32.png) no-repeat;
    background-position: 5px 5px;
    
    width: 350px;
    
    border: 1px solid #ffcccc;
    
    padding: 5px 5px 5px 45px;
    margin-top: 15px;
    margin-left: 5px;    
    
    font-weight: bold;
    color: #4C4C4C;    
}

.fullPageErrorContainer
{
    padding-top: 20px;   
}

.fullPageError
{  
    background: #ffeeee url(validation/delete_32x32.png) no-repeat;
    background-position: 5px 5px;
    
    width: 500px;
    height: 60px;
    
    border: 1px solid #ffcccc;
    
    padding: 5px 5px 5px 45px;

    margin: 0px auto;    
    
    font-weight: bold;
    color: #4C4C4C;    
}

/*--------------------------------------------*\
    Form Save Confirmation Message
\*--------------------------------------------*/

.formSaveConfirmationMessageContainer
{
    display: none;
    
    margin-top: 10px;
    
    padding: 15px 5px 15px 45px;
    
    background: #D8E7C0 url(success/check_32x32.png) no-repeat;
    background-position: 5px 5px;
    border: 1px solid #CCCCCC;
    
    
    width: 350px;
}

.formSaveConfirmationMessage
{
    font-weight: bold;
    color: #4C4C4C;
}

/*--------------------------------------------*\
    Confirm Dirty Flag Modal Window
\*--------------------------------------------*/

#dirtyFlagConfirm
{
    display: none;
    width: 420px;
    background-color: #fff;
}

/* Overlay */
#dirtyFlagConfirmOverlay
{
    background-color: #ccc;
    cursor: wait;
}

/* Container */
#dirtyFlagConfirmContainer
{
    text-align: left;
    background: #fff;
}

#dirtyFlagConfirmMessage
{
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 12px 4px 12px 8px;
}
#dirtyFlagConfirmButtonsContainer
{
    height: 30px;
    padding: 10px;
}

#dirtyFlagConfirmButtons
{
    float: right;
}

#dirtyFlagConfirmButtons div
{
    margin: 0px 5px 0px 5px;
    cursor: pointer;
}

#dirtyFlagConfirmContainer a.modal-close, #dirtyFlagConfirmContainer a.modal-close:link, #dirtyFlagConfirmContainer a.modal-close:active, #dirtyFlagConfirmContainer a.modal-close:visited
{
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 2px;
    color: #6d6e70;
}

#dirtyFlagConfirmContainer a.modal-close:hover
{
    color: #000;
}


/*--------------------------------------------*\
    Print Warning Modal Window
\*--------------------------------------------*/

#printWarning
{
    display: none;
    width: 420px;
    background-color: #fff;
}

/* Overlay */
#printWarningOverlay
{
    background-color: #000;
    cursor: wait;
}

/* Container */
#printWarningContainer
{
    text-align: left;
    background: #fff;
}

#printWarningMessage
{
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 12px 4px 12px 8px;
}

#printWarningMessage .printoptions
{
    padding-top: 15px;
}

#printWarningMessage .printoptions li
{
    margin-bottom: 2px;
}

#printWarningButtonsContainer
{
    height: 30px;
    padding: 10px;
}

#printWarningButtons
{
    float: right;
}

#printWarningButtons div
{
    margin: 0px 5px 0px 5px;
    cursor: pointer;
}

#printWarningContainer a.modal-close,
#printWarningContainer a.modal-close:link,
#printWarningContainer a.modal-close:active,
#printWarningContainer a.modal-close:visited
{
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 2px;
    color: #6d6e70;
}

#printWarningContainer a.modal-close:hover
{
    color: #000;
}

#printWarningDoNotShowWarningAgain
{
    position: relative;
    
    padding-left: 5px;
}

#printWarningDoNotShowWarningAgain label
{
    position: relative;
    
    top: -2px;
}

/*--------------------------------------------*\
    Loading Modal Window
\*--------------------------------------------*/

#loading
{
    display: none;
    width: 32px;
    height: 32px;
    background-color: #fff;
}

/* Overlay */
#loadingOverlay
{
    background-color: #000;
    cursor: wait;
}

/* Container */
#loadingContainer
{
    text-align: left;
    background: #fff;
}

/*--------------------------------------------*\
    Text boxes and DropDowns
\*--------------------------------------------*/

input[type='text'], input[type='password'], select, textarea
{
    width: 350px;
    border: 1px solid #bcbdbf;
}

textarea
{
    height: 50px;
    font-family: 'helvetica';
}

textarea.v2
{
    height: 65px;
    font-family: helvetica,arial,verdana, sans-serif;
    width: 95%;
    
    overflow: hidden;
    
    padding: 5px;
}

/*--------------------------------------------*\
    List Search Containers
\*--------------------------------------------*/

.listSearchContainer
{
    border: 1px solid #bcbdbf;
    border-bottom: 1px solid transparent;
}

/*--------------------------------------------*\
    List Search Auto-search
\*--------------------------------------------*/

.enableAutoSearchContainer
{
    font-size: .9em;
    color: #6d6e70;
}

.enableAutoSearchContainer label
{
    font-weight: normal;
}


/*--------------------------------------------*\
    Multi select dropdown
\*--------------------------------------------*/

.multiSelectDropDownContainer.display
{
    padding: 0;
    margin: 0;
    margin-left: 18px;
}

.multiSelectDropDownContainer.display .multiSelectDropDropItem
{

}

/*--------------------------------------------*\
    Radio Button Set
\*--------------------------------------------*/


.radioButtonSet
{
    width: 350px;
    
    display: table;
}

.radioButtonSet .selectLabel
{
    font-weight: bold;
}

.radioButtonSet .radioButtonInformationContainer.selected, 
.radioButtonSet .radioButtonInformationContainer.hover.selected
{
    background-color: #F2F8FF;
}

.radioButtonSet .radioButtonInformationContainer.hover
{
    background-color: #FBFCD9; /* #FFF0E5; */
}

.radioButtonInformationContainer
{
    margin: 7px auto;
    
    padding: 3px 0px;
    padding-right: 25px;
    
    border: 1px solid #8fb3d4;
    
    cursor: pointer;
}

.radioButtonInformationContainer .radioButton
{
    position: relative;
    top: -2px;
        
    margin-right: 5px;
}

.radioButtonInformationContainer .radioButton.hidden
{
    display: none;
}

.radioButtonInformationContainer table,
.radioButtonInformationContainer td
{
    border-collapse: collapse;
    
    vertical-align: top;
}

.radioButtonInformationContainer .radioButtonInformation
{
    
}

.radioButtonInformationContainer .radioButtonInformationName
{
    
}

.radioButtonInformationContainer .radioButtonInformationDescription,
.formFieldValue div.disabled .radioButtonInformationDescription
{
    font-size: .9em;
    
    font-weight: normal;
    
    color: #555555;
    
    padding-top: 3px;
}

.radioButtonInformationContainer .selectionLabel label, 
.radioButtonInformationContainer input
{
    cursor: pointer;
}

.formFieldValue div.disabled .radioButtonInformation
{
    width: 334px; /* would be 350px but reduced due to borders */
    border: 0;
    border: 1px solid #8fb3d4; /*#bcbdbf;*/
    
    margin-top: 1px;
    padding: 1px;
    padding: 5px 7px;
 
    min-height: 15px;
       
    background: #F2F8FF;
    
    -webkit-border-radius:  4px;
    -moz-border-radius:     4px;
    -o-border-radius:       4px;
    -khtml-border-radius:   4px;
    border-radius:          4px;
}


/*------------------------------------------------------------------------------*/

/* Ajax loading */

.ajaxLoading
{
    display: none;
    width: 32px;
    height: 32px;
    background: url('ajax-loader.gif') no-repeat;
}


.ajaxLoadingContainer
{
    position: absolute;
    top: 0; 
    left: 0; 
    
    width: 100%; 
    height: 100%; 
}

.ajaxLoadingOverlay
{
    position: absolute;
    top: 0; 
    left: 0; 
    
    width: 100%; 
    height: 100%; 
    
    background: #000000/*{bgColorOverlay}*/; 
    
    opacity: .4;
    filter:Alpha(Opacity=40)/*{opacityOverlay}*/;
}

.ajaxLoadingIcon
{
    position: absolute;
    top: 50%; 
    left: 50%; 
    
    margin-top: -20px;
    margin-left: -20px;

    width: 40px; 
    height: 40px; 
    
    background: #ffffff url(ajax-loader.gif) 50% 50% no-repeat;
}

.containerHoldingAjaxLoader
{
    position: relative;
}

.containerHoldingAjaxLoaderNeedsSpecialStyle
{
    width: 100%;
    height: 75px;
}