/* 
	this includes pop-up related stuff from pages.css which cannot be included because
	it would throw off other elements of the page.  use this when you still need pop up
	css.
*/

.modalheader
{
background-color: #ebeced;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
height: 30px;
text-transform: uppercase;
margin-bottom: 15px;
}

.modalheader .modaltitle
{
float: left;
font-size: 1.1em;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 10px;
font-weight: normal;
line-height: 30px;
}

.modal p
{
margin-left: 0pt;
margin-right: 0pt;
font-size: 1em;
}

#infoPop p
{
margin-left: 10px;
margin-right: 10px;
margin-bottom: 5px;
text-transform: none;
font-size: 1.1em;
}

table {
width: 100%;
clear: both;
text-transform: uppercase;
}

#infoPop table {
width: auto;
border: none;
margin-bottom: 10px;
margin-left: 10px;
}

th
{
font-size: 0.9em;
padding-top: 0px;
padding-right: 0pt;
padding-bottom: 8px;
padding-left: 0pt;
font-weight: normal;
vertical-align: bottom;
}

.modal th
{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ebeced;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
text-align: center;
}

#infoPop th
{
border-top-width: medium;
border-right-width-value: medium;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: medium;
border-left-width-value: medium;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
text-align: left;
padding-top: 0pt;
padding-right: 8px;
padding-bottom: 0pt;
padding-left: 0pt;
}

td
{
line-height: normal;
vertical-align: middle;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

.modal td
{
padding-top: 10px;
text-align: center;
}

#infoPop td
{
text-align: left;
padding-top: 0pt;
padding-right: 8px;
padding-bottom: 0pt;
padding-left: 0pt;
}

