/**********************************************/
/* Colors Used (other than black and white)   */
/**********************************************/

/* dark grey: #4D4B48 */
/* medium grey: #7A7870 */
/* light grey: #D9D7D0 */
/* red: #E42235 */


/**********************************************/
/* Basic Tags                                 */
/**********************************************/

html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  }
body {
  background: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .78em;
  scrollbar-arrow-color: #CCC;
  scrollbar-face-color: #FFF;
  scrollbar-highlight-color: #FFF;
  scrollbar-3dlight-color: #CCC;
  scrollbar-shadow-color: #CCC;
  scrollbar-darkshadow-color: #FFF;
  scrollbar-track-color: #FFF;
  margin: 0px;
  padding: 0px;
  height: 100%;
  }
body.blankdoc {
  background: #FFF;
  padding-right: 20px;
  }
a {
  /*background: #EEE;
  color: #222;*/
  color: #922;
  text-decoration: none;
  font-weight: bold;
  }
a:hover {
  background: #DDD;
  /*color: #444;*/
  color: #B44;
  text-decoration: none;
  font-weight: bold;
  }
a.button {
  background: url(/loveintros/pages/images/buttonE.gif) no-repeat right center;
  color: #222;
  text-decoration: none;
  font-weight: bold;
  margin: 0px;
  padding: 2px 18px 2px 3px;
  float: right;
  cursor: pointer;
  white-space: nowrap;
  clear: both;
  }
a.button:hover {
  background: url(/loveintros/pages/images/buttonD.gif) no-repeat right center;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  margin: 0px;
  padding: 2px 18px 2px 3px;
  float: right;
  clear: both;
  }
a.buttonrev {
  background: url(/loveintros/pages/images/buttonErev.gif) no-repeat left center;
  color: #222;
  text-decoration: none;
  font-weight: bold;
  margin: 0px;
  padding: 2px 3px 2px 18px;
  float: left;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  }
a.buttonrev:hover {
  background: url(/loveintros/pages/images/buttonDrev.gif) no-repeat left center;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  margin: 0px;
  padding: 2px 3px 2px 18px;
  float: left;
  position: relative;
  }
a.buttonlarge {
  background: url(/loveintros/pages/images/buttonE_large.gif) no-repeat right center;
  color: #222;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0px;
  padding: 2px 36px 2px 3px;
  float: right;
  cursor: pointer;
  white-space: nowrap;
  clear: both;
  }
a.buttonlarge:hover {
  background: url(/loveintros/pages/images/buttonD_large.gif) no-repeat right center;
  color: #444;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0px;
  padding: 2px 36px 2px 3px;
  float: right;
  clear: both;
  }
/* div {
  border: 1px dotted #000066;
  } */
form {
  margin: 0px;
  padding: 0px;
  }
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 8px 12px;
  }
h1 {
  font-size: 140%;
  padding: 18px 12px 8px 12px;
  }
h2 {
  font-size: 120%;
  padding: 20px 12px 8px 12px;
  }
/* h1 + h2 {
  padding: 0px 12px 8px 12px;
  }
h1 + div.narrowinfo + h2 {
  padding: 0px 12px 8px 12px;
  } */
h3 {
  font-size: 110%;
  padding: 18px 12px 8px 12px;
  font-style: italic;
  }
h4 {
  font-size: 100%;
  padding: 0px 12px;
  }
img {
  border: none;
  }
input {
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  color: #000;
  background: #FFF;
  border: 1px solid #999;
  }
li {
  margin: 6px 12px;
  padding: 0px;
  }
ol {
  margin: 5px 12px 15px 12px;
  padding: 0px;
  list-style-type: decimal;
  }
ol li {
  margin: 0px 0px 0px 21px;
  padding: 2px 0px 4px 0px;
  }
p {
  padding: 2px 12px 12px 12px;
  margin: 0px;
  line-height: 130%;
  }
select {
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  color: #000;
  background: #FFF;
  border: 1px solid #999;
  }
table {
  margin: 0px;
  padding: 0px;
  color: #000000
  border-collapse: collapse;
  }
td, th {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  vertical-align: top;
  padding: 5px;
  }
td.right, th.right {
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  vertical-align: top;
  padding: 5px;
  }
td.light, th.light, tr.light {
  background-color: #D9D7D0;
  padding: 5px;
  }
td.currency {
  text-align: right;
  }
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  color: #000;
  background: #FFF;
  border: 1px solid #999;
  }
ul, ol, dl {
    position: relative; /* ensures IE6 displays first three bullets */
  }
ul {
  margin: 2px 24px 12px 24px;
  padding: 0px;
  }
ul li {
  margin: 0px;
  padding: 2px 0px 4px 9px;
  background: url(/loveintros/pages/images/bullet.gif) no-repeat left top;
  list-style: none;
  zoom: 1;  /* ensures IE6 displays first three bullets */
  }
ul li.aim {
  margin: 0px 0px;
  padding: 2px 0px 2px 16px;
  background: url(/loveintros/pages/images/aim15.gif) no-repeat left top;
  list-style: none;
  font-weight: bold;
  }
ul li.call {
  margin: 0px 0px;
  padding: 2px 0px 2px 16px;
  background: url(/loveintros/pages/images/call15.gif) no-repeat left top;
  list-style: none;
  font-weight: bold;
  }
ul li.email {
  margin: 0px 0px;
  padding: 2px 0px 2px 16px;
  background: url(/loveintros/pages/images/email15.gif) no-repeat left top;
  list-style: none;
  font-weight: bold;
  }
ul li.fax {
  margin: 0px 0px;
  padding: 2px 0px 2px 16px;
  background: url(/loveintros/pages/images/fax15.gif) no-repeat left top;
  list-style: none;
  font-weight: bold;
  }
ul ul {
  margin: 0px 0px;
  padding: 0px;
  }
ul ul li {
  margin: 0px 0px;
  padding: 2px 0px 2px 15px;
  background: url(/loveintros/pages/images/bullet.gif) no-repeat left top;
  list-style: none;
  }

/**********************************************/
/* Layout Area                                */
/**********************************************/

#layoutarea {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding: 0px;
  position: relative;
  background: #666 url(/loveintros/pages/images/background.jpg) repeat-y left top;
  }
#layoutcontainer {
  width: 760px;
  margin: 0px;
  padding: 168px 0px 0px;
  background: url(/loveintros/pages/images/backtop.jpg) no-repeat left top;
  }
.logo {
  display: none;
  }
#homelink {
  height: 100px;
  width: 225px;
  position: absolute;
  left: 12px;
  top: 30px;
  cursor: pointer;
  }

/**********************************************/
/* Account Control                            */
/**********************************************/

.accountcontrol {
  width: 730px;
  position: absolute;
  right: 15px;
  top: 4px;
  text-align: right;
  height: 20px;
  }
.accountcontrol td {
  vertical-align: middle;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
  color: #FFF;
  padding: 0px;
  }
.accountcontrol form {
  margin: 0px;
  padding: 0px;
  }
.accountcontrol input, 
.accountcontrol select {
  border: 1px solid #000;
  }
.accountcontrol td td {
  background: #555;
  vertical-align: middle;
  font-size: 10px;
  padding-left: 6px;
  }
.accountcontrol td td.login {
  background: none;
  vertical-align: middle;
  font-size: 10px;
  padding: 2px 0px 2px 0px;
  }
.accountcontrol a:link, 
.accountcontrol a:visited {
  background: #555;
  color: #FFF;
  padding: 1px 3px;
  }
.accountcontrol a:hover, 
.accountcontrol a:active {
  background: #555;
  color: #EEE;
  padding: 1px 3px;
  }
.accountcontrol a.loginbutton:link, 
.accountcontrol a.loginbutton:visited {
  background: url(/loveintros/pages/images/button5.gif) no-repeat right center;
  padding: 2px 18px 2px 3px;
  color: #FFF;
  }
.accountcontrol a.loginbutton:hover, 
.accountcontrol a.loginbutton:active {
  background: url(/loveintros/pages/images/button5.gif) no-repeat right center;
  padding: 2px 18px 2px 3px;
  color: #EEE;
  }

/**********************************************/
/* Random Pictures                            */
/**********************************************/

#randompics {
  position: absolute;
  height: 100px;
  width: 385px;
  left: 381px;
  top: 28px;
  visibility: visible;
  }
#randompics a {
  clear: none;
  float: left;
  height: 100px;
  width: 75px;
  margin-right: 1px;
  display: block;
  }
#randompics a:link, 
#randompics aic:visited {
  }
#randompics a:hover, 
#randompics a:active {
  opacity: 0.8; 
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  }
#randompics a img {
  display: block;
  }

/**********************************************/
/* Navigation - Tabs                          */
/**********************************************/

#tabs {
  position: absolute;
  height: 24px;
  width: 607px;
  left: 153px;
  top: 144px;
  background: #555;
  border-collapse: collapse;
  visibility: visible;
  z-index: 100;
  }
#tabs td {
  font-size: 0.9em;
  font-weight: bold;
  color: #FFF;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px none #999;
  border-left: 1px solid #999;
  padding: 0px;
  }
#tabs a:link, 
#tabs a:visited {
  width: auto;
  background: url(/loveintros/pages/images/tab.gif) no-repeat right top;
  color: #FFF;
  display: block;
  padding-top: 4px;
  padding-left: 6px;
  padding-bottom: 4px;
  }
#tabs a:hover, 
#tabs a:active {
  width: auto;
  background: #444 url(/loveintros/pages/images/tab_over.gif) no-repeat right top;
  color: #EEE;
  display: block;
  padding-top: 4px;
  padding-left: 6px;
  height: auto;
  padding-bottom: 4px;
  }

/**********************************************/
/* Navigation - Content                       */
/**********************************************/
  
#contentnav {
  position: absolute;
  width: 152px;
  left: 0px;
  top: 182px;
  font-size: 0.85em;
  visibility: visible;
  }
#searchform {
  margin: 11px;
  padding: 0px;
  text-align: right;
  }
#searchform label {
  margin: 0px;
  padding: 0px;
  display: block;
  }
#searchfield {
  width: 130px;
  margin: 0px 0px 2px 0px;
  border: 1px solid #222;
  }
#searchform a.searchbutton:link, 
#searchform a.searchbutton:visited {
  background: url(/loveintros/pages/images/button3.gif) no-repeat right center;
  margin: 0px;
  padding: 2px 18px 2px 3px;
  display: inline;
  color: #FFF;
  }
#searchform a.searchbutton:hover, 
#searchform a.searchbutton:active {
  background: url(/loveintros/pages/images/button3.gif) no-repeat right center;
  padding: 2px 18px 2px 3px;
  display: inline;
  color: #EEE;
  }
#contentnav a:link, 
#contentnav a:visited {
  display: block;
  background: url(/loveintros/pages/images/navbullet.gif) no-repeat left top;
  margin: 0px 0px 3px 0px;
  padding: 0px 0px 0px 12px;
  color: #FFF;
  text-decoration: none;
  }
#contentnav a:hover, 
#contentnav a:active {
  display: block;
  background: url(/loveintros/pages/images/navbullet_over.gif) no-repeat left top;
  margin: 0px 0px 3px 0px;
  padding: 0px 0px 0px 12px;
  color: #EEE;
  text-decoration: none;
  }

#affiliatebox {
  display: block;
  margin: 15px 0px 0px;
  padding: 15px;
}

#affiliatebox a:link, 
#affiliatebox a:visited {
  width: 152px;
  margin: 5px 0px;
  padding: 0px;
  text-align: center;
  background: none;
  }
#affiliatebox a:hover, 
#affiliatebox a:active {
  width: 152px;
  margin: 5px 0px;
  padding: 0px;
  text-align: center;
  background: none;
  }

/**********************************************/
/* Content Elements - Any Page                */
/**********************************************/

#contentarea {
  margin: 0px 0px 0px 152px;
  padding: 0px;
  position: relative;
  clear: both;
  }
#contentarea form {
  padding-bottom: 12px;
  }
#contentarea table {
  margin: 0px 12px 12px 12px;
  }
#contentarea th, #contentarea td {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: #EEE;
  font-size: 1em;
  }
#contentarea td.total {
  text-align: right;
  font-weight: bold;
  border-top: 1px solid #000;
  }
#contentarea table table {
  margin: 0px;
  width: auto;
  }
#contentarea table table th, 
#contentarea table table td {
  border: none;
  background: none;
  padding: 0px;
  }
#sidebar {
  position: relative;
  float: right;
  width: 152px;
  font-size: 0.85em;
  color: #000;
  font-weight: bold;
  }
#containernarrow {
  width: 456px;
  margin: 0px 152px 0px 0px;
  padding: 0px;
  background: #FFF;
  position: relative;
  }
#containernarrow table {
  width: 432px;
  }
#containerwide {
  width: 608px;
  margin: 0px;
  padding: 0px 0px 12px 0px;
  background: #FFF;
  position: relative;
  }
#containerwide table {
  width: 584px;
  }
/* #contentarea a.button:link, #contentarea a.button:visited {
  float: none;
  }
#contentarea a.button:hover, #contentarea a.button:active {
  float: none;
  } */
#breadcrumbs {
  margin: 0px 12px;
  padding: 12px 0px;
  font-size: 0.75em;
  border-bottom: 1px solid #666;
  position: relative;
  }
#breadcrumbs a {
  color: #222;
	}
#breadcrumbs a:hover {
  color: #444;
	}
#containernarrow .narrowcolumn {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  position: relative;
  width: 456px;
  min-height: 900px;
  height: auto !important;
  height: 900px;
  }
#containerwide .narrowcolumn {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  position: relative;
  width: 608px;
  min-height: 900px;
  height: auto !important;
  height: 900px;
  }
.narrowcolumn h1, 
.narrowcolumn h2, 
.narrowcolumn h3, 
.narrowcolumn h4, 
.narrowcolumn h5, 
.narrowcolumn h6, 
.narrowcolumn p {
  margin-left: 152px;
  }
.narrowcolumn ul, 
.narrowcolumn ol {
  margin-left: 176px;
  }
.narrowcolumn .quote {
  background: #EEE;
  padding: 12px 0px 0px 0px;
  margin: 0px 12px 12px 164px;
  width: 279px; /* needs to be narrower than 280 because of IE's Italic display issue */
  }
.narrowcolumn .quote p {
  margin-left: 0px;
  }
.narrowcolumn .quote img {
  float: left;
  margin: 0px 10px 5px 12px;
  padding: 0px;
  border: none;
  }
#containernarrow .narrowcolumn table {
  margin-left: 164px;
  width: 280px;
  }
#containerwide .narrowcolumn table.layouttable td, 
#containernarrow .narrowcolumn table.layouttable td {
  padding: 0px;
  }
#containerwide .narrowcolumn table.layouttable td h2, 
#containernarrow .narrowcolumn table.layouttable td h2, 
#containerwide .narrowcolumn table.layouttable td p, 
#containernarrow .narrowcolumn table.layouttable td p {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  }
#containernarrow .narrowcolumn table table {
  margin: 0px;
  }
#containerwide .narrowcolumn table table.half {
  width: 204px;
  }
#containerwide .narrowcolumn table {
  margin-left: 164px;
  width: 432px;
  }
#containerwide .narrowcolumn table table {
  margin: 0px;
  }
#containerwide .narrowcolumn .narrowinfo, #containernarrow .narrowcolumn .narrowinfo {
  margin: 0px 12px 12px;
  padding: 0px;
  float: left;
  left: 0px;
  position: absolute;
  width: 140px;
  }
#containerwide .narrowcolumn .narrowinfo div.spacer {
  height: 20px;
  display: block;
  }
.narrowinfo h1, 
.narrowinfo h2, 
.narrowinfo h3, 
.narrowinfo h4, 
.narrowinfo h5, 
.narrowinfo h6, 
.narrowinfo p, 
.narrowinfo ul, 
.narrowinfo ol {
  margin: 0px;
  padding: 0px 0px 6px 0px;
  }
.narrowinfo p {
  font-size: 0.85em;
  }
#containernarrow .narrowcolumn .narrowinfo table {
  margin: 0px 0px 12px 0px;
  font-size: 0.85em;
  width: 140px;
  }
#containernarrow .narrowcolumn .narrowinfo td {
  padding: 0px;
  }
#containernarrow .narrowcolumn .narrowinfo td p {
  padding: 2px;
  font-size: 1em;
  }
#containerwide .narrowcolumn .narrowinfo table {
  margin: 0px 0px 12px 0px;
  font-size: 0.85em;
  width: 140px;
  }
#containerwide .narrowcolumn .narrowinfo td {
  padding: 0px;
  }
#containerwide .narrowcolumn .narrowinfo td p {
  padding: 2px;
  font-size: 1em;
  }
.narrowinfo div.narrowannouncement {
  margin: 12px 0px;
  padding: 3px;
  background: #EEE;
  }
.narrowinfo div.narrowannouncement p {
	line-height: 120%;  
  }

/**********************************************/
/* Home Page Only                             */
/**********************************************/

#homecontainer {
  width: 760px;
  margin: 0px;
  padding: 0px;
  background: #FFF;
  position: relative;
  height: auto;
  clear: both;
  float: left;
  }
.columns3 {
  width: 456px;
  clear: none;
  float: left;
  background: #FFF;
  padding: 0px 0px 8px 0px;
  }
.columns2 {
  width: 304px;
  clear: none;
  float: left;
  background: #FFF;
  padding: 0px 0px 8px 0px;
  }
.columns2 h1 {
  font-size: 120%;
  }
.columns1 {
  width: 152px;
  clear: none;
  float: left;
  background: #FFF;
  padding: 0px 0px 8px 0px;
  }
.columns1 h1 {
  font-size: 120%;
  }
#date {
  margin: 0px;
  padding: 3px 10px 3px 20px;
  font-size: 0.75em;
  }

/**********************************************/
/* Forms                                      */
/**********************************************/

.narrowcolumn form {
  margin: 0px;
  padding: 0px;
  /*font-size: .9em;*/
  }
.narrowcolumn label {
  margin: 0px;
  padding: 0px;
  }
.narrowcolumn input {
  width: 180px;
  margin: 0px;
  }
.narrowcolumn select {
  width: 180px;
  margin: 0px;
  }
.narrowcolumn textarea {
  width: 268px;
  height: 140px;
  margin: 0px;
  }
.narrowcolumn iframe {
  width: 268px;
  height: 140px;
  margin: 0px;
  background: #FFF;
  }
.narrowcolumn .narrow {
  width: 30px;
  }
.narrowcolumn .medium {
  width: 80px;
  }
.narrowcolumn .radio {
  width: auto;
  border: none;
  background: none;
  }
.narrowcolumn .checkbox {
  width: auto;
  border: none;
  background: none;
  }
#containerwide .narrowcolumn td.blank, 
#containernarrow .narrowcolumn td.blank {
  background: none;
  }
#containerwide .narrowcolumn table td.leftcolumn {
  width: 142px;
  }
#containerwide .narrowcolumn table td.rightcolumn {
  width: 270px;
  }
#containerwide .narrowcolumn table table.nested {
  width: 270px;
  /*border: thin dotted #00FF00;*/
  }
#containerwide .narrowcolumn table table.nested .imagecell {
  width: 80px;
  height: 105px;
  }
.narrowcolumn table table select {
  width: 120px;
  margin: 2px 0px 5px 0px;
  }
.staffTable {
  width: 100%;
}
.staffPicture {
}
.staffPicture img {
  width: 60px;
  height: 80px;
}
.staffInfo {
  width: 100%;
}
.staffInfo .staffTitle {
  display: block;
  font-weight: bold;
  padding-bottom: 6px;
}
.staffInfo .staffName {
  display: block;
}

/**********************************************/
/* QuickMatch                                 */
/**********************************************/
  
#quickmatch {
  position: absolute;
  width: 152px;
  top: 0px;
  color: #FFF;
  font-weight: bold;
  left: 0px;
  visibility: visible;
  }
#matchform, 
#QuickSearchForm {
  margin: 0px 11px 11px;
  padding: 0px;
  font-size: .9em;
  }
#matchform label, 
#QuickSearchForm label {
  margin: 0px;
  padding: 0px;
  display: block;
  }
#matchform input, 
#QuickSearchForm input {
  width: 130px;
  margin: 2px 0px 5px 0px;
  }
#matchform select, 
#QuickSearchForm select {
  width: 130px;
  margin: 2px 0px 5px 0px;
  }
#matchform a.matchbutton, 
#QuickSearchForm a.matchbutton {
  background: url(/loveintros/pages/images/button3.gif) no-repeat right center;
  margin: 0px;
  padding: 2px 18px 2px 3px;
  display: inline;
  color: #FFF;
  float: right;
  }
#matchform a.matchbutton:hover, 
#QuickSearchForm a.matchbutton:hover {
  background: url(/loveintros/pages/images/button3.gif) no-repeat right center;
  padding: 2px 18px 2px 3px;
  display: inline;
  color: #EEE;
  float: right;
  }
#quickmatch #advanced {
  font-size: 0.9em;
  position: relative;
  bottom: 12px;
  left: 42px;
  }
#quickmatch a:link, 
#quickmatch  a:visited {
  background: #333;
  color: #FFF;
  padding: 1px 3px;
  }
#quickmatch a:hover, 
#quickmatch a:active {
  background: #333;
  color: #EEE;
  padding: 1px 3px;
  }

/**********************************************/
/* Advanced Search Form                       */
/**********************************************/

#containernarrow #AdvanceSearchForm table table {
  width: 180px;
  }
#AdvanceSearchForm table table select {
  width: 120px;
  margin: 2px 0px 5px 0px;
  }

/**********************************************/
/* Search Results Page Only                   */
/**********************************************/

#resultscontainer {
  margin: 0px;
  padding: 0px;
  background: #FFFFFF none repeat scroll 0 0;
  position: relative;
  width: 456px;
  min-height: 900px;
  height: auto !important;
  height: 900px;
  }
#resultscontainer h1, 
#resultscontainer h2, 
#resultscontainer h3, 
#resultscontainer h4, 
#resultscontainer h5, 
#resultscontainer h6, 
#resultscontainer p, 
#resultscontainer ul, 
#resultscontainer ol {
  padding-left: 12px;
  }
#resultscontainer table {
  margin: 0px 12px 12px;
  border-collapse: collapse;
  width: 432px;
  }
#resultscontainer th, #resultscontainer td {
  border: 1px solid #666;
  }
#resultscontainer .matchnavtop {
  margin: 0px;
  padding: 22px 12px 0px;
  float: right;
  position: relative;
  text-align: right;
  }
#resultscontainer .matchnavbottom {
  margin: 0px;
  padding: 0px 12px 12px;
  text-align: right;
  width: 432px;
  position: relative;
  clear: both;
  }
#resultscontainer .matchnavtop a,
#resultscontainer .matchnavbottom a {
  background: #EEE;
  color: #222;
  text-decoration: none;
  font-weight: bold;
  /*padding: 2px 18px 2px 3px;*/
  }
#resultscontainer .matchnavtop a:hover,
#resultscontainer .matchnavbottom a:hover {
  background: #DDD;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  }
#resultscontainer a.next {
  background: url(/loveintros/pages/images/buttonE.gif) no-repeat right center;
  padding: 2px 18px 2px 3px;
  }
#resultscontainer a.next:hover {
  background: url(/loveintros/pages/images/buttonD.gif) no-repeat right center;
  padding: 2px 18px 2px 3px;
  }
#resultscontainer a.previous {
  background: url(/loveintros/pages/images/buttonErev.gif) no-repeat left center;
  padding: 2px 3px 2px 18px;
  }
#resultscontainer a.previous:hover {
  background: url(/loveintros/pages/images/buttonDrev.gif) no-repeat left center;
  padding: 2px 3px 2px 18px;
  }
#resultscontainer #matchcontainer {
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 456px;
  overflow: visible;
  height: 400px;
  /*float: left;*/
  }
#resultscontainer .matchitem {
  margin: 0px;
  padding: 0px 0px 12px 12px;
  float: left;
  position: relative;
  }
#resultscontainer .matchitem a:link, 
#resultscontainer .matchitem a:visited {
  font-size: 0.75em;
  background: #EEE;
  color: #222;
  text-decoration: none;
  font-weight: normal;
  display: block;
  margin: 0px;
  padding: 0px 0px 1px;
  }
#resultscontainer .matchitem a:hover, 
#resultscontainer .matchitem a:active {
  font-size: 0.75em;
  background: #DDD;
  color: #444;
  text-decoration: none;
  font-weight: normal;
  display: block;
  margin: 0px;
  padding: 0px 0px 1px;
  }
#resultscontainer .matchitem a:hover img, 
#resultscontainer .matchitem a:active img {
  opacity: 0.8; 
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  }
#resultscontainer .matchitem a.add:link, 
#resultscontainer .matchitem a.add:visited, 
#resultscontainer .matchitem a.remove:link, 
#resultscontainer .matchitem a.remove:visited {
  font-size: 0.75em;
  background: #EEE;
  color: #222;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin: 1px 0px 0px 0px;
  padding: 0px 0px 1px;
  }
#resultscontainer .matchitem a.add:hover, 
#resultscontainer .matchitem a.add:active, 
#resultscontainer .matchitem a.remove:hover, 
#resultscontainer .matchitem a.remove:active {
  font-size: 0.75em;
  background: #DDD;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin: 1px 0px 0px 0px;
  padding: 0px 0px 1px;
  }
#resultscontainer .matchitem img.featured {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 12px;
  top: 109px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 100;
  }
#resultscontainer .matchitem a:hover img.featured #resultscontainer .matchitem a:active img.featured {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 11px;
  top: 109px;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  }

/* if item exist in my selection list, so change is color formatting */
#resultscontainer .existingitem {
  margin: 0px;
  padding: 0px 0px 12px 12px;
  float: left;
  position: relative;
  }
#resultscontainer .existingitem a:link, #resultscontainer .existingitem a:visited {
  font-size: 0.75em;
  background: #DEE;
  color: #222;
  text-decoration: none;
  font-weight: normal;
  display: block;
  margin: 0px;
  padding: 0px 0px 1px;
  }
#resultscontainer .existingitem a:hover, #resultscontainer .existingitem a:active {
  font-size: 0.75em;
  background: #DEE;
  color: #444;
  text-decoration: none;
  font-weight: normal;
  display: block;
  margin: 0px;
  padding: 0px 0px 1px;
  }
#resultscontainer .existingitem a:hover img, #resultscontainer .existingitem a:active img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  }
#resultscontainer .existingitem a.add:link, #resultscontainer .existingitem a.add:visited, #resultscontainer .existingitem a.remove:link, #resultscontainer .existingitem a.remove:visited {
  font-size: 0.75em;
  background: #DEE;
  color: #222;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin: 1px 0px 0px 0px;
  padding: 0px 0px 1px;
  }
#resultscontainer .existingitem a.add:hover, #resultscontainer .existingitem a.add:active, #resultscontainer .existingitem a.remove:hover, #resultscontainer .existingitem a.remove:active {
  font-size: 0.75em;
  background: #DDD;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin: 1px 0px 0px 0px;
  padding: 0px 0px 1px;
  }
#resultscontainer .existingitem img.featured {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 12px;
  top: 109px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 100;
  }
#resultscontainer .existingitem a:hover img.featured #resultscontainer .existingitem a:active img.featured {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 11px;
  top: 109px;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  }
#matchcriteria {
  position: absolute;
  width: 152px;
  top: 0px;
  left: 0px;
  /*top: 168px;
  left: 608px; on server*/
  font-size: 0.85em;
  color: #FFF;
  font-weight: bold;
  visibility: visible;
  z-index: 1000;
  }
#matchcriteria h2 {
  font-size: 125%;
  margin: 8px 12px;
  padding: 4px 0px 8px 0px;
  border-bottom: 1px solid #FFF;
  }
#matchcriteria a:link, 
#matchcriteria a:visited {
  background: url(/loveintros/pages/images/button3.gif) no-repeat right center;
  margin: 0px;
  padding: 2px 18px 2px 3px;
  display: inline;
  clear: both;
  color: #FFF;
  float: right;
  }
#matchcriteria a:hover, 
#matchcriteria a:active {
  background: url(/loveintros/pages/images/button3.gif) no-repeat right center;
  margin: 0px;
  padding: 2px 18px 2px 3px;
  display: inline;
  clear: both;
  color: #EEE;
  float: right;
  }
#matchcriteria table {
  margin: 0px 12px;
  padding: 0px;
  color: #FFF;
  width: 128px;
  }
#matchcriteria td, #matchcriteria th {
  text-align: left;
  vertical-align: top;
  padding: 0px 1px 6px 0px;
  font-size: 0.80em;
  font-weight: bold;
  background: none;
  border: none;
  }

/**********************************************/
/* Profile and Message Pages Only             */
/**********************************************/

#profilecontainer {
 background:#FFFFFF none repeat scroll 0 0;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 608px;
  min-height: 900px;
  height: auto !important;
  height: 900px;
  }
#profilecontainer .profileinfo {
  width: 344px;
  padding: 0px;
  float: left;
  position: relative;
  }
#profilecontainer form {
  width: 344px;
  }
#profilecontainer h1, 
#profilecontainer h2, 
#profilecontainer h3, 
#profilecontainer h4, 
#profilecontainer h5, 
#profilecontainer h6, 
#profilecontainer p, 
#profilecontainer ul, 
#profilecontainer ol {
  padding-left: 12px;
  }
#profilecontainer h1.featured {
  background: url(/loveintros/pages/images/heart_h1.gif) no-repeat left top;
  padding-left: 27px;
  padding-bottom: 12px;
  }
#profilecontainer .profileinfo table {
  margin: 12px 0px 0px 12px;
  border-collapse: collapse;
  width: 320px;
  }
#profilecontainer .profileinfo table th, 
#profilecontainer .profileinfo table td {
  padding: 2px 5px 2px 0px;
  background: #FFF;
  border: none;
  vertical-align: middle;
  }
#profilecontainer .profileinfo table td.odd {
  background: #EEE;
  }
#profilecontainer .profileinfo table td.even {
  background: #E6E6E6;
  }
#profilecontainer .profileinfo input {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  border: none;
  vertical-align: middle;
  }
#profilecontainer .profileinfo textarea {
  width: 320px;
  height: 200px;
  }
#profilecontainer .profileinfo a.button {
  font-size: 1.2em;
  }
#profilecontainer table h1, 
#profilecontainer table h2, 
#profilecontainer table h3, 
#profilecontainer table h4, 
#profilecontainer table h5, 
#profilecontainer table h6, 
#profilecontainer table p, 
#profilecontainer table ul, 
#profilecontainer table ol {
  padding-left: 0px;
  padding-right: 0px;
  }
#profileimages {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 264px;
  font-size: 0.85em;
  }
#profilevideo, 
#profilemail, 
#profilemailconfirm {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 264px;
  font-size: 0.85em;
  left: 344px;
  top: 0px;
  }
#profileimages table, 
#profilevideo table, 
#profilemail table, 
#profilemailconfirm table {
  margin: 18px 6px 6px 6px;
  padding: 0px;
  width: 252px;
  border-collapse: separate;
  }
#profileimages td, 
#profilevideo td, 
#profilemail td, 
#profilemailconfirm td {
  text-align: left;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  background: #EEE;
  border: 6px solid #FFF;
  }
#profileimages table img, 
#profilevideo table img, 
#profilemail table img, 
#profilemailconfirm table img {
  display: block;
  }
#profileimages td:hover, 
#profilevideo td:hover, 
#profilemailconfirm td:hover {
  background: #DDD;
  }
#profilemail h1, #profilemailconfirm h2 {
  padding: 3px 0px 1px 0px;
  }
#profilemail td table {
  margin: 0px;
  width: 240px;
  }
#profilemail td td {
  border: none;
  padding: 1px;
  }
#profileimages a, 
#profilevideo a, 
/*#profilemail a, */
#profilemailconfirm a {
  background: transparent;
  padding: 0px 1px;
	color: #222;
  }
#profileimages a:hover, 
#profilevideo a:hover, 
/*#profilemail a:hover, */
#profilemailconfirm a:hover {
  background: transparent;
  padding: 0px 1px;
	color: #444;
  }
#profileimages a.big, 
#profilevideo a.big, 
#profilemail a.big, 
#profilemailconfirm a.big {
  background: transparent url(/loveintros/pages/images/button_left.gif) no-repeat left center;
  padding-left: 18px;
  font-size: 1.2em;
	color: #222;
  }
#profileimages a.big:hover, 
#profilevideo a.big:hover, 
#profilemail a.big:hover, 
#profilemailconfirm a.big:hover {
  background: transparent url(/loveintros/pages/images/button_left.gif) no-repeat left center;
  padding-left: 18px;
  font-size: 1.2em;
	color: #444;
  }
#profileimages td.thumbnail {
  width: 51px;
  height: 68px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  }
#profileimages .thumbnail a:link, 
#profileimages .thumbnail a:visited {
  background: none;
  padding: 0px 0px;
  display: block;
  margin: 0px;
  padding: 0px;
  }
#profileimages .thumbnail a:hover, 
#profileimages .thumbnail a:active {
  background: none;
  padding: 0px 0px;
  display: block;
  margin: 0px;
  padding: 0px;
  }
#profileimages .thumbnail a:hover img, 
#profileimages .thumbnail a:active img {
  opacity: 0.8; 
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  }
#profilemail input, #profilemail textarea {
  width: 120px;
  }
#messageform .credits {
	background: #EEE !important;
	}
#messageform .credits p {
	margin: 6px !important;
	padding: 0px !important;
	}

#SendMessageForm .credits {
	background: #EEE !important;
	}
#SendMessageForm .credits p {
	margin: 6px !important;
	padding: 0px !important;
	}

/**********************************************/
/* Image Upload Dialog                        */
/**********************************************/

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: gray;
    z-index:999;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    zoom: 1;
  }

#upload {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 264px;
  font-size: 0.85em;
  top: 5px;
  /*top: 960px;*/
  left: 310px;
  z-index: 1000;
  }
#upload form {
  width: 264px;
  margin: 0px;
  padding: 0px;
  background: #666;
  position: relative;
  }
#upload table {
  width: 264px;
  margin: 0px;
  padding: 0px;
  position: relative;
  bottom: 6px;
  right: 6px;
  border: 1px solid #666;
  }
#upload td {
  text-align: left;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border: none;
  padding: 3px;
  }
#upload th {
  text-align: right;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border: none;
  padding: 3px;
  background: #333;
  }
#upload h1, #upload h2, #upload p {
  padding: 3px 0px 1px 0px;
  }

/**********************************************/
/* Report Pages Only                          */
/**********************************************/

#reportcontainer {
  margin: 0px;
  padding: 0px;
  background: #FFF;
  position: relative;
  width: 608px;
  min-height: 850px;
  height: auto !important;
  height: 850px;    
  }
#reportcontainer h1, #reportcontainer h2, #reportcontainer h3, #reportcontainer h4, #reportcontainer h5, #reportcontainer h6, #reportcontainer p, #reportcontainer ul, #reportcontainer ol {
  padding-left: 12px;
  }
#reportcontainer table {
  margin: 0px 12px 12px;
  border-collapse: collapse;
  width: 584px;
  position: relative;
  }
#reportcontainer th, #reportcontainer td {
  border: 1px solid #FFF;
  }
#reportcontainer th.blank, #reportcontainer td.blank {
  background: none;
  }
#reportcontainer #infotable {
  float: left;
  clear: both;
  margin: 0px 0px 12px 0px;
  }
#reportcontainer #infotable td {
  background: none;
  padding: 0px;
  }
#reportcontainer #datacontainer {
  position: relative;
  padding: 0px 12px 12px 12px;
  min-height:400px;
  height:auto !important;
  height:400px;
  }
#reportcontainer #datatable {
  float: left;
  clear: both;
  margin: 0px 0px 12px 0px;
  }
#reportcontainer #datatable .button {
  position: none;
  clear: none;
  margin-left: 10px;
  float: none;
  }
#reportcontainer .reportnavtop {
  margin: 0px;
  padding: 22px 12px 0px;
  float: right;
  position: relative;
  text-align: right;
  }
#reportcontainer .reportnavbottom {
  margin: 0px;
  padding: 0px 12px 12px;
  text-align: right;
  float: right;
  position: relative;
  }
#reportcontainer a.next:link, #reportcontainer a.next:visited {
  background: url(/loveintros/pages/images/buttonE.gif) no-repeat right center;
  color: #222;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 18px 2px 3px;
  }
#reportcontainer a.next:hover, #reportcontainer a.next:active {
  background: url(/loveintros/pages/images/buttonD.gif) no-repeat right center;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 18px 2px 3px;
  }
#reportcontainer a.previous:link, #reportcontainer a.previous:visited {
  background: url(/loveintros/pages/images/buttonErev.gif) no-repeat left center;
  color: #222;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 3px 2px 18px;
  }
#reportcontainer a.previous:hover, #reportcontainer a.previous:active {
  background: url(/loveintros/pages/images/buttonDrev.gif) no-repeat left center;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 3px 2px 18px;
  }

/**********************************************/
/* Footer                                     */
/**********************************************/

#footer {
  clear: both;
  width: 760px;
  margin: 0px;
  padding: 10px 0px;
  font-size: 0.7em;
  font-weight: bold;
  color: #FFF;
  background: #666;
  text-align: center;
  position: relative;
  }
#footer a:link, #footer a:visited {
  background: none;
  color: #FFF;
  padding: 1px 3px;
  }
#footer a:hover, #footer a:active {
  background: none;
  color: #EEE;
  padding: 1px 3px;
  }
#gototop {
  padding: 3px 10px;
  background-color: #4D4B48;
  font-size: 0.75em;
  margin: 0px;
  }

/**********************************************/
/* Formatting Classes for Block Elements      */
/**********************************************/

.boxright {
  float: right;
  width: 172px;
  border: none;
  margin: 10px;
  padding: 0px;
  background: #EEE;
  }
.boxleft {
  float: left;
  width: 172px;
  border: none;
  margin-right: 10px;
  padding: 10px;
  background: #EEE;
  }
.quoteright {
  float: right;
  width: 172px;
  margin-left: 10px;
  border: none;
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 120%;
  font-weight: bold;
  background: #EEE;
  }
.quoteleft {
  float: left;
  width: 172px;
  margin-right: 10px;
  border: none;
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 120%;
  font-weight: bold;
  background: #EEE;
  }
.floatleft {
  float: left;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  width: auto;
  }
.floatright {
  float: right;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  width: auto;
  }
#containernarrow .floatleft table, #containerwide .floatleft table, #containernarrow .floatright table, #containerwide .floatright table {
  width: auto;
  }
.imgright {
  float: right;
  margin-left: 10px;
  border: none;
  padding: 0px;
  margin-bottom: 5px;
  }
.imgleft {
  float: left;
  margin-right: 10px;
  border: none;
  padding: 0px;
  margin-bottom: 5px;
  }
.hiddenpic {
  display: none;
  }

/**********************************************/
/* Formatting Classes e.g. Special Font Sizes */
/**********************************************/

.faded {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1; /* for stupid IE6 */
  }
.quote {
  }
.small {
  font-size: 0.78em;
  }
.large {
  font-size: 1.10em;
  }
.superscript {
  font-size: 70%;
  position: relative;
  bottom: 5px;
  }
.center {
  text-align: center;
}
