﻿html, body {
    color: #333333;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    margin: 0;
    padding: 0;
  
}

input {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    margin-left: 0px;
}

div, td, p, span {
    color: #333333;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
}

h1 {
    color: #2C649C;
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.h1 {
    color: #2C649C;
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.top {
    vertical-align: top;
}


h2 {
    background-color: #DCF0F7;
    color: black;
    font-size: 10pt;
    padding: 10px;
    text-transform: uppercase;
}

h3 {
    background-color: #c0c0c0;
    color: white;
    font-size: 10pt;
    padding: 10px;
    text-transform: uppercase;
    border-radius:3px;

}

hr {
    border-color: #2C649C;
    border-style: solid none none;
    border-width: 2px;
    margin: 5px 0;
}

li {
    margin-bottom: 5px;
}

a {
    color: #2C649C;
    text-decoration: none;
    font-size: 11px;
}

a:hover {
        color: #003366;
        text-decoration: none;
     }

th {
    background-color: #9F9F9F;
    color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
    padding: 8px 5px;
    border-color:black;
}

.noteAlt {
    background-color: #f0f7fb;
    background-image: url(../images/Pencil-48.png);
    background-position: 9px 0px;
    background-repeat: no-repeat;
    border-left: solid 4px #698FC0;
    line-height: 18px;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 480px;
    margin-bottom: 50px;
    margin: auto;
}

.noteAlt div {
    padding-left: 60px;
}


#canvas_top {
    background-image: url(../Logo/Customer.png);
    background-repeat: no-repeat;
    background-color: none;
    background-position: 70px;
    /*margin-top: 20px;*/
    height: 40px;
    text-align: right;
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
    right: 0px;
    left: 0px;
    position: fixed;
    display: inline-block;
    padding: 10px;
    z-index: 200;
    box-sizing: initial;
}

    #canvas_top a {
        -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
        box-shadow: inset 0px 1px 0px 0px #ffffff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
        background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
        background-color: #ededed;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #dcdcdc;
        display: inline-block;
        cursor: pointer;
        color: #333333;
        font-family: Arial;
        font-size: 12pt;
        text-decoration: none;
        text-shadow: 0px 1px 0px #ffffff;
        min-width: 100px;
        height: 30px;
        line-height: 30px;
        padding: 5px;
        text-align: center;
        box-sizing: initial;
    }

        #canvas_top a:hover {
            -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
            -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
            box-shadow: inset 0px 1px 0px 0px #ffffff;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c0c0c0), color-stop(1, #dfdfdf));
            background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
            background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
            background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
            background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
            background: linear-gradient(to bottom, #c0c0c0 5%, #dfdfdf 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
            background-color: #ededed;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            border: 1px solid #dcdcdc;
            display: inline-block;
            cursor: pointer;
            color: #777777;
            font-family: Arial;
            text-decoration: none;
            text-shadow: 0px 1px 0px #ffffff;
            box-sizing: initial;
        }

#canvas_body {
    /*background-color: #FFFFFF;
    background-position: initial initial;
    background-repeat: initial initial;
    padding: 20px;
    padding-top: 20px;
    text-align: left;
    border:solid 1px #C0C0C0;
    margin-left:20px;
    margin-right:20px;
    margin:20px;
    border-radius:3px;
    box-shadow:0px 0px 3px 0px #C0C0C0;
    overflow:auto;
    bottom:50px;
    top:50px;
    position:fixed;
    right:0px;
    left:0px;
    z-index:9;*/
    background-color: #FFFFFF;
    background-position: initial initial;
    background-repeat: initial initial;
    
    padding:10px;
    padding-top: 20px;
    text-align: left;
    overflow:auto;
    bottom:50px;
    top:60px;
    position:fixed;
    right:0px;
    left:0px;
    z-index:100;

    border-color: #2C649C;
    border-style: none none none;
    border-width: 2px;
  
}

#canvas_strip {
    height: 30px;

}

#canvas_bottom {
    background-color: #2C649C;
    height: 50px;
    line-height:50px;
    bottom: 0px;
    position:fixed;
    right:0px;
    left:0px;
    color:#FFFFFF;
    box-shadow:1px 1px 9px 1px #FFFFFF;
 }

#admin_navigation {
    margin-left: 780px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 1000;
}

    #admin_navigation div {
        background-color: #2C649C;
        display: none;
        height: 0;
        opacity: 0;
        text-align: left;
    }

    #admin_navigation a {
        color: #FFFFFF;
    }

.menu_item {
    font-size: 8pt;
}

.hollard_purple {
    background-color: #2C649C;
    height:30px;

}

.hollard_blue {
    background-color: #b0c4de;
}

.StandardButton {

   -moz-box-shadow: 0px 1px 0px 0px #3872ac;
	-webkit-box-shadow: 0px 1px 0px 0px #3872ac;
	box-shadow: 0px 1px 0px 0px #3872ac;
	background:-moz-linear-gradient(top, #3872ac 5%, #2C649C 100%);
	background:-webkit-linear-gradient(top, #3872ac 5%, #2C649C 100%);
	background:-o-linear-gradient(top, #3872ac 5%, #2C649C 100%);
	background:linear-gradient(to bottom, #3872ac 5%, #2C649C 100%);
	background-color:#2C649C;
	-moz-border-radius:3px;
	-webkit-border-radius:6px;
	border-radius:3px;
	border:1px solid #2C649C;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 1px black;
     min-width:75px;
    height:30px;
    text-align:center;
       padding-left:5px;
    padding-right:5px;
    }

.StandardButton:hover{
    cursor:pointer;
	box-shadow: 0px 1px 0px 0px #3872ac;
	background:-moz-linear-gradient(top, #3872ac 5%, #3988d7 100%);
	background:-webkit-linear-gradient(top, #3872ac 5%, #3988d7 100%);
	background:-o-linear-gradient(top, #3872ac 5%, #3988d7 100%);
	background:linear-gradient(to bottom, #2C649C, #3988d7 100%);
}

.StandardButton:disabled {
    -moz-box-shadow: 0px 1px 0px 0px #756d64 !important;
    -webkit-box-shadow: 0px 1px 0px 0px #756d64 !important;
    box-shadow: 0px 1px 0px 0px #756d64 !important;
    background-color: #9F9F9F !important;
    background: -moz-linear-gradient(top, #756d64 5%, #756d64 100%) !important;
    background: -webkit-linear-gradient(top, #756d64 5%, #756d64 100%) !important;
    background: -o-linear-gradient(top, #756d64 5%, #756d64 100%) !important;
    background: linear-gradient(to bottom, #756d64 5%, #756d64 100%) !important;
    border: 1px solid #756d64 !important;
    opacity: 0.5;
}

.navButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
      min-width:75px;
    height:32px;
       padding-left:5px;
    padding-right:5px;
    }

.navButton:hover{

  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c0c0c0), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #c0c0c0 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.MenuButton{
    height:50px;
    font-family:Arial;
    font-size:15px;
    border:none;
    border-bottom:solid 1px #C0C0C0;
    background:#ffffff;
    width:600px;
    left:0px;
    right:0px;
    color: #808080;
    text-align:left;
    padding-left:20px;
}

.MenuButton:hover
{
 cursor:pointer;
 background:#eaeaea;
}

input[type=text], input[type=password],input[type=email] ,input[type=number] {
   height:25px;
   border-radius:3px;
   border:solid 1px #C0C0C0;
   padding-left:3px;
  
}

input[type="text"]:focus, input[type=password]:focus
{
    /*background: -webkit-linear-gradient(top, #eaeaea , white 50%);
    background: -moz-linear-gradient(top, #eaeaea, white 50%);*/ 
background:linear-gradient(to bottom, #dcdcdc 5%, #ededed 100%);

}

textarea {
   height:20px;
   border-radius:3px;
   border:solid 1px #C0C0C0;
   padding-left:3px;
}

textarea:focus
{
    background: -webkit-linear-gradient(top, #eaeaea , white 50%);
    background: -moz-linear-gradient(top, #eaeaea, white 50%); 
}

select {
 border: 1px solid #c0c0c0;
 padding-left:3px;
 height:28px;
 border-radius:3px;
}

select:focus
{
background:linear-gradient(to bottom, #dcdcdc 5%, #ededed 100%);
}


.menu {
    background-color: #808080;
    border-style: none;
    color: #FFFFFF;
    font-size: 8pt;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.pageHeading{

  height:30px;
  line-height:30px;
  color:#756d64;
  font-weight:bold;
  font-size:15px;
  position:relative;
  top:0px;
  vertical-align:middle;
  padding-left:5px;
  text-align:left;
  font-size:18px;
  width:100%;
  display:inline-block;
  /*background-color: #2C649C;
  height:30px;
  line-height:30px;
  font-size:15px;
  position:relative;
  top:0px;
  vertical-align:middle;
  padding-left:5px;
  text-align:left;
  width:100%;
  display:inline-block;
  	color:#FFFFFF;
    -moz-box-shadow: 0px 1px 0px 0px #3872ac;
	-webkit-box-shadow: 0px 1px 0px 0px #3872ac;
	box-shadow: 0px 1px 0px 0px #3872ac;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3872ac), color-stop(1, #2C649C));
	background:-moz-linear-gradient(top, #3872ac 5%, #2C649C 100%);
	background:-webkit-linear-gradient(top, #3872ac 5%, #2C649C 100%);
	background:linear-gradient(to bottom, #3872ac 5%, #2C649C 100%);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #2C649C;
	cursor:pointer;
	font-family:Arial;*/
}

.pageHeadingGrey {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    position: relative;
    top: 0px;
    vertical-align: middle;
    padding-left: 5px;
    text-align: left;
    width: 100%;
    display: inline-block;
      -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	cursor:pointer;
	color:#333333;
	
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.pageHeadingGrey a
{
font-family:Arial;
	font-size:12pt;
        color: #333333;
}
.Text_15{
    font-size:15px;
    color:#2C649C;  
}

.email {
    color: #333333;
    text-decoration: underline;
}

em {
    color: gray;
}

.date {
    color: gray;
}

.indent {
    margin-left: 10px;
}

.small_text {
    font-size: 8pt;
    margin-bottom: 0px;
}

.mouse {
    cursor: pointer;
}

.help {
    cursor: help;
}

.link {
    color: #333333;
    cursor: pointer;
    text-decoration: underline;
}

.menu_item {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 0;
}

    .menu_item a {
        border-style: none;
        font-size: 9pt;
    }

    .menu_item img {
        border: 0;
        height: 16px;
        margin-right: 8px;
        width: 16px;
    }

.form_container {
    border: 2px solid #808080;
    clear: both;
    display: block;
    padding: 20px;
}

.hidden {
    display: none;
}

.unbounded {
    border-style: solid none none;
}

.tab_style_1_normal {
    background-color: #483A90;
    border-style: none;
    color: #DCF0F7;
    font-size: 8pt;
    line-height: 20px;
}

.tab_style_1_active {
    background-color: #483A90;
    border-style: none;
    color: #FFFFFF;
    font-size: 8pt;
    line-height: 20px;
}

.tab_style_2_normal {
    background-color: #19836D;
    border-style: none;
    color: #DCF0F7;
    font-size: 8pt;
    line-height: 20px;
}

.tab_style_2_active {
    background-color: #19836D;
    border-style: none;
    color: #FFFFFF;
    font-size: 8pt;
    line-height: 20px;
}

.tab_style_3_normal {
    background-color: orange;
    border-style: none;
    color: #DCF0F7;
    font-size: 8pt;
    line-height: 20px;
}

.tab_style_3_active {
    background-color: orange;
    border-style: none;
    color: #FFFFFF;
    font-size: 8pt;
    line-height: 20px;
}

.MenuLine {
    font-weight: bold;
    font-size: 8pt;
    color: #FFFFFF;
    background-repeat: repeat-x;
    font-family: Tahoma;
    background-color: #2C649C;
    height: 30px;
    text-align: center;
    border:none;
}


 .MenuLine:hover {
        font-weight: bold;
        color: #F9F9F9;
        background-repeat: repeat-x;
        font-family: Tahoma;
        background-color: #5E9DC8;
        color:white;
        height: 30px;
        text-align: center;
        cursor:pointer;
    }

 .MenuLine div {
     width: 100%;
     height: 100%;
 }

.MenuLineText {
    color: white;
    text-shadow: 0px -1px 0px #000000;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

  .MenuLineText:hover{
     color:white;
     cursor:pointer;
 }

.MenuLine_HL {
    font-weight: bold;
    font-size: 8pt;
    color: #F9F9F9;
    background-repeat: repeat-x;
    font-family: Tahoma;
    background-color: #5E9DC8;
    height: 30px;
    text-align: center;
}

.MenuItemSelect {
    font-weight: bold;
    font-size: 8pt;
    margin: 0px;
    background-repeat: repeat-x;
    font-family: Tahoma;
    background-color: #5E9DC8;
    height: 30px;
    text-align: center;
}
/*-- Update Panel Start --*/
.FreezePaneOff{
    visibility: hidden;
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
}

.FreezePaneOn{
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #666;
    z-index: 1001;
    filter:alpha(opacity=85);
    opacity:0.85;
    /*padding-top: 20%;*/
}

.InnerFreezePane{
    text-align: center;
    width: 300px;
    background-color: white;
    color: black;
    font-size: large;
    border: solid 1px black;
    padding: 40px;
    border-radius:5px;
    margin-top:20%;
}

.word-wrap{
    word-wrap:break-word ;
    white-space: normal; 
    word-break: break-all;
}

 /*-- Update Panel End --*/


 .grid caption {
        text-align:left;
        font-weight:bold;
    }

 .grid
{
    border:1px solid #c0c0c0;
    width:100%;
    padding:3px;
    text-align:left;
}

.grid th, .grid th > a
{
 -moz-box-shadow: 0px 1px 0px 0px #3872ac;
	-webkit-box-shadow: 0px 1px 0px 0px #3872ac;
	box-shadow: 0px 1px 0px 0px #3872ac;
	background:-moz-linear-gradient(top, #3872ac 5%, #2C649C 100%);
	background:-webkit-linear-gradient(top, #3872ac 5%, #2C649C 100%);
	background:linear-gradient(to bottom, #3872ac 5%, #2C649C 100%);
	background-color:#2C649C;
	border:1px solid #2C649C;

	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
    text-shadow:1px 1px 0px black;
}

.grid tr
{
    position:relative;
    height:30px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    margin-left:5px;
    padding-left:5px;
    min-width:10px;
    max-width:500px;
    width:auto;

}

.grid td {
  
    padding-right:10px;
    padding-left:5px;
    padding-bottom:10px;
    word-break:break-all;
    vertical-align:middle;
}

.grid tr:hover
{
    background-color: #F0F0F0;
    border: 1px solid #cccccc;
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    padding: 3px;
    text-decoration: none;
     cursor:pointer;
}

.grid_selected
{
    background-color: #F0F0F0;
    border: 1px solid #cccccc;
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    padding: 3px;
    text-decoration: none;
     cursor:pointer;
}

.searchMenuButton{
 height:50px;
 width:50px;
 line-height:50px;
 vertical-align:middle;
 float:left;
 cursor:pointer;
 position:relative;
 z-index:1000;
}
.searchMenuButton:hover{
   border-radius:5px;
   box-shadow:1px 1px 1px #2C649C;
}

.searchMenu
{
position:absolute;
min-width:200px;
max-width:300px;
border: solid 1px #C0C0C0;
min-height:50px;
top:70px;
left:20px;
z-index:1000;
background:white;
box-shadow:2px 6px 6px #797373;
}

.searchMenuHeader{
  background-color: #2C649C;
  height:50px;
  color:#FFFFFF;
  font-size:15px;
  position:relative;
  top:0px;
  vertical-align:middle;
  padding-left:5px;
  text-align:left;
  font-size:18px;
	background:linear-gradient(to bottom, #3872ac 5%, #2C649C 100%);
}

.searchMenuHeaderText {
    font-size:18px;
    color:#FFFFFF;
    line-height:50px;
    position:relative;
    padding-top:15px;
    margin-left:10px;
    text-shadow:1px 1px 1px #333333;
}

.searchMenuItem
{
    position:relative;
    height:50px;
    right:0px;
    padding-left:20px;
    text-align:left;
    border-style:none;
    border-bottom:solid 1px #F0F0F0;
    font-family:Arial, Helvetica, sans-serif;
    color:#808080;
    font-size:15px;
    vertical-align:middle;
    display:inline-block;
    background:transparent;
    width:100%;
}
.searchMenuItem:hover
{
 background:#F0F0F0;
 cursor:pointer;
}

.controlBorder{
    border:solid 1px #c0c0c0;
    border-radius:3px;
    box-shadow:0px 0px 3px 0px #C0C0C0;
}

.formBar{
  background-color: #2C649C;
  height:50px;
  color:#FFFFFF;
  font-size:15px;
  position:relative;
  top:0px;
  vertical-align:middle;
  padding-left:5px;
  text-align:left;
  font-size:18px;
  background: linear-gradient(to bottom,#fff0cd 1%,  #ffd573 20%, #2C649C 49%);
}

.Text_15_white{
    font-size:15px;
    color:#FFFFFF;
    line-height:50px;
    position:relative;
}

.text_15_blue{
    font-size:15px;
    color:#2C649C;
    position:relative;
}

.favourite
{
  font-weight: bold;
        color: #F9F9F9;
        background-repeat: repeat-x;
        font-family: Tahoma;
        background-color: #5E9DC8;
        color:white;
        height: 30px;
        text-align: center;
        cursor:pointer;
}

.errortext
{
    color:red;
    font-family:Arial;
    font-size:15px;
}

.oktext
{
    color:green;
    font-family:Arial;
    font-size:15px;
}

.stepTable
{
    border:1px solid #dcdcdc;
    width:100%;
    padding:3px;
    text-align:left;
}

.stepTable th
{
    /*-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	border:1px solid #ffaa22;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
   height:50px;*/

     -moz-box-shadow: 0px 1px 0px 0px #3872ac;
	-webkit-box-shadow: 0px 1px 0px 0px #3872ac;
	box-shadow: 0px 1px 0px 0px #3872ac;
	background:-moz-linear-gradient(top, #3872ac 5%, #2C649C 100%);
	background:-webkit-linear-gradient(top, #3872ac 5%, #2C649C 100%);
	background:-o-linear-gradient(top, #3872ac 5%, #2C649C 100%);
	background:linear-gradient(to bottom, #3872ac 5%, #2C649C 100%);
	background-color:#2C649C;
	-moz-border-radius:3px;
	-webkit-border-radius:6px;
	border-radius:3px;
	border:1px solid #2C649C;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 1px black;
    height:50px;
  
}

.stepTable tr
{
    position:relative;
    height:30px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    margin-left:5px;
    padding-left:5px;
    min-width:10px;
    max-width:500px;
    width:auto;
   
}

.stepTable td {
  
    padding-right:10px;
    padding-left:5px;
    padding-bottom:10px;
    word-break:break-all;
    border:1px solid #dcdcdc;
    padding:3px;
    text-align:left;

}

.stepTable tr:hover
{
    background-color: #F0F0F0;
    border: 1px solid #cccccc;
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    padding: 3px;
    text-decoration: none;
     cursor:pointer;
}

.mapPanel{
    border: 1px solid #c0c0c0; 
    position: absolute; 
    z-index:10000;
    background: white; 
    text-align: left;
    right:0px;
    left:0px;
    bottom:0px;
    top:0px;
    padding: 20px;
    padding-top: 20px;
    text-align: left;
    border:solid 1px #C0C0C0;
    margin-left:20px;
    margin-right:20px;
    margin:20px;
    border-radius:3px;
    box-shadow:0px 0px 3px 0px #C0C0C0;
    overflow:auto;
    bottom:50px;
    top:50px;
    position:fixed;
    right:0px;
    left:0px;

}

.map
{
 position: fixed; 
 z-index:99999;
 height:80%;
 width:100%;
background:#FFFFFF;
}

.footerText
{
       font-family:Arial;
    font-size:10pt;
    color:#FFFFFF;
}

.modalBackground
{
    background-color:black;
    opacity:0.8;
    z-index:1000;
    position:absolute;
}

.exportToCSVButton{
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
      min-width:75px;
    height:32px;
    background-image:url('../Images/ExportToCSV_32x32.bmp');
    background-repeat: no-repeat;
background-position:left 5px center;
padding-left: 25px;
    background-size:16px;
padding-right:5px;
    }

.exportButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
      min-width:75px;
    height:32px;
    background-image:url('../Images/Excel.bmp');
    background-repeat: no-repeat;
background-position:left 5px center;
padding-left: 25px;
    background-size:16px;
padding-right:5px;
    }

.exportButton:hover{

  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c0c0c0), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #c0c0c0 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    background-image:url('../Images/Excel.bmp');
    background-repeat: no-repeat;
background-position:left 5px center;
padding-left: 25px;
   background-size:16px;
padding-right:5px;
}

#dvTree {
    width: 100%;
    min-height: 100px;
    top: auto;
    left: 10px;
    right: 10px;
    border: solid 1px #C0C0C0;
    padding: 5px;
}

