@charset "iso-8859-1";

/* SET TEXT ALIGNEMENT ----------------------------------------------------------------------------- */
	.ontab,.offtab, .message, .button
	{ text-align: center; }

	.tabheading, a.mainlevel:hover, a.contentpagetitle,	a.contentpagetitle:hover, .contentpaneopen, 
	.contentheading, .contentpagetitle, table.contenttoc td, .contentdescription, .newsfeedheading,
	.componentheading, table.moduletable th
	{ text-align: left; }

	a.mainlevel
	{ text-align: right; }

	
/* SET MARGIN -------------------------------------------------------------------------------------- */
	BODY,ul,table.moduletable
	{ margin: 0px 0px 0px 0px; }


/* SET BORDER -------------------------------------------------------------------------------------- */
	hr.separator 
	{ border : 0px; }

	.inputbox,.button, table.searchintro 
	{ border : 1px solid; }

	.searchbox
	{ border : 2px solid; }

	.contentpaneopen
	{ border : 0px ridge; }

	hr
	{ border : 1px inset; }
	
	table.moduletable th, .componentheading, .ontab, .offtab 
	{ border-bottom	: 1px solid; }

	.ontab, .offtab 
	{
	  border-left	: 2px outset;
	  border-right	: 2px outset;
	  border-top	: 2px outset;
	}

	table.moduletable
	{
	  border-left	: 0px solid;
	  border-right	: 0px solid;
	  border-top	: 0px solid;
	  border-bottom	: 0px solid;
	}



/* SET OTHERS -------------------------------------------------------------------------------------- */
	.ontab, .offtab
	{ cursor: hand; }
	
	table.moduletable 
	{ width: 95%; }
	
	.title 
	{ letter-spacing: 4px; }

	.poll
	{ line-height: 14px	}
	
	hr
	{ height: 2px; }

	.button 
	{ height: 20px;	}
	
	a.mainlevel
	{ background-position: left; }
	
	hr.separator 
	{
	  height: 1px;
	  width : 75px;
	}

	.searchbox
	{
	  height	  : 18px;
	  line-height : 13px;
	}
	
	li 
	{
	  list-style: url(../images/arrow.gif);
	  list-style-position : inside;
	  list-style-image: url(../images/arrow.gif);
	}

	a.readon
	{
	  list-style		: inside url(../images/read.gif);
	  list-style-type	: disc;
	  display			: list-item;
	  white-space		: normal;
	}

	.pagetext
	{
	  visibility: hidden;
	  display	: none;
	  position	: relative;
	  top		: 0;
	}
		
	table.moduletable th
	{
	  background: transparent url(../images/moduleheading.gif) no-repeat left;
	  height: 20px;
	  line-height: 20px;
	  text-indent: 18px;
	  width: 100%;
	}

	.contentheading
	{
	  background-image: url(../images/bullet2.gif);
	  background-repeat: no-repeat;
	  background-position: top left;
	  text-indent: 22px;
	  line-height: 16px;
	  height: 15px;
	}

	.componentheading 
	{
	  background-repeat: no-repeat;
	  display: list-item;
	  height: 15px;
	  line-height: 15px;
	  list-style: disc inside url(../images/bullet.gif);
	  text-indent: 20px;
	  white-space: normal;
	}
	


	









