/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:center;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1, h2 {font-size:2em;line-height:1;margin-bottom:0.5em;}
h3, h4 {font-size:1.2em;line-height:1.25;margin-bottom:0;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1em;color: #888}
.large {font-size:1.2em;margin-bottom:1.25em;}
.reframe{font-style: italic}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff9;padding:10px;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
hr {border-top: 1px solid #ccc;border-left: 1px solid #ccc;border-bottom: 1px solid #eee;}

.group:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.group{display:block;}
* html .group{height:1%;} /*IE6*/
*:first-child+html .group{ min-height: 1px;}/*IE7*/

/*Begin Main Site CSS
#Author: James Thomas - Acts of Good
#Website: http://www.actsofgood.com/
#DATE: 5/10/08
#Community Health Priorities -2008
---------------------------------*/

/*STRUCTURE*/

body{
	background: #89CF19 url(../i/header-bg-tile.gif) repeat-x top center;
	text-align: center;
}

#wrapper{
	width: 784px;
	margin: 0 auto;
	text-align: left;
	overflow: visible;
}

#header{
	background: transparent url(../i/header-logo.gif) no-repeat top left;
	height: 94px;
	width: 795px;
}
.blog #header{
	background: transparent url(../i/blog-logo.gif) no-repeat top left;
	height: 94px;
}
#header h1{
	text-indent: -9999px;
}

#main{
	position: relative;
	float: right;
	width: 565px;
	background: transparent url(../i/main-bg-tile.gif) repeat-y top left;
	margin-bottom: 25px;
	/*background: transparent url(../i/main-bg-bottom.gif) no-repeat bottom left;*/
}

#maincontent{
	padding: 142px 24px 0;
	background: transparent url(../i/main-bg-top.gif) no-repeat top left;
	min-height:500px;
	height:auto !important;
	height:500px;

}

#announcement{
	padding: 10px 8px;
	display: block;
	background: #FFFAC3;
	border: 3px solid #89CF19;
	margin: 0 0 15px 0;
	float: left;	
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

body.blog #maincontent, body.speakout #maincontent, body.home #maincontent{
	padding-top: 24px;
}

#mainfooter{
	background: url(../i/main-bg-bottom.gif) no-repeat bottom center;
	height: 44px;
	clear: both;
}

#sidebar{
	float: left;
	width: 217px;
	margin-bottom: 25px;
}

.box{
	width: 213px;
	margin: 0 2px;
	background: transparent url(../i/box-bg-top2.gif) no-repeat top center;
	color: #666;
}

.innerbox{
	padding: 18px;
	background: transparent url(../i/box-bg-bottom.gif) no-repeat bottom center;
	min-height:150px;
	height:auto !important;
	height:160px;
}

.box p, .box h3{
	margin: 0 0 9px 0;
}

#browsearchives h3{
	margin-top: 0;
	margin-bottom: 4px;
}

#browsearchives ul{
	margin-top: 0;
	margin-bottom: 9px;
}

#searchbox{
	padding: 9px 10px 0 18px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
}

#sidebuttons{
	padding: 9px 16px 0 9px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 9px;
}

#sidebuttons a{
	display: block;
	width: 186px;
	padding: 6px;
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0;
	text-align: right;
	color: #fff;
}

* html #sidebuttons a{/*IE6 HACK*/
	width: 178px;
}

#sidebuttons a span{
	position: relative;
	top: 5px;
}

#sidebuttons a:hover{
	text-decoration: none;
	color: #0E8EC3;
	background-color: rgba(255,255,255,.1);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}	

#sidebuttons a img{
	float: right;
	margin: 2px 0 0 5px;
}	

#slideshow p{
	padding: 10px 60px 10px 0;
	background: transparent url(../i/slideshow.gif) no-repeat 90% 50%;	
	font-size: .9em;
	line-height: 1em;
	margin-bottom: 4px;
}

#compendiumbox p{
	padding: 10px 60px 10px 0;
	background: transparent url(../i/pie.gif) no-repeat 90% 50%;	
	font-size: .9em;
	line-height: 1em;
	margin-bottom: 4px;
}

#searchbox #surveylink{
	line-height: 1em;
	color: #AE3600;
}

#searchbox #surveylink:HOVER{
	color: #0e8ec3;
	text-decoration: none;
}

#fbook p{
	padding: 10px 60px 10px 0;
	background: transparent url(../i/fbook.gif) no-repeat 89% 50%;	
	font-size: .9em;
	line-height: 1em;
	margin-bottom: 4px;
}

#twitlink p{
	padding: 10px 55px 10px 0;
	background: transparent url(http://twitter-badges.s3.amazonaws.com/t_logo-a.png) no-repeat 89% 50%;	
	font-size: .9em;
	line-height: 1em;
	margin-bottom: 4px;
}

#news{
	padding-right: 75px;
	line-height: 1em;
	background: transparent url(../i/newspaper_48.gif) no-repeat 93% 50%;
	margin-bottom: 4px;
}

#news a:hover, #slideshow a:hover, #compendiumbox a:hover{
	text-decoration: none;
}

div.newsentry{
	margin-top: 2px;
	margin-bottom: 18px;
}

div.newsentry p{
	display: block;
	margin-top: 5px;
}

div.authorinfo{
	position: relative;
	width: 235px;
	margin-bottom: 9px;
}

div.authorinfo p{
	position: absolute;
	bottom: 0;
	left: 85px;
	margin: 0 0 0 5px;
	line-height: 1em;
	font-size: .9em;
}

div.authorinfo img{
	padding: 2px;
	border: 1px solid #67a501;
	background-color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#search{
	padding: 5px 0 5px 0;
	line-height: auto;
	margin-bottom: 4px;
	/*background: transparent url(../i/icon-search.gif) no-repeat 98% 50%;*/
}

#search input#searchinput{
	padding: 2px 1px;
	border: 1px solid #50B940;
	width: 110px;
	font-size: 1em;
	background: #fff url(../i/magnify.gif) no-repeat 95% 50%;
}

#submitsearch{
	background: #9BEB1E;
	border-width: 1px;
	text-transform: uppercase;
	color: #0e8ec3;
	padding: 1px 1px;
	margin: 0;
	font-size: 10px;
}

#highlights{
	width: 260px;
	float: right;
	display: inline;
	margin-left: 18px;
	background: transparent url(../i/highlight-top.gif) no-repeat top center;
}

#highlights div{
	padding: 18px 18px 1px;
	background: transparent url(../i/highlight-bottom.gif) no-repeat bottom center;
}

#highlights h3, #highlights p{
	margin: 0 0 9px 0;
}

p#subscribe{
	float: right;
	text-align: right;
}

#footer{
	clear: both;
	font-size: .9em;
}

#footer ul{
	display: block;
	margin: 40px auto;
	text-align: center;
}

#footer ul li{
	display: inline;
}

#footer a:link, #footer a:visited{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	color: #0e8ec3;
	text-decoration: underline;
}

div.speakerbox{
	margin-bottom: 18px;
}

div.speakerbox h2{
	margin-bottom: 8px;
}

/*--------COMPENDIUM TABLE -------------*/
#compendium table{
	width: 100%;
	overflow: hidden;
}

#compendium table tr:hover{
	background-color: #F3FFE0
	
}

#compendium table tr td{
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #aaa;
	padding-top: 11px;
}

#compendium table thead tr td{
	border-bottom: 3px double #888;
	background-color: #ccc;
	border-right-color:#888; 
}

#compendium table thead tr td{
	font-weight: bold;
}

.compname{
	width: 100px;
	border-right: 1px solid #aaa;
}

.compdesc{
	padding-left: 15px;
	/*border-right: 1px solid #aaa;*/
}

.complink{
	width: 75px;
	padding-left: 15px;
}

/*IMAGES*/
#subscribe img{
	float: left;
	display: inline;
	margin-right: 5px;
}

#factoids img.dot{
	float: left;
	display: inline;
	margin-right: 5px;
}
#factoids p{
	margin-bottom: 5px;
}
img.collage{
	 position: absolute;
	 top: 6px;
	 left: 0;
}

img.randomside{
	padding-left: 2px;
}

img.bimg{
	float: left;
	display: inline;
	margin: 3px 12px 5px 0;
	max-width: 200px;
	padding: 3px;
	border: 1px solid #666;
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	-webkit-box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
}

.home img.bimg{
	margin-bottom: 18px;
}

div.blogimage{
	float: left;
	display: inline;
	margin: 0 10px 2px 0;
}

div.blogimage p{
	margin: 1px 4px 0;
	color: #999;
	font-size: 10px;
	width: 200px;
	clear: left;
}

div.homeitem{
	clear: left;
	margin-top: 2px;
}
	

div#tomquote {
background:transparent url(../i/thomas.gif) no-repeat scroll 330px bottom;
height:130px;
padding-right:220px;
position:relative;
border-bottom:20px solid #89CF1A;
}

div#jimquote {
background:transparent url(../i/jim_hill_1.gif) no-repeat scroll 330px bottom;
height:145px;
padding-right:220px;
position:relative;
border-bottom:20px solid #89CF1A;
}

div#melquote {
background:transparent url(../i/mel.gif) no-repeat scroll 330px bottom;
height:155px;
padding-right:195px;
position:relative;
border-bottom:20px solid #89CF1A;
}

div#natquote {
background:transparent url(../i/nathalie_johnson1.gif) no-repeat scroll 330px bottom;
height:170px;
padding-right:220px;
position:relative;
border-bottom:20px solid #89CF1A;
}

div#quote5 {
background:transparent url(../i/knutson_1.gif) no-repeat scroll 330px bottom;
height:170px;
padding-right:200px;
position:relative;
border-bottom:20px solid #89CF1A;
}

div#quote6 {
background:transparent url(../i/NicoleMaher.RGB.gif) no-repeat scroll 330px bottom;
height:170px;
padding-right:180px;
position:relative;
border-bottom:20px solid #89CF1A;
}

/*TYPE*/
#mainnav ul{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	list-style: none;
	margin:0;
}
#mainnav ul li{
font-size:1.2em;line-height:1em;margin: 1em 0;
}

strong span{
	color: #67a501;
}

#mainnav ul li ul{
	display: none;
}

#mainnav ul li ul li{
	font-size:12px;
	font-weight: normal;
	line-height:1.5em;
	text-transform: none;
	list-style-type: disc;
	list-style-position: outside;
	margin: 2px 0 0 27px;
}

li a.topnav{
	padding-right: 18px;
	background: transparent url(../i/tri-right.gif) no-repeat 100% 50%;
}

li a.open{
	padding-right: 18px;
	background: transparent url(../i/tri-down.gif) no-repeat 100% 50%;
	color: #0e8ec3 !important;
}

#main ul{
	list-style-position: outside;
	padding-left: 5px;
}

#main ul li{
	padding: 0 0 9px;
}

#main ul.highlight{
	padding: 10px;
	list-style-position: inside;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

#main ul.highlight li{
	padding: 8px;
}

#main h3{
	margin-bottom: 1em;
}

.posted span, .composted span, .postmeta span{
	background-color: #E2EECF;
}

div#glossary strong{
	color: #67a501;
}

/*HEADERS*/
h1, h2, h3, h4{
	color: #67a501;
}
h2, #sidebar h3{
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

#sidebar h3 a:link, #sidebar h3 a:visited{
	color: #0e8ec3;
}

#sidebar h3 a:hover{
	color: #fff;
}

h2.home{
	font-size: 1.5em;
	text-shadow: none;
	clear: left;
}

h2.hometop{
	font-size: 1.5em;
	text-shadow: none;
}

.blog #main h3{
	clear: both;
	font-size: 1.5em;
}

body.speakout #main h2{
	font-size: 1.3em;
	margin: 10px 0;
	text-shadow: none;
}

h4.dateheading img{
	float: left;
	display: inline;
	margin: 2px 5px 0 0;
}

h4.dateheading{
	color: #333;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 9px;
	clear: both;
}
.events h4.dateheading{
	clear: none;
}

h3.linkheader{
	margin-top: 18px;
}

/*COMMENTS*/

div.com1, div.com2{
	margin: 5px 0 25px;
	border: 1px solid #ddd;
}

div.com1 .composted{
	padding: 4px;
	background-color: #F1F1F1;
	border-bottom: 4px double #ddd;
}

div.com1 div.comment{
	padding: 12px;
	background: #fff;
}
div.com2 .composted{
	padding: 4px;
	background-color: #E2EECF;
	border-bottom: 4px double #C3DFE4;
}

div.com2 div.comment{
	padding: 12px;
	background: #fff;
}

h3#commenttotal, h3#firstcomment{
	font-size: 16px;
	color: #333;
}

fieldset{
	border: 1px solid #aaa;
	padding: 20px 10px 10px;
	margin-top: 8px;
	background-color: #eee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

p.stars img{
	position: relative;
	top: 2px;
}

p.stars{
	margin-bottom: 6px;
}

p.rating{
	margin: 8px 0;
	padding: 10px;
	font-size: 11px;
	color: #666;
	background-color: #fff;
	border: 1px solid #ccc;
	font-style: italic;
}

#main ol{
	font-size: 1.1em;
}

#main ol li{
	margin: 8px 0;
}

/*IE6 HACK*/
* html fieldset#commententry{
	background-color: transparent;
}

legend{
	font-size: 1.2em;
	color: #67a501;
}

/*LINKS*/
a{outline: none;}

a:link, a:visited{
	color: #0e8ec3;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#mainnav a:link, #mainnav a:visited{
	color: #fff;
	text-decoration: none;
}

#mainnav a:hover{
	color: #0e8ec3;
}
#mainnav ul ul a:hover{
	color: #fff;
	text-decoration: underline;
}

h3 a:link, h3 a:visited, h2.home a:link, h2.home a:visited, h2.hometop a:link, h2.hometop a:visited{
	color: #67a501;
	text-decoration: none;
}

h3 a:hover, h2.home a:hover, h2.hometop a:hover{
	color: #0e8ec3;
	text-decoration: none;
}

#searchbox a:link, #searchbox a:visited{
	color: #fff;
}

#searchbox a:hover{
	color: #0e8ec3;
}

/*CALENDAR*/
td.calendarBlank{
	color: #ccc;
}

.calendarBG td{
	background-color: #E2EECF;
	border: 1px solid #fff;
}
td.calendarToday{
	background-color: #FFEFF2;
}

table#emaillist tr td{
	text-align: left;
}


/*CONTACT YR REPS*/

div#reps div{
	padding-left: 75px;
	margin-bottom: 50px;
	margin-top: 20px;
	min-height:55px;
	height:auto !important;
	height:55px;
}

#step1{background: transparent url(../i/num1.gif) no-repeat 0 0;}
#step2{background: transparent url(../i/num2.gif) no-repeat 0 0;}
#step3{background: transparent url(../i/num3.gif) no-repeat 0 0;}
#step4{background: transparent url(../i/num4.gif) no-repeat 0 0;}
#step5{background: transparent url(../i/num5.gif) no-repeat 0 0;}

div.issuebox{
	min-height:105px;
	height:auto !important;
	height:105px;
	padding-left: 120px;
	margin: 20px 0;
}

/*PSA CONTEST*/

h2#top{
	text-align: center;
}

h2#top a:hover{
	text-decoration: none;
	color: #FF7027;
}

#main.psapage h3{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

#main.psapage h2{
	color: #FF7027;
	font-weight: bold;
}

p#psanav{
	background-color: #FF7027;
	padding: 10px 2px;
	text-align: center;
	line-height: 36px;
	font-size: 13px;
	font-weight: bold;
	border: 2px solid #FFC6A8;
	position: relative;

	/*position: absolute;
	top: 10px;
	right: 5px;*/
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	-webkit-box-shadow: 0 3px 3px #aaa;
	-moz-box-shadow: 0 3px 3px #aaa;
}

p#psanav a{
	padding: 3px 5px;
	background-color: #ccc;
	text-shadow: 1px 1px 1px rgba(255,255,255,.4);
	margin: 0 3px;
	border: 1px solid #FFC6A8;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.2);
}

p#psanav a:hover{
	color: #FF7027;
	background-color: #ddd;
	text-decoration: none;
	
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,.3);
}

p#psanav a.cur{
	background-color: #bbb;
	color: #333;
	cursor: default;
	
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,.3);
}

* html p#psanav{
	padding: 10px 3px 16px;
	line-height: 50px;
}

* html p#psanav a, *:first-child+html p#psanav a{
	position: relative;
}

* html p#psanav a img{
	width: 13px;
	height: 13px;	
}

*:first-child+html p#psanav a img{
	width: 13px;
	height: 13px;
}/*IE7*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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;
}