﻿.image_border
{
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: white;
    margin: 5px;
}
.image_border IMG
{
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: white;
    margin: 5px;
}

.image_border a:hover
{
    background-color: transparent;
}

.default_page_cell
{
    border-right: gainsboro 1px dashed;
    border-top: gainsboro 1px dashed;
    border-left: gainsboro 1px dashed;
    border-bottom: gainsboro 1px dashed;
}

.default_page_table
{
    width: 450px;
}

.default_page_table TD
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.default_page_table IMG
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    border: 1px solid #cccccc;
    background-color: white;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.default_page_table a:hover
{
    background-color: transparent;
}
.default_page_table a:hover IMG
{
    background-color: transparent;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.ms-contemp-main {
	border-style: none;
}
.ms-contemp-even {
	font-weight: normal;
	color: black;
	border-left-style: none;
	border-right: 2.25pt solid white;
	border-top: 2.25pt solid white;
	border-bottom-style: none;
	background-color: #CCCCCC;
}
.ms-contemp-odd {
	font-weight: normal;
	color: black;
	border-left-style: none;
	border-right: 2.25pt solid white;
	border-top: 2.25pt solid white;
	border-bottom-style: none;
	background-color: #F2F2F2;
}
.popup
{
    position: absolute;
    top: -100px;
    z-index: 100;
    visibility: hidden;
    width: 450px;
}
.popup_close
{
    display: block;
    text-align: right;
}
.popup_content
{
    width: 100%;
    height: 250px;
    background-color: #f5f5f5;
    overflow: auto;
    border-right: #696969 1px dotted;
    border-top: #696969 1px dotted;
    border-left: #696969 1px dotted;
    border-bottom: #696969 1px dotted;
    text-align: justify;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
/* News Scroller*/
#pscroller2
{
    width: 100%;
    height: 60px;
    display: block;
    position: relative;
    overflow: hidden;
}
#pscroller2 a
{
    text-decoration: none;
}
#pscroller2 a:hover
{
    background-color: transparent;
    border-bottom: dimgray 1px dashed;
}
.innerDiv
{
    position: absolute; width: 100%;
}
.innerDiv2
{
   position: absolute; width: 100%; visibility: hidden
}