/***********************************************************************************/
/* basic elements */

html {
  padding: 16px;
  background: #ffffff url(page-background.gif) repeat;
}

body, img, div, p, a, td, form, input, textarea, select, h1, h2, h3, h4, h5 {
	font-family: lucidia sans, tahoma, verdana, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
}

body {
  max-width: 960px;
  margin: auto;
}

h1 {
  font-weight: bold;
  font-size: 16px;
}

h2 {
  margin-bottom: 6px;
  font-weight: normal;
  font-size: 11px;
}

h4 {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 3px;
}

p {
  margin-bottom: 10px;
}

/***********************************************************************************/
/* hyperlinks */

a {
 text-decoration: none;
 color: #0000af;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
  background-color: #ffff00;
}

a:active {
	text-decoration: underline;
	background-color: #ffff00;
  color: #008000;
}

/***********************************************************************************/
/* forms */

input {
	margin-top: 3px;
  padding: 3px;
  border: 1px solid #000000;
}

input.disabled {
  background-color: #e6e6e6;
}

textarea.disabled {
  background-color: #e6e6e6;
}

textarea {
  margin-top: 3px;
  padding: 3px;
  border: 1px solid #000000;
}

textarea.ContactMe {
  width: 60%;
}

input.ContactMe {
  width: 50%;
}

input.AgentChecker {
  width: 50%;
}

select {
  margin-top: 2px;
  border: 1px solid #000000;
}

.FormButton {
	margin-right: 6px;
  padding: 4px 6px 4px 6px;
	color: #000088;
	background-color: #e6e6e6;
	border: 1px solid #000000;
  cursor: pointer;
}

.FormButton:hover {
  background-color: #cccccc;
}

img.CryptoBorder {
  border: 1px solid #000000;
}

/***********************************************************************************/
/* gutters and margins */

.RowGutter {
  padding: 0;
  height: 6px;
}

.DoubleRowGutter {
  padding: 0;
  height: 12px;
}

.ColumnGutter {
  width: 12px;
}

.DoubleColumnGutter {
  width: 24px;
}

.QuadColumnGutter {
  width: 48px;
}

.TopMargin {
  margin-top: 12px;
}

.HalfTopMargin {
  margin-top: 6px;
}

.BottomMargin {
	margin-bottom: 10px;
}

/***********************************************************************************/
/* miscellaneous */

.NoWrap {
  white-space: nowrap;
}

.NoHeight {
  padding: 0;
  margin: 0;
}

.QuarterHeight {
  margin-bottom: 3px;
}

.HalfHeight {
  margin-bottom: 6px;
}

.Smaller {
  font-size: 11px;
}

.Italics {
  font-style: italic;
}

.Bolder {
  font-weight: bold;
}

.Alert {
	font-weight: bold;
	color: #ff0000;
}

hr {
  margin-bottom: 10px;
  border: 0;
  color: #cccccc;
  background-color: #cccccc;
  height: 1px;
}

/***********************************************************************************/
/* template */

.PageDivider {
  margin-bottom: 6px;
  padding: 6px;
  font-weight: bold;
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottomright: 5px;
}

.Hidden {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

table.MainMenu_Top {
  margin-bottom: 6px;
  padding: 6px;
  background-color: #efefef;
  border: 1px solid #000000;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topleft: 5px;
  -webkit-border-radius-topright: 5px;
}

table.MainMenu_Bottom {
  margin-bottom: 6px;
  padding: 6px;
  background-color: #efefef;
  border: 1px solid #000000;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottomright: 5px;
}

a.MainMenu_Link {
  font-size: 12px;
}

p.LegalStuff {
  color: #6f6f6f;
  text-align: center;
}

div.PageBottom {
	margin-bottom: 48px;
}

/***********************************************************************************/
/* error pages */

.ErrorPageContainer {
  padding: 20px;
  text-align: center;
}

.ErrorPageTitle {
  color: #ff0000;
  font-weight: bold;
}

/***********************************************************************************/
/* downloads.asp */

.TheFilesCell {
  width: 54%;
}

.NewsCell {
  width: 44%;
}