﻿dl.itemHeader 
{
    padding-left: 45px; 
    min-height: 35px; 
    color: #000000;
    background-image: url(../image/topic.gif); 
    background-repeat: no-repeat;
}

dl.itemSubHeader 
{
    padding-left: 55px; 
    min-height: 35px; 
    color: #000000;
    background-image: url(../image/bullet1.png);
    background-position: 20px 5px;  
    background-repeat: no-repeat;
}

dt.itemSmallTitle
{
    font-size: 12pt; 
    font-weight: bold; 
    vertical-align: middle;
}

dl.itemSmallHeader 
{
    text-transform: capitalize;
    text-align: center;
    padding-left: 45px; 
    min-height: 35px; 
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid 1px #000000;
    background-image: url(../image/bullet1.png); 
    background-position: 30px center;
    background-repeat: no-repeat;
    background-color: inherit;
}

li.itemTop
{
    background-repeat: no-repeat; 
    background-position: 5px 95%; 
    list-style-type: none;
    padding-top: 8px;
}

dt.itemTitle
{
    font-size: large; 
    font-weight: bolder; 
    border-bottom: 1px dotted #CCCCCC;
}

.black_overlay{
	display: none;
	position:  fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: fixed;
	top: 5%;
	left: 25%;
  max-width: 800px;
  min-height: 400px;
	padding: 14px;
	border: 8px solid orange;
	background-color: white;
	z-index:1002;
}

.calloutUp
{
    height: 0;
    width: 0;
    border-bottom: 12px solid #ffffff;
    border-left: 12px dotted transparent;
    border-right: 12px dotted transparent;
    left: 0px;
    top: 0px;
    margin-left: 20px;
    z-index: 10;
}
.calloutUp2
{
    position: relative;
    left: -10px;
    top: 2px;
    height: 0;
    width: 0;
    border-bottom: 10px solid #9999ff;
    border-left: 10px dotted transparent;
    border-right: 10px dotted transparent;
    z-index: 11;
}
.calloutDown
{
    height: 0;
    width: 0;
    border-top: 12px solid #ffffff;
    border-left: 12px dotted transparent;
    border-right: 12px dotted transparent;
    left: 0px;
    top: 0px;
    margin-left: 20px;
    z-index: 11;
}
.calloutDown2
{
    position: relative;
    left: -10px;
    top: -12px;
    height: 0;
    width: 0;
    border-top: 10px solid #9999ff;
    border-left: 10px dotted transparent;
    border-right: 10px dotted transparent;
    z-index: 10;
}
.divContainerUp
{
    background-color: #9999ff;
    border: solid 1px #ffffff;
    position: relative;
    top: -1px;
    z-index: 9;
    width: 500px;
    padding: 4px;
}
.divContainerDown
{
    background-color: #9999ff;
    border: solid 1px #ffffff;
    position: relative;
    top: 1px;
    z-index: 3;
    width: 500px;
    padding: 4px;
}
.divContainerMain
{
    background-color: #ccccff;
    padding: 8px;
}
