.right
{
    float: right;
    margin-right: 10px;
    vertical-align: middle;
}

.right a
{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.left
{
    float: left;
    vertical-align: middle;
}
.clear
{
    clear: both;
}

.center 
{
    margin:0;
    padding:0;
}

#msgdiv 
{
    padding: 5px;
    color: Red;
}

#progress
{
    width: 90%;
    margin: 10px 10px 0px 10px;
}
#pbtable
{
    width: 100%;
    text-align: center;
    background-color: Silver;
}

/* Div to disable background */
#backgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.5;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

#popupWindow
{
    overflow:auto;
    position:absolute;
    visibility: hidden;
    padding: 5px;
    margin-left: 5px;
    z-index: 1005;
    border: 2px solid #000000;
    height: 500px;
    width: 560px;
    background-color: #ffcb52;
}

#popupWindow ul
{
    margin: 0;
    padding: 5px;
    /*position: relative;*/
    font-family: arial, helvetica, sans-serif;
    clear: both;
}


#popupWindow ul li
{
    display: inline;
    float: left;
}

#popupWindow ul li a
{
    text-decoration: none;
    color: White;
    padding: 2px;
    margin-right: 5px;
    width: 250px;
    display: block;
}

#popupWindow ul li a:hover
{
    background-color: #367;
    color: #000000;
}

#popupWindow #popup_content
{
    clear: both;
    overflow: auto;
    /*overflow-x: hidden;*/
    height: 450px;
    border-top: solid 2px #ffa;
    background-color: #003C7B;
}

#stdlist li
{
	list-style-type:none;
	width: 200px;
}

#wait
{
    vertical-align: middle;
    text-align: center;
    height: auto;
    overflow: auto;
    /*overflow-x: hidden;*/
    padding: 20px;
}


#popupWindow table
{
    width: auto;
}

.tabsmenu ul
{
    overflow: hidden;
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tabsmenu td 
{
    vertical-align:middle;
}

.tabsmenu 
{
    margin:0;
    padding:0;
}
 
.tabsmenu li
{
    float: left;
    list-style-type: none;
}

.tabsmenu a
{
    display: block;
    padding: 5px;
    background: #E8E8E8;
    color: #000000;
    margin-right: 5px;
    text-decoration: none;
    font: bold 13px Arial;
    border: 0;
}

.tabsmenu a:hover, .tabsmenuclass a.selected
{
    background: #000000;
    color: white;
}

.tabsmenu a:focus
{
    background:blue;
    color: white;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontent
{
    clear: left;
    background: #E8E8E8;
    padding: 5px;
    height: 40px;
    border: 1px solid silver;
}

.tabsmenucontent ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tabsmenucontent li
{
    float: left;
    margin-right: 1em;
    margin-bottom: 7px;
}


#divDetails 
{
    overflow:auto;
}

#divDetails table
{
    width: 100%;
 
}
#divDetails th
{
    background-color:#444444;
    color:#fff;
    text-align:center;
}
#divDetails td
{
    padding: 2px;
}

/* popup div styles */

div.popup 
{
  max-width: 600px;
  border: 1px solid red;
  padding: 5px;
  background-color: white;
  /* The following properties should not be changed */
  position: absolute;
  overflow:auto;
}

div.popup h1 
{
    background-color: blue;
    color: #fff;
    font-size:large;
    padding: 5px;
    margin-bottom: 5px;
}

div.popup #footer 
{
    background-color:Silver;
    padding: 5px;
    margin-top: 10px;
}

div.popup input 
{
    margin:2px 5px 0px 0px;
    padding: 2px;
}


div.popup label
{
    padding: 2px;
    float:left;
    
}

#popup_overlay {
  background-color: yellow;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
  /*cursor: pointer;*/
  border-bottom: 1px dotted;
}

.popup_draghandle {
  /*cursor: move;*/
}


.actions td 
{
    text-align:center;
}

.actions a
{
    display:block;
}
.actions a:hover
{
    background-color:Red;
    color:#fff;
}

@media print {
	.banner { display:none; }
}

.info
{
    padding: 10px;
    border: solid 2px #345;
    color:Red;
    width: 300px;
}

.pagelink 
{
    padding:5px;
    margin:5px;
    border: solid 1px silver;
}
    

.error
{
    color: Red;
    padding-left: 5px;
}

 /* allow room for 3 columns */
  #lb ul
  {
    width: 600px;
    margin-left:0;
    padding-left:0;
    
  }

  /* float & allow room for the widest item */
  #lb ul li
  {
    float: left;
    width: 200px;
    list-style-type:none;
   
  }

  /* stop the float */
  #lb br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
  div.wrapper
  {
    margin-bottom: 1em;
  }
  