#component
{
 position:relative;
 margin-left:auto;
 margin-right:auto; 
 margin-bottom:17px;
 width:200px;
 /*height:auto;*/
 /*background:transparent url(../images/gui/com_xp_header.gif) top left no-repeat; */
 text-align:center;
}
  #componentheader
  {
   position:relative;
   width:180px;
   /*height:34px;   */
   text-align:left;
  }
  		p.componentheader
      {
       width:180px;
       padding-left:10px;
       /*height:34px;*/
       line-height:34px;
       color:#000000;
       font-size:10px;
       font-family:'Tahoma','Sans-Serif';
       font-weight:bold;     
       background:transparent;
       text-indent:30px;
      }
      p.componentheader a
      {
       width:180px;
       height:34px;
       display:block;
       text-decoration:none;
       color:#000000;
       background:transparent url(../images/gui/com_xp_arrow_up.gif) center left no-repeat;
      }
      
  #componentbody
  {
   position:relative;
   padding:0px 0px 0px 0px;
   /*width:21px;*/
   /*background:transparent url(../images/gui/com_xp_body.gif) top left repeat-y;*/
   /*background-color:Black;*/
   /*height:100px;*/
   /*border-left:1.0px solid #799EDA;
   border-right:1.0px solid #799EDA;*/
   text-align:left;
   text-indent:40px;
  }
  	#componentbody ul
    {
     margin:0px;
     padding:0px;
     list-style-type:none;
    }
    #componentbody ul li 
    {
     display:block;
     width:200px;
     height:18px;
     line-height:10px;
     font-family:'Tahoma','Sans-Serif';
     color:#000000;
     font-size:10px;
     text-transform:capitalize;
     /*background:transparent url(../images/gui/module_bullet.gif) 19px center no-repeat;*/
    }
    #componentbody ul li a
    { 
     display:block;
	 width:auto;
     padding-left:10px;
     text-decoration:none;
     color:#000000;
     text-decoration: underline;
     /*font-weight:bold;*/
    }
    #componentbody ul li a:hover
    {     
     text-decoration:underline;
    }
    #componentbody ul li a.active
    {
     font-weight:bold;
     text-decoration:underline;
    }
  
  #componentfooter
  {
   position:relative;
   width:200px;
   /*height:10px;   */
   background:transparent url(../images/gui/com_xp_footer.gif) top left no-repeat;
  }
    
#tasks
{
 position:relative;
 padding-bottom:50px;
}
#tasks ul
{
 margin:0px;
 padding:0px;
 list-style-type:none;
}
#tasks ul li
{
 display:block;
 margin-bottom:10px;
 padding-left:25px;
 color:#1E3962;
 font-weight:normal;
 background:transparent url(../images/wi0107-22.png) center left no-repeat;
 height:21px;
 line-height:15px;
 font-size:11px;
}
#tasks ul li a
{
 display:block;
 text-decoration:none;
 color:#000000;
}
#tasks ul li a:hover
{
 text-decoration:underline;
}

#radiobuttonlist label
{
	width:auto;
}

#radiobuttonlistblue label
{
	width:auto;
	color :Blue;
	font-size:12px;
}


#notification
{
 position:relative;
}



#notification dl
{
 margin:0px;
 padding:0px;
}
#notification dt
{
 font-weight:bold;
 font-size:11px;
 padding:2px;
 border-bottom:1.0px dashed #cccccc;
 width:200px;
 color:#333333;
}

#notification dd
{
 margin:0px;
 font-size:11px; 
 color:#333333;
}

#notification dd.field
{

}

#notification dd.notice
{
 color:#0046D5;
}

#box1
{
 position:relative;
 margin-right:5px;
 margin-bottom:5px;
 float:left;
 /*clear:right;*/
 width:250px;
 height:200px;
 border:1.0px solid #ffffff;
 display:block;
 color:#215DC6;
}
	#box1content
  {
 background:#EEF2FB;
   padding:5px;
  }
  
  #box1 p.header
  { 
   background:#C9D5F7;
   font-weight:bold;
   font-size:11px;
   border-bottom:1.0px solid #C6D3F7;
   height:22px;
   line-height:22px;
   background:#ffffff url(../images/bg_box1.gif) top right no-repeat;
  }
  #box1 p.header a
  {
   padding-left:5px;
   color:#215DC6;
   text-decoration:none;
   display:block;
  }
  
  #box1 p.nav
  {
   height:16px;
   padding-right:5px;
   text-align:right;
  }
  
  #box1 dl
  {
   margin:0px;
   padding:0px;
  }
  #box1 dl dt
  {
   font-weight:bold;
  }
  #box1 dl dd
  {
   margin:0px;
  } 
  
  #box1 a
  {
   color:#333333;
   text-decoration:none;
   font-weight:bold;
  }
  #box1 a:hover
  {
   color:#428EFF;
   text-decoration:underline;
  }
  
  #box1 a img
  {
   border:0;
  }
  
  
  
#box2
{
 position:relative;
 margin-right:5px;
 margin-bottom:5px;
 /*clear:right;*/
 width:auto;
 height:auto;
 border:1.0px solid #ffffff;
 background:#EEF2FB;
 display:block;
 color:#215DC6;
}
	#box2content
  {
   padding:5px;
  }
  
  #box2 p.header
  { 
   background:#C9D5F7;
   font-weight:bold;
   font-size:11px;
   border-bottom:1.0px solid #C6D3F7;
   height:22px;
   line-height:22px;
   background:#ffffff url(../images/bg_box1.gif) top right no-repeat;
  }
  #box2 p.header a
  {
   padding-left:5px;
   color:#215DC6;
   text-decoration:none;
   display:block;
  }  
