/* ####################################
   HTML Element Styles
   ################################## */

body {
 	margin: 0 0 2em;
 	padding: 0;
 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	
}

a {
}

	a:link {
	    color: #0007D9;
	    text-decoration: none;
	}

	a:visited {
	    color: #0007D9;
	    text-decoration: none;
	}

	a:hover {
	    color: #0007D9;
	    text-decoration: underline;
	}

	a:active {
	}

p {
    margin: 0 0 1.5em;
}

h1 {
	margin: 0 0 0.5em;

    color: #666666;
	font-size: 200%;
	font-weight: normal;
}

h2 {
	margin: 0 0 1em;
	
	font-size: 150%;
	font-weight: normal;
}

h3 {
	margin: 0 0 1em;

	font-size: 100%;
}

h4 {
	margin: 0 0 1em;

	color: #777777;
	font-size: 100%;
}

h5 {
}

h6 {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

big {
	font-size: 115%;
}

small {
	font-size: 83.5%;
}

hr {
    margin: 0 0 1.25em;
}

img {
}

caption {
	margin: 0 0 0.25em 0;
	font-weight: bold;
	text-align: left;
}

address {
	font-style: italic;
}

pre {
}


/*jQuery toolTips*/
.toolTip{ 
    position: absolute; 
    /*bottom: -50px;*/ 
    width: 200px;
   /* z-index: 30000; */
    display: none; 
    padding: 5px 10px;
    color: #000000;
    font-size: 91.7%;
    font-weight: normal;
    /*background: url("/App_Themes/Default/images/header-bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #bbb;*/
    background: #ffffe1;
    border: 1px solid #000000;
    z-index: 3000;
    
}
*html .toolTip {
    margin: 0;
    top: 0;
}

.utilityType ul li {
    padding: 0 10px;  
    padding: 0; 
}
.utilityType ul li a {
    width: 100%;
    display: block;
}
*html .utilityType ul li {
     padding: 0 10px; 
}
*html .utilityType ul li a {
    z-index: 1000; 
    position: relative;
    padding: 7px 0;
}
*html .utilityType ul li.sfhover {
    z-index: 2000;  
    padding-bottom: 0;
    background: blue; 
}
*html .utilityType ul li.sfhover a {
    padding-bottom: 0;   
}