/******** Miscel *******/

body {
  color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: 15px;
}

h1 {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.textHeader {
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px solid;
  padding-bottom: 1px;
  font-family: "trebuchet ms", tahoma, sans-serif;
}

a:hover {
  color: red;
}

td.error {
  background-color: #ffffd5;
  color: red;
  border: 1px solid red;
  padding: 2px 2px 2px 2px;
}

td.success {
	background-color: #dcf4dc;
  border: 1px solid #337733;
  padding: 2px 2px 2px 2px;
  color: #337733;
}

div.success {
  margin: 0 10px 3px 10px;
	background-color: #dcf4dc;
  border: 1px solid #337733;
  padding: 2px 2px 2px 2px;
  color: #337733;
}

#content {
  font-size: 15px;
}

#content2 {
  font-size: 10px;
}

#add {
  font-weight: bold;
  padding-bottom: 5px;
}

.tborder {
	background-color: #0662b6;
	color: white;
	border: 1px solid black;
}

.vbmenu_control {
	background-color: white;
/*	background-color: #e7e7e7;*/
	color: black;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}

.alt1 {
	background-color: #c1e0fc;
	color: #000000;
	border-left: 1px solid black;
	padding: 0 4px 0 4px;
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.alt2 {
	background-color: #0662b6;
	color: black;
	border-left: 1px solid black;
	padding: 0 4px 0 4px;
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.alt1 a:link, .alt1 a:visited {
  text-decoration: none;
  color: black;
}

.alt1 a:hover, .alt1 a:active {
  text-decoration: none;
  color: red;
	background-color: #c1e0fc;
}

.alt2 a:link, .alt2 a:visited, .alt2 a:hover, .alt2 a:active {
  text-decoration: none;
  color: white;
}

a.dir_na:link, a.dir_na:visited {
  color: blue;
}

a.dir_na:hover, a.dir_na:active {
  color: red;
}

a.dir_a:link, a.dir_a:visited {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

a.dir_a:hover, a.dir_a:active {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

a.url:link, a.url:visited {
  color: blue;
}

a.url:hover, a.url:active {
  color: red;
}

a.onlyurl:link, a.onlyurl:visited {
  color: #787878;
  text-decoration: none;
}

a.onlyurl:hover, a.onlyurl:active {
  color: #787878;
  text-decoration: none;
}

.tip {
	font-size: 10px;
	font-family: verdana, sans-serif;
	border: 1px #000000 solid;
	text-align: left;
	padding: 3px;
	position: absolute;
	z-index: 999;
	color: #000000;
	background-color: #FFFFE1;
}

/******** Header *******/
table.header {
  background-color: white;
}

a.header-title {
  font-size: 200%;
  text-decoration: none;
  color: #0662b6;
}

a.header-title:hover {
  color: #0662b6;
}

/******** Menu *******/

table.menu-area {
	width: 100%;
	background-color: white;
	border-bottom: 2px solid #0662b6;
/*	padding-bottom: 2px;*/
	border-top: 2px solid #0662b6;
}

.menu-active a:link, .menu-active a:visited, .menu-active a:hover, .menu-active a:active,
.menu-inactive a:link, .menu-inactive a:visited, .menu-inactive a:hover, .menu-inactive a:active {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	text-decoration: none;
	display: block;
  width: 100%;
  padding: 5px 5px 5px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
}

.menu-active a:link, .menu-active a:visited {
	color: white;
	background-color: #0662b6;
}

.menu-active a:hover, .menu-active a:active {
  color: white;
  background-color: #0662b6;
}

.menu-inactive a:link, .menu-inactive a:visited {
	color: black;
  background-color: #c1e0fc;
}

.menu-inactive a:hover, .menu-inactive a:active {
	color: white;
	background-color: #0662b6;
}

/******** buttons *********/

.button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #c1e0fc;
  color: black;
  font-weight: bold;
  cursor: pointer;
/*  cursor: hand;*/
  border: 1px solid black;
  padding: 2px 2px 2px 2px;
}

.ratebutton {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #c1e0fc;
  color: black;
  font-weight: bold;
  cursor: pointer;
/*  cursor: hand;*/
  border: 1px solid black;
  padding: 2px 2px 2px 2px;
}

.button:hover {
  background-color: #0662b6;
  color: white;
}

.ratebutton:hover {
  background-color: #0662b6;
  color: white;
}
/******** Columns *********/

table.reviews-table {
  border: 1px solid black;
  margin-bottom: 20px;
}

table.reviews-header-table {
  border-bottom: 1px solid black;
  background-color: #e7e7e7;
  padding-left: 3px;
}

td.review {
  padding-left: 3px;
  padding-bottom: 3px;
}

table.preview-table {
  border: 1px solid black;
  margin-bottom: 0px;
  margin-top: 10px;
}

/******* Footer ******/

table.footer {
  width: 100%;
  margin-top: 10px;
  border-top: 2px solid #0662B6;
  border-bottom: 2px solid #0662B6;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  color: black;
	background-color: #c1e0fc;
}

table.footer td.padding {
  padding-top: 7px;
  padding-bottom: 7px;
}

