

*{
	font-size:100%;
}

body{
	font:75%/140% Trebuchet MS, sans-serif, Verdana, Arial, Helvetica;
	font-size: 10pt;
	text-align:center;
	margin: 0;
	padding: 0;
}

img 
{
    border: 0;
    padding: 0;
    margin: 0;
}

a
{
    color: #a42d10;
    text-decoration: none;
}

div.ClearRight
{
	clear: right;
}

div.ClearLeft
{
	clear: left;
}

div.ClearBoth
{
	clear: both;
}

/*Main container, centered*/
#container{
	background: #FFF;
	width: 959px;
	margin:0 auto 0 auto;
	text-align: left;
}

*html #container{
	width: 961px;
}

/*Header, including location links and search bar */
#header #topStrip
{
	border-top: solid 6px #555354;
	border-bottom: solid 1px #fff;
	background: none;
}

#header 
{
	background-image: url(/Style/Default/Images/header_gradient.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 112px;
}

#header #rightBox
{
	float: right;
	text-align: right;
	width: 500px;	
	padding-right: 11px;
}

#header #searchBox
{
	margin: 0;
	padding: 0;
}

#header #searchBox img
{
	margin: 0;
	padding: 0;
}

#header #searchBox input
{
	background-color: #e2e2e2;
	border: 0;
	color: #888;
	height: 1.45em;
	margin: 0 3px 0 0;
	padding: 4px 3px 0 0;
	position: relative;
	top: 10px;
	vertical-align: top;
	width: 13.5em;
}

#header a
{
	text-decoration: none;
	border: 0;
}

#header img
{
	border: 0;
}

#header #topNav img
{
    margin-top: 10px;
}

#topNav {
	padding-top: 10px;
	color: #ccc;
}

#topNav a {
	color: #a42d10;
	font-size: 10px;
	letter-spacing: 1px;
	}
	
#topNav a:hover {
	color: #333333;
	}

#topNav a:visited {
	color: #a42d10;
	}

#header #banner
{
	margin-top: 30px;
}

/*Footer*/
#footer{
	overflow: auto;
	width: 100%;
	clear:both;
	border-top: 3px solid #555454;
	padding-top: 3px;
	color: #6c6c6c;
	text-align: right;
	margin-bottom: 50px;
}

#footer a:link{
	color: #6c90c2;
}

#footer a:hover{
	color: #6c90c2;
	text-decoration: underline;
}

#footer a:visited{
	color: #6c90c2;
}

/*******************************************************************/
/*                                                                 */
/* WikiMaster Page Styles                                          */
/*                                                                 */
/*******************************************************************/
div#content
{
	/*
	width: 947px;
	padding: 0 20px 0 20px;
	*/
	text-align: left;
}

div#content div#leftNav
{
	float: left;
	width: 174px;
	text-align: left;
}

div#content div#leftNav table
{
	border: 0;
	margin: 0;
	padding: 0;
}

div#content div#leftNav table td
{
	border-bottom: solid 1px #fff;
	font-size: .95em;
	margin: 0;
	padding: 0;
	font-family: Arial;
}

div#content div#leftNav table td.navItem
{
	background-color: #f1eff0;
	padding: 2px 0 2px 10px;
}

div#content div#leftNav table td.header
{
    height: 37px;
    width: 174px;
    background-image: url(/Style/Default/Images/left_nav_header.png);
    background-repeat: no-repeat;
}

div#content div#leftNav table td.footer
{
    height: 12px;
    width: 174px;
    background-image: url(/Style/Default/Images/left_nav_footer.png);
    background-repeat: no-repeat;
}

div#content div#leftNav table td a
{
	color: #000;
	text-decoration: none;
}

div#content div#leftNav table td a:hover
{
	text-decoration: underline;
}

div#content div#rightAlignBox
{
	float: right;
	text-align: right;
}

div#content div#contentBox
{
	margin: 0;
	text-align: left;
	width: 767px;
	font-family: Arial;
}

div#content div#rightNav
{
	float: right;
}

div#content div#wikiBox
{
	/* with right nav */
	width: 562px;
	/* without right nav */
	/*width: 747px;*/
	padding: 10px;
	font-family: Arial;
}

div#wikiBox input.tagsTextBox
{
	width: 100%;
}

h1
{
	font-weight: bold;
	font-size: 1.25em;
	font-family: Arial, Times New Roman;
	color: #353535;
	margin: 3px 0 3px 0;
}

a
{
	color: #275ac3;
}

div.wikiContentContainer
{
	background-color: #fff;
	padding: 10px;
	font-family: Arial, Times New Roman;
	font-size: .95em;
	color: #353535;
}

div.topicHeaderNav
{
	float: right;
	text-align: right;
}

a.topicHeader
{
	text-decoration: none;
	color: #353535;
}

a.topicHeader:hover
{
	text-decoration: underline;
}

a.commandLink
{
	color: #aaa;
	text-decoration: none;
}

a.commandLink:hover
{
	text-decoration: underline;
}

div.wikiContentContainer a
{
	color: #275ac3;
	text-decoration: none;
	font-size: .95em;
}

div.wikiContentContainer a:hover
{
	border-bottom: solid 1px #275ac3;
}

div.wikiContentContainer img
{
	border: dotted 1px #333333;
	padding: 3px;
	background-color: #fff;
	margin: 3px 0 3px 0;
}

div.wikiContentContainer table
{
	margin: 10px 0 10px 0;
	border: solid 1px #888;
	border-collapse: collapse;
}

div.wikiContentContainer tr
{
	border: solid 1px #888;
}

div.wikiContentContainer th
{
	border: solid 1px #888;
	font-weight: bolder;
	background-color: #e0e0e0;
	padding: 1px 5px 1px 5px;
}

div.wikiContentContainer td
{
	border: solid 1px #888;
	font-weight: normal;
	padding: 1px 5px 1px 5px;
}

div.wikiContentContainer ul
{
	padding: 0;
	margin: 3px 0 3px 15px;
}

/*******************************************************************/
/*                                                                 */
/* WikiMarkupGuideControl Styles                                   */
/*                                                                 */
/*******************************************************************/
div#wikiMarkupGuide
{
}

div#wikiMarkupGuide table.outerTable
{
	border: solid 1px #ddd;
	margin: 5px;
	border-collapse: collapse;
	width: 650px;
}

div#wikiMarkupGuide table.outerTable tr, div#wikiMarkupGuide table.outerTable th, div#wikiMarkupGuide table.outerTable td
{
	border: solid 1px #ddd;
}

div#wikiMarkupGuide table.outerTable th
{
	background-color: #eee;
}

div#wikiMarkupGuide table.outerTable th, div#wikiMarkupGuide table.outerTable td
{
	padding: 2px 4px 2px 4px;
}

div#wikiMarkupGuide table.outerTable td.markupCell
{
	width: 40%;
}

div#wikiMarkupGuide pre.code
{
	font-family: Consolas, Courier New, Times New Roman;
	border: dashed 1px #333;
	background-color: #eee;
	display: block;
	padding: 5px;
}

#searchInputBox
{
    height: 86px;
    width: 367px;
    background-image: url(/Style/Default/Images/Search/SearchBox.jpg);
    background-repeat: no-repeat;
}

#SearchBufferBox
{
    padding: 10px 10px 10px 20px;
}

.SearchInputTextBox
{
	border: solid 1px #888;
	color: #454545;
	font-weight: bold;
    height: 17px;
    width: 323px;
}

a.SearchResultTitle
{
	font-size: 16px;
	font-weight: bold;	
	color: #1f74f3;
	text-decoration: none;
}

a.SearchResultTitle:hover
{
	text-decoration: underline;
}

.SearchResultDescription
{
	font-size: 12px;
	color: #555454;
	font-weight: bold;	
}

.SearchResultUrl
{
	font-size: 10px;
	color: #9f9f9f;
}

.SearchResultsRedKeywordFont
{
	font-weight: bold;
	font-size: 12px;
	color: #a62520;
}

#SearchResultItem
{
	padding: 10px;
}

.SearchResultsBlackDescFont
{
    padding: 20px 20px 20px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #101010;
}

.RedHeader
{
    margin: 0;
    padding: 10px;
    color: #a42d10;
    font-size: 14pt;
    height: 28px;
}