root { 
    display: block;
}


html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
}


.tableHeight {
	height: 100%;
}

#content {
  width: 916px;
}


fieldset { 
	border:1px solid green;

}

legend {
	color: green;

}


img {
	border: 0;
}

hr {
	color: green;
}

h1 {
	color: red;
}

h2 {
	color: green;
}

h3 {
	color: green;
}

h4 {
	color: green;
}

h5 {
	color: green;
}

h6 {
	color: white;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	color: red;
}
a:active {
	color: orange;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: center;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
text-align: center;
font-style: italic;
color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.space {
	white-space: nowrap;

}

.black {
	color: #000033; 
}

.green {
	color: green;
}

.red {
color: #FF0000;
font-style: italic;
}

p.red {
color: #FF0000;
font-style: italic;
}

.underline {
text-decoration: underline;
}

fieldset.green {
	color: green;
	font-weight: bolder;

}

.bannerTxt {
	font-size: xx-small;

}

.updates {
	background-color: #FFFF00;
}

.fb_share_link {
	padding:2px 0 0 20px; 
	height:16px; 
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left; 
}
