﻿/******************masterpage divs***********************/
/********************************************************/

body{background-color:#C1E460;   margin-bottom:0px; margin-top:0px;font-size:10px;font-family:Arial, Helvetica, sans-serif;margin-bottom:0px;}
.master_page_holder{width:950px; margin-bottom: 0px; height:auto; margin-left:auto; margin-right:auto; background-color:white; margin-bottom:0px; padding-bottom:0px;}

.header_holder{width:950px; height:100%;margin-left:auto; margin-right:auto;}
.birthday_header{width:950px; height:280px; background-image:url('images/birthday_header.jpg')}

.menu_holder{width:950px; height:52px; background-color:#0B0D55;}
.menu_left{width:715px; height:52px; background-color:#0B0D55; float:left;}
.menu_right{width:235px; height:52px; background-image:url('image/smartsell_menu_right.gif'); background-repeat:no-repeat; float:left;}

.content_holder{width:950px; height:100%; margin-left:auto; margin-right:auto; background-color:White;}

.footer_bar{width:950px; height:135px; clear:both; background-color:#84C51B;}
.footer_menu{width:auto; height:33px; background-color:#233671;font-size:0; clear:both; padding-top:12px; padding-left:95px;}
.footer_bottom{width:950px; height:90px; background-color:#84C51B;font-size:0; clear:both;}

.results_grid{border:none;}
.toplink {margin:40px 0px 0px 20px}
.toplink a{color:#26408A; font-size:16px; text-decoration:underline}
.toplink a:hover{color:#26408A; font-size:16px; text-decoration:underline}


/******************end of masterpage divs*******************/

.quick_textbox_holder{width:168px;height:22px; float:left}
.quick_button_holder{height:22px;width:98px;float:left; text-align:right}
.textbox{height:15px; width:100%; font-size:12px; color: #808080}

.heading_holder{width:100%; height:25px; background-color:#E6E6E6; line-height:265%;text-indent:18pt;}
.textbox{width:100%; height:16px; border:1px #ADB8C1 solid; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#93979B;}
.textbox_multiline{width:100%; height:50px; border:1px #ADB8C1 solid; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#93979B;}
.drop_down_list{width:100%; height:20px; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#93979B; }
.drop_down_control_holder{width:270px; height:30px;}
.centre_div{float:left; height:27px; width:90px;}
.right_div{float:left; height:30px; width:180px;}
.drop_down_control_button_holder{width:100%; height:23px;}
.drop_down_list{width:100%; height:18px; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#93979B; }

/*GALLARY*/
.gallary_container{float:left; display:inline; margin-left:-3px}
#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:350px;
        margin-left:6px;

	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:110px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		width:350px;
		border:solid 1px grey;
		margin-top:10px;
        margin-left:-4px
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:348px;	/* Width of large image div */
		height:300px;	/* Height of large image div */
		float:left;

	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:1px solid #939598;	/* Border around large image */
		width:348px;
		height:300px;
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:115px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;
	}
	.strip_of_thumbnails div{
		width:110px;
		height:100px;
		padding:2px;
		text-align:center;
		
	}
	.strip_of_thumbnails img{
		border:0px;
		padding:5px;
		width:115px
	}
	
	.strip_of_thumbnails img:hover{ cursor:hand}
	
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:2px solid #939598;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left; display:inline;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	


***************************************************************/
/***************************************************************/
/*SHADOWBOX*/
/**
 * The CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation, either version 3 of the License, or (at your option)
 * any later version.
 *
 * Shadowbox is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
 * more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Shadowbox.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007 Michael J. I. Jackson
 * @license     http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL 3.0
 * @version     SVN: $Id: shadowbox.js 150 2007-12-04 18:42:03Z michael $
 */

/*_________________________________________________________________  Overlay  */
#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 998;
}

/*_______________________________________________________________  Container  */
#shadowbox_container {
  position: fixed;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center; /* centers in quirks and IE */
}

/*_______________________________________________________________  Shadowbox  */
#shadowbox {
  display: none;
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  text-align: left; /* reset left alignment */
}

/*___________________________________________________________________  Title  */
/*
HTML snapshot:
<div id="shadowbox_title">
  <div id="shadowbox_title_inner">Title Here</div>
</div>
*/
#shadowbox_title {
  height: 25px;
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  padding: 5px 0 4px 8px;
  color: #fff;
}

/*____________________________________________________________________  Body  */
/*
HTML snapsnot:
<div id="shadowbox_body">
  <div id="shadowbox_body_inner">
    <img src="my_image.jpg" id="shadowbox_content" height="350" width="580">
  </div>
  <div id="shadowbox_loading">
    <img src="images/loading.gif" alt="loading"></div>
    <span><a href="javascript:Shadowbox.close();">Cancel</a></span>
  </div>
</div>
*/
#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  background-color: #000;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #222;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
}

#shadowbox_content.html { /* make html content scrollable */
  height: 100%;
  width: 100%;
  overflow: auto;
}

/*_________________________________________________________________  Toolbar  */
/*
HTML snapshot:
<div id="shadowbox_toolbar">
  <div id="shadowbox_toolbar_inner">
    <div id="shadowbox_nav_close">
      <a href="javascript:Shadowbox.close();"><span class="shortcut">C</span>lose</a>
    </div>
    <div id="shadowbox_nav_next">
      <a href="javascript:Shadowbox.next();"><span class="shortcut">N</span>ext</a>
    </div>
    <div id="shadowbox_nav_previous">
      <a href="javascript:Shadowbox.previous();"><span class="shortcut">P</span>revious</a>
    </div>
    <div id="shadowbox_counter">
      <a href="javascript:Shadowbox.change(0);">1</a>
      <a href="javascript:Shadowbox.change(1);" class="shadowbox_counter_current">2</a>
      <a href="javascript:Shadowbox.change(2);">3</a>
    </div>
  </div>
</div>
*/
#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 20px;
  color: #fff;
}
#shadowbox_toolbar_inner div {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
#shadowbox_toolbar_inner div span.shortcut {
  text-decoration: underline;
  font-weight: bold;
}
#shadowbox_toolbar_inner div a {
  text-decoration: none;
  color: #fff;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
  float: right;
  padding-right: 10px;
}
#shadowbox_counter {
  float: left;
  padding-left: 10px;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

/*________________________________________________________________  Messages  */
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}

