/* Theme Style */

/*{ margin: 0; padding: 0; }img { vertical-align: middle; }*/



/*body {

font-family: Arial,Helvetica,sans-serif;

font-size: 12px;

color: black;

background-color: #f4f4f4;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

background-clip: border-box;

background-origin: padding-box;

background-size: auto auto;

margin: 0px;

}*/
.container {
	width: 760px;
	/*width: 100%;*/
	border: 1px solid #000000;
	margin: auto;
	background: white;
}

.content {
	margin: auto;
	padding: 10px;
	clear: both;
}

a { color:#006699; text-decoration: none; }
a:hover { color:#DB8606; text-decoration: none; }

td {
	color: #3E3E3E;
	text-decoration: none;
	border: none;
}
p { padding: 3px 0 3px 0; }
h1,h2,h3,h4,h5,h6 { margin: 5px 0 5px 0; }
hr {
  text-align: center;
  margin: 5px auto 5px auto;
  border: 0;
  width: 100%;
  color: #8B2828;
  background-color: #8B2828;
  height: 2px;
}
.nav {
	border-top: 1px solid #999;
	background: #fff;
	line-height: 20px;
	height: 20px;
	text-align: right;
}
.nav li {
	height: 25px;
	line-height: 25px;
	margin-left: 3px;
	display: inline;
}
.nav ul { padding-right: 5px; }
.nav a {
	color: black;
	text-decoration: none;
	border: none;
}
.nav a:hover { color: black; text-decoration: none; }

textarea { width: 99%; border:1px solid #999;}
option { padding-right: 5px; }
.content table td { padding: 3px; }
.content table td table td { padding: 2px; }
.content table td table td table,.content table td table td table td { padding: 0; margin: 0; }
.pre-footer {
	border-bottom: 1px solid #999;
	background: #8B2828 ;
	line-height: 25px;
	height: 25px;
	text-align: center;
	font-size: 10px;
	color: white;
}
.footer { 
	padding: 3px 10px 3px 10px;
	color: #CCC;
	font-size: 10px;
	line-height: 25px;
	height: 25px;
}
.barTxt { font-size: 10px; color: white; }