.MIVA_AdLink
{
	background-color: Transparent;
	border-bottom-color: Green;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color: #228B22;
	cursor: pointer;
	border-bottom: 1px solid #009001;
}

.MIVA_FloatingAd
{
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    display: none;
    font-family: Verdana;
    font-size: xx-small;
    left: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    visibility: hidden;
    width: 300px;
    z-index: 100000;
    text-align: left;
}

.MIVA_AdHeading
{
	background-color: #99BAD9;
	color: Navy;
	height: 15px;
	text-indent: 9px;
}

.MIVA_AdTitle
{
	color: #4169E1;
	font-weight: bold;
	padding-bottom: 4px;
	margin-left: 4px;
	text-decoration: none;
}

.MIVA_AdDescription
{
    color: #666666;
    padding-bottom: 4px;
    margin-left: 4px;
}

.MIVA_AdUrl
{
    color: Green;
    font-weight: normal;
    margin-left: 4px;
    text-decoration: none;
    overflow:hidden; /* Keeps the link from overflowing past the edge of the content div.*/
    clear:both;
}
.MIVA_FloatLeft {float: left;}
.MIVA_FloatRight {float: right; margin-right: 4px}

.MIVA_Thumb
{
    float: right;
    border-bottom: 1px solid #D1DCB9;
    border-right: 1px solid #D1DCB9;
    padding: 6px;
    background: #fff;
}

/*
**    Rounded Corner styles
*/
.MIVA_top, .MIVA_bot 
{
    display:block; 
    background:transparent; 
    font-size:1px;
    }
.MIVA_botP2, .MIVA_botP3, .MIVA_botP4, .MIVA_contentData, .MIVA_spacer, .MIVA_ssSpacer 
{
	background: #D0E9FF 0px;
}
.MIVA_topP1, .MIVA_botP1 
{
    background:Black;
    }
.MIVA_topP2, .MIVA_topP3, .MIVA_topP4, .MIVA_siteSearchTitle
{
    /* must match .MIVA_AdHeading background */
    background:#D3D3D3;
    }
.MIVA_topP2, .MIVA_topP3, .MIVA_topP4, .MIVA_botP2, .MIVA_botP3, .MIVA_botP4
{
    border-left:1px solid; 
    border-right:1px solid;
    }

.MIVA_topP1, .MIVA_topP2, .MIVA_topP3, .MIVA_topP4, .MIVA_botP1, .MIVA_botP2, .MIVA_botP3, .MIVA_botP4, .MIVA_spacer, .MIVA_ssSpacer
{
    overflow: hidden;
    }
.MIVA_topP1
{
    height:1px; 
    margin: 0 5px;
    }
.MIVA_topP2
{
    height:1px; 
    margin:0 3px; 
    border-width:0 2px;
    }
.MIVA_topP3 
{
    height:1px; 
    margin:0 2px;
    }
.MIVA_topP4 
{
    height:2px; 
    margin:0 1px;
    }
.MIVA_contentTitle 
{
    display:block; 
    border:0 solid; 
    border-width:0 1px;
    height: 1%;
    }
.MIVA_contentData 
{
    display:block;
    border:0 solid; 
    border-width:0 1px;
    height: 1%;
    }
.MIVA_subContentData
{
    padding: 5px;
    height: 1%;
    }

.MIVA_botP4, .MIVA_spacer, .MIVA_ssSpacer 
{
    height:2px; 
    margin:0 1px;
    }
.MIVA_siteSearchTitle 
{
    height:2px;
    }
.MIVA_botP3
{
    height:1px; 
    margin:0 2px;
    }
.MIVA_botP2
{
    height:1px; 
    margin:0 3px; 
    border-width:0 2px;
    }
.MIVA_botP1 
{
    height:1px; 
    margin:0 5px;
    }
.MIVA_ssSpacer
{
    border-bottom: 1px dotted #666666;
    margin:0 4px;
    }                                   