/*
 $Id: screen.css,v 1.5 2005/12/01 19:36:23 sp Exp $
*/

.topprinttitle {
	       display : none;
}	 

.topscreentitle {
	 position : absolute;
	 top: 0px;
	 left: 180px;
	 padding: 0px;
}

.topad {
	 position : absolute;
	 top: 80px;
	 left: 180px;
	 padding: 0px;
}
.pageheader { 
/*	margin-top : 0.5em;*/
	margin-top : 0em;
/*	width : 98%;*/
	width : 100%;
	margin-left : auto;
	margin-right: auto;
/*	padding: 5px;*/
	padding: 0px;
	z-index : 0; 
	}

.pagefooter { 
/*	    margin-top : 0em;
	    width : 100%;
	    margin-left : 0px;
	    margin-right: auto;
	    padding: 0px;
	    z-index : 0;
*/
	    }

#leftflush {
    text-align: left;
	
}
#rightflush {
    text-align: right;
	
}

.sidebar{ 
	position : absolute;
		border-top: 2px solid red;
	  top : 170px;
	  left : 0px;
	  width : 180px;
	  z-index : 1;
	  padding : 0em; 
          font-size: 70%}

.contentText {
		position : absolute;
		top: 170px;
		left : 180px;

		z-index : 2;

		border-top: 2px solid red;
		border-left: 2px solid red;
/*		border-bottom: 2px solid red;*/
		
		border-bottom-style: none;
		
		border-right-style: none;
		margin-left : 0em;
		padding : 0em; 
/*		width : 100%;*/
		}

/*
.contentText {	margin-left : 180px;
		z-index : 2;
		padding : 1em;
		margin-right : 1em; }
*/

.bulktext {
		padding : 1em; 
}	


.ad {
    position: relative;
    left: 0px;
    text-align: left;

	border-top: 2px solid red;
	border-left-syle: none;
	border-bottom: 2px solid red;
	border-right: 2px solid red;
    }


.corner {
	position: relative;
	left: 0px;
	text-align: right;
    }





/*
.menu{ 	padding : 0.5em;
	margin-bottom : 0.5em; }
*/

ul.menu { 	color:rgb(0,0,0);
		border-style:none;
		display: block;
		list-style-type:none;
		padding : 0.5em;
		margin-top:0px;
		margin-bottom : 0.5em;
		margin-left:0px;
		margin-right:0px;
		font-weight:bold;
}

/*
ul.menu b {font-weight:bold; color:red}

ul.menu ul b {font-weight:normal; color:red}

ul.menu br { display:none };
*/


ul.menu li {	
		color:red;
		display: block;
/*		display:list-item;*/
		padding:0px;
		margin-bottom: 0.3em;

/*		background-color:black;*/


		}

ul.menu ul {	
/*		list-style-type:square;*/
		padding-left:1.0em;
		margin:0px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		font-weight:normal;
                
		padding-left:0.5em;
		padding-top:0.3em;
                margin: 0px 0px 0px 5px;

/* Without the "black" value, Mozilla renders the line red on level 4 */
                border-left: 1px dotted black;
/*		margin-bottom: 0.3em;*/
                }


ul.menu ul ul {	
/*		list-style-type:square;*/
		padding-left:1.0em;
		margin:0px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		font-weight:normal;
                
		padding-left:0.5em;
		padding-top:0.3em;
                margin: 0px 0px 0px 5px;
                border-left: 1px dotted;
/*		margin-bottom: 0.3em;*/
                }


ul.menu ul ul ul {	
/*		list-style-type:square;*/
		padding-left:1.0em;
		margin:0px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		font-weight:normal;
                
		padding-left:0.5em;
		padding-top:0.3em;
                margin: 0px 0px 0px 5px;
                border-left: 1px dotted black;
/*		margin-bottom: 0.3em;*/
                }

ul.menu ul ul ul ul {
/*		list-style-type:square;*/
		padding-left:1.0em;
		margin:0px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		font-weight:normal;
                
		padding-left:0.5em;
		padding-top:0.3em;
                margin: 0px 0px 0px 5px;
                border-left: 1px dotted black;
/*		margin-bottom: 0.3em;*/
                }

ul.menu li li {	padding-left:0.5em;
		display: block;
/*		margin-bottom: 0.3em;*/
}

ul.menu li li li {	padding-left:0.5em;
		display: block;
/*		margin-bottom: 0.3em;*/
}

ul.menu li li li li {	padding-left:0.5em;
		display: block;
/* */

/*		margin-bottom: 0.3em;*/
}

ul.menu a {	display:block;
		margin:0px;
		text-decoration:none;
		background-color:white;
		padding:0px;
                }

ul.menu a:link {color:black;
#		background-color:white;
#		text-decoration:none;
		}

ul.menu a:visited {color:black;
#		background-color:white;
#		text-decoration:none;
		}

ul.menu a:hover {	color:red;
#			background-color:white;
			text-decoration:underline;}


.menuitemactive {	color:rgb(255,0,0);
			background-color:inherit
               };

.menuitem-s {	color:rgb(0,255,0);
		background-color:inherit
            };


.topbottommenu{	display : none}

.other{	padding :0.5em;
	margin-top : 0.5em; }

.breadcrumb_screen {
	    font-size: smaller;
	    margin-left: 1ex;
}    

.breadcrumb_print { display: none}    


.ahem {display : none}

