@charset "UTF-8";

/* CSS Document */




/* BEGIN GLOBAL ELEMENTS -------------------------------------------------------------------------*/
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #c7bbbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #674c4c;
}

#container {
	width: 920px;
	text-align: left;
	background-image: url(/images/page_bg.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center top;
}

#mainContent {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 900px;
	background-image: url(/images/secondary_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 190px;
}

.clear {
	clear: both;
}

a:link, a:visited, a:active {
	color: #C60;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}

a:hover, .a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #F93;
}

/* END GLOBAL ELEMENTS -------------------------------------------------------------------------*/


/* BEGIN HEADER -------------------------------------------------------------------------*/

#header {
	background-image: url(/images/home_mast.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 900px;
	text-indent: -9999px;
}
#headerSecondary {
	background-image: url(/images/secondary_mast.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 149px;
	width: 900px;
	text-indent: -9999px;
}

/* END HEADER -------------------------------------------------------------------------*/


/* BEGIN TOP NAVIGATION -------------------------------------------------------------------------*/
#topnav {
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	color: #999;
	font-size: 14px;
	width: 900px;
	height: 40px;
}

#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	height: 57px;
	color: #999;
}
/* BEGIN TOP NAVIGATION LEVEL 1-------------------------------------------------------------------------*/

#nav a  {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f6161;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: right top;
	letter-spacing: 0.1em;
	height: 28px;
}

#nav a:hover   {
	color: #c7bbbb;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}

#nav .home a  {
	background-image: url(/images/topnav_01.jpg);
	width: 76px;
}


#nav .home a:hover, #nav .home:hover   {
	background-image: url(/images/topnav_01_over.jpg);
}

#nav .bio a  {
	background-image: url(/images/topnav_02.jpg);
	width: 51px;
}


#nav .bio a:hover, #nav .bio:hover   {
	background-image: url(/images/topnav_02_over.jpg);
}

#nav .listings a  {
	background-image: url(/images/topnav_03.jpg);
	width: 152px;
}


#nav .listings a:hover, #nav .listings:hover   {
	background-image: url(/images/topnav_03_over.jpg);
}

#nav .search a  {
	background-image: url(/images/topnav_04.jpg);
	width: 122px;
}


#nav .search a:hover, #nav .search:hover   {
	background-image: url(/images/topnav_04_over.jpg);
}

#nav .blog a  {
	background-image: url(/images/topnav_05.jpg);
	width: 69px;
}


#nav .blog a:hover, #nav .blog:hover   {
	background-image: url(/images/topnav_05_over.jpg);
}

#nav .services a  {
	background-image: url(/images/topnav_06.jpg);
	width: 95px;
}


#nav .services a:hover, #nav .services:hover   {
	background-image: url(/images/topnav_06_over.jpg);
}

#nav .resources a  {
	background-image: url(/images/topnav_07.jpg);
	width: 148px;
}


#nav .resources a:hover, #nav li.resources:hover   {
	background-image: url(/images/topnav_07_over.jpg);
}
/*RESOURCES SUBMENU */
	  #nav li.resources .dropnav a:hover, #nav li.resources .dropnav:hover   {
		  background-image: none;
}


#nav .contact a  {
	background-image: url(/images/topnav_08.jpg);
	width: 187px;
}


#nav .contact a:hover, #nav .contact:hover   {
	background-image: url(/images/topnav_08_over.jpg);
}

/*RESOURCES SUBMENU */
	  #nav li.contact .dropnav a:hover, #nav li.contact .dropnav:hover   {
		  background-image: none;
}


/* END TOP NAVIGATION LEVEL 1-------------------------------------------------------------------------*/

/* BEGIN TOP NAVIGATION LEVEL 2-------------------------------------------------------------------------*/
#nav li:hover a{
	color: #FFF;
}


#nav li{
	float:left;
	position:relative;
}
#nav li li{
	float:none;
	position:relative;
}

#nav ul {
	position:absolute;
	display:none;
}

#nav li ul li a, #nav li:hover li a {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	text-transform: uppercase;
	width:165px;
	height:auto;
	padding:5px 5px 5px 15px;
	color:#7f6161;
	text-decoration:none;
	background-color:#000;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7f6161;
	border-bottom-color: #7f6161;
	border-left-color: #7f6161;
}

#nav li ul li a:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	text-decoration:none;
	text-shadow: #333 1px 1px 2px;
	background-image: none;
	background-color:#7f6161;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#nav ul ul {
	top:auto;
	height:auto;
}

#nav li ul {
	left:0px;
	margin:0px 0 0 0px;
	top:40px;
}

#nav li ul ul {
	left:100px;
	margin:0px 0 0 10px;
	height:auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}
/* BEGIN TOP NAVIGATION LEVEL 2-------------------------------------------------------------------------*/

/* END TOP NAVIGATION -------------------------------------------------------------------------*/

/* BEGIN CONTENT BODY -------------------------------------------------------------------------*/

#container #mainContent #contentBody {
	background-image: url(/images/home_body.jpg);
	background-position: 0px 0px;
	height: 542px;
	background-repeat: no-repeat;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container #mainContent #contentBodySecondary {
	background-position: 0px 0px;
	width: 100%;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	;
	font-size: 14px;
}

#secondary {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 30px;
}

#introLeft {
	float: left;
	width: 570px;
	margin-left: 40px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#container #mainContent #contentBody #introLeft h1 {
	font-size: 30px;
	color: #918888;
	font-weight: normal;
	margin-bottom: 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
}
#container #mainContent #contentBody #introLeft h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 20px;
	letter-spacing: 0.1em;
	color: #AC8688;
}
#container #mainContent #contentBody #introLeft h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 20px;
	letter-spacing: 0.1em;
	color: #AC8688;
}

#container #mainContent #contentBody #introLeft p {
	font-size: 14px;
	line-height: 125%;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #B7ABAB;
}

#introCenter {
	float: left;
	width: 210px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	margin-left: 15px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#introRight {
	float: left;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 170px;
	margin-left: 25px;
}

.imgMargBot {
	margin-bottom: 15px;
}

.secondaryOneCol {
    float: left;
	width: 710px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.secondaryTwoCol {
	float: left;
	width: 520px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}


#secondary p {
	margin-bottom: 10px;
	font-size: 14px;
	font-style: normal;
	line-height: 125%;
	color: #B7ABAB;
}

#secondary  h1 {
	font-size: 30px;
	color: #918888;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: 0.2em;
}

#secondary  h2 {
	color: #AC8688;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

#secondary  h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #918888;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 20px;
}

#secondary  ul ul li {
	list-style-position: inside;
	list-style-type: disc;
}

#secondary ul li li {
	list-style-position: inside;
	list-style-type: circle;
}

#secondary ul li {
	margin-top: 5px;
}

input[type="text"], textarea {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: 1px solid #999;
	width: 300px;
	background-image: url(/images/form_input_bg.gif);
	color: #666;
	margin-top: 5px;
}



.pRule {
	display: block;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7BA331;
	height: 15px;
}

/* END CONTENT BODY -------------------------------------------------------------------------*/

/* BEGIN FOOTER  -------------------------------------------------------------------------*/

#footer {
	width: 900px;
	text-align: center;
	line-height: 24px;
	height: 177px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#footer ul li {
	display: inline;
}

#footer ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c7bbbb;
	text-decoration: none;
	text-transform: uppercase;
}

#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 2px;
	padding-left: 2px;
}

#footer ul li a:hover, #footer ul li a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c7bbbb;
	text-decoration: none;
	text-transform: uppercase;
}

#footer #footercontact #beckybarrick span {
	text-indent: -9999px;
	display: block;
	background-image: url(/images/footer_bb.gif);
	height: 52px;
	width: 243px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 10px;
}
#footer #footercontact #address {
	width: 170px;
	text-align: right;
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}


#footer #footercontact {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	height: 100px;
	line-height: 100%;
}

#footer #footercontact #telephone {
	float: left;
	width: 200px;
	text-align: left;
	padding-left: 10px;
}

#footer #socialnetworking {
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
}
#footer #socialnetworking ul li {
	float: left;
}

#footer #socialnetworking ul #blog a {
	background-image: url(/images/blog.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 31px;
	width: 31px;
	display: block;
}
#footer #socialnetworking ul #blog a:hover {
	background-image: url(/images/blog_over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 31px;
	width: 31px;
	display: block;
}

#footer #socialnetworking ul #linkedin a {
	background-image: url(/images/linkedin.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 31px;
}

#footer #socialnetworking ul #linkedin a:hover {
	background-image: url(/images/linkedin_over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 31px;
}

#footer #socialnetworking ul #twitter a {
	background-image: url(/images/twitter.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 31px;
}
#footer #socialnetworking ul #twitter a:hover {
	background-image: url(/images/twitter_over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 31px;
}

#footer #socialnetworking ul #facebook a {
	background-image: url(/images/facebook.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 31px;
}
#footer #socialnetworking ul #facebook a:hover {
	background-image: url(/images/facebook_over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 31px;
}
#container #reflection {
	background-image: url(/images/bottom_reflection.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100%;
	height: 50px;
}

.floatLeft {
	float: left;
	width: 250px;
	margin-right: 20px;
}
.ColFloatLeft {
	float: left;
	width: 175px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	vertical-align: top;
}
.ColFloatRight {
	float: right;
	width: 175px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	vertical-align: top;
	margin-right: 20px;
}

#credits {
	background-image: url(/images/credits.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 31px;
	width: 900px;
	padding-top: 10px;
	letter-spacing: .1em;
}


.left {
	float: left;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7f6161;
	text-decoration: none;
	text-align: left;
	margin-left: 10px;
	text-transform: uppercase;
}

.mid {
	float: left;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7f6161;
	text-decoration: none;
}

.right {
	float: right;
	width: 250px;
	text-align: right;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7f6161;
	text-decoration: none;
	margin-right: 10px;
	text-transform: uppercase;
}

/* END FOOTER -------------------------------------------------------------------------*/
#container #mainContent #contentBody #secondary hr {
}


.ulBullet {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 15px;
}

#container #mainContent #contentBody #secondary .ulBullet li {
	margin-left: 10px;
	margin-bottom: 5px;
}
.olBulletNum {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 15px;
}
.oddrow {
	background-color:#D6CBBD;
	color: #000;
}
.evenrow {
	background-color:#E5DDD3;
	color: #000;
}
th, th.header {background-color:#524942; color:#ffffff; font-size: 12px; font-weight: bold;}

#buyer_table th , td{
	padding: 2px;
}
#buyer_table th {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}

#secondary ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
	margin-bottom: 10px;
}

hr {
	border: 0;
	color: #CC9;
	background-color: #CC9;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
}
#formtable {
	background-color: #c9baa2;
	color: #000;
}
#formtable td.headerrow {
	background-color: #966;
	padding: 5px;
	text-align: right;
}

#formtable td.shadedrow {
	background-color: #CCC;
	padding: 5px;
}
#formtable tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #322213;
}
#bb #container #mainContent {
	background-image: url(/images/becky_barrick_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 190px;
}
#secondary #colleft {
	width: 500px;
}
.listingTable {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	width: 840px;
}
.listingTextDecr {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#listing #container #mainContent {
	background-image: none;
}
.listingPrice {
	font-size: 24px;
	background-color: #633;
	text-align: left;
	padding: 5px;
	color: #FFF;
	width: 156px;
}

.listingSpecs {
	padding: 5px;
	background-color: #633;
	font-size: 16px;
	text-align: left;
	width: 516px;
}
.listingMLS {
	background-color: #633;
	text-align: center;
	padding: 5px;
	font-size: 16px;
	width: 156px;
}

.listingPhotoLink {
	font-size: 10px;
	background-color: #600;
	text-align: center;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
	border: 1px solid #633;
}
.listingTextDecr p {
}

#listing td.listingBulletList  {
	text-align: left;
	background-color: #4A321B;
	padding: 10px;
}

#listing .listingBulletList table.listingdetails {
}

#listing .listingBulletList table.listingdetails tr th {
	font-weight: normal;
	color: #CC9;
	font-size: 11px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #322213;
}

#listing td.listingBulletList table.listingdetails td{
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #322213;
	padding: 3px;
}
#listing .listingBulletList table.listingdetails td.sectiontitle {
	font-size: 12px;
	font-weight: normal;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #322213;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #5B4126;
	border-bottom-color: #5B4126;
}
#listing #container #mainContent #contentBodySecondary #secondary .listingTable tr .listingTextDecr p {
	font-size: 12px;
}
#listing .listingTextDecr h2 {
	margin-bottom: 10px;
}

.listingstatus {
	font-weight: bold;
	color: #F00;
}
.listingstatussold {
	font-weight: normal;
	color: #FCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
