/******************************/
/*OWA HELP TOC - BASIC STYLES*/
/******************************/				  
 body		{	color:#3768b9;
          		font-size:70%;    		
		  	font-family:Tahoma, Verdana, Arial, Helvetica, Sans Serif;  
			margin-top:.5em; 
			margin-left:.5em;}

a:link		{ color: #3768b9; 
				TEXT-DECORATION:NONE; }
			
a:visited	{ color: #3768b9; 
			text-decoration:NONE; }
			
a:hover		{ color: #3768b9; 
				TEXT-DECORATION:underline; }

/******************************/
/*HEADING STYLES*/
/******************************/
h5			{ font-size:85%; 
			  color:#727880;
			  letter-spacing:.05em;
			  margin-top: 0em;  
			  margin-bottom:em; }

/******************************/
/*PARAGRAPH STYLES*/
/******************************/		   
p			{ margin-top:.6em; 
			  margin-bottom:.6em; }

/******************************/
/*LIST STYLES*/
/******************************/
ul
		{ margin-top: .25em;
		margin-bottom: 0em;
		margin-left: .25em }

li		{ margin-bottom:.25em;
		margin-left:0em; }

/******************************/
/*SHADED TABLE STYLES*/
/******************************/
table					{ font-size: 100%;
						   }
						  
th.shaded				{ text-align: left;
						  background: #FFFFFF;
						  vertical-align: bottom;
						   }

tr.shaded				{ vertical-align: top;
						   }

td.shaded				{ background: #FFFFFF;
						  vertical-align: top;
						   }
			  
/******************************/
/*EXPAND/COLLAPSE*/
/******************************/
#expand					{ cursor: hand;
						  text-decoration: none;
						  color: #FFFFFF; }
		
div.expand				{ display: none;
						  margin-top: 0em;
						  margin-bottom: 0em;
						  margin-left: 0em;
						  margin-right: 0em;
						  z-index: 1; }

div.expand2				{ display: none;
				 		  margin-top: 0em;
						  margin-bottom: .25em;
						  margin-left: .5em;
						  margin-right: 0em;
						  overflow: visible;
				 		  background-color: #FFFFFF;
				 		  padding: 0px;
						  width: 100%;
						  z-index: 1; }
