/*standard body + content + stuff*/

body	{
	margin: 0; padding: 0;
	color: black;
	background: white;
	font: 9px  arial, helvetica, helve, sans-serif;
	
	}

#footer {
	margin: 0px 0 0 0; padding: 0 0 0px 0;
	width: auto;
	color: #666;
	font-weight: bold;
	height : 72px;
	background: url(images/MBfooter.jpg) no-repeat right;
    clear:left;
	}
		
	
#extrabuttons a:active {color: #000; font-weight: 700; text-decoration: none;}
#extrabuttons a:hover {color: #000; font-weight: 700; text-decoration: underline;}
#extrabuttons a:visited {color: #000; font-weight: 700; text-decoration: none;}
#extrabuttons a:link {color: #000; font-weight: 700; text-decoration: none;}
#extrabuttons {	padding: 10px 0 0 0; margin: 5px;}

h1 {
	padding: 2px 0px 10px 40px;
	margin: 0px 0 -20px 0;
	background: url(images/elite-iconlarge.gif) no-repeat 0 0;
	font-size: 14px;
	font-variant: small-caps;
	}

#wrapper {
	margin: 0 auto 0 auto; padding: 0;
	width: 767px;	
	border: 1px solid black;
	
	
	}

#header {
	background: url(images/MBheader.jpg) no-repeat;
	width: 767px;
	padding: 152px 0 0 0; margin: 0;
	text-align: left;
}
	
#content {
	width: 500px;
	margin: 0 0 0 0; padding: 0 0 8px 16px;
	min-height: 350px;
	text-align: left;
	background: none;
	float: left;
	}
	
#boxy {
	float: left;
	width: 211px; 
	padding: 5px 2px 5px 2px;
	margin: 5px 0 0 33px;
	background: url(images/bluesquares.jpg);
	border: 0px solid #000;
	}
	
#content a:active {color: #000;}
#content a:hover {color: #000;}
#content a:visited {color: #000;}
#content a:link {color: #000;}

input {font-size: 9px;}

#SearchPageForm {text-align: center;}

table#LinkList {width: 175px;}
table#LinkList tr.LinkListItem {width: 175px;}
table#LinkList tr.LinkListItem td.LinkImage {}
table#LinkList tr.LinkListItem td.LinkHeader {font-weight: 700; font-variant:small-caps; font-size: 16px; height: 40px;}
table#LinkList tr.LinkListItem td.LinkItem {}
table#LinkList tr.LinkListItem td.LinkNews {}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

						/*knowledgebase style start*/

/*knowledgebase search box style*/
div#kbArticleSearch {text-align: left; width: auto;}

/*Knowledgebase results style*/
div#ArticleResultsDiv {text-align: left;  float: left; width: auto; margin: 0px; padding: 0px;}
table#ArticleSearchResults {text-align: left; float: left; margin: 0px; padding: 0px;}
table#ArticleSearchResults tr#titlerow {text-align: left;}
table#ArticleSearchResults tr#titlerow td#titlecell {text-align: left;}

table#ArticleSearchResults tr.resultTitleRow {text-align: left;}
table#ArticleSearchResults tr.resultTitleRow td.titleCell {text-align: left;}
table#ArticleSearchResults tr.resultTitleRow td.dateCell {text-align: left;}

table#ArticleSearchResults tr.synopsisRow {text-align: left;}
table#ArticleSearchResults tr.synopsisRow td.synopsisCell {text-align: left;}

table#ArticleSearchResults tr.detailsRow {text-align: left;}
table#ArticleSearchResults tr.detailsRow td.categoryCell {text-align: left;}
table#ArticleSearchResults tr.detailsRow td.revisionCell {text-align: left;}
table#ArticleSearchResults tr.detailsRow td.viewsCell {text-align: left;}
table#ArticleSearchResults tr.detailsRow td.articleID {text-align: left;}
table#ArticleSearchResults tr.kbdiv {text-align: left;}
table#ArticleSearchResults tr.kbdiv td.kbdivCell {text-align: left;}

table#ArticleSearchResults tr.resultsBotRow {text-align: left;}
table#ArticleSearchResults tr.resultsBotRow td.resultsBotCell {text-align: left;}

/*Knowledgebase category search selection menu*/
div#categoryMenu a {}
div#categoryMenu {display: none; width: 0px; height: 0px; margin: 0px; padding: 0px;}
	
div#categoryMenu h1 {font: 12px arial,verdana; font-weight: 700; background: #1a58ab; color: #000; padding: 0px; margin: 0; text-align: center; border-bottom: 1px solid black;}

ul#kbCategories {list-style-type: none; text-decoration: none; text-align: center; margin: 0; padding: 0; font-style: normal;}

ul#kbCategories a {font: 12px arial, verdana; background: #1a58ab; color: #000;}
ul#kbCategories li.selected {display: block; width: 118px;}
ul#kbCategories li.selected a {text-decoration: none; color: #000; font-weight: 700; display: block; width: 118px; padding: 5px 0 5px 0; margin: 5px 0 5px 0;}
ul#kbCategories li.selected a:hover{color: #000; background: #1a58ab; padding: 5px 0 5px 0; margin: 5px 0 5px 0;}

ul#kbCategories li.normal {display: block; width: 118px;}
ul#kbCategories li.normal a {color: #000; text-decoration: none; display: block; font-weight: 700; width: 118px; padding: 5px 0 5px 0; margin: 5px 0 0px 0;}
ul#kbCategories li.normal a:hover {color: #000; background: #1a58ab; padding: 5px 0 5px 0; margin: 5px 0 5px 0;}

/*KnowledgeBase individual article display*/
div#kbArticle {}
div#kbArticle #kbTitle {font-weight: 800; font-size: 3.5em; color: #1a58ab;}
div#kbArticle #synopsis {width: 100%; padding: 0 0 2px 0; margin: 0; border-left: 1px solid #1a58ab; border-right: 1px solid #1a58ab; border-bottom: 1px solid #1a58ab; font-weight: 700;}
div#kbArticle #CategoryName {display: block; padding: 2px 0 2px 0; margin: 0 0 0 0; background: #1a58ab; font-weight: 700; color: #FFF; width: 100%; border-left: 1px solid #1a58ab; border-right: 1px solid #1a58ab;} 
div#kbArticle #date {display: inline; padding: 2px; margin: 0 3em 2px 0; font-weight: 700; color: #1a58ab; border-bottom: 2px solid #1a58ab;}
div#kbArticle #revision {display: inline; padding: 2px; margin: 0 3em 2px 3em; font-weight: 700; color: #1a58ab; border-bottom: 2px solid #1a58ab;}
div#kbArticle #articleID {display: inline; padding: 2px; margin: 0 3em 2px 3em; font-weight: 700; color: #1a58ab; border-bottom: 2px solid #1a58ab;}
div#kbArticle #amountViewed {display: block; padding: 2px 0 2px 0; margin: 0 0 0 0; font-weight: 700; color: #FFF; width: 100%; background: #1a58ab; text-align: right;}
div#kbArticle #kbcontent {}
div#kbArticle #kbform {}
						/*tax style*/
td.productPriceExTax {text-align: right;}
td#taxValue {text-align: right;}

						/*news style*/
#newslist {}
#newslist div#archivelink {margin: 15px 0 15px 15px; padding: 10px;} 
#newslist div#archivelink a {background-color: #FFF; border: solid 1px #D3E5F9; color: #274768; padding: 3px; text-decoration: none;}
#newslist div#archivelink a:hover {text-decoration: none; border: solid 1px #D3E5F9; background: #8988A7; color: #FFF;}
#newReturnLink {margin: 15px 0 15px 15px; padding: 10px;} 


#newslist table {width: auto;}
#newslist table td {border-style: solid; border-color: #D3E5F9; padding: 8px; border-width: 0px;}
#newslist table td.newsimage {border-width: 0 0px 0 0; width: 100px;}
#newslist table td.newsimage img {width: 100px;}
#newslist table td.newsdetails {width: 100%;}
#newslist table td.newsdetails div.newstitle {padding: 0 0 2px 0;}
#newslist table td.newsdetails div.newstitle a {color: #35C;}
#newslist tr.spacerRow td {padding: 1px;}
#newslist tr.spacerRow td.imageSpacer {border-width: 1px 0px 0 0;}
#newslist tr.spacerRow td.detailsSpacer {border-width: 1px 0 0 0;}

#newsItem h1
{
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	background: url(images/elite-iconlarge.gif) no-repeat 0 0;
	font-size: 14px;
	font-variant:normal;
	} 

						/*events style*/

.eventReturnLink {color: black;}

#eventsList {width: auto; color: black;}

#searchEventsArchive {color: black;}

.eventItem {color: black;}
.eventsImage {color: black; width:75px;}
.eventTitle {color: black;}
.eventDate {color: black;}
.eventLocation {color: black;}
.eventSynopsis {color: black;}

#eventsDetails {color: black;}

#eventSummary {color: black; padding: 10px 0 10px 0;}

.eventImage {color: black; width:125px; float: left; padding-top: 20px; border: none;}
.noImage {color: black;}
.eventTitle {color: black; margin-left: 135px; padding-top: 20px;}
.eventDate {color: black; margin-left: 135px;}
.eventLocation {color: black; margin-left: 135px;}
.eventSynopsis {color: black; margin-left: 135px;}
.eventContent { color: black; margin-top: 40px;}


/*login*/
table#logintable {
	padding: 10px;
	margin: 10px;
	}
	
table#logintable tr {}
table#logintable tr td#username {}
table#logintable tr td#usernamebox{}
table#logintable tr td#usernamebox input{}
table#logintable tr td#password{}
table#logintable tr td input{}
table#logintable tr td#submit{}
table#logintable tr td#submit input{}


		/*recordset browser*/
div#kbArticleSearch {margin: 0px; padding: 0px;} /*this particular browser resides in - gonna try making a default style for now*/
div#kbArticleSearch table#recordsetbrowser {margin: 0px; padding: 0px;}		
div#kbArticleSearch table#recordsetbrowser tr {}
div#kbArticleSearch table#recordsetbrowser tr td#searchForm {text-align: left;}
div#kbArticleSearch table#recordsetbrowser tr td#rightColumn {}
div#kbArticleSearch table#recordsetbrowser tr td#rightColumn ul {text-align: left;}
div#kbArticleSearch table#recordsetbrowser tr td#searchPages {text-align: center;}
div#kbArticleSearch table#recordsetbrowser tr td#searchForm table#orderSearchTable {}
div#kbArticleSearch table#recordsetbrowser tr td#searchForm table#orderSearchTable tr td {width: 150px;}
div#kbArticleSearch table#recordsetbrowser tr td#searchForm table#orderSearchTable tr td select {width: 175px;}
div#kbArticleSearch table#recordsetbrowser tr td#searchForm table#orderSearchTable tr td input {width: 175px;}
div#kbArticleSearch table#recordsetbrowser tr td#searchForm table#orderSearchTable tr td input#submit {width: 100px;}

/*all recordset browsers, specifically for events*/
table#recordsetbrowser {}		
table#recordsetbrowser tr {}
table#recordsetbrowser tr td#searchForm {text-align: left;}
table#recordsetbrowser tr td#rightColumn {display: none;}
table#recordsetbrowser tr td#rightColumn ul {text-align: left;}
table#recordsetbrowser tr td#searchPages {text-align: left;}
table#recordsetbrowser tr td#searchForm table#orderSearchTable {}
table#recordsetbrowser tr td#searchForm table#orderSearchTable tr td {width: 150px;}
table#recordsetbrowser tr td#searchForm table#orderSearchTable tr td select {width: 175px;}
table#recordsetbrowser tr td#searchForm table#orderSearchTable tr td input {width: 175px;}
table#recordsetbrowser tr td#searchForm table#orderSearchTable tr td input#submit {width: 100px;}
table#eventsdates {padding: 5px; margin: 0 5px 0 5px; border-left: 2px solid #1a58ab; border-right: 2px solid #1a58ab; border-bottom: 2px solid #1a58ab; width: 550px; background: url(checkback.gif) 0 0 scroll repeat;}

