body{margin:0 auto; background:#555;}
.blue-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004DA7;
}
.blue-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004DA7;
	text-decoration: none;
	font-weight: bold;
}

.blue-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EAA321;
	font-weight: bold;

}
.blue-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004DA7;
	font-weight: bold;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;	
	font-weight: bold;
}

.blue-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004DA7;
	font-weight: bold;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}

.orange-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EAA321;
	text-decoration:underline;
	}

.orange-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EAA321;
	text-decoration:none;
	}
	
	.grey-dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343434;
	}	
.grey-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343434;
	text-decoration:none;
	}

.grey-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343434;
	text-decoration:underline;
	}
	
	.white-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
	}

.white-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration:underline;
	}
	
	.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border:#CCCCCC 1px solid;
	}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border:#003366 1px solid;
	bgcolor:#336699;
	background-color: #006699;

	}
.myheader { color:red; font-weight:bold; padding:2px 2px 2px 2px;} 


	
/*Left Naigation Starts */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:500;
width: 170px; /* Width of Menu Items */
/*border-bottom: 1px solid #ccc;*/

}	
.suckerdiv ul li{
position: relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;
margin-top:-1px;
z-index:1000;
}

/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
visibility: hidden;
padding: 0px 1px 1px 1px;
color:#FFFFFF;
top:1px;
z-index:100;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ffffff;
text-decoration: none;
background: #51678c;
padding: 5px 2px;
border: 1px solid #00437c;
z-index:100;
}

.suckerdiv ul li a:hover{
background-color: #7f97bb;
}

/*.suckerdiv .subfolderstyle{
background: url(arrow-list.gif) no-repeat center right;
}*/

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }

/*Left Naigation Ends */



/* for collaterals and success page treeview expandable */

.greyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #343434;
	text-decoration:none;
	}
	
.treeview-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.blue-treeview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004DA7;
	font-weight: bold;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list1.gif) no-repeat left center;
list-style-type: none;
padding-left: 15px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(plus.gif) no-repeat left 6px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}



