a:link       { font-family: Tahoma; text-decoration: none; font-size: 9pt; color: #800000 }
a:visited    { font-family: Tahoma; font-size: 9pt; text-decoration: none; color: #800000 }
a:hover      { border-style:solid; border-width:0; font-family: Tahoma; font-size: 9pt; color: #9F0000; background-color:#EEEEEE }
body         {  }
.sidebar { color: #CC0000; font-family: Arial; font-size: 10pt; background-color: #FFE1E1}
.heading { font-family: Arial; font-size: 12pt; font-weight: bold }
#form_table { border:1px solid #CCCCCC; padding:2px; }
#input_name {border-right:1px solid #CCCCCC; font-family: verdana; color: #000000; font-size: 10pt; text-align:right }
.odd {background-color: #FFFFFF }
.even {background-color: #E9E9E9}
.current { font-family: Tahoma; text-decoration: none; font-size: 9pt; color: #000000 }
.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {background:url(images/shadow.gif) right bottom no-repeat;}
.wrap2 {background:url(images/corner_bl.gif) -12px 100% no-repeat;}
.wrap3 {
	padding:0 9px 9px 0;
	background:url(images/corner_tr.gif) 100% -12px no-repeat;}
.wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;}
.thinborderfloat {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;

.outer { 
        background: green; 
        margin: 12px 12px 12px 12px;
        padding: 3px 3px 3px 3px;
                                     /* No borders set */
      }
.innera{ 
        color: black;                /* text color is black */ 
        background: gray;            /* Content, padding will be gray */
        margin: 12px 12px 12px 12px;
        padding: 12px 0px 12px 12px; /* Note 0px padding right */
        list-style: none             /* no glyphs before a list item */
                                     /* No borders set */
      }
.innerb {
        border-style: dashed;
        border-width: medium;        /* sets border width on all sides */
        border-color: black;
      }