/*
  $Id: style.css,v 1.0 2007/04/01

  Cybertech-IT
  http://www.cybertech-it.com

  Copyright (c) 2007 Cybertech-IT

*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.green_text {
	font-size: 14px;
	font-weight: bold;
	color: #00CC00;
}
a.red_text:link {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
a.red_text:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
a.red_text:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.header_numbers {
    color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
}
.header_bkgd {
	background: url(../images/header_bgd.jpg);
	background-repeat: no-repeat;
}
.header_bar {
	background: url(../images/bar.jpg);
	background-repeat: no-repeat;
}	
.header_links {
    color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.bodytext {
	font-size: 14px;
	font-weight: bold;
}
.main_watermark {
	background: url(../images/watermark.png);
	background-repeat: no-repeat;
}	
.nav_text {
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
}
.box_text {
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.copy_right {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.menutitle{
	color: #333333;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
A.menulink {
	display: block;
	width: 100px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	color: #CCCCCC;
	BORDER: none;
	border: solid 0px #FFFFFF;
}
A.menulink:hover {
	border: solid 1px #333333;
	background-color: #999999;
}
.thumbnail_text {
	font-size: 10px;
	color: #000000;
	font-family: Tahoma;
}
.content {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
}
.float{
   visibility: hidden;
   position: absolute;
   left: -3000px;
   z-index: 10;
}
.table{
	border-color: #666666;
	background-color: #7A7F82;
}
.title {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.address_input {
	font-size: 12px;
	font-style: normal;
	border: inset #666666;
}
.error {
	font: bold Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.errorBox {
	background-color: #FFFF66;
}
.account_active {
	font-size: 12px;
	color: #00FF00;
}

.account_suspended {
	font-size: 12px;
	color: #FF0000;
}	
.account {
	font-size: 12px;
	color: #000000;
}