@charset "utf-8";
/* CSS Document */

body {
	/* background: url("images/template/images/bg.png"); */
	/* background-repeat: repeat-x; */
	background-color: #301300;
	text-align: center;
	font-size: 10pt;
	margin: 0 0 0 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.error {
	border: 2px red solid;
	color: red;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	padding: 10px;
	width: 400px;
	margin: 10px auto;
}

.message {
	border: 2px blue solid;
	color: blue;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	padding: 10px;
	width: 400px;
	margin: 10px auto;
}

a {
	text-decoration: none;
	color: #ff6c00;
	font-weight: bold;
}

button.cat_grey {
  background: url("images/cat_grey.gif");
  width: 75px;
  height: 75px;
  border: 0px;
}

button.cat_Green {
  background: url("images/cat_green.gif");
  width: 75px;
  height: 75px;
  border: 0px;
}

button.cat_Blue {
  background: url("images/cat_blue.gif");
  width: 75px;
  height: 75px;
  border: 0px;
}

button.cat_Brown {
  background: url("images/cat_brown.gif");
  width: 75px;
  height: 75px;
  border: 0px;
}

button.cat_Orange {
  background: url("images/cat_orange.gif");
  width: 75px;
  height: 75px;
  border: 0px;
}

button.cat_Pink {
  background: url("images/cat_pink.gif");
  width: 75px;
  height: 75px;
  border: 0px;
}

button.cat_Red {
  background: url("images/cat_red.gif");
  width: 75px;
  height: 75px;
  border: 0px;
}

button.menu_grey {
  background: url("images/menu_grey.gif");
  width: 100px;
  height: 75px;
  border: 0px;
}

button.menu_Green {
  background: url("images/menu_green.gif");
  width: 100px;
  height: 75px;
  border: 0px;
}

button.menu_Blue {
  background: url("images/menu_blue.gif");
  width: 100px;
  height: 75px;
  border: 0px;
}

button.menu_Brown {
  background: url("images/menu_brown.gif");
  width: 100px;
  height: 75px;
  border: 0px;
}

button.menu_Orange {
  background: url("images/menu_orange.gif");
  width: 100px;
  height: 75px;
  border: 0px;
}

button.menu_Pink {
  background: url("images/menu_pink.gif");
  width: 100px;
  height: 75px;
  border: 0px;
}

button.menu_Red {
  background: url("images/menu_red.gif");
  width: 100px;
  height: 75px;
  border: 0px;
}

a:hover {
	color: #330000;
}

td.submit {
	text-align: right;
}

button {
	border: 1px solid black;
	padding: 1px 5px;
	background-color: #ff6c00;
	font-weight: bold;
}

button:hover {
	background-color: #FF9900;
}

.content {
	text-align: center;
}

td.price {
	text-align: right;
	font-weight: bold;
}

#main {
	width: 1000px;
	margin: 25px auto;
}

#main td {
	vertical-align: top;
}

#main .white {
	background-color: #fff;
}	

#main .top_left {
	background: url("images/template/images/main_top_left.png");
	width: 9px;
	height: 9px;
}

#main .top_right {
	background: url("images/template/images/main_top_right.png");
	width: 9px;
	height: 9px;
}

#main .bot_left {
	background: url("images/template/images/main_bot_left.png");
	width: 9px;
	height: 9px;
}

#main .bot_right {
	background: url("images/template/images/main_bot_right.png");
	width: 9px;
	height: 9px;
}

#main .middle {
	background-color: #fff;
	hieght: 9px;
	line-height: 9px;
}

td.logo {
	vertical-align: middle;
}

#header {
	width: 100%;
	margin: 0px 0px 0px 0px;
	height: 157px;
}

td.blue_top_left {
	background: url("images/template/images/blue_top_left.png");
	width: 9px;
	height: 9px;
	line-height: 9px;
}

td.blue_top_right {
	background: url("images/template/images/blue_top_right.png");
	width: 9px;
	height: 9px;
	line-height: 9px;
}

td.blue_bot_left {
	background: url("images/template/images/blue_bot_left.png");
	width: 9px;
	height: 9px;
	line-height: 9px;
}

td.blue_bot_right {
	background: url("images/template/images/blue_bot_right.png");
	width: 9px;
	height: 9px;
	line-height: 9px;
}

td.blue_middle {
	height: 9px;
	line-height: 9px;
	background-color: #000;
}

td.blue_bg {
	background-color: #000;
}

td.blue_bg_logo {
  background: url("images/logo_black.jpg");
  background-repeat: no-repeat;
	background-color: #000;
	text-align: right;
	color: #fff;
}


#footer {
	width: 100%;
}

.spacer {
	height: 9px;
	line-height: 9px;
	background-color: #fff;
}

td.navBar {
	background-color: #000;
	height: 45px;
	line-height: 45px;
	color: #fff;
	width: 1000px;
}

td.navBar a {
  color: #fff;
}

td.navBar a:hover {
  color: #000;
}

td.footer {
	background-color: #000;
	color: #fff;
	line-height: 28px;
	font-size: 8pt;	
	font-weight: bold;
}

td.footer a {
	color: #fff;
	text-decoration: none;
}

td.footer a:hover {
	color: #ff6c00;
}

table.content {
	text-align: left;
	width: 100%;
	margin: 9px 0 9px 0;
}

#menu {
	margin: auto;
	padding: 0px;
	position: relative;
}

#menu ul {
	list-style: none;
	font-weight: bold;
	float: left;
	display: block;
	width: 126px;
	height: 33px;
	line-height: 33px;
	padding: 0px;
	margin: 0px;
	border: 7px black solid;
	border-bottom: 0;
}

#menu ul .item {
	display: none;
	font-size: 8pt;
}

#menu ul:hover {
	background-color: #fff;
	color: #000;
	padding: -5px;
}

#menu ul:hover a {
  color: #000;
}

#menu ul:hover .item {
	height: 25px;
	line-height: 25px;
	display: block;
	background-color: #000;
	color: #fff;
}

#menu ul:hover .item a{
	height: 25px;
	line-height: 25px;
	display: block;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

#menu ul:hover .item a:hover {
	background-color: #ff6c00;
	color: #000;
}

#login_tbl {
	margin: 100px auto;
}

#login_tbl td {
	padding: 3px;
}

#login_tbl th{
	padding-right: 20px;
}

td.logged {
	font-weight: bold;
	padding-bottom: 10px;
}

div.save {
	width: 100%;
	text-align: right;
}

#settings_tbl {
	margin: 0 auto;
}

#settings_tbl td.container {
	padding: 0px 10px;
}

#settings fieldset {
	border: 1px #ff6c00 solid;
	margin: 10px auto;
	background: url("images/fieldset_bg.png") repeat-x;
	background-color: #ff6c01;
	padding: 10px;
}

#settings legend {
	border: 1px #ff6c00 solid;
	padding: 5px;
	font-weight: bold;
	font-size: 110%;
	background: #ffe0c9;
}

#settings td.label {
	padding: 0 20px 0 0;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
}

#settings td.input {
	text-align: left;
}

#settings label.radio {
	font-weight: bold;
}

#settings input.text {
	margin: 3px auto;
	border: 1px #000 solid;
	font-weight: bold;
	width: 200px;
}

#settings input.amount {
	margin: 3px auto;
	border: 1px #000 solid;
	font-weight: bold;
	width: 50px;
}

#settings input.radio {
	width: auto;
	margin-top: 3px;
}

#settings select {
	margin: 3px auto;
	border: 1px #000 solid;
	font-weight: bold;
}

#settings select.state {
	margin: 3px auto;
	border: 1px #000 solid;
	font-weight: bold;
	width: 100px;
	overflow: hidden;	
}

a.info {
	position: relative;
}	

#icon {
	width: 16px;
	height: 16px;
	margin-bottom: -3px;
}

#icon, {
	margin-bottom: 0px;
}

a.info span {
	display: none;
}

a.info:hover span {
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 15em;
	border: 1px solid black;
	text-align: left;
	padding: 5px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.info {
	width: 700px;
	margin: 10px auto;
	border: 1px black solid;
}

table.info th {
	background-color: black;
	color: white;
	text-align: left;
	padding: 3px;
}

table.info th.header {
	text-align: center;
	font-size: 12pt;
}

table.info tr {
	text-align: left;
}

table.info td {
	padding: 5px;
	border-right: 1px dashed #999999;
}

table.info td.small {
  padding: 1px;
  border-right: 1px dashed #999999;
}

table.info tr.a {
	background-color: #E0E0E0;
}

table.info tr.b {
	background-color: #EFEFEF;
}

table.info tr.a:hover {
	color: white;
	background-color: #000066;
}

table.info tr.b:hover {
	color: white;
	background-color: #000066;
}

table.info tr.a:hover a{
	color: white;
}

table.info tr.b:hover a{
	color: white;
}

table.info tr.c {
	background-color: #E0E0E0;
}

table.info tr.red {
	background-color: #ffacac;
}


table.info tr.no {
	background-color: #E0E0E0;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

table.info tr.d {
	background-color: #EFEFEF;
}

#info {
	width:100%;
	text-align:left;
	padding: 0;
	margin: 5px 0;
}

#info td{
	padding: 3px 0;
}

table.info_inv {
	width: 700px;
	margin: 10px auto;
	border: 1px black solid;
}

table.info_inv th {
	background-color: black;
	color: white;
	text-align: left;
	padding: 3px;
}

table.info_inv th.header {
	text-align: center;
	font-size: 12pt;
}

table.info_inv tr {
	text-align: left;
}

table.info_inv td {
	padding: 1px;
	border-right: 1px dashed #999999;
}

table.info_inv tr.a {
	background-color: #E0E0E0;
}

table.info_inv tr.b {
	background-color: #EFEFEF;
}

table.info_inv tr.a:hover {
	color: white;
	background-color: #000066;
}

table.info_inv tr.b:hover {
	color: white;
	background-color: #000066;
}

table.info_inv tr.a:hover a{
	color: white;
}

table.info_inv tr.b:hover a{
	color: white;
}

table.info_inv tr.c {
	background-color: #E0E0E0;
	
}

table.info_inv tr.red {
	background-color: #ffacac;
}


table.info_inv tr.no {
	background-color: #E0E0E0;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

table.info_inv tr.d {
	background-color: #EFEFEF;
	
}

table.info_inv a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

