/*- - - - - - - - - - - - - - - G E N E R A L -F O R M A T T I N G- - - - -*/
/***************************************************************************/
html, body {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	color:#333333;		/*Text_Color*/
	}

ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }

	/*Text_Color, Text_Size*/
.default p, .default dt, .default dd, .default li, .default div, #wikiedit {
	color:#333333;		/*Text_Color*/
	font-size:12px;		/*Text_Size*/
	line-height:1.4em;
	padding-bottom:5px;
	}

.default ul, .default ol, .default dl { line-height:1.4em;}


.default dl dt { font-weight:bold; color:#2792ac; }
.default dd { margin-left:40px; margin-bottom:1.4em }
.default dt { display:inline; }

/* .default Text_Links */
	/* default Link Color (if no class) */
.default a { color:#216192; text-decoration: none }
.default a:hover { color:black; text-decoration: none }

	/* Link_Color, Mouse_Over: links to a page in your site */
.default a.wikilink { color:#216192; text-decoration: none; }
.default a.wikilink:hover { color:black; text-decoration: none; }

	/* Link_Color, Mouse_Over: self reverence */
.default a.selflink  { color:#216192; text-decoration: none;  }
.default a.selflink:hover { color:black; text-decoration: none;  }

	/* Link_Color, Mouse_Over: Category Link */
.default a.categorylink { color:#216192; text-decoration: underline; }
.default a.categorylink:hover { color:black; text-decoration: underline; }

	/* Link_Color, Mouse_Over: link to a external page */
.default a.urllink { color:#216192; text-decoration: underline; }
.default a.urllink:hover { color:black; text-decoration: underline; }

	/* Link_Color, Mouse_Over: link to noneexisting page */
a.createlinktext {border-bottom:none}
.default a.createlinktext { color:gray; text-decoration: none; border-bottom:none }
.default a.createlinktext:hover { color:#216192; text-decoration:none }

	/* Link_Color, Mouse_Over: quetionmark by a link to noneexisting page */
.default a.createlink  { color:gray; text-decoration: none; }
.default a.createlink:hover { color:#216192; text-decoration: none; }

	/* Link_Color, Mouse_Over: Attach */
.default a.attachlink  { color:gray; text-decoration: underline; }
.default a.attachlink:hover { color:#216192; text-decoration: underline; }

	/* Link_Color, Mouse_Over: Attach */
.default a.attachupdate  { color:white; background-color:#d1d1d1; text-decoration: none; font-size:10px }
.default a.attachupdate:hover { color:white;  background-color:gray; text-decoration: none; }



	/*Heading_Color*/
.default h1,  .default h2, .default h3, .default h4 {
	color:#2792ac;		/*Heading_Color*/
	padding-top:0px;
	line-height:1em;
	}

	/*Heading_Color, Link_Color*/
.default h1 a,  .default h2 a, .default h3 a, .default h4 a {
	color:#2792ac;		/*Heading_Color*/
	text-decoration:underline;
	font-weight:bold;
	}
	/*Heading_Size*/
/* .default h1, .default h2, .default h3, .default h4 { margin-top:0.25em }  */
.default h1 { font-size:24px; margin-left:0px }
.default h1 a:hover { font-size:24px; }
.default h2 { font-size:18px;  }
.default h2 a:hover { font-size:18px; margin-left:0px }
.default h3 { font-size:14px; color:#333333 }
.default h3 a:hover { font-size:14px; margin-left:0px; }
.default h4 { font-size:12px; margin-left:0px; color:#333333 }
.default h4 a:hover { font-size:12px; }


	/* .default Tables */
.default table { font-size:11px; color:#333333; }
.default td, .default th { vertical-align:top }
.default table { background-color:#dddddd; border:0px; margin:0px }
.default th { margin:4px; padding:4px; color:#2792ac; background-color:#d1d1d1; border:0px solid white; }
.default td { margin:4px;  padding:4px; background-color:white; border:0px }
.default table td table{ margin:-6px; }

.default a img { border:0px }

.default hr {
	background-color:#d1d1d1; /* Mozilla 1.4 */
	color:#d1d1d1; /* IE 6 */
	border: #d1d1d1; /* Opera 7.11 */
	height:1px;
	}

	/*preformatted text*/
.default pre {
	margin-left:40px;
	margin-right:0px;
	color:#666666;
 	font: 11px "Lucida Console", monospace;
	overflow:auto;
	padding:5px;
	border:2px solid #eeeeee;
	}

table.markup pre {border:0px; margin-left:0px; }
table.vert td.markup1 { border-bottom:0px }


.explanation	{ 
/*	border-left:1px solid #FF8000;
	border-right:1px solid #FF8000;*/
	border-top:1px dotted #FF8000;
	border-bottom:1px dotted #FF8000;
/* 	margin-left:40px; */
/* 	padding: 30px;  */
/* 	background-color:#f1f1f1; */
	}

.contentbox	{ 
/*	border-left:1px solid #FF8000;
	border-right:1px solid #FF8000;*/
	border-top:1px dotted gray;
	border-bottom:1px dotted gray;
/* 	margin-left:40px; */
/* 	padding: 30px;  */
/* 	background-color:#f1f1f1; */

		}


/*- - - - - - - - - - - - - - - - - - G E N E R A L - L A Y O U T - - - - -*/
/***************************************************************************/
	/* padding */
.content_padding-top	{
	padding-top:20px;
	}

.content_padding-right	{
	padding-right:20px;
	}

.content_padding-bottom	{
	padding-bottom:20px;
	}

.content_padding-left	{
	padding-left:20px;
	}


.borderRight	{
	border-right:1px solid #d1d1d1;
	}

.borderLeft	{
	border-left:0px solid #d1d1d1;
	}


	/* All Forms */
.inputbox, textarea { 
	font-size:11px;
	color:gray;
	border: 1px dotted gray;
	 }

input[type=text], input[type=file],  input[type=password]	{
	font-size:11px;
	color:gray;
	border: 1px dotted gray;
	}

input[type=submit]	{
	font-size:11px;
	color:white;
	background-color:#FF8000;
	border: 1px solid gray;
	}



/* Forms special */
.inputbutton { 
	font-size:11px;
	color:white;
	background-color:#FF8000;
	border: 1px solid gray;
	 }


.searchbox	{ width:120px }
.searchbutton	{  }



/* - - - - - - - - - - - - - - - - - - - - - - - H E A D E R - - - - - - - */
/***************************************************************************/


#headerContainer	{
	position:relative;	
	border:0px solid black;
	margin-bottom:15px;
	background-color:#2792ac;	/*Background_Color: changing this color requires changing of the corner images below*/
	}

.boxTop	{
	width:100%; height:10px;
	}

.tlHeaderBg	{
	background:url(img/tl-header.gif) top left no-repeat;
	}
.trHeaderBg	{
	background:url(img/tr-header.gif) top right no-repeat;
	}
.blHeaderBg	{
	background:url(img/bl-header.gif) bottom left no-repeat;
	}
.brHeaderBg	{
	background:url(img/br-header.gif) bottom right no-repeat;
	}


#header	{
	padding:0px 10px 0px 10px;
	font-size:16px;
	line-height:1.333em;
	color:white;
	letter-spacing:0.25em;
	}
	
	
#header h1, #header h1	a {
	display: block;
	margin-top:-12px;
	font-size:36px;		/*Heading_Size*/
	color:white;		/*Heading_Color*/
	font-weight:bold;
	letter-spacing:0.25em;
	text-decoration:none;
	}

#header h2	{
	display: block;
	margin-top:-10px;
	margin-bottom:0px;
	font-size:18px;		/*Heading_Size*/
	color:white;		/*Heading_Color*/
	font-weight:bold;
	letter-spacing:0.125em;
}

#header a { color:white; text-decoration:none }
#header a.createlink { display:none }
#header .sectionedit { display:none }

/*- - - - - - - - - - - - - - - - - - - - - - - H E A D E R- NAV - - - - - */
/***************************************************************************/

#headerNavContainer	{ 
	position:absolute;
	top:-2px; right:-1px;
	background-color:white;
	}

#headerNavContainer	img { 
	float:left; display:inline;
	margin:0px; border:0px;
	}

#headerNav p	{
	float:left;
	font-size:11px;
	color:#bbb;			/*Text_Color*/
	background-color:white;
	font-size:11px;
	text-decoration:none;
	}

#headerNav a	{ 
	color:#216192;			/*Link_Color*/
	text-decoration:none;
	}

#headerNav a:hover	{ 
	color:white;
	background-color:#FF8000;
	text-decoration:none;		/*Mouse_Over*/
	}

#headerNav a.createlink  { display:none }
#headerNav span.loginout a.wikilink { background-color:#FF8000; color:white }
#headerNav span.loginout a.wikilink:hover { background-color:#FF8000 }

/* - - - - - - - - - - - - - - - - - H O R I Z O N T A L - N A V - - - - - */
/***************************************************************************/
	
#horizontalNav
{
	width: 100%;
	float: left;
	background-color: #9c9c9c;	/*Background_Color*/
	margin-bottom:20px;
	}

#horizontalNav ul { padding: 0; }

#horizontalNav ul li {display: inline; }

#horizontalNav ul li a {
	padding: 0.2em 12px;
	font-size:14px;
	color: #FFFFFF;			/*Link_Color*/
	font-weight:bold;
	text-decoration: none;
	border-left: 1px solid white;
	float: left;
	}

#horizontalNav ul
	{
	margin: 0;
	padding: 0 0 0 7%;
	letter-spacing: 0.2em;
	}

#horizontalNav ul li a.wikilink
	{
	background-color: #9c9c9c;	/*Background_Color*/
	}

#horizontalNav ul li a.selflink	{
	background-color: #2792ac;	/*Selflink_Color*/
	}


#horizontalNav ul li a:hover	{
	background-color: #42b8d5;	/*Mouse_Over*/
	color: #FFFFFF;
	}

#horizontalNav a.createlink { display:none }

#horizontalNav .selfgroup a.wikilink { background-color: #2792ac }



/*- - - - - - - - - - - - - - - - - - -C O N T E N T-H E A D E R - - - - - */
/***************************************************************************/

.contentHeader	{
	position:relative;
	}


#pagetitle	{
	display:inline;
	margin-top:0px;
	font-size:24px;
	color:#484848;			/*Heading_Color*/
	font-weight:bold;
	letter-spacing:0.2em;
	}
	
#groupname a	{
	display:block;
	margin-top:10px;
	font-size:14px;
	color:#2792ac;			/*Heading_Color*/
	font-weight:bold;
	letter-spacing:0.05em;
	}



/*- - - - - - - - - - - - - - - - - - - -R E L A T E D-P A G E S - - - - - */
/***************************************************************************/

#relatedPages {
	text-align:right;
	margin:0px;
	padding:0px;
	}

#relatedPages ul{
	position:relative;
	bottom:0px;
	right:10px;
	display:inline;
	margin:0px;
	padding:0px;
	}

#relatedPages li {
	display:inline;
/* 	float:left; */
	padding:0px;
	margin:0px;
	list-style-type : none;
	border-right:1px solid white;
	}
	
#relatedPages li a {
	color:white;
	text-decoration:none;
	font-size:11px;
	padding:0px 10px;
	background-color:#FF8000;
	border-bottom:none;
	}
#relatedPages li a:hover { background-color:#FF8000 }

#relatedPages a.createlink {display:none}
#relatedPages a.createlinktext {
	background-color:#ddd;
	}


/* - - - - - - - - - - - - - - - - - - - - - - - W I K I C M D S - - - - - */
/***************************************************************************/

.wikicmds { 
/* 	background-color:#ccc;		Background_Color */
	}

.wikicmds ul li { display: inline; float:left}

.wikicmds ul
	{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;			/*Link_Color*/
	font-family: sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	font-weight: normal;
	}

.wikicmds ul li a
	{
	padding:1px;
	margin:0px 2px 2px 2px;
/* 	background-color: #bbbbbb;	Link_Background */
	color: #FFFFFF;			/*Link_Color*/
	text-decoration: none;
	float: left;
	border: 1px solid #e1e1e1;
	}

.wikicmds ul li a:hover	{
	color: white;			/*Mouse_Over*/
/*	background-color: #FF8000;	Mouse_Over*/
/* 	border: 1px solid #FF8000;	Mouse_Over*/
	border: 1px solid #FF8000;		/*Mouse_Over*/

	}

.wikicmds a.createlink { display:none }


/*- - - - - - - - - - - - - - W I K I L E F T, W I K I R I G H T - - - - - */
/***************************************************************************/

.wikileftright {
	overflow:hidden;
	}

	/*Text_Size, Text_Color*/
.wikileftright p, .wikileftright dt, .wikileftright dd, .wikileftright li { /* overwrites .default ! */
	font-size:12px;	
	color:gray;
	line-height:1.2em;
	padding-bottom:1px;
	}

	/* Link_Color, Mouse_Over: links to a page in your site */
.wikileftright a.wikilink { color:gray; text-decoration: none; }
.wikileftright a.wikilink:hover { color:#2792ac; text-decoration: none; background-color:#eee; }

	/* Link_Color, Mouse_Over: self reverence */
.wikileftright a.selflink  { color:gray; text-decoration: none;  }
.wikileftright a.selflink:hover { color:#2792ac; text-decoration: none; background-color:#eee;  }

	/* Link_Color, Mouse_Over: link to a external page */
.wikileftright a.urllink { color:gray; text-decoration: underline; }
.wikileftright a.urllink:hover { color:#2792ac; text-decoration: underline; background-color:#eee; }

	/* Link_Color, Mouse_Over: link to noneexisting page */
.wikileftright a.createlinktext { color:#d1d1d1; text-decoration: none; }
.wikileftright a.createlinktext:hover { color:#333333; text-decoration:none;  background-color:#eee; }

	/* Link_Color, Mouse_Over: quetionmark by a link to noneexisting page */
.wikileftright a.createlink  { display:none }
.wikileftright a.createlink:hover { display:none }

	/* Heading_Color*/
.wikileftright h1,  .wikileftright h2, .wikileftright h3, .wikileftright h4 {
	color:#2792ac;
	padding-top:0px;
	margin-bottom:0.5em;
	line-height:1em;
	}
/* .wikileftright h1, .wikileftright h2 { margin-top:0.3em } */
.wikileftright h1 { font-size:14px; }	/*Heading_Size*/
.wikileftright .sidehead { font-weight:bold; font-size:14px; color:#2792ac; }
.wikileftright h2 { font-size:12px }	/*Heading_Size*/

	/*Heading_Color, Link_Color*/ 
.wikileftright h1 a.wikilink, .wikileftright h1 a.selflink, .wikileftright h1 a.urllink {
	color:#2792ac;
	font-size:14px;
	text-decoration:underline;
	}
.wikileftright h1 a.wikilink:hover, .wikileftright h1 a.selflink:hover, .wikileftright h1 a.urllink:hover {
	color:#2792ac;
	font-size:14px;
	text-decoration:underline;
	}
.wikileftright h1 a.createlinktext, .wikileftright h1 a.createlink { color:gray; font-size:14px }

.wikileftright h2 a.wikilink, .wikileftright h2 a.selflink, .wikileftright h2 a.urllink {
	color:#2792ac;
	font-size:12px;
	text-decoration:underline;
	}
.wikileftright h2 a.wikilink:hover, .wikileftright h2 a.selflink:hover, .wikileftright h2 a.urllink:hover {
	color:black;
	font-size:12px;
	text-decoration:underline;
	}
.wikileftright h2 a.createlinktext, .wikileftright h2 a.createlink { color:#2792ac; font-size:12px }

.wikileftright .sidehead a.wikilink, .wikileftright .sidehead a.selflink, .wikileftright .sidehead a.urllink {
	color:#2792ac;
	font-size:14px;
	text-decoration:underline;
	}
.wikileftright .sidehead a.wikilink:hover, .wikileftright .sidehead a.selflink:hover, .wikileftright .sidehead a.urllink:hover {
	color:#2792ac;
	font-size:14px;
	text-decoration:underline;
	}


/* - - - - - - - - - - - - - - - - - - - - - - - W I K I L E F T - - - - - */
/***************************************************************************/
.wikileft	{ 
	width:190px;
	vertical-align:top;
	}


/* list */
.wikileft ul	{
	margin: 2px 0px 0px 0px;
	padding-left: 0;
	list-style-type: none;
	}

.wikileft ul li {
	margin:0px 0px 0px 0px;
	padding-top:1px;
	}

.wikileft ul li ul li{
	margin:0px 0px 0px 20px;
	}

.wikileft ul li a	{
	display: block;
	padding: 0px 0px 0px 10px ;
	width: 150px;

	text-decoration: none;
/* 	background-color: #eeeeee; */

	border-bottom: 0px solid #eee;
	border-left: 6px solid #ccc; 
	}

.wikileft li a:hover	{
	border-left: 6px solid #2792ac;
	}

.wikileft a.selflink { border-left: 6px solid #FF8000 }
.wikileft .selfgroup a.wikilink { border-left: 6px solid #FF8000 }

.wikileft ul li ul li a	{
	width: 130px;	
	}




/* - - - - - - - - - - - - - - - - - - - - - - W I K I R I G H T - - - - - */
/***************************************************************************/

.wikiright	{
	width:190px;
	vertical-align:top;
	text-align:left;
	}


/* list */
.wikiright ul	{
	margin: 0px 0px 0px 0px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}

.wikiright ul li {
	margin:0px 0px 0px 0px;
	}

.wikiright ul li ul li{
	margin:0px 0px 0px 20px;
	}

.wikiright ul li a	{
	display: block;
	padding: 0px 0px 0px 10px ;
	width: 150px;

/*	color: gray;*/
	text-decoration: none;
/* 	background-color: #eeeeee; */

	border-bottom: 0px solid #eee;
	border-left: 6px solid #ccc; 
	}

.wikiright ul li ul li a	{
	width: 130px;	
	}

.wikiright li a:hover	{
	border-left: 6px solid #2792ac;
	}

.wikiright li a.selflink {
	border-left: 6px solid #FF8000;
	}


/* - - - - - - - - - - - - - - - - - - - - - - - - C O N T E N T - - - - - */
/***************************************************************************/

#contentContainer	{ width:100%; clear:both }

.content	{
	height:100%;
	vertical-align:top;
	}


/* - - - - - - - - - - - - - -G R O U P H E A D E R / F O O T E R- - - - - */
/***************************************************************************/


.groupheaderfooter {
	background-color:#999999;	/*Background_Color*/
	margin:0px;
	}

	/*Text_Size, Text_Color*/
.groupheaderfooter p, .groupheaderfooter li, .groupheaderfooter dt, .groupheaderfooter dd , .groupheaderfooter pre {
	color:white;
	font-size:11px;
	}

.groupheaderfooter dl dt { color:white; }

	/* Link_Color, Mouse_Over: links to a page in your site */
.groupheaderfooter a.wikilink { color:white; text-decoration: none }
.groupheaderfooter a.wikilink:hover { color:black; text-decoration: none }

	/* Link_Color, Mouse_Over: self reverence */
.groupheaderfooter a.selflink  { color:white; text-decoration: none }
.groupheaderfooter a.selflink:hover { color:black; text-decoration: none }

	/* Link_Color, Mouse_Over: link to a external page */
.groupheaderfooter a.urllink { color:white; text-decoration: underline }
.groupheaderfooter a.urllink:hover { color:black; text-decoration: underline }

	/* Link_Color, Mouse_Over: link to noneexisting page */
.groupheaderfooter a.createlinktext { color:white; text-decoration: none }
.groupheaderfooter a.createlinktext:hover { color:black; text-decoration: none }

	/* Link_Color, Mouse_Over: quetionmark by a link to noneexisting page */
.groupheaderfooter a.createlink  { color:white; text-decoration: underline }
.groupheaderfooter a.createlink:hover { color:black; text-decoration: underline }

/*Heading_Color*/
.groupheaderfooter h1,  .groupheaderfooter h2, .groupheaderfooter h3, .groupheaderfooter h4 {
	color:white;
	padding-top:0px;
	margin-bottom:0.5em;
	line-height:1em;
	}
.groupheaderfooter h1 { font-size:14px }	/*Heading_Size*/
.groupheaderfooter h2 { font-size:12px }	/*Heading_Size*/

	/*Heading_Size, Heading_Color*/
.groupheaderfooter h1 a.wikilink, .groupheaderfooter h1 a.selflink, .groupheaderfooter h1 a.urllink {
	color:white;
	font-size:14px;
	text-decoration:underline;
	}
.groupheaderfooter h1 a.wikilink:hover, .groupheaderfooter h1 a.selflink:hover, .groupheaderfooter h1 a.urllink:hover {
	color:black;
	font-size:14px;
	text-decoration:underline;
	}
.groupheaderfooter h1 a.createlinktext, .groupheaderfooter h1 a.createlink { color:#e1e1e1; font-size:14px }

.groupheaderfooter h2 a.wikilink, .groupheaderfooter h2 a.selflink, .groupheaderfooter h2 a.urllink {
	color:white;
	font-size:12px;
	text-decoration:underline;
	}
.groupheaderfooter h2 a.wikilink:hover, .groupheaderfooter h2 a.selflink:hover, .groupheaderfooter h2 a.urllink:hover {
	color:black;
	font-size:12px;
	text-decoration:underline;
	}
.groupheaderfooter h2 a.createlinktext, .groupheaderfooter h2 a.createlink { color:#e1e1e1; font-size:12px }

	/*table*/
.groupheaderfooter th, td { color:#999; }
.groupheaderfooter table { background-color:#999; }



/* - - - - - - - - - - - - - - - - - - - - G R O U P H E A D E R - - - - - */
/***************************************************************************/

.groupheader	{
	}


/* - - - - - - - - - - - - - - - - - - - - G R O U P F O O T E R - - - - - */
/***************************************************************************/
.groupfooter	{
	}




	
/* - - - - - - - - - - - - - - - - - - - - - - - - - F O O T E R - - - - - */
/***************************************************************************/

#footer	{	
	padding:10px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	border-top:1px solid #d1d1d1;
/*  	background-color:#9c9c9c; */	/*Background_Color: changing this color requires changing of the corner images below*/
	}

#footer p, #footer dt, #footer dd, #footer li {
	font-size:11px;		/*Text_Size*/
	color:gray;		/*Text_Color*/
	}

	/*Link_Color, Mouse_Over*/
#footer a { font-size:11px }



#footer a { color:gray; text-decoration: none }
#footer a:hover { color:black; text-decoration: none }
#footer a.wikilink { color:gray; text-decoration: none }
#footer a.wikilink:hover { color:black; text-decoration: none }
#footer a.selflink { color:gray; text-decoration: none }
#footer a.selflink:hover { color:black; text-decoration: none }
#footer a.urllink { color:gray; text-decoration: none }
#footer a.urllink:hover { color:black; text-decoration: none }
#footer a.createlink { display:none }



.boxBottom	{
	width:100%; height:10px;
	}

.blFooterBg	{
	background:url(bl-footer.png) bottom left no-repeat;
	}
.brFooterBg	{
	background:url(br-footer.png) bottom right no-repeat;
	}


/* - - - - - - - - - - - - - - - - - - - - - - E D I T - M O D E - - - - - */
textarea#text {width:98%; color:black; font-size:12px}
#wikiedit img, #wikiedit input[type=image] { padding:1px; margin:0px 4px 4px 0px; background-color:#e1e1e1;}
#wikiedit img:hover { background-color:gray;}

/* - - - - - - - - - - - - - - - - - - - - - E X T E N S I O N S - - - - - */
/***************************************************************************/

input.PublishPDF_option { width:20px; height:20px; background:url(img/pdf.gif)  top left no-repeat; border:none; color:white}

/* - - - - - - - - - - - - - - - - - - - - - - - - P A G E T O C - - - - - */
span.anchor a, span.anchor a:hover  {
	font-size:24px; color:gray; text-decoration:none; position:relative;
	} 

div.tocfloat {
	margin-bottom: 10px;
	padding-top: 0px; padding-bottom: 5px; 
	width: 30%; float: right; margin-left: 10px;
	margin-right:-13px; padding-right: 13px; padding-left: 13px;
	background-color: white;
	border-left:1px solid #d1d1d1;
	}

/* - - - - - - - - - - - - - - -- M A R K U P - E X T E N S I O N - - - - - */
.default div.footnote { border-top:1px solid #e1e1e1; width:100px; margin-top:20px }
.default p.footnote { font-size:11px; }

.default sup a { color:white; background-color:#216192; padding:0px 1px;}
.default sup a:hover { color:white; background-color:red; padding:0px 1px;}

.default .footnote sup { color:white; background-color:#216192; padding:0px 1px; }

/* - - - - - - - - - - - - - - - - - - - - - - - - W I K I L I S T - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - S E C T I O N E D I T - - - - - */
.default div.sectionedit a {
	font-size:10px; color:#ccc;
	}


/* - - - - - - - - - - - - - - - - - - - - - - -C O M M E N T B O X - - - - - */
.commentboxbox { width:100%; height:150px;}
a.commentbox-showhide { color:red }
.comment-date {
	display:block;
	font-size:24px; font-weight:bold; color:#888888;
	line-height:2.5em 
	}

.comment-title {
	display:block;
	font-size:16px; font-weight:bold; color:#2792ac;
	line-height:2.5em
	}
.comment-author { color:#2792ac; font-size:10px; }
.comment-author a.createlink { display:none }
.comment-author a.createlinktext, .comment-author a.wikilink { color:#2792ac }

/* - - - - - - - - - - - - - - - - - - - - - P R E S E N T A T I O N - - - - - */
#presentation p, #presentation dt, #presentation dd, #presentation li, #presentation div {
	font-size:28px;		/*Text_Size*/
	padding-bottom:5px;
	}

#presentation h1 { font-size:45px; margin-left:0px }
#presentation h1 a:hover { font-size:45px; }
#presentation h2, #presentation h3, #presentation h4 { font-size:36px;  }
#presentation h2 a:hover, #presentation h3 a:hover, #presentation h4 a:hover  { font-size:36px; margin-left:0px }

/* - - - - - - - - - - - - - - - - - - - - - - - - W I K I F O R M S - - - - - */

