/*
  Global Styles
----------------------------------------------- */

body {
	color: #333;
	background: #fff;
	margin: 0px; padding: 0px;
}

body, td {
	font: 12px "Lucida Grande", Tahoma, Arial, sans-serif;
}

th {
	font: bold 12px "Lucida Grande", Tahoma, Arial, sans-serif;
}

hr {
	display: none;
}

a {
	color: #008bb1;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

#wrap {
	width: 860px;
	margin: 10px auto;
}

/*
  Header
----------------------------------------------- */
#header {
	position: relative;
	height: 60px;
	margin-bottom: 5px;
}

#header span {
	display: none;
}

#header h1 {
	top: 0;
	left: 10px;
	width: 185px;
	height: 60px;
	position: absolute;
	margin: 0; padding: 0;
}

#header h2 {
	bottom: 0;
	right: 10px;
	position: absolute;
	margin: 0; padding: 0;
}

/*
  Footer
----------------------------------------------- */
#footer td {
	color: #666;
	font-size: 11px;
}

/*
  Navigation Toolbar
----------------------------------------------- */
#navbar {
	float: right;
	overflow: hidden;
	margin: 0; padding: 0;
	margin-right: 10px;
	width: 68px; height: 17px;
}

#navbar i {
	display: none;
}

#navbar a {
	width: 17px;
	float: left;
	overflow: hidden;
	padding: 17px 0 0 0;
	height: 0px !important; 
	height /**/:17px; /* for IE5/Win only */
}

#navbar a:hover {
	background-position: 0 -17px;
}

#navbar a.disabled {
	background-position: 0 -34px;
}

#first a    { background: url("../graphics/nav_first.gif") no-repeat; }
#previous a { background: url("../graphics/nav_previous.gif") no-repeat; }
#next a     { background: url("../graphics/nav_next.gif") no-repeat; }
#last a     { background: url("../graphics/nav_last.gif") no-repeat; }

/*
  Show Table
----------------------------------------------- */
.blacky a {
	color: #ccc;
	text-decoration: none;
}

.blacky a:hover {
	color: #fff;
	text-decoration: underline;
}

.blacky, .blacky th, .blacky td {
	border: none;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #2A2A2A;
}

.blacky {
	border-bottom: 2px solid #444;
}

.blacky th {
	color: #008BB1;
	padding-left: 10px;
	text-align: left;
	border-bottom: 1px solid #444;
}

.blacky td {
	font-size: 10px;
	color: #999;
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
	padding-left: 10px;
}

.blacky .alt td {
	background-color: #444;
}

.blacky td.label {
	text-align: right;
}

.blacky h3 {
	color: #fff;
}

.blacky .show {
	font-size: 13px;
	font-weight: bold;
}

.blacky .show i {
	color: #999;
	font-style: normal;
}

/*
  Book Icon
----------------------------------------------- */
.book {
	padding-right: 18px;
	background: url("../graphics/book.gif") 100% 1px no-repeat
}

.book:hover {
	background-position: 100% -12px;
}

/*
  Forms
----------------------------------------------- */
form {
	margin: 0; padding: 0;
}

label {
	color: #fff;
	font-weight: bold;
}

input {
	height: 17px;
	font-size: 11px;
	border: 1px solid #222;
}

select {
	height: 18px;
	font-size: 11px;
	border: 1px solid #222;
}