/*P STARTS*/
p.notes
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial;
	text-decoration: none;
	color: #CC0000;
}
/*p.steps
{
	font-weight: bold;
	font-family: Arial;
	font-size: 14pt;
	color: #2546A7;
}*/


/*P ENDS*/

/*Hyperlink Starts*/

a.nav
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	color: #374A8C;
}
a.navSelected
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 8pt;
	color: #374A8C;
	text-decoration: none;
}
a.leftMenu
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 8pt;
	color: #374A8C;
	text-decoration: none;
	padding: 2px 1px 2px 1px;
	/*background-color: #E5F2FB;*/
}
a.leftMenuSelected
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 8pt;
	color: #374A8C;
	text-decoration: none;
	padding: 2px 1px 2px 1px;
	/*background-color: #E5F2FB;*/
}

a.top
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana,Arial;
	text-decoration: none;
	color: #CC0000;
}

a.more_info
{
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #374A8C;
	text-decoration: none;
	padding: 2px 1px 2px 1px;
	/*background-color: #E5F2FB;*/
}

/*HyperLink Ends*/

/*TABLE Starts*/


/*This is the frame for right content box*/
table.frame
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 8pt;
	/*color: #2070A4;*/
	color: black;
	border: 1px solid #EAEAEA;
}

/*This is the frame for right inner content box*/
table.default
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 8pt;
	color: black;
}


/*Table Ends*/





/*TD Starts*/
td.default
{
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;
	color: #2070A4;
	border: 1px solid #CCCCCC;
}

td.hdr
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 14pt;
	color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
td.nav_hdr
{
	font-size: 14pt;
	font-family: Verdana;
	color: #000000;
	font-weight: normal;
}


td.table_hdr
{
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #999999;
}

td.table_content
{
	border-style: solid; 
	border-width: 1px;
	border: 1px solid #C0C0C0;
}

td.tab
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	color: black;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #F5F5F5;
	bordercolor: #999999;
}

td.div
{
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-style:solid; 
	border-bottom-width:1px
}
td.cmd
{
	font-family: Courier New;
	font-weight: bold;

}
/*TD Ends*/


/*TR Starts*/
tr.default
{
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	color: #2070A4;
}
.exampleTable {
	border: 1px solid #EAEAEA;
}
td.hdrSub {
	font-family: Verdana;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}

tr.nav
{
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	color: #A7A7A7;

}
/*TR Ends*/

/*Reference: http://www.dynamicdrive.com/dynamicindex1/navigate1.htm*/
.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(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 20px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 1px;
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;
}