@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 12px;
	color: #5D202F;
}
body {
	background-color:#85010b;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {border:0px;}
img.border {border-top: 0px; border-right: 3px solid #5D202F; border-bottom: 0px; border-left: 3px solid #5D202F; padding:1px;}

.popup { 
	position				:absolute; 
	top						:30px !important; 
	left						:151px !important; 
	visibility				:hidden; 
	background-color	:#fff; 
	layer-background-color:white; 
	width					:650px; 
	height					:500px; 
	overflow				:auto; 
	overflow-x			:hidden; 
	font-family			:Trebuchet MS, Tahoma, geneva, lucida, sans-serif; 
	font-size				:12px; 
	color						:#666; 
	border					:2px solid #FF902A; 
	padding				:10px; 
	z-index					:10; 
}

a { font-weight:bold; }

a:link {
	color: #7F341D;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7F341D;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

a.menu { width:115px;line-height:22px; margin-left:55px; }
 
a.menu:link { background-image:url(images/butn-bg.png);background-repeat:repeat-y;
	font-family:verdana, Geneva, sans-serif;
	font-size:11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-style:italic;
	padding-left:5px;
}
a.menu:visited { background-image:url(images/butn-bg.png);background-repeat:repeat-y;
	font-family:verdana, Geneva, sans-serif;
	font-size:11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-style:italic;
	padding-left:5px;
}
a.menu:hover { background-image:url(images/butn-bg.png);background-repeat:repeat-y;
	color:#FFE79D;
	text-decoration: underline overline;
	background-color:#60332A;
}
a.menu:active { background-image:url(images/butn-bg.png);background-repeat:repeat-y;
	color:#FFE79D;
	text-decoration: underline overline;
	background-color:#60332A;
}


a.footermenu:link {
	font-family:verdana, Geneva, sans-serif;
	font-size:10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
a.footermenu:visited {
	font-family:verdana, Geneva, sans-serif;
	font-size:10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
a.footermenu:hover {
	color:#FFE79D;
	text-decoration: underline overline;
	background-color:#60332A;
}
a.footermenu:active {
	color:#FFE79D;
	text-decoration: underline overline;
	background-color:#60332A;
}

.pad10 { padding-left:10px; }
.pad50 { padding-left:50px; }

h1,h2,h3 { padding:20px 0px 0px 20px; }

h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
}

.footer { color:#FFD48A; font-size:11px; padding-left:20px; }

.inputbox {
  border           : 1px solid #44BFD0;
  background	   : transparent url(images/inputbox-bg.png);
  background-repeat: repeat-x;
  background-color : #41e0f7;
  margin-top       : 5px;
  padding          : 2px;
  color			   : #fff;
  font-family      : verdana, geneva, sans-serif;
  font-size        : 10px;
  font-weight      : bold;
  width            : 115px !important;
  width            : 115px;
  height           : 18px !important;
  height           : 18px;
  overflow         : hidden;
}

.grid { border: 1px solid #CEAF83; }
