@import url("reset.css");
@import url("fonts.css");

body,html{
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	background: #666666;
}
html {overflow-y: scroll;}
body {
	color: #FFFFFF;
	background: #666666;
}
h1,h2,h3,h4,legend {
	color: #333333;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	margin: 0 0 0.4em 0;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
}
h3 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	line-height: 120%;
}
h4 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none !important;
}
td,th {
	padding: 1px 2px 1px 2px;
}
th {
	background:	#CDD3E4;
	color: #333333;
}
acronym {
	border-bottom: 1px dotted #FF9900;
	cursor: help;
}
strong {font-weight: bold;}
em {font-style: italic;}
#wrapper {
	width: 820px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;
}
#header {
	display: block;
	height: 120px;
	width: 820px;
	position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	background: #000000;
	color: #FFFFFF;
}
#header #logolink {
	display:block;
	position: absolute;
	padding-top: 63px; width: 243px; 
	overflow: hidden;
	height: 0;
	cursor: pointer;
	background: url(images/microc-logo.gif) left top no-repeat;
	margin: 0px;
	text-decoration: none;
	top: 20px;
	left: 20px;
	z-index: 19;
	color: #FFFFFF;
}
#header #autodesklink {
	display:block;
	position: absolute;
	padding-top: 22px;
	width: 116px;
	overflow: hidden;
	height: 0;
	cursor: pointer;
	background: url(images/autodesk-logo.gif) no-repeat left top;
	margin: 0px;
	text-decoration: none;
	z-index: 18;
	color: #FFFFFF;
	right: 20px;
	bottom: 20px;
}
#header img{
	visibility: hidden;
}
#toplinks {
	position: absolute;
	display: block;
	width: auto;
	top: 10px;
	right: 15px;
}
#nav {
	position: absolute;
	display: block;
	width: 700px;
	left: 20px;
	bottom: 20px;
}
#toplinks a {
	color: #999999;
	border-left: solid 1px #999999;
}
#nav a {
	font-size: 1.1em;
	color: #FFFFFF;
	border-left: solid 1px #FF9900;
}
#nav a, #toplinks a {
	font-weight: bold;
	display: block;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
#nav a:hover, #toplinks a:hover {
	text-decoration: underline;
}
#nav li, #toplinks li {
	display: block;
	float: left;
	list-style: none;
	padding: 0px 0px 0px 0px;
	line-height: 1.1em;
	overflow: visible;
}
#nav .first a, #toplinks .first a{
	border: none !important;
	padding-left: 0px !important;
}

#nav a strong{
	color: #FFFFFF !important;
}
#crumbs {
	color: #999999;
	background: #333333;
	font-size: 0.9em;
	line-height: 1.1em;
	height: 1.1em;
	padding: 4px 20px 4px 20px;
}
#crumbs a {
	color:#999999;
	text-decoration: none;
}
#banner {
	background-color: #000000;
	background-position: left top;
	color: #FFFFFF;
	border: solid 20px #000000;
	min-height: 140px;
}
#banner a {
	text-decoration: none;
}
#banner a:hover {
	text-decoration: underline;
}
#bannerContent {
	display: block;
	width: 195px;
	background: url(images/bkg-alpha.png);
	padding-bottom: 40px;
}
#bannerContent.edit {
	background: #000000;
	padding: 5px;
}
#bannerContent.edit a {
	color: #FFFFFF !important;
}
#bannerContent * {
	color: #FFFFFF;
}
#bannerContent h1, #bannerContent h2{
	font-size: 1.2em;
	font-weight: bold;
	background: #333333;
	padding: 10px 10px 10px 10px;
	margin: 0;
}
#bannerContent ul, #bannerContent ol {
	list-style: none;
}
#bannerContent li{
	background: #666666;
	padding: 0px 10px 0px 10px;
	border-top: solid 1px #FF9900;
	line-height: 2em;
}
#bannerContent li a{
	display: block;
	width: 160px;
	padding-right: 15px;
	background: url(images/link-arrow-w.gif) no-repeat right center;
}
#main {
	background: #FFFFFF;
	color: #666666;
	width: 780px;
	padding: 20px;
	clear: both;
	float: left;
	margin-bottom: 10px;
	display: block;
	position: relative;
}
#main a {
	color: #009999;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
}
#main h1, #main h2 {
	padding: 8px 0 0.5em 4px;
	border-bottom: solid 1px #666666;
	background: url(images/corner.gif) no-repeat left top;
}
#main p, #main ul, #main ol {
	margin-bottom: 1em;
}
/*TOC Menu*/
.tochead {
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
	line-height: 110%;
	padding: 8px 0 0.5em 10px;
	border-bottom: solid 1px #FF9900;
	margin: 0 !important;
	color: #FF9900;
	background: url(images/corner.gif) no-repeat left top;
}
.toc {
	list-style: none;
	display: block;
	width: 195px;
	overflow: hidden;
	margin-bottom: 2em;
}
.toc ul {
	margin-top: 0 !important;
}
.toc li {
	padding: 0px 10px 0px 10px;
	line-height: 2em;
	border-bottom: solid 1px #FF9900;
	font-weight: bold;
	list-style: none;
	background: none !important;
	padding-left: 10px !important;
	display: block;
}
.toc li strong {
	display: inline;
	line-height: 2em;
	display: block;
}
.toc li a{
	color: #666666 !important;
	display: block;
	width: 160px;
	padding-right: 15px;
	background: url(images/link-arrow-g.gif) no-repeat right center;
}
.toc li strong a{
	display: block;
	color: #333333 !important;
}
.toc li strong.headLink a{
	background: url(images/link-arrowDown-g.gif) no-repeat right center;
}
.toc li ul {
	margin: 0 0 0 -10px !important;
}
.toc li ul li {
	font-size: 0.9em;
	padding: 0 0 0 15px !important;
	font-weight: normal;
	border-bottom: none;
	border-top: solid 1px #FF9900;
	width: 185px;
}

.toc li ul li a{
	padding: 0;
	background: none;
	width: auto;
}
.toc li ul li strong a{
	font-weight: normal;
}
/*END TOC Menu*/
#block0 {
	display: block;
	width: 195px;
	margin-right: 20px;
	float: left;
}
#content {
	display: block;
	float: left;
	width: 565px;
	clear: right;
}
#content.edit {
	background: #FFFFFF;
	color: #666666;
	width: 100%;
	height: auto;
	clear: both;
	float: none;
	display: block;
}
#content.edit div{
	background: #FFFFFF;
}
#content.edit a {
	color: #009999 !important;
	text-decoration: none !important;
}
#content.edit a:hover {
	text-decoration: underline;
}
#content.edit h1, #content.edit h2 {
	padding: 8px 0 0.5em 4px;
	border-bottom: solid 1px #666666;
	background: url(images/corner.gif) no-repeat left top;
}
#content.edit p, #content.edit ul, #content.edit ol {
	margin-bottom: 1em;
}
#content.edit .clear {
	height: 2px !important;
	border: dashed 1px #FF9900;
	display: block;
	clear: both;
}
#content li {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}
#block0 ul li, #content ul li{
	list-style: none;
	padding-left: 1.4em;
	background: url(images/bullet.gif) no-repeat left 0.1em;	/*list-style: square url(images/bullet.gif);*/
}
#block0 ul li ul, #content ul li ul{
	margin-top: 0.5em;
}
#block0 ul li ul li, #content ul li ul li{
	list-style: none;
	padding-left: 1.4em;
	font-size: 0.9em;
	background: url(images/bullet-small.gif) no-repeat left 0.2em;
}
#block0 ol, #content ol {
	margin-left: 1em;
	padding-left: 1em;
	list-style: decimal;
}
#block0 ol li, #content ol li {
	list-style: decimal;
}
#block0 ol li ol, #content ol li ol {
	margin-top: 0.5em;
}
#block0 ol li ol li, #content ol li ol li{
	list-style: lower-alpha;
}
.ruled li {
	margin: 0 0 0.5em 0 !important;
	padding: 0 0 0.5em 0 !important;
	list-style: none !important;
	background: none !important;
	border-bottom: solid 1px #E7E7E7;
}
.ruled a {
	text-decoration: none !important;
}
#block0 hr, #content hr {
	color: #F4B048;
	background: #F4B048;
	border: none;
	height: 1px !important;
	margin: 0 0 1em 0;
}
#block0 hr {
	color: #666666;
	background: #666666;
}

#block0 blockquote, #content blockquote {
	background:url(images/quote.png) no-repeat;
	background-position:top left;
	text-align: justify;padding-left:15px;
	margin-bottom: 1em;
} 

#block0 blockquote p, #content blockquote  p {
	background: url(images/unquote.png) no-repeat;
	background-position:bottom right;
	padding-right:5px;
	color:#C07300;
	margin: 0 0 1em 0 !important;
}
#block0 blockquote cite, #content blockquote cite {
	margin: 0 0 1em 0 !important;
	color: #666666;
	font-style: italic;
}
#footer {
	font-size: 0.9em;
	color: #CCCCCC;
	background: #000000;
	padding: 0 0 5px 20px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer #cba {
	width: auto;
	padding: 0px 0px 0px 14px;
	background: url(images/i_mouse.gif) no-repeat left center;
}
.inde {
	width: 90% !important;
	padding: 5px;
}
.otr {
	background-color: #F7F7F7;
}
.etr {
	background-color: #EFEFEF;
}

.colLeft {
	display: block;
	float: left;
	clear: left;
	width: 48%;
	margin-bottom: 1em;
}
.colRight {
	display: block;
	float: right;
	clear: right;
	width: 48%;
	margin-bottom: 1em;
}
.colWide {
	display: block;
	float: left;
	clear: left;
	width: 62%;
	margin-bottom: 1em;
}
.colRbar {
	display: block;
	float: right;
	clear: right;
	width: 195px;
	margin-bottom: 1em;
}

/*General Styles*/
.i_left-brd {float: left; margin: 0px 10px 2px 0px; border:1px solid #333333; line-height:0;}
.i_right-brd {float: right; margin: 0 0 2px 10px; border:1px solid #333333; line-height:0;}
.i_left {float: left; margin: 0px 10px 2px 0px;}
.i_right {float: right; margin: 0 0 2px 10px;}
.i_row {display: block; float: left; margin: 0px 10px 10px 0px; padding:4px; background:#F9F9F9;}
a:hover .i_left, a:hover .i_right, a:hover .i_row, a:hover .thm_pic {
	background: #B11811;
}
.i_cent-brd {clear: both;display: block;margin: 0px auto 0px auto; border:1px solid #333333; line-height:0;}
.i_cent {clear: both;display: block;margin: 0px auto 3px auto;}
.folplayer {
	display: block;	float: left; margin: 0px 10px 2px 0px; padding:5px; background:#393939; line-height:0;
	overflow: hidden;
}
.folplayer img {
	width: 480px; height:270px;
}
.player {clear: both;display: block;margin: 0px auto 0px auto; padding:5px; background:#393939; line-height:0;}
.player p {line-height:1.5em;}
.clear {display: block;height: 0px;clear: both;margin: 0px;padding: 0px;overflow: hidden;}
.edit .clear {display: block;height: 1em;clear: both;margin: 0px;padding: 0px;overflow: hidden; border: dashed 1px #FF9900;}
/* Indentation. */
.Indent1 {margin-left: 40px;}
.Indent2 {margin-left: 80px;}
.Indent3 {margin-left: 120px;}
/* Alignment. */
.alignLeft {text-align: left;}
.alignCent {text-align: center;}
.alignRight {text-align: right;}
.alignFull {text-align: justify;}

.boxout {
	background: #EFEFEF;
	border: solid 1px #CCCCCC;
	padding: 5px;
	margin-bottom: 1em;
}
.boxout strong {
	color: #666666;
}
.boxout strong a, .boxout a strong{
	color: #FF9900;
}
.boxout h1, .boxout h2 {
	background: none !important;
	padding: 0 !important;
	margin: 0 0 0.3em 0 !important;
}
.boxout h4 {
	font:1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	margin-bottom: 0;
}
.tabSmall {
	display: block;
	clear: left;
	float: left;
	width: 3em;
	margin-right: 1em;
}
.tabLarge {
	display: block;
	clear: left;
	float: left;
	width: 8em;
	margin-right: 1em;
}
.smallGrey {
	color: #999999;
	font-size: 10px;
}
.smallTxt {
	font-size: 0.9em;
}
.arwlink-leftd {
	padding-left: 18px;
	background: url(images/left-d.png) no-repeat left center;
	text-decoration: none;
}
.arwlink-left {
	padding-left: 18px;
	background: url(images/left.png) no-repeat left center;
	text-decoration: none;
}
.arwlink-rightd {
	padding-right: 18px;
	background: url(images/right-d.png) no-repeat right center;
	text-decoration: none;
}
.arwlink-right {
	padding-right: 18px;
	background: url(images/right.png) no-repeat right center;
	text-decoration: none;
}
.hilite {
	color: #FF9900;
}
.hide {
	display: none;
}
/*Gallery*/
.gal-thumbs {
	display: block;
	height: auto;
	width: 103%;
}
.gal-thumbs li {
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0px 10px 10px 0px;
	padding: 0px !important;
	background: none !important;
	line-height: 0;
}
.gal-thumbs li img {
	float: left; margin:0;
	padding:0px;
	border: solid 1px #333333;
	/*width: 90px;
	height: 51px;*/
}
.gal-thumbs li a:hover img{
	border: solid 1px #FF9900;
}
.gal-thumbs li h4, galLrge h4 {
	font-weight: normal;
	font-size: 0.9em;
	clear: both;
	padding: 3px 5px 0px 5px;
	color: #E8EBEC;
	max-height: 1.2em;
	overflow: hidden;
}
.gal-thumbs li h4 a {
	color: #E8EBEC;
}
.gal-thumbs li.galLrge {
	width: 210px;
	margin: 0px 30px 9px 0px !important;
}
.gal-thumbs li.galMini {
	width: 104px;
}
.gal-thumbs li.galMini img {
	width: 94px;
	height: auto;
}
.reel-thumbs li{
	min-height: 2em;
	padding: 5px;
	border: solid 1px #666666;
}
.reel-thumbs h4 {
	display: inline;
	background: #666666;
}
.sorting:hover{
	cursor: move;
}
/*Motion Gallery --------------------------------------------------------------- */
#photo-container {
	border: solid 1px #CCCCCC;
	padding: 10px;
	width: 440px;
	overflow: hidden;
	height: auto;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	/*background: #000000;*/
}
#photo-container img {
	background: #000000;
}
#motioncontainer {
	position:relative;
	margin: 0 auto 1em auto;
	border: solid 1px #999999;
	/*height: 70px; overflow:hidden; Defined in mogal.js*/
}
#photo-nav {
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	display: block;
	left:0;
	top:0;
	overflow: visible;
	/*position:absolute;white-space: nowrap; Defined in mogal.js*/
}
.gallinks {
	list-style: none;
	padding-left: 0 !important;
	margin: 0 !important;
}
.gallinks li{
	display: inline;
	clear: none;
	margin: 0px 6px 6px 0px;
	padding: 0px !important;
	background: none !important;
	line-height: 0;
}
.gallinks a img{
	padding:0px;
	line-height: 0;
	border: solid 1px #333333;
}
.gallinks a:hover img{
	border: solid 1px #FF9900;
}

#statusdiv {
background-color: lightyellow;
color: #666666;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}
/* --------------------------------------------------------------- 
- Lightbox
*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	min-width: 990px;
	height: 500px;
	background-color: #000;
	}
#localmap {
	position: relative;
	display: block;
	width: 600px;
	max-width: 96%;
	height: 400px;
	border: solid 1px #999999;
	margin: 0px auto 0px auto;
}
/* Access styles */
.skip a{
	display:block;
	position: absolute;
	padding-top: 1px; width: 1px; 
	overflow: hidden;
	/* WIN IE5 hack */ height: 1px; voice-family: "\"}\""; 
	voice-family:inherit; height: 0;
	cursor: default;
	margin: 0px;
	z-index: 99;
}
.skip a:focus, .skip a:active {display: inline; background: #333333; border: solid black 1px; color: #ffffff !important; text-decoration: none;
	position: absolute; height: auto; width: auto; padding: 0 0.5em;}
.skip a:hover {cursor: default}

/* --------------------------------------------------------------- 
- Listing page nav
*/
.artListHead {
	padding-bottom: 8px;
	border-bottom: solid 1px #18545B;
}
.artListMini, .artListCompact {
	display: block;
	position: relative;
	margin: 1em 0px;
	padding: 0 0 1em 0;
	height: auto;
	clear: both;
	min-height: 67px;
	border-bottom: solid 1px #CCCCCC;
}
.artListCompact p {
	margin-bottom: 0 !important;
}
.artListCompact h3 {
	font-size: 1.1em;
	line-height: 110%;
	margin-bottom: 0;
}
.artListItem, .artListItem_r {
	position: relative;
	margin: 1em 0px;
	padding-bottom: 1em;
	height: auto;
	clear: both;
	min-height: 67px;
	border-bottom: solid 1px #CCCCCC;
}
.thm_pic {
	border: solid 1px #333333;
	float: left;
	width: 65px;
	height: 65px;
}
.thm_pic_r {
	border: solid 1px #333333;
	float: right;
	width: 65px;
	height: 65px;
}
.artListItem h3, .artListItem_r h3 {
	line-height: 110%;
}
.artListItem h3, .artListItem p {
	margin: 0 0 0 80px !important;
}
.artListItem_r h3, .artListItem_r p {
	margin: 0 80px 0 0 !important;
}
.browseNav {
}
.pageNums {
	float: right;
	font-size: 11px;
	min-height: 16px;
	overflow: visible;
}
.pageNums span{
	display: block;
	float: left;
}
.pageNums a:hover{
	text-decoration: none;
}
.arrow_left {
	position: relative;
	display: block;
	padding-top: 16px; width: 16px; 
	overflow: hidden;
	height: 0;
	background: url(images/left.png) no-repeat left top;
	margin-right: 3px;
}
.arrow-dbl_left {
	position: relative;
	display: block;
	padding-left: 16px;
	background: url(images/left-d.png) no-repeat left center;
	margin-right: 5px;
	width: auto;
}

.arrow_right {
	position: relative;
	display: block;
	padding-top: 16px; width: 16px; 
	overflow: hidden;
	height: 0;
	background: url(images/right.png) no-repeat left top;
	margin-left: 3px;
	float: left;
}
.arrow-dbl_right {
	position: relative;
	display: block;
	padding-right: 16px;
	background: url(images/right-d.png) no-repeat right top;
	margin-left: 5px;
	width: auto;
}

.arrow_left_o {
	width: 16px;
	height: 16px;
	display: block;
	background: url(images/left-o.png) no-repeat left top;
	margin-right: 3px;
}
.arrow_right_o {
	width: 16px;
	height: 16px;
	display: block;
	background: url(images/right-o.png) no-repeat left top;
	margin-left: 3px;
}
.crntPage {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}

.diary dl {
	display: block;
	margin-bottom: 2px;
	padding: 0.5em;
}
.diary dt {
	display: block;
	width: 3em;
	float: left;
	color: #999999;
	font-size: 1.6em;
}
.diary .cmpdate dt {
	font-weight: bold;
	font-size: 1em;
}
.diary dd {
	margin-left: 4em;
	padding: 0.2em 0.2em 0.2em 0.5em;
	border-left: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
}
.diary .firstEntry {
	border-top: none;
	padding-top: 0;
}
/* --------------------------------------------------------------- 
- Form styles
*/
.smallfield2 {
	width: 10em;
	margin-top: 2px;
	font-size: 0.9em;
	padding: 2px;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	border: solid 1px #A5ACB2;
}

fieldset{
	border: none;
}
legend{
	font-size: 1.2em;
	background: none;
}
textarea{
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border: solid 1px #A5ACB2;
}
label {
	cursor: pointer;
	width: 10em;
	float: left;
}
.twocol {
	width: 100%;
	clear: both;
}
.twocol label {
	width: 45%;
	margin-right: 1em;
	margin-bottom: 1em;
}
.twocol .even {
	float: right !important;
	clear: right !important;
	margin-right: 0;
}
.mainform p{
	margin: 0.2em 0px 0.2em 0px !important;
	line-height: 1.4em;
}
.miniform p{
	margin: 0.2em 0px 0.2em 0px !important;
	line-height: 1.4em;
}
.miniform label{
	width: 18em;
}
.section{
	background: #F7F7F7;
	border: 1px solid #A5ACB2;
	padding: 4px;
	margin-bottom: 10px;
	color: #333333;
}
.plain{
	border: none !important;
}
.smallfield{
	max-width: 95%;
	width: 16em;
	font-size: 1em;
	padding: 2px;
}
.smallfield-fl{
	width: 70%;
	font-size: 1em;
	padding: 2px;
	float: left;
}
.largefield{
	font-size: 1em;
	padding: 2px;
	width: 90%;
}
.fullfield {
	width: 80%;
}
select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: solid 1px #A5ACB2;
	padding: 2px;
}

.minifield {
	max-width: 65%;
	width: 9em;
	font-size: 1em;
	padding: 2px;
}
.minifield-fl {
	max-width: 65%;
	width: 9em;
	font-size: 1em;
	padding: 2px;
	float: left;
	margin-right: 0.5em;
}
.minifield2 {
	width: 7.5em;
	font-size: 1em;
	padding: 2px;
}
.tinyfield {
	width: 4em;
	font-size: 1em;
	padding: 2px;
}
.tinyfield-fl {
	width: 4em;
	font-size: 1em;
	padding: 2px;
	float: left;
}
.frmbutton {
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	padding: 3px;
	color: #333333;
	background: #FFFFFF;
}
.disabled {
	background-color: #EFEFEF;
	color: #999999;
}
/* --------------------------------------------------------------- */

.required {
	color: #CC0000 !important;
}
a .required {
	color: #CC0000 !important;
	font-weight: bold;
}
.smallGrey {
	color: #999999;
	font-size: 0.9em;
}
/* SEARCH --------------------------------------------------------- */

/*Top categories*/
.main_cat1 {font-size: 16px; font-weight: bold; color:#0000FF}
.main_cat2 {font-size: 12px; font-weight: bold; color:#0000FF}
.cat1:visited {font-size: 16px; font-weight: bold; color:#5555AA}

/*Small urls*/
.url {color: #0066CC;}


a:visited{color:#5555AA}
/*hr{color:#000066}*/

/*Page descriptions*/
.description{}

/* */
td {}

/* Title/link of pages */
.title{color:#0000FF; font-size:15px}



.searchBox{ display:block; width:100%;}
#query{
	font-size: 1em;
	padding: 4px;
	width: 20em;
}

#result_report {
	text-align:center ;
	padding:3px;
	background-color: #CCCCCC;
	color: #333333; 
	font-weight: bold;
	margin-bottom:14px;
}

.catBanner {
	padding:3px;
	margin-top:15px;
	background-color:#e5ecf9; 
	font-weight: bold
}
.webPageBanner {
	padding:3px;
	margin-top:20px;
	background-color:#e5ecf9; 
	font-weight: bold
}

hr{color:#000066;}
hr.powered{color: #000066}

/*main results table */
#results{}

#other_pages {
	text-align:center;
}

#powered_by {
	margin:0 auto;
	margin-top:20px;
	padding-top:10px;
	font-size:10px;
	text-align:center;
	vertical-align: middle;
}

#common_report {
		text-align:center;
}

#cat_table {
		width:600px;
		margin-top:20px;
		padding-top:10px;
		padding-bottom:20px;
		border-top:1px solid #AAAAAA;
		border-bottom:1px solid #AAAAAA;

}

#cat_main {
	font-weight: bold;
}

.divline{
	margin-top:20px;
	margin-bottom:-5px;
	border-bottom:1px solid #DDDDDD;
}

#sub_cat {
	font-size:12px;
}

.idented {
	margin-left:30px;
}

#did_you_mean {
	font-size: 14px; 
	text-align:center ;
	margin:10px;

}
/* --------------------------------------------------------------- */
