.dr-pnl{border-width:1px;border-style:solid;padding:1px;}
.dr-pnl-h{padding:2px;border-width:1px;border-style:solid;background-position:top left;background-repeat:repeat-x;}
.dr-pnl-b{padding:10px;}
.dr-pnl{background-color:#2C5463;border-color:#2C5463;box-shadow: 0px 0px 5px 5px #0f6179;}
.dr-pnl-h{background-color:#3F76BF;border-color:#2C5463;font-size:14px;color:#FFF;font-weight:bold;font-family:Arial,Verdana,sans-serif;text-align: center;}
.dr-pnl-b{font-size:12px;color:#000;font-family:Arial,Verdana,sans-serif;}

.dr-pnl-head{padding:1px;background-color:#2C5463;border-color:#FFFFFF;font-size:12px;color:#FFF;font-weight:bold;font-family:Arial,Verdana,sans-serif;}
.dr-pnl-box{background-color:#2C5463;border-width:1px;border-style:solid;border-color:#2C5463;}
.odd {background-color:#e1e1fd}
.even {background-color:#FFFFF0}
.feedback {font-family:verdana;font-size:11;color:gray;font-weight:700}
.menu {text-align:center;width:100;background-image:url(MenuBarBack.png);font-family:Arial;font-size:20;color:005599}
td {
	height: 22px;
}

.login-form-control{
	direction: ltr;
    font-size: 16px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 4px;
}

.btn-save {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    color: #fff;
    background-color: #93AE32 ;
    border-color: #93AE32;
}

.btn-save:hover {
    color: #fff;
    background-color: #768B28;
    border-color: #768B28;
}

.btn-reset {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-reset:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-cancel {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    color: #fff;
    background-color: #D0A038 ;
    border-color: #D0A038;
}

.btn-cancel:hover {
    color: #fff;
    background-color: #9E7827;
    border-color: #9E7827;
}


.btn-alert {
    display: inline-block;
    font-weight: 400;
    line-height: 0.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    color: #fff;
    background-color: #D0A038 ;
    border-color: #D0A038;
}

.btn-alert:hover {
    color: #fff;
    background-color: #9E7827;
    border-color: #9E7827;
}

.btn-login {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: .25rem;
    color: white;
    background-color: #0a6a93 ;
    border: 2px solid #0a6a93;
}

.btn-login:hover {
    color: #033348;
    background-color: #c7e1ed;
    border-color: #768B28;
    font-weight: bold;
}

.lnk-emp:hover {
    color: #ef98db;
}

.feedbackPanelERROR{
	font-size:14px;
}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-container:after,.w3-container:before,.w3-container,
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

form {
	margin: 5px;
	padding: 0;
}

body {
	margin : 10px;
	background: #C4C4C4;
	font-family: Verdana;
	font-size:11px;
}

input {
	font-family:Verdana;
	font-size:11;
}

label {
	font-family:Verdana;
	font-size:11;
}

A:link {color:Blue; text-decoration:none;}
A:active {color:Blue; text-decoration:none;}
A:visited {color:Blue; text-decoration:none;}
A:hover {color:Red; text-decoration:none;}


.messages {
	font-family:Verdana;
	font-size:11;
	color:red;
}

.select {
	color:black;
	background:#EEEEEE;
}

.headerText {
	color:white;
	font-family:Arial;
	font-size:11;
	font-weight:700;
	height:10px;
}

.title {
	font-family:Verdana;
	font-size:14;
	font-weight:700;
}

.PRight {
	horizontal-align:right;
	text-align:right;
}

.PLeft {
	horizontal-align:left;
	text-align:left;
}

.PCenter {
	horizontal-align:center;
	text-align:center;
}

.PTop {
	vertical-align:top;
	text-align:center;
}

.actionButton {
	float:center;
	color:white;
	font-family:verdana;
	font-size:11;
	width:100
}

.pickList {
	font-family:verdana;
	font-size:11px;
	width:200px
}


input
{
    border: solid;
	border-width:1px;
	vertical-align: middle;
	border-color: #7f9db9
}

select
{
	font-family:Verdana;
	font-size:11;
    border: solid;
	border-width:1px;
	vertical-align: middle;
	border-color: #98A148;
	height: 26px;
}

textArea {
	font-family:Verdana;
	font-size:11;
}


 /*CSS for Simple Tree Menu*/

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.preload1 {background: url(pgImg1.png);}
.preload2 {background: url(pgImg1.png);}

#nav {padding:0; margin:0; list-style:none; height:38px; background:#437ACE; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left; height:38px;}
#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#333; text-decoration:none; font-size:16px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: linear-gradient(to bottom,  rgba(236,245,251,1) 0%,#437ACE 100%);}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(pgImg1.png) right top no-repeat;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:35px; background: linear-gradient(to bottom,  rgba(236,245,251,1) 0%,#437ACE 100%);}

#nav li:hover a.top_link {color:#fff; background: #437ACE;}
#nav li:hover a.top_link span {background:url(pgImg1.png) no-repeat right top;}
#nav li:hover a.top_link span.down {background:#437ACE;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:1px; top:38px; background: #437ACE; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:140px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:140px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:138px; line-height:18px; text-indent:5px; color:#fff; text-decoration:none;border:1px solid #437ACE;}
#nav li ul.sub li a.fly
{background:#808080 url(arrow.gif) 130px 6px no-repeat;}
#nav li:hover ul.sub li a:hover 
{background:#DEE847; color:#964747; border-color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{background:#808080 url(arrow_over.gif) 130px 6px no-repeat; color:#fff;}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #2C5463; padding:3px; border:1px solid #2C5463; white-space:nowrap; width:140px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#808080 url(arrow_over.gif) 130px 6px no-repeat; color:#fff;  border-color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#808080 url(arrow.gif) 130px 6px no-repeat; color:#000; border-color:#2C5463;} 
