/* added for temp upgrade - 2011-04 */

div#microsite-head { display: none ! important; }
div#microsite-body { margin-top: 20px; }






/* LEGACY STYLESHEET FROM PRE-REBRANDED SITE */

/* body, table, tr and td font properties should be used in a core default css file. Default font-size of 100% allows use of em for p etc without IE going micro */

hr {
	color: #555522;
	margin-bottom: 10px;
}

img {
	border-color: #000000; 
}
.contrast {
	color: #FFFFFF;
}
.lowText {
	color: #555522;
}

a { 
    text-decoration: underline;
    color: #999999;
}


h1, #microsite-body h2, h3, h4, h3 a:visited, h3 a:link {
	color: #999966;
}
/* no padding class may be required for some h tag implementations */
.nopadding {
	line-height: normal;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin : 0px 0px 0px 0px;
}
.largeText { 
	font-size: 1.0em;
}
.largedetailText { 
	font-size: 1.2em;
	text-align: left;
}
.txt-highlight {
	color : Red;
}

.inline {
	display : inline;
}
.bottom-margin {
	margin-top : 0px;
}
.top-margin {
	margin-bottom : 0px;
}
.fixed {
	font-size : 11pt;
}
/*
.small-button {
	font-size : 8pt;
	font-family : "Courier New", Courier, monospace;
}
.small-textfield {
	font-size : 10pt;
}
.button {
	font-size : 10pt;
	font-family : "Courier New", Courier, monospace;
}
.textfield {
	font-size : 12pt;
	font-family : "Courier New", Courier, monospace;
}
*/

/* use <small> between <p> and </p> tag to appear smaller than p (it will appear bigger than p if you don't) as it will be a proportion of p */
small {
	font-size : 0.89em;
}

a {
	color: #333300;
}

a:visited {
	color: #000000;
}
a:active {
	color: #ff9900;
}
.content-bg {
	background-color: #cccc99;
	padding: 10px 10px 10px 10px;
	border: 0px;
	margin : 0px 0px 0px 0px;

}
.brdr-bg {
	background-color: #999966;
}
.title-bg {
	background-color: #999966;
}
.global-bg {
	background-color: #cccc99;
}
.nav-bg {
	background-color: #666633;
}
.subnav-bg {
	background-color: #666633;
}
.light-bg {
	background-color: #ffffff;
}
.pale-bg {
	background-color: #ffffff;
}



#dino-container
{
	margin:auto;
	width:96%;
	border:2px solid #996;
	position:relative;
	top:-2px;
}
#dino-tabs
{
	position:relative;
	z-index: 100;
}
.dinoHR
{
	color:#CC9;
	background-color:#CC9;
	border:0px;
	height:3px;
}

/* microsite-legacy.css should take care of this, but doesn't... - miks */
#microsite-body .dataTable_ms td p			/* remove P margin in tables */
{
	margin: 0;
	padding: 0;
}

#microsite-body 
{ 
	width: 730px; 	/* or badly aligned in Mozilla - miks */
}

#microsite-body h2, #microsite-body h3
{ 
	text-align: left;
}
.content-bg table { margin: auto; }

.dinoGallery img { margin-right: 12px; margin-left: 12px; }
.dinoGallery p   { text-align: center; }

td
{
	padding: 0;		/* counteract default from ?content.css */
}

table.padded td
{
	padding: 5px;
}
