@media print,screen
{
	.heading
	{
		font-weight: bold;
		font-size: 20pt;
		font-family: 'Bodoni MT Black' , Sans-Serif;
	}
	body,input
	{
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 9pt;
	}
	div#page {
	  left: 0;
	  right: 0;
	  margin:0 auto;
	  padding:5px;
	  text-align:left;
	}
	div#header
	{
		left: 0;
		right: 0;
		height: 30px;
		background-color: #336699;
		color: White;
		padding: 3px 3px 3px 3px;
	}
	
	#menu
	{
		border-right: solid thin black;
	}
	
	div#menu .leftmenucontent
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 2px;
		left: 0;
		right: 0;
	}

	.options div
	{
		padding: 2px 5px 2px 5px;
	}

	div#footer
	{
		left: 0;
		right: 0;
		height: 30px;
		text-align: center;
		border-top: black thin solid;
	}
	.date
	{
		text-align: right;
	}
	html,body
	{
	}
	.nodedisplay ul li
	{
		list-style-type: none;
	}
	.nodedisplay ul
	{
		padding-left: 10px;
	}
	.search
	{
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.entry span
	{
		display: block;
	}
	td.authors
	{
		max-width: 10em;
	}
	.entryTitle
	{
		font-weight: bolder;
	}
	td
	{
		vertical-align: top;
	}
	.submitform span
	{
		display: inline-block;
	}
	.submitform
	{
		vertical-align: top;
	}
	.progress
	{
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		position: absolute;
		margin: 0 auto;
		top: 200px;
		left: 50%;
		right: auto;
		border-right: black thin solid;
		border-top: black thin solid;
		border-left: black thin solid;
		border-bottom: black thin solid;
		background-color: white;
	}
	.invisible
	{
		visibility:hidden;
		display: none;
	}
	.selectParent
	{
		min-width: 100px;
	}
	table.listDisplay td,table.listDisplay th
	{
		padding-right: 0.4em;
		padding-left: 0.4em;
	}
	
	div.leftmenu
	{
		left: 0;
		right: 0;
		margin-right: 2px;
		border: solid 1px black;
	}

	div.leftmenuheading
	{
		left: 0;
		right: 0;
		background-color: #336699;
		color: White;
		font-family: 'Bodoni MT Black' , Sans-Serif;
		font-size: 12pt;
	}	

    .error
    {
        color: Red;
        font-weight: bold;
    }
}
@media screen
{
	div#menu {
		  width:200px;
		  float:left;
		  margin:10px 0 10px 5px;
		  min-height:350px;
		  _height:350px;
	}	
	div#content {
		  margin:10px 0 10px 235px;
		  min-height:500px;
		  _height:500px
	}	
	.tag
	{
		color: Green;
	}	
}
@media print
{
	div#menu
	{
		display: none;
		width: 0px;
	}
	div#context 
	{
		margin: 10px 0 10px 10px;
	}
	.tag
	{
		display: none;
	}
	div#footer
	{
		display: none;
		visibility: hidden;
	}
}

