﻿
/* Defines general text format tags, i.e. <h1> - <h6>, <p>, <a>, <li>.   */
.FloatBreak
{
  clear: both;
  height: 0px;
  overflow: hidden;
  line-height: 0px;
}
h2
{
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: #333;
}

p
{
  margin-top: 0;
  color: #333;
}
ul li
{
  color: #333;
}
.clearLeft
{
  clear: left;
  height: 0;
  overflow: hidden;
}

.clearRight
{
  clear: right;
  height: 0;
  overflow: hidden;
}

img
{
  border: none;
}

a
{
  text-decoration: none;
  color: #333;
}

a:hover
{
  color: #06c;
}


h1
{
  margin: 10px 0 20px 0;
  font-weight: normal;
}

select
{
  border: solid 1px #ccc;
  background-color: #f6f6f6;
  width: 174px;
  font-size: 1.1em;
}

option
{
  background-color: #fff;
}

option:hover
{
  background-color: Black;
}

/*input[type="submit"]
{

  margin:0px 0px 0px 0px;
  border:solid 1px #FFFFFF;
  padding: 0px 0px 2px 0px;
  height:17px;
  width:77px;
  text-transform:uppercase;
  font-size:1.0em;
  background-image: url('/Components/Design/Images/button_blue.png');
  background-repeat: no-repeat;
}
*/
input[type=text]
{
  border: 1px solid #ccc;
  color: #999;
  font-size: 1.2em;
  height: 17px;
  padding: 0;
}

.H2 h2, .indexList h2
{
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 15px;
}

.dictionaryheader h2, .indexheader h2
{
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 4px;
}
