/* CSS Document */

img {
border: none;
}
body {
 line-height:150%;
 }

/*- Menu Tabs 10--------------------------- */

    #tabs10 {
      font-size:12px;
	  font-weight:bold;
      /*border-bottom:1px solid #2763A5;*/
      line-height:normal;
      }
    #tabs10 ul {
      margin:0px;
      list-style:none;
	  float:right;
      }
    #tabs10 li {
      display:inline;
      margin:0px;
      padding:0px;
	  white-space:nowrap;
      }
    #tabs10 a {
      float:left;
      background:url(../images/tableft10.gif) no-repeat left top;
      margin:0px;
      padding:0px 0px 0px 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
	  font-weight:bold;
      background:url(../images/tabright10.gif) no-repeat right top;
      padding:6px 15px 6px 12px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
      background-position:0% -42px;
      }
      #tabs10 #current a span {
      background-position:100% -42px;
      }
	  
input[type="text"]{
font-family:tahoma;
font-size:13px;
border:inset 1px #000;
background:#ffffff;
color:#000;
padding: 3px 2px;
}

input[type="password"]{
font-family:tahoma;
font-size:13px;
border:inset 1px #000;
background:#ffffff;
color:#000;
padding: 3px 2px;
}

select{
font-family:tahoma;
font-size:13px;
border:inset 1px #000;
background:#ffffff;
color:#000;
padding: 1px 1px;
}

input[type="submit"]{
cursor:pointer;
font-family:tahoma;
font-size:13px;
font-weight:bold;
border:1px solid #000000;
background:#999;
color:#000;
padding: 1px 1px;
background:url(/content/skins/flat/images/formbg.gif) repeat-x;
}

input[type="button"]{
cursor:pointer;
font-family:tahoma;
font-size:13px;
font-weight:bold;
border:1px solid #000000;
background:#999;
color:#000;
padding: 1px 2px;
background:url(/content/skins/flat/images/formbg.gif) repeat-x;
}