.global {
	font-family : sans-serif;
	font-size : 8pt;
	background-color: #e9f2f4;	
	margin : 0px;
}

.globalTable {
	width: 90%;
	border: 0px;
}

.topTable {
  	border-style : solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0d2264;
	background-image: url(./gradient_logo.png);
	background-repeat: repeat-x;
	height: 57px;
	width: 100%; 
}

.spacer5 {
	height: 5px;
	border-width : 0px;
}

.spacer1 {
	height: 1px;
	border-width : 0px;
}

.searchTable {
  	border-style : solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cfcfcf;
	background-color: #f8f8f8;
	height: 24px;
	width: 100%;
	font-family : sans-serif;
	font-size : 8pt;
	background-image: url(./find.gif);
	background-repeat: no-repeat;
	background-position: center left;
	
}

.searchText {
  	border-style : solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cfcfcf;
	width: 100%;
}

.breadCrumbsShadowDeep {
   background-color: #43579a;
   height: 1px;
}

DIV.menuheader B {
	background-image: url(./black_arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;

	font-size : 9pt;
	font-family : sans-serif;
	font-weight: bold;
	padding : 0px 0px 0px 11px;
	width: 95%;
}

.tip {
	background-image: url(./g_warning.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #f8f8f8;
	border-width: 1px;
	border-color: #cfcfcf;
	border-style: solid;
	
	font-size : 8pt;
	font-family : sans-serif;
	padding : 3px 0px 10px 35px;
	width: 95%;

	text-align: justify;
}

.credits {
	background-image: url(./mic.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #f8f8f8;
	border-width: 1px;
	border-color: #cfcfcf;
	border-style: solid;
	
	font-size : 8pt;
	font-family : sans-serif;
	padding : 3px 0px 10px 35px;
	width: 95%;

	text-align: justify;
}

.invisible {
        display: none;
        visibility: hidden;
}

.grey_box {
	background-color : #f8f8f8;
	border-width: 1px;
	border-color: #cfcfcf;
	border-style: solid;

	font-size : 8pt;
	font-family : sans-serif;
	padding : 3px 0px 10px 10px;
	width: 95%;

	text-align: justify;
}

.lime_box {

	background-color : #fffded;
	border-width: 1px;
	border-color: #fffaa9;
	border-style: solid;

	font-size : 8pt;f8f8f8
	font-family : sans-serif;
	padding : 3px 0px 10px 10px;
	width: 95%;

	text-align: justify;
}

H1 {
	font-size : 14pt;
	font-weight : bold;
	border-width: 0px 0px 1px 0px;
	border-color: #3452b5;
	border-style: solid;
	width: 90%;
	margin-left: 5px;
	
}

H1.h1logo {
	border: 0px;	
	margin: 0px 20px 0px 20px;
	text-align: right;
}

.h2logo {
        border: 0px;
        margin: 0px 20px 0px 20px;
        font-size : 8pt;
        font-family : sans-serif;
        text-align: right;
}

H2 {
	font-size : 12pt;
	font-weight : bold;
	border-width: 0px 0px 1px 0px;
	border-color: #3452b5;
	border-style: dotted;
	width: 90%;
	margin-left: 5px;
}

H3 {
	font-size : 11pt;
	font-weight : bold;
	border-width: 0px 0px 1px 0px;
	border-color: #3452b5;
	border-style: dotted;
	width: 90%;
	margin-left: 5px;
}

P {
	font-size : 8pt;
	font-family : sans-serif;
	text-align: justify;
}

A:link, A:hover, A:visited {
	text-decoration: underline;
	color: #000000;
}

/* JSPWiki Additional tags */
.searchword { 
	background-color: #b7d7ff;
}

.versionnote {
	background-image: url(./g_warning.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #f8f8f8;
	border-width: 1px;
	border-color: #cfcfcf;
	border-style: solid;
	
	font-size : 8pt;
	font-family : sans-serif;
	padding : 3px 0px 10px 35px;
	width: 95%;

	text-align: justify;
}

A.editpage:link, A.editpage:hover, A.editpage:visited {
	text-decoration: none;
	color: #000000;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
}

TABLE.wikitable {
	border-style: none;
}

TABLE.wikitable TH {
	background-color : #b7d7ff;
	color : #000000;
	font-size: 8pt;
	font-weight: bold;
	font-family : sans-serif;	
	border-style : solid;
	border-width: 1px;
	border-color: #000000;	
	padding: 2px;
}

TABLE.wikitable TD {
	border-style : solid;
	border-width: 1px;
	border-color: #000000;	
	padding : 2px;
}

.odd {
	background-color: #e9f2f4;
}

.toc {
	background-color : #fffded;
	border-width: 1px;
	border-color: #fffaa9;
	border-style: solid;

	font-size : 8pt;
	font-family : sans-serif;
	padding : 3px 0px 10px 10px;
	width: 95%;

	text-align: justify;
}

PRE {
	background-color : #f8f8f8;
	border-width: 1px;
	border-color: #cfcfcf;
	border-style: dotted;

	font-size : 8pt;
	padding : 3px 0px 10px 10px;
	width: 95%;

	text-align: justify;

}

.userComment {
	background-color : #f8f8f8;
	border-width: 1px;
	border-color: #cfcfcf;
	border-style: solid;

	font-size : 8pt;
	font-family : sans-serif;
	padding : 3px 0px 10px 10px;
	margin: 2px 0px 1px 0px;
	width: 95%;

	text-align: justify;
}

.userCommentHeader {
	font-size : 11pt;
	font-weight : bold;
	border-width: 0px 0px 1px 0px;
	border-color: #3452b5;
	border-style: dotted;
	width: 90%;
	margin-left: 5px;
}

/* used by the upload page */
.error {
	background-image: url(./error.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #f8f8f8;
	border-width: 1px;
	border-color: #cfcfcf;
	border-style: solid;
	
	font-size : 8pt;
	font-family : sans-serif;
	padding : 3px 5px 10px 35px;
	width: 95%;
	color: #ff0000;

	text-align: justify;
}

H1.pagename {}
