/* CSS style document for http://www.manageapp.com/ -pages */
/* new styles for new pages */
 
html{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 8px 10px 8px 8px;
}
 
p{
	margin: 4px 0px 8px 20px;
}
 
img {
	border-width: 0px; /* because picture can also be link we don't want ugly border around picture */
}
 
a {
	color: #775555;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
 
a:visited { 
	color: #775555;
	background-color : transparent;
 } 
 
 /* for ftp nad mailto links */ 
 /* a:link {
	color: brown;	
} */
 
a:focus {
	color: DarkGray; /* #775555; */
	background-color : transparent;
}
 
a:hover{ /* when mouse is over the link then activate the link text */
	/* this helps users to understant that there is actually a link */
	color: blue;
	background-color : transparent;
}
 
a:active{ 
	color: darkblue;
	background-color : transparent;
} 
 
 
h1,h2{
	/* top box header, should not be used anywhere else */
	color: #666666;
	margin: 10px 0px 0px 10px;
	/* margin: 1.2em 0em 0.5em 0em; */
	background-color: transparent;
}
 
h3{
	/* normal big header, text block will not start from this line */
	color: #555555;
	margin: 10px 0px 0px 10px;
	background-color: transparent;
}
 
h4,h5{
	/* normal big header, text block will not start from this line */
	color: #555555;
	margin: 10px 0px 0px 20px;
	background-color: transparent;
}
 
ul,ol{
	margin: 0.2em 0em 1em 1.5em;
}
 
li{
	margin: 0em 0em 0em 1.5em;
}
 
table{
	margin: 0.2em 0em 1em 1.5em; 
	border-color: #e0e0e0; /* e0e0e0 */
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 0px;
}
 
td{
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 0px;
	padding: 0em 0em 0em 0em;
}
 
th,tr{
	border-color: #e0e0e0; /*border-color: #e0e0e0;*/
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	padding: 0em 0em 0em 0em;
}
/* end of standard html style sheet */
 
table.book{
	margin: 4px 0px 8px 20px;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 0px;
}
 
.productname {
	font-family: Tahoma;
	color: #666666;
	text-align: center;
	font-size: 36px;
	font-weight: normal;
}
 
.productexplanation {
	color: #545F63;
	text-align: center;
	font-size: 14px;
}
 
.header {
	color: #545F63;
	text-align: center;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	text-align: left;
}
 
.mainmenu {
	font-size: 13px;
	color: #555555;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
 
.menu  {
	font-size: 13px;
	color: #444444;
	/* margin: 0px 0px 8px 0px; */
	margin: 4px 0px 0px 0px;
}
 
.small  {
	/* font-size: 12pt; */
	font-size: 12px;
	text-align: left;
	/* margin: 10px 0px 0px 20px; */
}
 
.menuitem  {
	/* font-size: 12pt; */
	font-size: 12px;
	/* margin: 10px 0px 0px 20px; */
}
 
.note{
	padding-left: 3em;
	text-indent: -3em;
}
 
.example{
	padding-left: 3em;
	text-indent: -3em;
}
 
.rightlogo{
	margin: 10px 0px 10px 14px;
}
 
.pict{
}
 
 /* end of id styles */
