.ok
	{
		color: green;
	}
.cancel
	{
		color: red;
	}
.highlight {
	background-color: #ffc;
}

.notice {
	text-align: center;
	width: 200px;
	padding: 10px;
	margin: 10px;
	background: yellow;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.top {
	vertical-align:top;
}
#main table.rightth th {
	text-align: right!important;
}
.infobox {
	background: #ecf1fa;
	padding: 10px;
	margin: 10px;
	width: 300px;
	/*border: 1px solid #BFD6FF;*/
}
.infobox p {
	text-align: left;
}

.infobox.biglink a{
	font-size: 12pt;
	font-weight: bold;
}
.yellowbox {
	background: #ffffef;
	padding: 10px;
	margin: 10px;
	/*border: 1px solid #EFEFD1;*/
	width: 300px;
}

div.illustr {
	text-align: center;
	background: #efefef;
	padding:5px;
	margin: 15px;
}
div.illustr img{
	background: 1px solid lightgray;
}
div.illustr p{
	margin: 0;
	padding: 0;
	margin-top: 2px;
	font-size: small;
	color: gray;
}
div.globalfooter {
	clear: both;
	color: lightgray;
	text-align: center;
	font-size: x-small;
	margin-top: 20px;
}
div.globalfooter a{
	color: lightgray;
}
img
{
	border: 0px;
}

.red {
		color: red;
}
.green {
	color: green;
}
ul.horlist {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
ul.horlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	background: transparent;
}
ul.separated li:before {
	content: " | ";
	color: lightgray;
}
ul.separateddash li:before {
	content: "-";
	color: lightgray;
}	
ul li.first:before {
	content: " ";
}

.pressbank .p {
	color: #cc0000;
}
.pressbank .b {
	color: #7f7f7f;
}
#main td.lpad {
	padding-left: 50px;
	padding-top: 30px;
}

div.errorExplanation {
	width: 300px;
	background: #FFEFEF;
	border: 1px solid #FFBFBF;
	margin: 10px;
	padding: 5px;
}
div.errorExplanation h2 {
	display: none;
}
div.errorExplanation p {
	display: none;
}