.closing
{
   float: right;
   width: 25px;
}

#right
{
  background-color: #2ce874;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  border: 1px dashed #d9f3e3;
  text-align: left;
  margin-bottom: 10px;
}
#right a
{
  text-decoration: none;
  color: #fff;
}
#right a:hover
{
  text-decoration: none;
}
#error
{
  background-color: #eb6c6c;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  border: 1px dashed #ebd5d5;
  text-align: left;
  margin-bottom: 10px;
}
#error a
{
  text-decoration: none;
  color: #fff;
}
#error a:hover
{
  text-decoration: none;
}
#atten
{
  background-color: #f5f249;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  border: 1px dashed #f8f8e0;
  text-align: left;
  margin-bottom: 10px;
}
#atten a
{
  text-decoration: none;
  color: #000;
}
#atten a:hover
{
  text-decoration: none;
}


#error div
{
    color: #fff;
    padding: 10px;
text-align: left;
font-size: 12px;

}

#right div
{
    color: #fff;
    padding: 10px;
    text-align: left;
    font-size: 12px;
}

#atten div
{
    color: #000;
    padding: 10px;
text-align: left;
font-size: 12px;
}

.pager_tbl

{

   background-color: #FFFFFF;

   border: 1px solid #CFCFCF;

}







.pager_td_sel, .pager_td:hover

{

    background-color: #D5D5D5;

    border: 1px solid #CFCFCF;

    width: 20px;

    text-align: center;

    color: red;



    font-weight: bold;

}





.pager_td

{

    background-color: #E5E5E5;

    border: 1px solid #CFCFCF;

    width: 20px;

    text-align: center;

    color: #000000;



    font-weight: bold;

    cursor: pointer;

}


.unselectedtab
{
    background-color: #FFFFFF;
    filter: alpha(opacity=40);
    opacity: 0.40;
    text-decoration: none;
}

.unselectedtab:hover
{
   filter: alpha(opacity=99);
    opacity: 0.99;
   text-decoration: none;
}

.selectedtab
{
    text-decoration: none;
    color: #123456;
}
