
/* Imported Styles */
@import url("CUSTOM.css");
@import url("Events.css");
@import url("AutoSearch.css");
@import url("NormalSearch.css");
@import url("displays.css");
@import url("Orders.css");
@import url("AccountManagement.css");
@import url("Billing.css");
@import url("Communities.css");
@import url("Core/Cart/Checkout.css");

#KBAheader {
	display:none;
}
#menuSystem {
	display:none;
}
#KBAbodyContent {
	
}
#innerContent {
	width:660px;
	margin:auto;
	padding:15px 0px 15px 0px;
}
#login {
	display:none;
}
a:link {
	color:#900;
	text-decoration:none;
}
a:hover {
	color:#900;
	text-decoration:underline;
}
a:visited {
	color:#900;
	text-decoration:none;
}
#info {
	margin:20px 0px 0px 0px;
}
#leftMenu{
	display:none;
}
#leftInfo {
	
}
#rightInfo {
	text-align:right;
	font-size:12pt;
}
#helpy {
	clear:both;
	
	width:660px;
	margin:auto;
}
#blokLogo {
	float:right;
	padding:0px 0px 0px 20px;
}
.boxes {
	position:relative;
	width:300px;
	height:203px;
	border:1px solid black;
	text-align:left;
	padding:5px;
	float:left;
}
#favLinks {
	background:url("/images/kbameeting.gif") top right no-repeat #f1f3ff;
	margin-right:30px;
}
#news {
	background:url("/images/kbaseriousbanker2.gif") top left no-repeat #ecf0fc;
}
#linksNNews {
	clear:both;
	margin:auto;
	width:660px;
}
#footer {
	display:none;
}

.menuLink {
	padding:0px 4px 0px 4px;
}
.standardDiv {
	width:660px;
	margin:auto;
}
.infoHolders {
	width:300px;
	float:left;
	margin:12px;
}
.headerText {
	font-weight:bold;
	font-size:12pt;
	padding:0px 0px 0px 12px;
}
.committeeRow {
	background-color:#AFCAE4;
}
.committeeAltRow {
	background-color:#E0E0E0;
}
.committeeHeader {
	background-color:#6699cc;
}
.committeeTable {
	margin:10px 0px 0px 0px;
	width:100%;
}
.contentTitle {
	font-size:14px;
	font-weight:bold;
}

body {
	margin:10px 0px 0px 0px;
	background-color:#eeeeee;
}
div {
	font:9pt arial;
}
#KBAheader a:link {
	color:#000;
	text-decoration:none;
}
#KBAheader a:hover {
	color:#900;
	text-decoration:none;
}
#KBAheader a:visited {
	color:#000;
}

.normal
{
	font-size: small;
}

.acute
{
	font-size: x-small;
}

.signature
{
	font-size: xx-small;
}

h1, h2, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
}

h4, h5, h6
{
	padding: 0px;
	margin: 0px;
}

li
{
	font-size: small;
}

hr
{
	size: 1px; /* not in all browsers */
	width: 660px;
}

.importantText /* normal size, red */
{
	color:#900;
}

.importantNote /* x-small, red */
{
	font-size: x-small;
	color:#900;
}
#displayActionButtons
{
	display:none;
}
#displayHotLinkBody{
	width:490px;
}
#displayHotLinkMenu{
	width:100px;
	border-right:1px solid black;
}
#newsreaderActionRow
{
	display:none;
}
#newsreaderActiveArticle
{
	overflow:visible;	
	padding:2px;
	/*
	OR USE
	overflow:visible;
	*/
}
#newsreaderNewsArticle  /*The content section of the main article*/
{
	padding-left:6px; 
	padding-right:2px
}
#newsreaderActiveArticleALT   /*Will be used if the archives are showing*/
{
	overflow:visible;
	/*
	OR USE
	overflow:visible;
	*/
}
/*
Don't forget to take into consideration
--the height of the newsreaderActionRow  (24  + top and bottom padding)
--the height of the "by-line" and padding  ( size of acute class(6) + 4)
*/
#newsreaderCurrentNews   /*Will be used if the archives are showing*/
{
	display:none;
	/*
	OR USE
	overflow:visible;
	*/
}
#newsreaderCurrentNewsALT   /*Will be used if the archives are showing*/
{
	display:none;
	/*
	OR USE
	overflow:visible;
	*/
}
#newsreaderArchivedNews   /*Will be used if the archives are showing*/
{
	display:none;
	/*
	OR USE
	overflow:visible;
	*/
}
#newsreaderArchivedNewsALT   /*Will be used if the archives are NOT showing*/
{
	display:none;
}