* {
	font-family: verdana, arial;
	font-size: 8pt;
	color: #333333;
}

html,body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

#topbar {
	background-image: url("../images/InstFrameBannerRepeat.jpg");
	height: 94px;
}

#content {
	margin: 5em;
}

.institution-list {
	list-style: none;
}

.institution-list li {
	padding-bottom: 10px;
}

.institution-list a {
	text-decoration: none;
}

.institution-block {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.institution-block a {
	text-decoration: none;
	white-space: nowrap;
}

.institution-badge {
	vertical-align: middle;
	border: 0px;
	height: 60px;
	width: 90px;
}

input.button {
	font-weight: bold;
}

.mandatory {
	font-size: 85%;
	color: red;
}

.loginname {
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 130%;
	color: #666666;
}

p.warning {
	background-color: #FFBABA;
	border: 1px solid;
	color: #D8000C;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 1em 5em;
	text-align: center
}

td.extraInfo {
	padding-left: 20px;
	padding-bottom: 1em;
	font-style: italic;
}

span.menu {
	border: 1px solid black;
	padding: 3px 10px;
	margin-right: 1em;
	background-color: #EEF;
	white-space: nowrap;
	line-height: 2.5em;
}

span.selected {
	background-color: #FFD;
}

#institution-login div {
	margin-bottom: 10px;
}

.taskIncomplete {
	color: gray;
}

.taskCurrent {
	font-style: italic;
	color: black;
}

.taskComplete {
	font-weight: bold;
	color: black;
}

/*Server message*/
#server_message {
	position: absolute;
	top: 0; left: 0;
	z-index: 10000;
	background:#ffc;
	padding:5px;
	border:1px solid #CCCCCC;
	text-align:center;
	font-weight:bold;
	width:99%;
}


dl.integdownload dt   { font-size: 1.2em; font-weight: bolder; padding-top: 0.5em; }
dl.integdownload dd   { padding-top: 0.2em; }
dl.integdownload dd a { color: blue; }

h1
{
	font-size: larger;
}

.detail
{
	width: 300px;
}

.pagesubheading
{
	font-weight: bold;
}

.chooseExports
{
	margin-top: 1em;
	margin-bottom: 2em;
}

.shuffleBoxLeft
{
	height: 160px;
}

.shuffleBoxLeft SELECT
{
	width: 250px;
}

.shuffleBoxCenter
{
	height: 140px;
}

.shuffleBoxRight
{
	height: 160px;
}

.shuffleBoxRight SELECT
{
	width: 250px;
}

