@import "3mcss.css";

/* body font-size in maintest.css must be commented out for correct font sizing */

body  {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	}

/* used to set margins on pop up windows */
.winmargins {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* set font size to 100% to allow all nested tables to scale properly */

table {
	font-size: 100%;  
	}

/* use toptable class on all standalone tables */
/* apply toptable class only to highest level table when nesting tables */

.toptable {
	font-size: 76%;  
	}

.textred {
	color: #CC3300;
	}

.textbrightred {
	color: #FF0000;
	}

.textwhite {
	color: #FFFFFF;
	}

.textbold  {
	font-weight: bold;
	}

.tableborder {
	border: 1px;
	border-style: solid;
	border-color: #B3B3B3;
	}

/* listbox class must be used on feature value list box to get font in correct size */
/* must contain both font size and font family */

.listbox {
	font-size: 100%;
	font-family: Verdana, arial, sans-serif;
	}

.languagelist  { 
	color: white;
	text-decoration: none;
	line-height: 150%;
	vertical-align:text-top;
	}

a.languagelist:link {color: #FFFFFF;text-decoration:underline;}
a.languagelist:active {color: #FFFFFF;text-decoration:underline;}
a.languagelist:visited {color: #FFFFFF;text-decoration:underline;}

.button {
	font: bold 1.0em verdana, arial, sans-serif;
	color: #000000;
	text-align: center;
	margin: 2px, 2px;
	padding-right: 2px;
	padding-left: 2px;
	}

.button a   { 
	color: #000000;
	text-decoration: none; 
	display: block; 
	border-top: 2px #F2F2F2 solid;
	border-right: 2px #999999 solid;
	border-bottom: 2px #999999 solid;
	border-left: 2px #F2F2F2 solid;
	padding-right:5px;
	padding-left:5px;
	width:100%
	}

.button a:link {
	color: #000000;
	}

.button a:visited {
	color: #000000;
	}

.button a:hover   { 
	color: #00000;
	text-decoration: none;
	}

.button a:active  { 
	color: #000000;
	text-decoration: none; 
	display: block; 
	border-top: 2px #999999 solid;
	border-right: 2px #F2F2F2 solid;
	border-bottom: 2px #F2F2F2 solid;
	border-left: 2px #999999 solid;
	padding-right:5px;
	padding-left:5px;
	width:100%
	}


.pagebutton {
	font: bold 1.0em verdana, arial, sans-serif;
	color: #000000;
	background-color: #FECE5C;
	font-weight:bold;
	text-align: center;
	}





