body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textheader {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
    font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	padding: 5px;
}
.textsub {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
}

/*
	GENERAL LAYOUT STYLES
*/
.hide {
	display: none;
}
.unhide {
	display: ;
}
.alertBox {
	padding: 5px;
	border: 3px solid #0000cc;
	margin-bottom: 20px;
}

/*
	TABLE STYLES
*/

.table {
	margin-bottom: 20px;
	border-top: 0px solid #aaa;
	border-left: 0px solid #aaa;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}
.tableHeading {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	padding: 5px;
	background-color: #f7f7f7;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #aaa;
	border-right: 0px solid #aaa;
}
.tableSubHeading {
	padding: 5px;
	color: #666666;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #aaa;
	border-right: 0px solid #aaa;
}
.tableMassActionCell {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f7f7f7;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #aaa;
	border-right: 0px solid #aaa;
}
.tableColumnHeader {
	font-weight: bold;
	font-size: 12px;
	background-color: #EEEEEE;
	padding: 5px;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #aaa;
	border-right: 0px solid #aaa;
}
.tableRowNoResults {
	font-weight: bold;
	background-color: #ffccff;
	text-align: center;
	padding: 10px;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #aaa;
	border-right: 0px solid #aaa;
}
.tableRowLeft1 {
	font-weight: bold;
	background-color: #ffffff;
	padding: 5px;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #aaa;
	border-right: 0px solid #aaa;
}
.tableRowRight1 {
	padding: 5px;
	background-color: #f7f7f7;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #aaa;
	border-right: 0px solid #aaa;
}
.tableRowLeft2 {
	font-weight: bold;
	background-color: #ffffff;
	padding: 5px;
	border-top: 0px solid #eee;
	border-left: 0px solid #eee;
	border-bottom: 0px solid #aaa;
	border-right: 0px solid #aaa;
}
.tableRowRight2 {
	padding: 5px;
	background-color: #ffffff;
	border-top: 0px solid #eee;
	border-left: 0px solid #eee;
	border-bottom: 0px solid #aaa;
	border-right: 0px solid #aaa;
}
.tableSubmitCell {
	background-color: #eeeeee;
	padding: 5px;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #aaa;
	border-right: 0px solid #aaa;
	text-align: right;
}








.footer_link {
	color: #808080;
	text-decoration: none;
}
.footer_link:hover {
	color: #333333;
	text-decoration: none;
}

.tab {
	margin-right: 2px;
	float: left;
	background: url(/templates/koolbitz2/images/tab_bg.gif);
}
.tab_a {
	margin-left: 8px;
	margin-right: 8px;
	color: #808080;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.tab_a:hover {
	color: #333333;
}
.tab_active {
	margin-right: 2px;
	float: left;
	background: url(/templates/koolbitz2/images/tab_active_bg.gif);
}
.tab_a_active {
	margin-left: 6px;
	margin-right: 6px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.tab_a_active:hover {
	color: #333333;
}
