html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, #E0F2F4 0px, #DCECF0 50%, #DDE4EC 100%);
	background-image: -webkit-linear-gradient(to bottom, #E0F2F4 0px, #DCECF0 50%, #DDE4EC 100%);
	background-image: -ms-linear-gradient(to bottom, #E0F2F4 0px, #DCECF0 50%, #DDE4EC 100%);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

html, body, table, th, td, p, div {
	font-family: "Verdana",Arial,Helvetica,sans-serif;
	font-size: 12px;
}

:link, :link:hover, :visited, :visited:hover {
	background-color: transparent;
	text-decoration: none;
	color: #0078BB;
	border: none;
}

:link:hover, :visited:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	font-family: "Verdana",Arial,Helvetica,sans-serif;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	font-weight: bold;
	/*text-transform: uppercase;*/
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

#content {
	height: 100%;
	width: 100%;
	overflow: auto;
}

#content .wikipage {
	padding: 0 20px 5px 20px;
}

pre {
    background-color: white;
    border: 1px dotted gray;
    padding: 5px;;
    width: 90%;
    overflow: auto;
    margin-left: 2em;
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

pre.wiki {
	border-width: 0px;	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

code {
	padding-left: 4px;
	padding-right: 4px;
	background-color: #e8e8e8;
}

a.ext-link .icon, a.mail-link .icon {
    /*background: url("../extlink.gif") no-repeat scroll center center transparent;
    padding-left: 16px;*/
    display: none;
}

blockquote.citation { 
	margin: -1em 0;
	border-style: solid; 
	border-width: 0 0 0 2px; 
	padding-left: 1em;
	border-color: red; 
}

.citation blockquote.citation {
	border-color: green;
}

.citation .citation blockquote.citation {
	border-color: blue;
}

ol {
	/*margin: 0px;*/
}

ol.loweralpha {
	list-style-type: lower-alpha
}

ol.upperalpha {
	list-style-type: upper-alpha
}

ol.lowerroman {
	list-style-type: lower-roman
}

ol.upperroman {
	list-style-type: upper-roman
}

ol.arabic {
	list-style-type: decimal
}

table.wiki {
    border: 2px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
}

table.wiki td {
    border: 1px solid #CCCCCC;
    padding: 2px 4px;
}

.underline {
    text-decoration: underline;
}

.queryterm1 { 
	background: #fcdd82; 
}
.queryterm2 { 
	background: #AAAAAA;
}
.queryterm3 { 
	background: #A4D1E8;
}
