﻿/* Popup styles */
  .popup .item {
    background: url(/images/item_background_300.gif) repeat-y;
    margin: 17px 0 0 1px; }
    .popup .item .wrapper {
      background: url(/images/item_bottom_300.gif) no-repeat 0 bottom; }
    .popup .item .wrapper2 {
      background: url(/images/item_top_300.gif) no-repeat;
      padding: 14px 10px 8px 14px; }
    .popup .item h5 {
      font-size:  90%;
      font-weight: bold;
      color: #000;
      margin: 0 0 0.5em 0; }
    .popup .item h6 {
      font-size:  90%;
      font-weight: bold;
      color: #000;
      margin: 0 0 0.5em 0; }
 
    .popup .item p {
      font-size:   100%;
      color: #000;
      margin: 0 0 1em 0; }
      
/* Popup styles 480 */
  .popup480 .item {
    background: url(/images/item_background_480.gif) repeat-y;
    margin: 17px 0 0 1px; }
    .popup480 .item .wrapper {
      background: url(/images/item_bottom_480.gif) no-repeat 0 bottom; }
    .popup480 .item .wrapper2 {
      background: url(/images/item_top_480.gif) no-repeat;
      padding: 14px 10px 8px 14px; }
    .popup480 .item h5 {
      font-size:  90%;
      font-weight: bold;
      color: #000;
      margin: 0 0 0.5em 0; }
    .popup480 .item h6 {
      font-size:  90%;
      font-weight: bold;
      color: #000;
      margin: 0 0 0.5em 0; }
 
    .popup480 .item p {
      font-size:   100%;
      color: #000;
      margin: 0 0 1em 0; }
      
      
      /* Popup styles */
  .popup280 .item {
    width: 280px;
    background: url(/images/popup_bg.gif) repeat-y;
    margin: 17px 0 0 1px; }
    .popup280 .item .wrapper {
      width:100%;
      background: url(/images/popup_bottom.gif) no-repeat 0 bottom; }
    .popup280 .item .wrapper2 {
      width:100%;
      background: url(/images/popup_top.gif) no-repeat;
      padding: 14px 10px 8px 14px; }
    .popup280 .item h3 {
      font-size:  120%;
      font-weight: bold;
      color: #fff;
      margin: 0 0 1em 0; }
    .popup280 .item h5 {
      font-size:  90%;
      font-weight: bold;
      color: #000;
      margin: 0 0 0.5em 0; }
    .popup280 .item h6 {
      font-size:  90%;
      font-weight: bold;
      color: #000;
      margin: 0 0 0.5em 0; }
    .popup280 .item p {
      font-size:   100%;
      color: #000;
      margin: 0 0 1em 0; }    
      
   .popup580 .item {
    width: 580px;
    background: url(/images/popup_bg_580.gif) repeat-y;
    margin: 17px 0 0 1px; }
    .popup580 .item .wrapper {
      width:100%;
      background: url(/images/popup_bottom_580.gif) no-repeat 0 bottom; }
    .popup580 .item .wrapper2 {
      width:100%;
      background: url(/images/popup_top_580.gif) no-repeat;
      padding: 14px 10px 8px 14px; }
    .popup580 .item h3 {
      font-size:  120%;
      font-weight: bold;
      color: #fff;
      margin: 0 0 1em 0; }
    .popup580 .item h5 {
      font-size:  90%;
      font-weight: bold;
      color: #000;
      margin: 0 0 0.5em 0; }
    .popup580 .item h6 {
      font-size:  90%;
      font-weight: bold;
      color: #000;
      margin: 0 0 0.5em 0; }
    .popup580 .item p {
      font-size:   100%;
      color: #000;
      margin: 0 0 1em 0; }      
      
      
/* Validation Summary */
.validationCSS
{
	text-align:left;
}


/* Model Popup Summary */
.modalPopup 
{
    z-index: 99;
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:350px;
}

.modalBackground {
	background-color:White;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.watermark {
	background:White;
}

.popupControl {
	background-color:White;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

TABLE.popuptable 
{
    width: 550px;
    font-size: 12px;
    
}

TABLE.popuptable TD.label
{
    width: 240px;
    line-height: 30px;
}

TABLE.popuptable IMG
{
    vertical-align: text-top;
}