/***********************************************/
/* HTML tag styles for use in ASPX pages       */
/***********************************************/

.aspx_table
{
   font-size: 70%;
   line-height: 1.3;
}

.aspx_dropdownitem
{
   font-family: Arial;
   font-size: 70%;
}

.aspx_stagefinished
{
   font-size: 70%;
   text-decoration: none;
   background-color: #CCCCCC;
}
.aspx_stage
{
   font-size: 70%;
   color: #B50019;
   text-decoration: none;
   background-color: #FFFFFF;
}
.aspx_tableitem
{
   font-weight: bold;
   font-size: 80%;
   line-height: 1.4;
}
.aspx_tabletext
{
   font-weight: normal;
   font-size: 80%;
   line-height: 1.4;
}
.aspx_overliblink
{
   font-size: 70%;
   text-decoration: none;
}

.aspx_overliblink:hover
{
   font-weight: normal;
   text-decoration: none;
   cursor: help;
}

.aspx_image
{
   position: relative;
   margin-right: 20px;
   float: left;
}

.aspx_image_right
{
   position: relative;
   margin-left: 20px;
   margin-right: 10px;
   margin-bottom: 10px;
   float: right;
}
.aspx_warning
{
   font-weight: bold;
   font-size: 80%;
   border:solid;
   border-color:#B50019;
   border-style:solid;
   border-width:1px;
   padding:10px;
   background-color:#DDDDDD
}

.aspx_japanese
{
 font-family:Arial Unicode MS;
 direction:ltr;
 unicode-bidi:bidi-override;
}