body {
	font: 13px "Trebuchet MS", Helvetica, sans-serif;
	color: #1F1F1F;
	background: #cbefb4;
	margin: 0;
	height:100%;
}
input {
	font: 12px "Trebuchet MS", Helvetica, sans-serif;
}
/* by doing this you don't need to write border="0" into the <img> tag */
img {
	border: 0;
}
a {
	color: #722ea0;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
}
a:hover {
	color: #CA0DC1;
	font-weight: bold;
	background-color: transparent;
}


/* the menu items in the left column */

ul.leftnav {
	width:200px;
	padding-left:0;
	margin:0;
	list-style:none;
	font-size:12px;
}
.leftnav a {
    display: block;
    width: 194px;
    height: 18px;
    line-height: 18px;
    border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-right:1px solid #aaa;
    background: #fff;
    padding-left: 5px;
    color: #1C1733;
    font-size: 12px;
    text-decoration: none;
    position:relative;	
}

.heigthMenu {
    width: 200px;
    height: 40px;
	border-right:1px solid #aaa;
    background: #fff;
    color: #1C1733;
    font-size: 12px;
    position:relative;	
}

.heigthMenu2 {
    width: 200px;
    height: 75px;
	border-right:1px solid #aaa;
    background: #fff;
    color: #1C1733;
    font-size: 12px;
    position:relative;	
}

.leftnav a:hover {
    background: #dcc0dc;
	color: #1C1733;
}



/* the menu items in the left column */
ul.rightnav {
	position:relative;
	float:left;
	margin:auto;
	width:200px;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	font-size:13px;
	padding-left:0px;
}
.rightnav a {
	display:block;
	height:20px;
	line-height: 20px;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-right:1px solid #aaa;
	background: #fff;
	padding-left: 5px;
	font-size: 13px;
	text-decoration: none;
}
.rightnav a:hover {
	background: #dcc0dc;
}

#fixedtipdiv {
    position:absolute;
    z-index:1;
}
.tooltiptxt {
    width: 200px;
    background-color: #f0acf6;
    border: 1px solid #800080;
    padding: 2px;
    font:normal 12px Verdana;
    line-height:18px;
    position:absolute;
    left:3px;
    top:9px;
}
.arrow {
    position:absolute;
    top:0;
    left:190px;
    z-index:1;
}
