.error_box {
	background-color: #FFCCCC;
	border: 2px solid #FF8282;
	list-style-type: square;
	width: 400px;
	color: #FF0000;
}

img {
	border-width: 0px;
}

h1 {
	font-size: large;
	text-align: center;
}

body {
	background-image:url(../images/background.gif);
	font: 12px/16px 'Lucida Sans', 'Lucida Grande', Geneva, Verdana, Helvetica, Arial, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
}

a {
	text-decoration: none;
}

/************* MAIN TABLE STYLES ****************/

.header {
	background-image:url(../images/header.png);
	height: 275px;
	width: 900px;
}

.menu_bar {
	background-image:url(../images/menu_back.png);
	background-repeat:no-repeat;
	height: 40px;
	width: 900px;
	text-align:center;
}

.content {
	padding-top:20px;
	background-color:#FFFFFF;
	width: 900px;
}

.footer {
	background-image:url(../images/footer.png);
	width: 900px;
	height:30px;
}

/******************** MENU CLASSES ************************/
.menu {
	color:red;
	font-size:larger;
}

.menu a:link {
	color: yellow;
}

.menu a:visited {
	color: yellow;
}

.menu a:hover {
	height: 31px;
	color:white;
}

/*********************** SIDE BOX ***************************/

.side_box {
	width:233px;
	padding: 0px;
	text-align:center;
}

.side_box th {
	background-image:url(../images/box_header.png);
	height:36px;
	font-weight:bold;
	padding:0px;
}

.side_box .content {
	background-image:url(../images/box_content.png);
	padding:0px;
}

.side_box .footer {
	background-image:url(../images/box_footer.png);
	height: 17px;
	padding:0px;
}

.form_comment {
	font-size: 9px;
	font-style: italic;
}


/************************* FORMS (INPUT AND PLANS) ***********************************/

.input_form {
	background-color: #F1EBFC;
	border: 1px solid #A5B9DE;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

.required {
	font-size: 16px;
	color: #FF0000;
}

.plans_form {
	background-color: #bdcfe8;
	border: 1px solid #6387C3;
}

.plans_form th {
	background-color: #6387C3;
	color: white;
}


/****************************** MEMBERS AND ADMIN MENU **********************************/
.vertical_menu {
	width: 95%;
	color: #00FF00;
	display: block;
}

.vertical_menu a {
	margin-bottom: 5px;
}

/* =============== List table (records) ================== */

.list {
	font-size:smaller; 	
	margin-left: auto;
	margin-right: auto;	
}

.list th {
	background-color: #aaaaaa;
	color: #ffffff;
}

.list td {
	background-color: #eeeeee;
}

/* ============= Pagination ============== */

.pagination {
	white-space: nowrap;
}

.pagination span,.pagination a {
	border: 1px solid #000000;
	text-decoration: none;
	margin: 1px;
	padding: 2px;
}

.pagination a:hover {
	background-color: #000000;
	color: #ffffff;
}

.pagination a {
	background-color: #bbbbbb;
	color: #000000;
}

.pagination span {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}

/* ========== NEWS PAGE ============= */

.news_item h2 {
	color: #ff5555;
	margin-bottom: 3px;
}
.news_item h3 {
	font-size:10px;
	margin-top: 0px;
	color: #888888;
}

.news_item p {
	line-height: 1.5em;
	color: #111111;
}

.news_item hr {
	width: 75%;
	color: #ff5555;
	background-color: #ff5555;
	border: 0;
	height: 2px;
}

/* ================================== SCROLLING BOX ======================================================= */

#marqueecontainer {
	position: relative;
	width: 200px; /*marquee width */
	height: 160px; /*marquee height */
	overflow: hidden;
	padding: 2px;
	margin-left: 15px;
}

/* kb */

#keyboardInputMaster {
  position:absolute;
  border:2px groove #dddddd;
  color:#000000;
  background-color:#dddddd;
  text-align:left;
  z-index:1000000;
  width:auto;
}

#keyboardInputMaster thead tr th {
  text-align:left;
  padding:2px 5px 2px 4px;
  background-color:inherit;
  border:0px none;
}
#keyboardInputMaster thead tr th select,
#keyboardInputMaster thead tr th label {
  color:#000000;
  font:normal 11px Arial,sans-serif;
}
#keyboardInputMaster thead tr td {
  text-align:right;
  padding:2px 4px 2px 5px;
  background-color:inherit;
  border:0px none;
}
#keyboardInputMaster thead tr td span {
  padding:1px 4px;
  font:bold 11px Arial,sans-serif;
  border:1px outset #aaaaaa;
  background-color:#cccccc;
  cursor:pointer;
}
#keyboardInputMaster thead tr td span.pressed {
  border:1px inset #999999;
  background-color:#bbbbbb;
}

#keyboardInputMaster tbody tr td {
  text-align:left;
  margin:0px;
  padding:0px 4px 3px 4px;
}
#keyboardInputMaster tbody tr td div {
  text-align:center;
  position:relative;
  height:0px;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout {
  height:auto;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table {
  height:20px;
  white-space:nowrap;
  width:100%;
  border-collapse:separate;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table.keyboardInputCenter {
  width:auto;
  margin:0px auto;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td {
  vertical-align:middle;
  padding:0px 5px 0px 5px;
  white-space:pre;
  font:normal 11px 'Lucida Console',monospace;
  border-top:1px solid #e5e5e5;
  border-right:1px solid #5d5d5d;
  border-bottom:1px solid #5d5d5d;
  border-left:1px solid #e5e5e5;
  background-color:#eeeeee;
  cursor:default;
  min-width:0.75em;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.last {
  width:99%;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.alive {
  background-color:#ccccdd;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.target {
  background-color:#ddddcc;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.hover {
  border-top:1px solid #d5d5d5;
  border-right:1px solid #555555;
  border-bottom:1px solid #555555;
  border-left:1px solid #d5d5d5;
  background-color:#cccccc;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.pressed,
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.dead {
  border-top:1px solid #555555;
  border-right:1px solid #d5d5d5;
  border-bottom:1px solid #d5d5d5;
  border-left:1px solid #555555;
  background-color:#cccccc;
}

#keyboardInputMaster tbody tr td div var {
  position:absolute;
  bottom:0px;
  right:0px;
  font:bold italic 11px Arial,sans-serif;
  color:#444444;
}

.keyboardInputInitiator {
  margin-left:3px;
  vertical-align:middle;
  cursor:pointer;
}

/* ===================== ADMIN MENU ==================== */
.top_menu {
	text-align: center;	
}

.top_menu li {
	display: inline;
	padding: 3px;
	background-color: #666666;
}

.top_menu li:hover {
	background-color: #222222;
}

.top_menu li a {
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	line-height: 25px;
}

