/*
 * ISIS Portal Standard Styles
 */

body
{
  font-family:       Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size:         13px;
  margin:            1px;
  padding:           0px;
  background:        white;
}


body.frame
{
  margin:            0px;
}

h1
{
  color:             gray;
  text-align:        center;
}

h2
{
  text-align:        center;
}

table
{
  font-family:       Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size:         13px;
}

a
{
  text-decoration:   none;
}

a:link, a:visited, a:active 
{
  color:             blue;
}

a:hover
{
   color:            silver;
}

input, select, textarea
{
  font-weight:       normal; 
  color:             black; 
  font-family:       Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size:         13px;
  vertical-align:    middle;
}

input.button
{
  width:             11em;
}

.wideinput
{
  width:             100%;
}


fieldset
{
  border:            solid silver 1px;
  padding:           .8em;
  margin:            0px;
}

legend
{
  font-weight:       bold;
}

img
{
  border:            none;
}
