/*===============================================================================================*/
/*	GENERAL CLASSES                                                                               */
/*===============================================================================================*/
body
{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68.8%;
 	color: #000000;
 	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
}

div.main
{
/*	text-align: left;*/
}

a
{
	color: Navy;
	text-decoration: none;
}

a:hover
{
	color: #FF6600;
}

a img
{
	text-decoration: none;
}

a img.extern
{
	display: none;
}

div
{
/*	text-align: left; */
}

input
{
}

button
{
	padding: 2px;
}

td
{
	margin: 0px;
}

p
{
	margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 5px 0px;
}

h1
{
	font-size: 250%;
}

h2
{
	font-size: 210%;
}

h3
{
	font-size: 170%;
}

h4
{
	font-size: 140%;
}

h5
{
	font-size: 125%;
}

h6
{
	font-size: 100%;
}

hr
{
	width: 100%;
	clear: both;
	height: 1px;
}

ul, ol, blockquote
{
	margin: 0px;
	padding-left: 3%;
	list-style-position: outside;
}

li
{
	margin-left: 2.5%;
	padding-left: 0px;
}
/*===============================================================================================*/
/*	BODY STYLES																												 */
/*===============================================================================================*/
body.editor
{
	padding: 0px;
	margin: 0px;
	background-color: White;
	background-image: none;
	font-weight: normal;
	text-align: left;
}

body.log
{
	padding: 0px;
	margin: 2px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68.8%;
	color: Black;
	background-color: #FFFFFF;
	background-image: none;
	font-weight: normal;
	text-align: left;
}

body.log div.main
{
	margin: 0px auto 0px auto;
	width: auto;
	overflow: scroll;
}

body.log a
{
	color: Navy;
	text-decoration: underline;
}

body.log a:hover
{
	color: #5772A3;
	text-decoration: underline;
}

body.center
{
	text-align: center;
}
/*===============================================================================================*/
/*	NOT VISIBLE STYLE																										 */
/*===============================================================================================*/
.noCSS
{
	display: none;
}
/*===============================================================================================*/
/*	SQL & XML MARKUP STYLE																								 */
/*===============================================================================================*/
.markup
{
	color: black;
	background: white;
	clear: both;
}
.markup, .markup *
{
	font-family: Lucida Console, Courier New;
	font-size: 11px;
	text-align: left;
}

.markup strong
{
	color: black;
}
/*===============================================================================================*/
/*	MESSAGEBOX STYLE                                                                              */
/*===============================================================================================*/
div.MessageBox
{
	padding: 10px 20px 10px 20px;
	border: solid 1px black;
	background-color: #FFFFFF;
	clear: both;
	position: absolute;
	top: 200px;
	width: 350px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
}

div.NoImgBack
{
	border-bottom: 3px solid;
	border-right: 3px solid;
}

body img#imgBack
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
/*===============================================================================================*/
/*	STATS DIV																												 */
/*===============================================================================================*/
body div#divStats
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 1px; 
	height: 1px; 
	overflow: hidden;
}

body div#divStats img
{
	position: absolute; 
	left: 3px; 
	top: 3px; 
	width: 1px; 
	height: 1px; 
	overflow: hidden;
}
/*===============================================================================================*/
/*	HTML MENU																												 */
/*===============================================================================================*/
div.menu
{
	overflow: hidden;
}
/*-----------------------------------------------------------------------------------------------*/
div.menu a
{
	display: block;
	clear: both;
}
/*-----------------------------------------------------------------------------------------------*/
div.menu h3, div.menu h4
{
	margin: 0px;
}
/*-----------------------------------------------------------------------------------------------*/
div.menu h4 a
{
	font-size: 0.7em;
	font-weight: normal;
}
/*-----------------------------------------------------------------------------------------------*/
div.menu a img
{
	display: none;
}
/*===============================================================================================*/
/*	DHTML MENU																												 */
/*===============================================================================================*/
div#mainMenu
{
	overflow: hidden;
	clear: both;
}
/*-----------------------------------------------------------------------------------------------*/
div#mainMenu a
{
	display: block;
}
/*-----------------------------------------------------------------------------------------------*/
div#mainMenu h3
{
	margin: 0px;
}
/*-----------------------------------------------------------------------------------------------*/
div#mainMenu a img.link
{
	display: none;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
div.floatMenu
{
	position: absolute;
	display: block;
	left: 0px;
	top: 100000px;
	z-index: 998;
}
/*-----------------------------------------------------------------------------------------------*/
div.floatMenu a
{
	display: block;
}
/*-----------------------------------------------------------------------------------------------*/
div.floatMenu a img.link
{
	display: none;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
div.hideMenu
{
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	z-index: -1;
	width: 10px;
	height: 10px;
	overflow: hidden;
}
/*===============================================================================================*/
/*	FLOWCHART																												 */
/*===============================================================================================*/
div.flow div.flowitem img
{
	display: none;
	margin-right: 5px;
}

div.flow div.relations a.relation img
{
	display: none;
	margin-right: 5px;
}

body.showPath
{
	padding: 10px;
}

div.showPath
{
	text-align: left;
	width: 100%;
	display: block;
	clear: both;
	width: 500px;
}

div.showPath table
{
	padding: 4px;
	float: left;
}

div.showPath div.buttons
{
	clear: both;
	width: 500px;
	padding: 6px 0px;
	text-align: right;
}
/*===============================================================================================*/
/*	FORM																														 */
/*===============================================================================================*/
form.form
{
	width: 100%;
}

form.form table
{
	padding: 15px;
}

form.form table table
{
	padding: 0px;
}

form.form .formfield table
{
	padding: 0px;
}

form.form div
{
	padding: 3% 1.8% 3% 3%;
	width: 95.1%;
	float: left;
}

form.form div div
{
	padding: 0%;
	width: 100%;
}

form.form div div div
{
	float: none;
	width: auto;
}

form.form div.category
{
	width: 98%;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 1px;
}

form.form div.first
{
	margin-top: auto;
}

form.form .formfield
{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

form.form .nospace
{
	margin-bottom: 0px;
}

form.form input
{
	width: 97%;
}

form.form a
{
	margin-right: 5px;
}

form.form div.formfield.buttons
{
	width: 98.8%;
	padding-right: 1.2%;
}

form.form input.checkbox, form.form input.radio
{
	width: auto;
}

form.form div.radio
{
	clear: both;
}

* html form.form td.multilabel
{
	padding-top: 3px;
}

form.form select
{
	width: 98.5%;
}

form.form textarea
{
	width: 97%;
}
/*===============================================================================================*/
/*	FORUM																														 */
/*===============================================================================================*/
.forum .thread
{
	cursor: pointer;
}

.forum button.add
{
	float: left;
}

.forum button.cancel
{
	float: left;
}

.forum button.moderator
{
	float: right;
}
/*===============================================================================================*/
/*	WIKI																														 */
/*===============================================================================================*/
form.wiki 
{
}

div.item div.body form.wiki div.field
{
	clear: both;
	width: 100%;
}

form.wiki div.bodyEdit
{
	border: 1px solid #333366;
	width: 97%;
	height: 178px;
	overflow: hidden;
	background: #F9F9F7;
	float: left;
	padding: 0px 0px 0px 0px;
}

form.wiki div.bodyEdit div
{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
}

form.wiki div.editTeaser
{
	height: 73px;
}

form.wiki iframe.bodyEditText
{
	float: left;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

form.wiki div.buttons
{
	float: right;
	margin-bottom: 1px;
}

form.wiki div.editbuttons
{
	right: 0px;
	float: right;
	position: relative;
}

form.wiki div.editbuttons div
{
	float: left;
}
/*===============================================================================================*/
/*	REACTIONS																												 */
/*===============================================================================================*/
div.reactions
{
	padding-bottom: 10px;
}

div.reactions ul
{
	padding-bottom: 10px;
}

div.reactions input
{
	width: 97%;
}

div.reactions textarea
{
	width: 97%;
}
/*===============================================================================================*/
/*	LOGIN																														 */
/*===============================================================================================*/
div.login .formfield.username
{
	margin-bottom: 10px;
}

div.login span.username
{
	font-weight: bold;
	margin-bottom: 15px;
}
/*===============================================================================================*/
/*	SEARCH																													 */
/*===============================================================================================*/
.results div.result
{
	padding: 0px;
	margin: 0px;
}

span.searchWord
{
	color: Black;
	font-weight: bold; 
	margin-left: 1px; 
	margin-right: 1px;
}

span.sw0
{
	background-color: #FFFF99;
}

span.sw1
{
	background-color: #99FFFF;
}

span.sw2
{
	background-color: #FF99FF;
}

span.sw3
{
	background-color: #9999FF;
}

span.sw4
{
	background-color: #FF9999;
}

span.sw5
{
	background-color: #99FF99;
}

.searchTitle img
{
	text-decoration: none;
}
/*===============================================================================================*/
/*	CALENDAR																													 */
/*===============================================================================================*/
td.calDisabled 
{
	color: #A0A0A0;
}
/*===============================================================================================*/
/*	NARROWCASTING																											 */
/*===============================================================================================*/
body.monitor div.main
{
	margin: 0px;
	overflow: hidden;
}

body.monitor div.main div#divItem
{
	overflow: hidden;
}

body.monitor div.main div#divTitle
{
	overflow: hidden;
}

body.monitor div.main div#divContent
{
	overflow: hidden;
}

body.monitor div.main div#divGallery
{
	float: left;
	overflow: hidden;
}

body.monitor div.main div#divImage
{
	float: left;
}

body.monitor div.main div#divImage
{
	float: left;
	overflow: hidden;
}

body.monitor div.main div#divImage img
{
}

body.monitor div.main div#divImageText
{
	float: left;
	clear: both;
}

body.monitor div.main div#divStrip
{
	float: right;
	text-align: right;
	overflow: hidden;
}

body.monitor div.main div#divStrip img
{
	clear: both;
	margin-bottom: 9px;
	float: right;
}

body.monitor div.main div#divStrip img.last
{
	margin-bottom: 0px;
}

body.monitor div.main div#divTeaser
{
	overflow: hidden;
	float: right;
}

body.monitor div.main div#divClock
{
	overflow: hidden;
	text-align: right;
}
/*===============================================================================================*/
/*	IMAGE POPUP																												 */
/*===============================================================================================*/
body.showImage
{
	margin: 5px;
	padding: 0px;
	overflow: hidden;
}
/*===============================================================================================*/
/*	GALLERY																												 */
/*===============================================================================================*/
#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img
{
	width: auto;
	height: auto;
}

#lightbox a img
{
	border: none;
}

#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer
{
	padding: 10px;
}

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav
{
	left: 0;
}

#hoverNav a
{
	outline: none;
}

#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */
	display: block;
}

#prevLink 
{
	left: 0;
	float: left;
}

#nextLink 
{
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover 
{
	background: url(../img/default/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover
{
	background: url(../img/default/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData
{
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;
}	

#imageData #caption
{
	font-weight: bold;
}

#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}		
	
#imageData #bottomNavClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}	 	

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/*===============================================================================================*/
/*	GOOGLE MAPS																												 */
/*===============================================================================================*/
.markerDetailClose
{
	display: none;
}
/*===============================================================================================*/
