﻿/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip
{
    display: none;
    background: transparent url(Images/black_arrow.png);
    font-size: 12px;
    /*height: 80px;*/
    max-width: 150px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    color: #fff;
    background-size: 100% 100%;    
    min-height: 40px;   
}

/*Question mark image*/
.qmImage
{
    margin-left: 5px;
    vertical-align: middle;
}

.qmImageStatuses
{
    margin-left: 5px;
    vertical-align: middle;
    float: left;
}

/*<TextBox>*/
.textBox
{
    font: 11px Tahoma; /*Height:15px;*/
}

.textBox25
{
    font: 11px Tahoma;
    width: 25px;
}

.textBox43
{
    font: 11px Tahoma;
    width: 43px;
}

.textBox50
{
    font: 11px Tahoma;
    width: 50px;
}

.textBox63
{
    font: 11px Tahoma;
    width: 63px;
}
.textBox83
{
    font: 11px Tahoma;
    width: 83px;
}

.textBox100
{
    font: 11px Tahoma;
    width: 100px;
}

.textBox130
{
    font: 11px Tahoma;
    width: 130px;
}

.textBox110
{
    font: 11px Tahoma;
    width: 127px;
}

.textBox140
{
    font: 11px Tahoma;
    width: 143px;
}

.textBox150
{
    font: 11px Tahoma;
    width: 150px;
}

.textBox160
{
    font: 11px Tahoma;
    width: 160px;
}

.textBox190
{
    font: 11px Tahoma;
    width: 190px;
}

.textBox195
{
    font: 11px Tahoma;
    width: 195px;
}

.textBox200
{
    font: 11px Tahoma;
    width: 200px;
}

.textBox207
{
    font: 11px Tahoma;
    width: 207px;
}

.textBox230
{
    font: 11px Tahoma;
    width: 230px;
}

.textBox250
{
    font: 11px Tahoma; /*   height:15px;*/
    width: 250px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.textBox295
{
    font: 11px Tahoma;
    width: 295px;
}

.textBox320
{
    font: 11px Tahoma;
    width: 320px;
}

.textBox350
{
    font: 11px Tahoma;
    width: 350px;
}

.textBox650
{
    font: 11px Tahoma;
    width: 650px;
}

.textBoxMargin3
{
    min-height: 100px;
    width: 100%;
    margin: 3px;
}

.textBoxFullWithMargin
{
    font: 11px Tahoma;
    width: 99%;
    margin-top: 3px;
    margin-bottom: 3px;
}

.textBox100
{
    font: 11px Tahoma; /*   height:15px;*/
    width: 100px;
}
/*</TextBox>*/
.textBox350
{
    font: 11px Tahoma;
    width: 350px;
}

.textArea50
{
    font: 11px Tahoma;
    width: 99.5%;
    height: 50px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.textAreaMax
{
    font: 11px Tahoma;
    width: 98%;
    height: 95%;
    margin-top: 2px;
    margin-bottom: 2px;
}

.textAreaMaxWidthH50
{
    font: 11px Tahoma;
    width: 98%;
    height: 50px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.textArea100
{
    font: 11px Tahoma;
    width: 99.5%;
    height: 100px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.textArea150
{
    font: 11px Tahoma;
    width: 99.5%;
    height: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.textArea200
{
    font: 11px Tahoma;
    width: 99.5%;
    height: 200px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.textArea250
{
    font: 11px Tahoma;
    width: 99.5%;
    height: 250px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
}

.textArea350x100
{
    font: 11px Tahoma;
    width: 350px;
    height: 100px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.textArea200x41
{
    font: 11px Tahoma;
    width: 200px;
    height: 41px;
    margin-top: 2px;
    margin-bottom: 2px;
}


.textArea250x41
{
    font: 11px Tahoma;
    width: 250px;
    height: 41px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.textArea250x75
{
    font: 11px Tahoma;
    width: 250px;
    height: 75px;
    margin-top: 2px;
    margin-bottom: 2px;
}


.fileUploadTextBox
{
    font: 11px Tahoma;
    color: black;
    background-color: white;
    margin-top: 2px;
    margin-bottom: 2px;
    border: #B0BDDF;
    border-color: #B0BDDF;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    width: 99.5%;
    border-style: solid;
}

/*<HyperLink>*/
a.hyperLink
{
    font-size: 11px;
    font-family: Tahoma;
    color: #403e3d;
    vertical-align: middle;
    text-decoration: none;
}

a:hover.hyperLink
{
    font-size: 11px;
    font-family: Tahoma;
    color: #AAAAAA;
    vertical-align: middle;
    text-decoration: none;
}

a.hyperLinkBold
{
    font-size: 11px;
    font-family: Tahoma;
    color: #403e3d;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
}

a:hover.hyperLinkBold
{
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma;
    color: #AAAAAA;
    vertical-align: middle;
    text-decoration: none;
}

a.hyperLinkBoldRed
{
    font-size: 11px;
    font-family: Tahoma;
    color: #CC0000;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
}

a:hover.hyperLinkBoldRed
{
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma;
    color: #FF9999;
    vertical-align: middle;
    text-decoration: none;
}


.buttonText
{
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma;
    color: #403e3d;
    vertical-align: middle;
    text-decoration: none;
}

/*<HyperLink>*/

.linkButtonSelectGrid
{
    text-decoration: none;
    color: #403e3d;
}

.linkButtonSelectGrid:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

/*<Label>*/
.label
{
    font-size: 12px;
    vertical-align: middle;
}

.labelName
{
    color: #0072C6;
    font-size: 12px;
    vertical-align: middle;
    width:100%;
    
}

.labelData
{
    font-size: 12px;
    vertical-align: middle;   
}

.labelBold
{
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

.labelBoldDocumentsHeader
{
  
    font-weight: bold;
    text-decoration: underline;
    vertical-align: middle;
}

.labelTreeRoot
{
    font-size: 12px;
    font-weight: bold;
    color: black;
    float: left;
}

.labelTreeNodes
{
    font-size: 12px;
    color: black;
    float: left;
}
.labelBoldRight
{
    font-size: 12px;
    font-weight: bold;
    color: black;
    vertical-align: middle;
    float: right;
}

.labelBold24
{
    font-size: 24px;
    font-weight: bold;
    font-family: Tahoma;
}

.label20
{
    font-size: 20px;
    font-family: Tahoma;
}

.labelEntityTitle
{
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.labelVariableColumns
{
    font-size: 13px;
}

.labelVariableColumnsTitle
{
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}

.labelBoTypeIDValidation
{
    font-weight: bold;
    color: Red;
    padding-left: 20px;
    padding-top: 5px;
}

.labelAlert
{
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

.labelAlertRed
{
    font-size: 12px;
    font-weight: bold;
    color: #CC0000;
}

.labelhelp
{
    font-size: 10px;
    font-style:italic;
}

#content_divDisable
{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmNjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffcccc',GradientType=0 ); /* IE6-8 */
    margin-bottom: 8px;
    padding: 5px;
    border: 1px solid #CC0000;
}

.labelAlertGreen
{
    font: 10px Tahoma;
    font-weight: bold;
    color: #00CC00;
}

.labelMoney
{
    font: 10px Tahoma;
    font-weight: bold;
    vertical-align: middle;
    color: #001994;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.note
{
    font: 11px Tahoma;
    font-weight: bold;
    vertical-align: middle;
    background-color: InfoBackground;
}

.labelHeader
{
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;
    margin-left: 3px;
    vertical-align: middle;
    text-decoration: none;
}

/*</Label>*/



/*<Check Box>*/
.checkBoxLeft
{
    float: left;
}

.checkBoxLeft label
{
    vertical-align: top;
    padding-left: 5px;
}

.checkBox label
{
    vertical-align: top;
    padding-left: 5px;
}

.checkBoxLabel
{
    vertical-align: top;
    padding-left: 5px;
}
/*</Check Box>*/

/*<Check Box>*/
.checkBoxQuestionaire
{
    vertical-align: top;
    padding-left: 2px;
    margin-right: 10px;
}
/*</Check Box>*/

/*radioButtonList*/

.radioButtonList tr td
{
    text-align: left;
}

.radioButtonList label
{
    font-size: 11px;
    font-family: Tahoma;
    vertical-align: top;
    padding-left: 5px;
}

.radioButtonList1 label
{
    font-size: 11px;
    font-family: Tahoma;
    vertical-align: top;
    padding-left: 2px;
    padding-right: 10px;
}
/*radioButtonList*/

/*<radio button>*/

.radioButton
{
    vertical-align: middle;
}

.radioButton label
{
    padding-left: 5px;
    top: -2px;
    position: relative;
}

.radioButtonTextLeft
{
    vertical-align: middle;
    text-align:left;
}

.radioButtonTextLeft label
{
    padding-right: 5px;
    top: -2px;
    position: relative;
}
/*<radio button>*/

/*<Drop Down List>*/

.dropDownList
{
    font: 11px Tahoma;
    vertical-align: middle;
}

.dropDownList40
{
    font: 11px Tahoma;
    vertical-align: middle;
    width: 40px;
}

.dropDownList50
{
    font: 11px Tahoma;
    vertical-align: middle;
    width: 54px;
}

.dropDownList67
{
    font: 11px Tahoma;
    vertical-align: middle;
    width: 67px;
}

.dropDownList85
{
    font: 11px Tahoma;
    vertical-align: middle;
    width: 85px;
}

.dropDownList100
{
    font: 11px Tahoma;
    vertical-align: middle;
    width: 104px;
}


.dropDownList120
{
    font: 11px Tahoma;
    vertical-align: middle;
    width: 122px;
}

.dropDownList125
{
    font: 11px Tahoma;
    vertical-align: middle;
    width: 125px;
}

.dropDownList150
{
    font: 11px Tahoma;
    vertical-align: middle;
    width: 154px;
}

.dropDownList190
{
    font: 11px Tahoma;
    vertical-align: middle;
    width: 194px;
}

.dropDownList200
{
    font: 11px Tahoma;
    vertical-align: middle;
    width: 204px;
}

.dropDownList219
{
    font: 11px Tahoma;
    vertical-align: middle;
    width: 219px;
}

.dropDownList250
{
    font: 11px Tahoma;
    vertical-align: middle;
    width: 254px;
}



.dropDownList350
{
    font: 11px Tahoma;
    vertical-align: middle;
    width: 354px;
}

.dropDownList400
{
    font: 11px Tahoma;
    vertical-align: middle;
    width: 400px;
}
/*</Drop Down List>*/



/*<Button>*/
.button
{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    float: left;
    width: 100px;
}

.buttonBold
{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: bold;
    float: left;
    width: 100px;
    text-decoration: none;
    font-size: 11px;
    font-family: Tahoma;
}

.buttonBoldExtra
{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: bold;
    float: left;
    width: 150px;
    text-decoration: none;
    font-size: 11px;
    font-family: Tahoma;
}
.buttonBold230
{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: bold;
    float: left;
    width: 230px;
    text-decoration: none;
    font-size: 11px;
    font-family: Tahoma;
}
.buttonBold170
{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: bold;
    float: left;
    width: 170px;
    text-decoration: none;
    font-size: 11px;
    font-family: Tahoma;
}

.buttonBold140
{
    margin-top: 1px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: bold;
    float: left;
    width: 140px;
    text-decoration: none;
    font-size: 11px;
    font-family: Tahoma;
}

.buttonBold120
{
    margin-top: 1px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: bold;
    float: right;
    width: 120px;
    margin-right: 10px;
    text-decoration: none;
    font-size: 11px;
    font-family: Tahoma;
}

.buttonList
{
    width: 100%;
}
/*</Button>*/



/*<Link>*/
a.linkButton12
{
    font-size: 12px;
    font-family: Tahoma;
    color: #403e3d;
    font-weight: bold;
    text-decoration: none;
}

a:hover.linkButton12
{
    font-size: 12px;
    font-family: Tahoma;
    color: #555555;
    font-weight: bold;
}
/*</Link>*/



/*<Line Break>*/
.lineBreak2
{
    height: 2px;
}
.lineBreak8
{
    height: 8px;
}

.lineBreak12
{
    height: 12px;
}

.lineBreak20
{
    height: 20px;
}

.lineBreak25
{
    height: 25px;
}

.lineBreak30
{
    height: 30px;
}

.lineBreak50
{
    height: 50px;
}
/*<Line Break>*/


/*<Validation Summary>*/
.ValidationSummary
{
    width: 100%;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ValidationSummary ul
{
    padding-left: 20px;
    list-style-type: disc;
    color: #FF0000;
    vertical-align: middle;
}

.ValidationSummary li
{
    color: #FF0000;
    
}

.ValidationSummary2
{
    width: 100%;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #FF0000;
}

.ValidationSummary2 ul
{
    padding-left: 5px;
    list-style-type: none;
    color: #FF0000;
    vertical-align: middle;
}

.validation_dialog
{
    display: none
}

/*</Validation Summary>*/



/*<AddEdit and view alignment>*/

#form
{
    min-height: 300px;
    float: left;
    width: 700px;
}

.fieldLabel
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/fieldLabel.png);
    text-align: right;
    padding-right: 2px;
    padding-top: 4px;
    vertical-align: top;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-bottom: 1px solid #164b3b;
    border-right: 1px solid #164b3b;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}

.dataField
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/dataField.png);
    padding-left: 2px;
    height: 23px;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-bottom: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}

.fieldLabel1Col
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/fieldLabel.png);
    text-align: right;
    padding-right: 2px;
    padding-top: 4px;
    vertical-align: top;
    width: 12%;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-bottom: 1px solid #164b3b;
    border-right: 1px solid #164b3b;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}


.fieldLabel2Col
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/fieldLabel.png);
    text-align: right;
    padding-right: 2px;
    padding-top: 4px;
    vertical-align: top;
    width: 12%;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-bottom: 1px solid #164b3b;
    border-right: 1px solid #164b3b;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}

.fieldLabel2Col8Percent
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/fieldLabel.png);
    text-align: right;
    padding-right: 2px;
    padding-top: 4px;
    vertical-align: top;
    width: 8%;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-bottom: 1px solid #164b3b;
    border-right: 1px solid #164b3b;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}


.fieldLabel3Col
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/fieldLabel.png);
    text-align: right;
    padding-right: 2px;
    width: 30%;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-bottom: 1px solid #164b3b;
    border-right: 1px solid #164b3b;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}


.dataField1Col
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/dataField.png);
    padding-left: 2px;
    width: 88%;
    height: 23px;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-bottom: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}

.dataField2Col
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/dataField.png);
    padding-left: 2px;
    width: 37.86%;
    height: 23px;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-bottom: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}

.middleSeparator
{
    width: 0.28%;
}
/*<addEdit and view alignment>*/

.fieldLabel3Col
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/fieldLabel.png);
    text-align: right;
    padding-right: 2px;
    width: 12%;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-bottom: 1px solid #164b3b;
    border-right: 1px solid #164b3b;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
.dataField3Col
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/dataField.png);
    padding-left: 2px;
    width: 21.15%;
    height: 23px;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-bottom: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
.middleSeparator3Col
{
    width: 0.275%;
}
.fieldLabel4Col
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/fieldLabel.png);
    text-align: right;
    padding-right: 2px;
    width: 10%;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-bottom: 1px solid #164b3b;
    border-right: 1px solid #164b3b;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
.dataField4Col
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/dataField.png);
    padding-left: 2px;
    width: 12.79%;
    height: 23px;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-bottom: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
.dataField
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/dataField.png);
    padding-left: 2px;
    height: 23px;
    width: auto;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-bottom: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}


.fieldLabelSettings
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/fieldLabel.png);
    text-align: left;
    width: 12%;
    padding-left: 2px;
    padding-top: 4px;
    vertical-align: top;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-bottom: 1px solid #164b3b;
    border-right: 1px solid #164b3b;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}

.dataFieldSettings
{
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(Images/dataField.png);
    padding-left: 2px;
    width: 21.15%;
    vertical-align: top;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-bottom: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}

.middleSeparator4Col
{
    width: 0.28%;
}


.list
{
    padding-left: 40px;
}

.exportList
{
    padding-left: 25px;
    list-style-type: none;
}
.exportList li
{
    height: 20px;
}

.exportList li img
{
    vertical-align: middle;
}

.exportList li a
{
    vertical-align: middle;
    list-style-type: circle;
}

.TabContainerFont
{
    font-size: 11px;
}

.relatedTo
{
    font-weight: bold; /*color: #403e3d;*/
    color: rgba(6,40,113,1);
    text-decoration: none;
}

.relatedTo:hover
{
    font-weight: bold; /*color: #AAAAAA;*/
    color: rgba(52,100,170,1);
    text-decoration: underline;
}


.documentList
{
    float: left;
    vertical-align: top;
    padding-bottom: 20px;
    padding-top: 10px;
}

.documentList ul
{
    padding-left: 25px;
    list-style-type: square;
    vertical-align: top;
}

.documentList ul li
{
    vertical-align: top;
    height: 20px;
    width: 200px;
}


.documentList .email ul
{
    padding-left: 5px;
    padding-right: 10px;
    list-style-type: none;
    vertical-align: top;
}

.documentList .email ul li
{
    vertical-align: top;
    height: 20px;
    width: 20px;
}

.FreeTextBox p
{
    margin: 0cm;
}

.ExportTr
{
    padding-left: 10px;
    padding-bottom: 7px;
}

.downloadDocumentImageButton
{
    float: right;
    border: 0;
}

.block
{
    display: block;
    float: left;
    width: 100%;
}

.treeNode
{
    color: black;
    font: 11px Tahoma;
    vertical-align:top;
    padding-left: 5px;
}

.rootNode
{
    font: 11px Tahoma;
    color: black;
    vertical-align:top;
    padding-left: 5px;
}

.leafNode
{    
    color: black;
    font: 11px Tahoma;
    vertical-align:top;
    padding-left: 5px;
}

.selectNode
{    
    color: black;
    font: 11px Tahoma;
    vertical-align:top;
    padding-left: 5px;
    /*font-weight: bold;
    background-color: Black;
    color: White;
    border-radius: 5px;*/
}

.desincronizedData
{
    background: #FFD2D2;
}

