/*
*******************************************************************************
						Copyright (c) 2005, 2006 John Ha
*******************************************************************************
This work is licensed under the Creative Commons Attribution License. To view
a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/2.5/
*******************************************************************************
If this code has helped you in anyway, any acknowledgement would be appreciated
*******************************************************************************
*/

table  {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.wrap textarea {
	width: 100%;
}
.wrap ul {
	margin: 0 0 0 1.2em;
	padding: 0;
	border: none;
}
.wrap li {
	list-style-type: square;
	margin: 0;
}
.wrap h2 {
	font-size: 1.4em;
	line-height: 1.4em;
}
.wrap strong {
	color: #555;
}
.wrap strong, .wrap input {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.wrap p {
	margin: 3px 0;
}
.submit input, .submit input:focus, .button {
	background: #eee;
}
ul.kca_msg_ul {
	margin: -1.23em 0 0 5.5em;
	position: relative;
}
ul.kca_msg_ul li.kca_msg_li {
	list-style-type: none;
	list-style-image: none;
}
.kca-field, textarea {
	font-family: Courier New, Courier, monospace;
	font-size: 1em;
	width: 100%;
}
.kca-hide {
	display: none;
}
.kca_nav_button, .kca_info {
	float: right;
}
.kca_info {
	font-family: Courier New, Courier, monospace;
	color: #fff;
	cursor: default;
	padding-right: 3px;
}
a.rollup:link, a.rollup:visited, a.close:link, a.close:visited {
	cursor: pointer;
	display: block;
	width: 12px;
	color: #777;
	background: #ddd;
	margin: 0 0 3px 3px;
	padding: 0;
	line-height: 12px;
	text-align: center;
	border: none;
	float: right;
}
a.rollup:hover, a.close:hover {
	color: #fff;
	background: #69c;
}
a.rollup {
	font-size: 13px;
}
a.close {
	font-size: 16px;
}
#kca-spinner {
	color: #fff;
}
#kca_msg_text {
	display: block;
}
#kca-nav, #kca-nav-spacer {
	display: block;
	width: 99.6%;
	z-index: 999;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 2px 2px 0 2px;
	background: #69c;
	border-top: 2px solid #f2f2f2;
	font-size: 12px;
}
#kca-nav-spacer {
	position: relative;
	visibility: hidden;
}
#kca-nav li, #kca-nav-spacer li {
	display: inline;
	list-style: none;
	text-align: center;
	margin: 0;
}
#kca-nav a:hover {
	background: #fff;
	color: #393939;
}
#kca-nav .current {
	font-weight: bold;
	border: none;
	border-top: 1px solid #9a9a9a;
	border-right: 2px solid #4f4f4f;
	background: #f2f2f2;
	color: #000;
}
#kca-nav a, #kca-nav .normal, #kca-nav-spacer a, #kca-nav .info {
	border: none;
	padding-top: 1px;
	padding-right: 2px;
	padding: 0em .4em 2px;
}
#kca-nav a, #kca-nav .normal, #kca-nav-spacer a {
	color: #fff;
}
#kca_msg h2, #kca_help h2 {
	margin-left: 0;
	margin-right: 0;
}
