/* ManageDesk help system css file
   © 2004 Mikhail Yurasov contacts@my-bytes.net*/

/* palette: #7171a8 #9291c6 #bdbddb #e9e9f1 */

body, td {
	background: white;
	color: black;
	margin: 0px;
	padding:  0px;
	font: normal 9pt verdana, tahoma, arial;
}

#topics, #copyright {
	background : #e9e9f1;
	font-size : 8pt;
	font-family : tahoma, verdana, arial;
	border-right: solid 2px #bdbddb;
}

#copyright {
	color: #9291c6;
	padding-bottom: 2px;
	text-align: center;
	font-size: 7pt;
}

#text {
	line-height : 140%;
	padding: 10px 25px 10px 25px;
}

#brand {
	width: 100%;
	margin-bottom: 3px;
}

div.level1 {
	width: 100%;
	padding: 3px 3px 3px 15px;
}

div.level2 {
	width: 100%;
	padding: 3px 3px 3px 25px;
}

td.benefits {
	line-height : 140%;
	padding-bottom: 15px;
	text-align: justify;
}

hr {
	color: #bdbddb;
	height: 2px;
}

/*
a.gen:link, a.gen:visited {
	text-decoration : none;
	color : #007BD7;
}

a.gen:hover, a.gen:focus {
	text-decoration : underline;
	color : blue;
}

a.level2:link, a.level2:visited, a.level3:link, a.level3:visited, {
	text-decoration : underline;
}
*/

a.level1:link, a.level1:visited {
	color: #7171a8;
	font-weight: bold;
	text-decoration: none;
}

a.level2:link, a.level2:visited {
	color: #7171a8;
	text-decoration: none;
}

a.level1:hover, a.level1:active, a.level2:hover, a.level2:active {
	text-decoration : underline;
}

/*
a.level2:link, a.level2:visited {
	color : black;
}

a.level2:hover, a.level2:active {
	color : blue;
	text-decoration : underline;
}

a.level3:link, a.level3:visited {
	color : black;
}

a.level3:hover, a.level3:active {
	color : blue;
	text-decoration : underline;
}
*/

p {
	text-indent: 5%;
	text-align: justify;
	margin: 0px 0px 10px 0px;
}

h1 {
	color: white;
	background: #9291c6;
	font: bold 10pt verdana, tahoma, arial;
	padding: 3px;
	margin: 0px;	
}

h2 {
	color: #9291c6;
	font: bold 10pt verdana, tahoma, arial;
	margin: 10px 0px 10px 0px;
}

ul {
	text-align: justify;
	/*list-style-image: url(images/bullet.gif);*/
	margin: 5px 5px 5px 25px;
}

li.features {
	margin-bottom: 10px;
}

td.figure {
	text-align: center;
	padding: 10px;
	border: 1px solid #bdbddb;
	border-bottom: none;
}

td.figdescr {
	background-color: #e9e9f1;
	border: 1px solid #bdbddb;
	text-align: center;
	font-size: 8pt;
	padding: 2px;
}

td.hdr{
	padding: 3px;
	font-weight: bold;
	text-align: center;
	background: #bdbddb;
}

td.term{
	padding: 3px;
	text-align: left;
	background: #e9e9f1;
	font-style : italic;
}

td.description {
	padding: 3px;
	text-align: left;
	background: #e9e9f1;
}