body {
	font-size :12px;
	font-family: Verdana, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

td {
	font-size :12px;
	font-family: Verdana, sans-serif;
	color: #000000;
}


a {
	color : #000066;
	text-decoration :underline;
}

a:HOVER {
	color : #666666;
	text-decoration :none;
}

.edit {
	color : #663300;
	text-decoration :none;
}
.helplink {
	color: #E06020;
	font-weight: bold;
}
.menu {
	color: #990000;
	font-weight: bold;
}
.menumain {
	color: #000066;
	font-weight: bold;
	font-size: 13px;
}

.maintable {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.platformTitleRow {
	background-color : #AAAAAA;
	border-bottom: 1px solid #999999;
}
.platformBottomRow {
	background-color : #AAAAAA;
	border-top: 1px solid #999999;
}


.menumaindiv {
	background: url('/images/mainnavbg.png');
	background-repeat:repeat-x;
	background-color : #E1E1E1;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 3px;
	width: 180px;
}
.menumaindiv_hover {
	background: url('/images/mainnavbg_hover.png');
	background-repeat:repeat-x;
	background-color : #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 3px;
	width: 180px;
}
.menusurroundingdiv {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: left;
}
.submenudiv {
	text-align: left;
}



.pathdiv {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #E1E1E1;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding: 1px;
	margin-bottom: 10px;
	background: url('/images/mainnavbg.png');
	background-repeat:repeat-x;
}

.thr {
	background-color: #C8C8C8;
	color: #000000;
	font-weight: bold;
}
.def {
	background-color: #E1E1E1;
	color: #000000;
}
.def1 {
	background-color: #E1E1E1;
	color: #000000;
}
.def2 {
	background-color: #D1D1D1;
	color: #000000;
}
.def_white {
	background-color: #F4F4F4;
	color: #000000;
}

.small {
	font-size: 11px;
}
.smallgrey {
	font-size: 11px;
	color: #666666;
}
table.newlist {
	background-color: #F2F2F2;
	border-collapse: separate;
	border-spacing: 1px;
	*border-collapse: expression('separate', cellSpacing = '1px');
	border: none;
}
table.newlist td {
	padding: 2px;
	vertical-align: top;
}
table.newlist td.nw {
	white-space: nowrap;
}
table.newlist td.pp {
	padding-left: 25px;
	white-space: nowrap;
}

table.newlist tr.h1 td {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
}
table.newlist tr.r1 td {
	background-color: #EEEEEE;
}
table.newlist tr.r2 td {
	background-color: #DDDDDD;
}
table.newlist tr.r3 td {
	background-color: #CCCCCC;
}
table.newlist tr.rr td {
	background-color: #EEDDDD;
	color: #990000;
}
table.newlist tr.rs td {
	background-color: #FFFFFF;
}

.coolbutton {
	background-color: #5A5A5A;
	font-weight:bold;
	font-size: 10px;
	color: #ffffff
}
.cancelbutton {
	background-color: #997777;
	font-weight:bold;
	font-size: 10px;
	color: #ffffff
}
.warningbutton {
	background-color: #5A5A5A;
	font-weight:bold;
	font-size: 10px;
	border-color: #FF0000;
	color: #FFBBBB
}

.error {
	font-weight:bold;
	font-size: 12px;
	color: #FF0000;
}

.headertext {
	color: #000000; 
}
.headertextwhite {
	color: #FFFFFF; 
}



.h1 {
  font-size :18px;
  color: #000088;
}

.h2 {
  font-size :16px;
  color: #000066;
}

.h3 {
  font-size :14px;
  color: #000044;
}

.h4 {
  font-size :12px;
  color: #000022;
}

.h5 {
  font-size :11px;
  color: #000022;
}


.meta {
	color: #999999;
	font-size: 11px;
}

hr {
	height: 1px;
	size: 1px;
	color: #999999;
}

.searched { background: yellow; }
.fullscreen {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	margin: 0;
	padding: 0;
	opacity: 1;
}
