﻿ /* Normal text style for all pages */
.normal
{
    font-weight: normal;
    font-size: 10pt;
    color: #173669;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
}
.normalsmall
{
    font-weight: normal;
    font-size: 8pt;
    color: #173669;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
}

 /* Normal text style with Bold for all pages */
.normalbold
{
    font-weight: bold;
    font-size: 10pt;
    color: #173669;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
  
}
.normalboldwhite
{
    font-weight: bold;
    font-size: 10pt;
    color: #173669;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
    background-color: #FFFFFF;
}
.normalwhite
{
    font-size: 10pt;
    color: #173669;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
    background-color: #FFFFFF;
}
.normaltextinput
{
    font-size: 10pt;
    font-family: Verdana;
}
.normaltextinputsmall
{
    font-size: 8pt;
    font-family: Verdana;
}
/* Large heading style */
.heading1
{
    font-weight: normal;
    font-size: 13pt;
    color: #18A409;
    font-style: normal;
    font-family: helvetica, sans-serif;
    font-variant: normal;
}
/* Used to indicate errors */    
.errors
{
    color: red;
    font-weight: bold;
} 
/* Body style used in master pages to remove margins */
.bodystyle
{
    margin: 18px 0px 0px 0px;
}
/* Heading sytle 2 */
.heading2
{
    border-width: 1px;
    border-color: #666666;
    font-weight: bold;
    font-size: 10pt;
    color: #666666;
    font-family: Verdana;
    font-style: normal;
    text-decoration: none;
    border-bottom-style: solid;
}
.heading3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #333333;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana;
    FONT-VARIANT: normal;
    padding-left: 50px;
}
.heading4
{
    font-weight: normal;
    font-size: 10pt;
    color: #ececec;
    font-style: normal;
    font-family: helvetica, sans-serif;
    font-variant: normal;
    background-color: #003366;
}


.standardheadingcolored
{
    font-weight: bold;
    font-size: 10pt;
    color: #666666;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
}

.standardheading
{
    font-weight: bold;
    font-size: 10pt;
    
     color: #333333;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
}
.tableheadings
{
    font-weight: normal;
    font-size: 10pt;
    color: #ececec;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
    background-color: #003366;
}
.tableheadingssmall
{
    font-weight: normal;
    font-size: 8pt;
    color: #ececec;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
    background-color: #003366;
}
.alttablerow
{
    background-color: #FFFF99;
}
.crm_scrollingcontactlist
{
    overflow: scroll;
    height: 80px;
}
.indent50 
{
     padding-left: 50px;
}

/* navigation indicator styles */

.sitemap
{
	 Font-family: Verdana;
	 Font-Size: 12px;
	 text-decoration: underline;
}

.sitemapRoot
{
	Font-weight: Bold;
	Color: green;

}

.sitemapNode
{
	font-weight: bold;
	color: #666666;
}


.sitemapCurrent
{
	font-weight: bold;
	color: #333333;
}

.sitemapPathSep
{
	font-weight: bold;
	color: #333333;
}

.validate 
{
	font-weight:normal;
	font-size: 8pt;
	font-family: Arial, Sans-Serif;
	background-color: #ececec;
}

/*CSS for Tree Menu and expander ,  Threaded task view styles */

.expander
{
	cursor: hand;
	text-decoration: none;
}
.treeview ul{ 
margin: 0;
padding: 0;
    
}

.treeview li
{
	padding-left: 18px;
	margin-bottom: 3px;
	list-style-type: none;
}

.treeview li.submenu
{
	background: url(/images/treeview/closed.gif) white no-repeat left 1px;
	cursor: hand;
    background-color: #ececec;
}


.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;
}